﻿#basketUpsell {
  margin-top: 2rem;
}

.basket-table {
  min-width: 0;
}

.bu-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b4b4b4;
  margin-bottom: 0.75rem;
  text-align: center;
}

#basketUpsell .swiper {
  --default-padding: 0;
  min-width: 0;
}

#basketUpsell .swiper-slide {
  width: 220px;
}

#basketUpsell .swiper-button-prev,
#basketUpsell .swiper-button-next {
  color: #0bce40;
  --swiper-navigation-size: 20px;
}

.bu-slide-inner {
  display: flex;
  flex-direction: column;
  background: #272727;
  border: 1px solid #333639;
  border-radius: 8px;
  padding: 0.75rem 0.75rem 1rem;
  height: 100%;
  box-sizing: border-box;
}

.bu-img-link {
  display: block;
  margin-bottom: 0.75rem;
}

.bu-img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  display: block;
}

.bu-img-placeholder {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323232;
  color: #d6d6d6;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bu-body {
  flex: 1;
  min-width: 0;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.bu-name {
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
.bu-name:hover {
  color: #0bce40;
}

.bu-desc {
  color: #b4b4b4;
  margin: 0 0 0.25rem;
}

.bu-price-row {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: center;
}

.bu-was {
  color: #626262;
  font-weight: 400;
}

.bu-now {
  color: #ffffff;
}

.bu-saving {
  font-size: 0.85rem;
}

.bu-atb {
  width: auto;
  white-space: nowrap;
  font-size: 0.8rem;
  margin-top: auto;
  align-self: center;
  border: none;
  color: #ffffff;
  background-color: #0bce40;
}
.bu-atb:disabled {
  opacity: 0.7;
}
