.fspg-bogo-cart-selector {
  margin-top: 1.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fspg-bogo-cart-header h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #4c4452;
  font-weight: 800;
}

.fspg-bogo-cart-header p {
  margin: 0.6rem 0 1.2rem;
  color: #5f4f8a;
  font-size: 1.05rem;
}

.fspg-bogo-cart-list {
  display: grid;
  gap: 0.9rem;
}

.fspg-bogo-cart-block {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.fspg-bogo-cart-block-top {
  display: none;
}

.fspg-bogo-slider-label {
  display: block;
  margin: 0 0 0.9rem;
  font-size: 1.12rem;
  color: #604c91;
}

.fspg-bogo-cart-size-price {
  font-weight: 700;
}

.fspg-bogo-carousel-shell {
  border: 2px solid #e5ddf7;
  border-radius: 24px;
  background: #f7f4fd;
  padding: 0.7rem 0.55rem 0.55rem;
}

.fspg-bogo-choice-picker {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
}

.fspg-bogo-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid #ddd1fa;
  border-radius: 999px;
  background: #efe7ff;
  color: #7b52dd;
  font-size: 40px;
  line-height: 0.75;
  cursor: pointer;
  box-shadow: 0 8px 20px -16px rgba(73, 34, 154, 0.55);
}

.fspg-bogo-choice-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (3 * 0.55rem)) / 4);
  gap: 0.55rem;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 0.1rem 0.05rem 0.15rem;
}

.fspg-bogo-choice-track::-webkit-scrollbar {
  display: none;
}

.fspg-bogo-choice {
  border: 2px solid #ddd6ef;
  border-radius: 22px;
  padding: 0.45rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.fspg-bogo-choice img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 0.45rem;
}

.fspg-bogo-choice span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.15;
  color: #3f2a76;
  font-weight: 700;
  padding: 0 0.14rem 0.14rem;
}

.fspg-bogo-choice:hover {
  border-color: #b099ec;
}

.fspg-bogo-choice.is-active {
  border-color: #7d55da;
  box-shadow: 0 18px 24px -20px rgba(62, 29, 140, 0.82);
}

.fspg-bogo-selected-summary {
  margin: 0.8rem 0 0.55rem;
  color: #4e378d;
  font-size: 0.98rem;
  font-weight: 700;
}

.fspg-bogo-selected-summary.is-hidden {
  display: none;
}

.fspg-bogo-add-btn {
  width: 100%;
  min-height: 60px;
  border-radius: 18px;
  font-weight: 800;
  font-size: 1.1rem;
  border: 0;
  color: #fff;
  background: radial-gradient(circle at 30% 25%, #a58dff 0%, #7d57da 43%, #6440c4 100%);
  box-shadow: 0 16px 26px -24px rgba(66, 30, 157, 0.95);
}

.fspg-bogo-feedback {
  margin-top: 0.45rem;
  color: #3f2a76;
  font-size: 0.88rem;
  min-height: 1.2em;
}

.fspg-bogo-add-to-cart-note {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  color: #334155;
}

.fspg-bogo-disclaimer {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
}

.fspg-bogo-disclaimer-cart {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f5f1e6;
}

.fspg-bogo-mini-cart-note {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
}

.fspg-bogo-empty {
  margin: 0;
}

.fspg-bogo-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #ffcc66;
  color: #030303;
  border: 1px solid #ffcc66;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product .fspg-bogo-promo-badge:not(.fspg-bogo-promo-badge-single) {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 5;
}

.woocommerce ul.products li.product figure {
  position: relative;
}

.woocommerce ul.products li.product figure + .fspg-bogo-promo-badge:not(.fspg-bogo-promo-badge-single) {
  top: calc(0.7rem + var(--theme-frame-size, 0px));
}

.woocommerce .related ul.products li.product .fspg-bogo-promo-badge:not(.fspg-bogo-promo-badge-single) {
  top: 0.7rem;
  left: 0.7rem;
}

.fspg-bogo-promo-badge-single {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 30;
}

.single-product div.product {
  position: relative;
}

.fspg-bogo-qty-locked,
.fspg-bogo-offered-label {
  font-weight: 600;
}

@media (max-width: 991px) {
  .fspg-bogo-choice-track {
    grid-auto-columns: calc((100% - (3 * 0.55rem)) / 4);
  }
}

@media (max-width: 640px) {
  .fspg-bogo-cart-selector {
    padding: 0.8rem;
    border-radius: 0;
  }

  .fspg-bogo-cart-header h2 {
    font-size: 1.45rem;
  }

  .fspg-bogo-cart-header p {
    font-size: 0.95rem;
  }

  .fspg-bogo-choice-track {
    grid-auto-columns: calc((100% - (1 * 0.55rem)) / 2);
  }

  .fspg-bogo-arrow {
    width: 42px;
    height: 42px;
    font-size: 34px;
  }

  .fspg-bogo-add-btn {
    min-height: 52px;
    font-size: 1rem;
  }
}