:root {
  /* Brand blue: rgb(0, 80, 255) / #0050FF */
  --b2c-brand: #0050ff;
  --b2c-brand-dark: #003fcc;
  --b2c-brand-soft: #e8f0ff;
  --b2c-brand-mid: #3370ff;
  --b2c-brand-glow: rgba(0, 80, 255, 0.14);
  --b2c-ink: #0f172a;
  --b2c-muted: #64748b;
  --b2c-line: #e2e8f0;
  --b2c-bg: #f8fafc;
  --b2c-surface: #ffffff;
  --b2c-soft: #f1f5f9;
  --b2c-radius: 16px;
  --b2c-radius-sm: 12px;
  --b2c-radius-ctl: 0.75rem;
  --b2c-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --b2c-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --b2c-shadow: 0 24px 64px rgba(2, 6, 23, 0.12);
  --b2c-shadow-card: 0 10px 28px rgba(15, 23, 42, 0.06);
  --b2c-shell-max: 1520px;
  --b2c-shell-pad: 0.85rem;
  --b2c-shell-pad-left: 1.55rem;
}

* { box-sizing: border-box; }

body.b2c-body {
  margin: 0;
  font-family: var(--b2c-font);
  color: var(--b2c-ink);
  background:
    radial-gradient(1100px 480px at 8% -12%, rgba(0, 80, 255, 0.07), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(51, 112, 255, 0.08), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, var(--b2c-bg) 42%, #f1f5f9 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* —— Top bar —— */
.b2c-top {
  position: sticky;
  top: 0;
  z-index: 400;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--b2c-line);
  overflow: visible;
}

.b2c-top-inner {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 0.75rem var(--b2c-shell-pad) 0.75rem var(--b2c-shell-pad-left);
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.75rem;
  position: relative;
  overflow: visible;
}

.b2c-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--b2c-ink);
  white-space: nowrap;
}

.b2c-brand-mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

.b2c-brand-text {
  font-family: "Manrope", var(--b2c-display);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  line-height: 1;
  color: var(--b2c-ink);
}

.b2c-brand-text span { color: var(--b2c-brand); }

.b2c-loc-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  text-align: left;
  max-width: 220px;
  font-family: inherit;
  color: var(--b2c-ink);
}

.b2c-loc-trigger > .bi-geo-alt-fill {
  color: var(--b2c-brand);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.b2c-loc-trigger-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.05rem;
}

.b2c-loc-trigger-text strong {
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-loc-trigger-text small {
  font-size: 0.72rem;
  color: var(--b2c-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-loc-chevron {
  color: var(--b2c-muted);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.b2c-combo-search {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  justify-self: stretch;
  background: #f5f5f6;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  min-width: 0;
}

.b2c-combo-loc--grow {
  max-width: none;
  flex: 1 1 auto;
}

.b2c-combo-loc {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  padding: 0.4rem 0.7rem;
  max-width: 46%;
  min-width: 0;
  flex: 0 1 46%;
  font: inherit;
  color: var(--b2c-ink);
  text-align: left;
}

.b2c-combo-loc > .bi-geo-alt-fill {
  color: var(--b2c-brand);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.b2c-combo-loc-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--b2c-ink);
  padding: 0;
  line-height: 1.2;
}

.b2c-combo-loc-input::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.b2c-combo-loc > .bi-caret-down-fill {
  font-size: 0.55rem;
  color: #64748b;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.b2c-combo-loc.is-open > .bi-caret-down-fill {
  transform: rotate(180deg);
}

.b2c-combo-sep {
  width: 1px;
  align-self: stretch;
  margin: 0.4rem 0;
  background: #e0e0e2;
  flex-shrink: 0;
}

.b2c-combo-form {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.7rem;
}

.b2c-combo-form > .bi-search {
  font-size: 0.88rem;
  color: #94a3b8;
  flex-shrink: 0;
}

.b2c-combo-input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 0.84rem;
  color: var(--b2c-ink);
  outline: none;
  min-width: 0;
  line-height: 1.2;
}

.b2c-combo-input::placeholder { color: #94a3b8; }

.b2c-loc-popover {
  position: fixed;
  z-index: 450;
  width: min(360px, calc(100vw - 1.5rem));
  max-height: min(420px, calc(100vh - 5rem));
  overflow: auto;
  background: #fff;
  border: 1px solid var(--b2c-line);
  border-radius: 0.65rem;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  padding: 0.25rem 0 0;
  animation: b2c-menu-in 0.12s ease;
}

.b2c-loc-popover[hidden] {
  display: none !important;
}

.b2c-loc-popover-detect.is-loading {
  pointer-events: none;
}

.b2c-loc-popover.is-detecting {
  pointer-events: none;
}

.b2c-loc-popover-detect,
.b2c-loc-popover-item,
.b2c-loc-popover-suggest-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.72rem 0.95rem;
  font: inherit;
  color: var(--b2c-ink);
  cursor: pointer;
  text-decoration: none;
}

.b2c-loc-popover-detect:hover,
.b2c-loc-popover-item:hover,
.b2c-loc-popover-suggest-item:hover {
  background: var(--b2c-soft);
}

.b2c-loc-popover-detect > .bi-crosshair {
  color: var(--b2c-brand);
  font-size: 1.05rem;
  margin-top: 0.1rem;
}

.b2c-loc-popover-detect strong {
  display: block;
  color: var(--b2c-brand);
  font-size: 0.9rem;
  font-weight: 700;
}

.b2c-loc-popover-detect small {
  display: block;
  margin-top: 0.12rem;
  color: var(--b2c-muted);
  font-size: 0.75rem;
}

.b2c-combo-search-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.b2c-product-suggest {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 1200;
  background: #fff;
  border: 1px solid var(--b2c-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.b2c-product-suggest-heading {
  margin: 0;
  padding: 0.45rem 0.75rem;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.b2c-product-suggest-list {
  list-style: none;
  margin: 0;
  padding: 0.2rem 0;
  max-height: 280px;
  overflow-y: auto;
}

.b2c-product-suggest-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e3a5f;
  cursor: pointer;
}

.b2c-product-suggest-item:hover,
.b2c-product-suggest-item:focus-visible {
  background: #f8fafc;
  outline: none;
}

.b2c-loc-popover-suggest {
  border-top: 1px solid var(--b2c-line);
}

.b2c-loc-popover-suggest-list {
  list-style: none;
  margin: 0;
  padding: 0.15rem 0;
}

.b2c-loc-popover-suggest-item > .bi-geo-alt-fill {
  color: #94a3b8;
  font-size: 0.95rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.b2c-loc-popover-suggest-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--b2c-ink);
  line-height: 1.3;
}

.b2c-loc-popover-suggest-item small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: var(--b2c-muted);
  line-height: 1.35;
}

.b2c-loc-popover-empty {
  margin: 0;
  padding: 0.75rem 0.95rem 0.85rem;
  color: var(--b2c-muted);
  font-size: 0.82rem;
}

.b2c-loc-popover-recent {
  border-top: 1px solid var(--b2c-line);
  padding-top: 0.15rem;
}

.b2c-loc-popover-heading-row,
.b2c-loc-saved-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.b2c-loc-popover-heading {
  margin: 0;
  padding: 0.55rem 0.95rem 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--b2c-ink);
}

.b2c-loc-popover-heading-row .b2c-loc-popover-heading {
  flex: 1;
  padding-right: 0;
}

.b2c-loc-clear-recents {
  border: 0;
  background: transparent;
  color: var(--b2c-brand);
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  padding: 0.55rem 0.95rem 0.25rem;
  flex-shrink: 0;
}

.b2c-loc-saved-heading-row .b2c-loc-clear-recents {
  padding: 0 0 0.75rem;
}

.b2c-loc-popover-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.15rem;
}

.b2c-loc-popover-item > .bi-clock {
  color: #94a3b8;
  font-size: 0.95rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.b2c-loc-popover-item span {
  font-size: 0.84rem;
  line-height: 1.35;
  color: #475569;
}

.b2c-loc-popover {
  padding-bottom: 0.35rem;
}

.b2c-top-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.b2c-action-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  color: var(--b2c-ink);
  text-decoration: none;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.15rem;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.01em;
  min-width: 2.75rem;
}

.b2c-action-link i {
  font-size: 1.25rem;
  line-height: 1;
}

.b2c-action-link:hover {
  color: var(--b2c-brand);
}

.b2c-cart-btn { position: relative; }

.b2c-cart-count {
  position: absolute;
  top: -0.25rem;
  right: -0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.b2c-cart-count[hidden] {
  display: none !important;
}

/* —— Ad carousel (after header, products mode) —— */
.b2c-ad-carousel {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid var(--b2c-line);
}

.b2c-ad-carousel-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.b2c-ad-carousel-track {
  position: relative;
  min-height: 437px;
  border-radius: 0;
  overflow: hidden;
}

.b2c-ad-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.8fr);
  align-items: stretch;
  gap: 1.25rem;
  min-height: 437px;
  padding: 1.15rem clamp(1.25rem, 5vw, 4.5rem) 2.75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(1.25rem);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.b2c-ad-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.b2c-ad-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}

.b2c-ad-slide-bg--1 {
  /* Shirt — cool mist / soft sky to suit white pinstripe */
  background:
    radial-gradient(ellipse 52% 78% at 88% 45%, rgba(148, 183, 255, 0.28), transparent 60%),
    linear-gradient(118deg, #f4f8ff 0%, #e8f1ff 46%, #dce8fb 100%);
}

.b2c-ad-slide-bg--2 {
  /* Saree — warm cream / blush to suit maroon & gold */
  background:
    radial-gradient(ellipse 50% 75% at 88% 42%, rgba(232, 176, 140, 0.28), transparent 58%),
    linear-gradient(125deg, #fff8f2 0%, #ffeede 48%, #f7e4d4 100%);
}

.b2c-ad-slide-bg--3 {
  /* Sneakers — soft mint / cool silver to suit all-white shoes */
  background:
    radial-gradient(ellipse 48% 72% at 86% 48%, rgba(125, 211, 192, 0.26), transparent 56%),
    linear-gradient(135deg, #f3fbf8 0%, #e7f6f1 50%, #e2eef5 100%);
}

.b2c-ad-slide-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: var(--b2c-ink);
  max-width: 38rem;
  min-height: 100%;
  padding-top: 1.35rem;
  padding-bottom: 0.5rem;
}

.b2c-ad-kicker {
  margin: 0;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--b2c-brand);
}

.b2c-ad-slide-mid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 0.75rem 0 1rem;
}

.b2c-ad-slide-mid h2 {
  margin: 0 0 0.55rem;
  font-family: var(--b2c-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--b2c-ink);
}

.b2c-ad-slide-mid p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--b2c-muted);
  max-width: 40ch;
}

.b2c-ad-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 0;
  min-height: 2.55rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 80, 255, 0.22);
  background: #fff;
  color: var(--b2c-brand);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.b2c-ad-cta:hover {
  background: var(--b2c-brand-soft);
  border-color: var(--b2c-brand);
  color: var(--b2c-brand-dark);
  transform: translateY(-1px);
}

.b2c-ad-slide-art {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  width: min(380px, 42vw);
  height: min(380px, 42vw);
  max-height: 400px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, 0.12));
  pointer-events: none;
}

.b2c-ad-slide-art--saree {
  width: min(400px, 44vw);
  height: min(400px, 44vw);
  max-height: 420px;
}

.b2c-ad-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
}

.b2c-ad-dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.b2c-ad-dot.is-active {
  width: 1.15rem;
  background: rgba(15, 23, 42, 0.55);
}

@media (max-width: 720px) {
  .b2c-ad-carousel-track,
  .b2c-ad-slide {
    min-height: 374px;
  }

  .b2c-ad-slide {
    grid-template-columns: 1fr;
    padding: 1.1rem 1.15rem 2.6rem;
  }

  .b2c-ad-slide-art {
    display: none;
  }

  .b2c-ad-slide-copy h2 {
    font-size: 1.4rem;
  }

  .b2c-ad-slide-mid h2 {
    font-size: 1.4rem;
  }
}

/* —— Main —— */
.b2c-main {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 1.25rem var(--b2c-shell-pad) 3.5rem var(--b2c-shell-pad-left);
}

.b2c-promo-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.b2c-promo {
  border-radius: 1rem;
  min-height: 176px;
  padding: 1.4rem 1.45rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 36px rgba(2, 6, 23, 0.14);
  animation: b2c-rise 0.7s ease both;
}

.b2c-promo:nth-child(2) { animation-delay: 0.08s; }
.b2c-promo:nth-child(3) { animation-delay: 0.16s; }

.b2c-promo--plum {
  background:
    linear-gradient(135deg, #0f172a 0%, #0033a8 58%, #0050ff 100%);
}

.b2c-promo--ink {
  background:
    linear-gradient(145deg, #020617 0%, #0f172a 48%, #003fcc 100%);
}

.b2c-promo--mist {
  background:
    linear-gradient(160deg, #0040e0 0%, #0050ff 48%, #0f172a 100%);
}

.b2c-promo::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -42%;
  width: 70%;
  height: 120%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.b2c-promo-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #99bbff;
}

.b2c-promo-copy h2 {
  margin: 0 0 0.45rem;
  font-family: var(--b2c-display);
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.b2c-promo-copy p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 28ch;
}

.b2c-browse-head h1 {
  font-family: var(--b2c-display);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}

.b2c-browse-head p {
  margin: 0 0 1.25rem;
  color: var(--b2c-muted);
}

.b2c-browse-back {
  margin: 0 0 0.55rem !important;
}

.b2c-browse-back a {
  color: var(--b2c-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.b2c-browse-back a:hover {
  color: var(--b2c-brand);
}

/* —— Shop By Category (products landing) —— */
.b2c-shop-cats {
  --b2c-cat-frame: #f3d5c4;
  --b2c-cat-panel: #faf4ef;
  padding: 1.75rem 0 2.5rem;
}

.b2c-shop-cats-head {
  margin: 0 0 2.15rem;
}

.b2c-shop-cats-head--stores {
  margin-top: 2.75rem;
  margin-bottom: 2.15rem;
}

.b2c-shop-cats-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3f3f46;
  line-height: 1.2;
}

.b2c-shop-cats-title--sub {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: 0.1em;
}

.b2c-shop-cats-lead {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: var(--b2c-muted);
  max-width: 42ch;
}

.b2c-shop-cats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem 0.95rem;
}

.b2c-shop-cat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 5px solid var(--b2c-cat-frame);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.b2c-shop-cat-card:hover {
  transform: translateY(-3px);
  border-color: #e8b89e;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.b2c-shop-cat-card-media {
  width: 100%;
  height: 220px;
  flex: 0 0 220px;
  background: #f3efe9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2c-shop-cat-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  /* Keep catalog art natural — avoid punchy HDR look */
  filter: none;
  image-rendering: auto;
}

.b2c-shop-cat-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.85rem 0.65rem 1rem;
  text-align: center;
  background: var(--b2c-cat-panel);
  min-height: 5.6rem;
  flex: 1 1 auto;
}

.b2c-shop-cat-card-title {
  font-family: var(--b2c-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: #18181b;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.b2c-shop-cat-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #18181b;
}

.b2c-shop-cat-card-rating .bi-star-fill {
  color: #03a685;
  font-size: 0.72rem;
}

.b2c-shop-cat-card-offer {
  font-family: var(--b2c-display);
  font-size: 1.02rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.b2c-shop-cat-card-cta {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #71717a;
  letter-spacing: 0.02em;
}

.b2c-shop-stores-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.b2c-shop-store-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--b2c-line);
  border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.b2c-shop-store-card:hover {
  border-color: rgba(0, 80, 255, 0.28);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.b2c-shop-store-card-mark {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
  font-family: var(--b2c-display);
  font-weight: 800;
  font-size: 1rem;
}

.b2c-shop-store-card-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.b2c-shop-store-card-copy strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--b2c-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-shop-store-card-copy span {
  font-size: 0.8rem;
  color: var(--b2c-muted);
}

.b2c-shop-store-card .bi-chevron-right {
  color: #94a3b8;
  font-size: 0.95rem;
}

@media (max-width: 1100px) {
  .b2c-shop-cats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .b2c-shop-stores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .b2c-shop-cats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0.7rem;
  }

  .b2c-shop-cat-card {
    border-width: 4px;
  }

  .b2c-shop-cat-card-media {
    height: 190px;
    flex-basis: 190px;
  }

  .b2c-shop-cat-card-body {
    min-height: 5.1rem;
    padding: 0.7rem 0.5rem 0.85rem;
  }

  .b2c-shop-cat-card-title {
    font-size: 0.84rem;
  }

  .b2c-shop-cat-card-offer {
    font-size: 0.9rem;
  }

  .b2c-shop-stores-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Myntra-style PLP (B2B-aligned header + collapsible filters) —— */
.b2c-plp {
  padding-bottom: 2rem;
}

.b2c-plp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  color: #94969f;
}

.b2c-plp-breadcrumb a {
  color: #696b79;
  text-decoration: none;
}

.b2c-plp-breadcrumb a:hover {
  color: var(--b2c-brand);
}

.b2c-plp-breadcrumb-sep {
  color: #c4c4cf;
}

.b2c-plp-crumb--current {
  color: #282c3f;
  font-weight: 600;
}

.b2c-plp-titlebar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin: 0 0 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaec;
}

.b2c-plp-titleblock {
  min-width: 0;
}

.b2c-plp-title {
  margin: 0 0 0.25rem;
  font-size: 1.65rem;
  font-weight: 800;
  color: #282c3f;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.b2c-plp-count {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: #94969f;
}

.b2c-plp-sort-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  position: relative;
}

.b2c-plp-sort-wrap .b2c-plp-sort-label {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #282c3f;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.b2c-plp-sort-wrap .b2c-plp-sort-label .bi {
  font-size: 0.95rem;
  color: #696b79;
}

.b2c-plp-sort {
  position: relative;
}

.b2c-plp-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.b2c-plp-filters {
  position: sticky;
  top: 72px;
  align-self: start;
  width: 100%;
  min-height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #eaeaec;
  border-radius: 4px;
  background: #fff;
  padding: 1rem 0 0.5rem;
  min-width: 0;
  /* Invisible scrollbar — still scrollable when expanded filters overflow */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.b2c-plp-filters::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.b2c-plp-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1.1rem 0.75rem;
  border-bottom: 1px solid #eaeaec;
  margin-bottom: 0.25rem;
}

.b2c-plp-filters-head h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282c3f;
}

.b2c-plp-reset {
  border: 0;
  background: transparent;
  color: var(--b2c-brand);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  cursor: pointer;
}

.b2c-plp-filter-group {
  border-bottom: 1px solid #eaeaec;
  padding: 0;
}

.b2c-plp-filter-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.9rem 1.1rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: #282c3f;
  cursor: pointer;
  text-align: left;
}

.b2c-plp-filter-toggle i {
  font-size: 0.8rem;
  color: #94969f;
  transition: transform 0.2s ease;
}

.b2c-plp-filter-group.is-collapsed .b2c-plp-filter-options {
  display: none;
}

.b2c-plp-filter-group.is-collapsed .b2c-plp-filter-toggle i {
  transform: rotate(-90deg);
}

.b2c-plp-filter-options {
  padding: 0 1.1rem 0.9rem;
}

.b2c-plp-filter-group h2 {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282c3f;
}

.b2c-plp-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b2c-plp-filter-list li + li {
  margin-top: 0.45rem;
}

.b2c-plp-filter-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #282c3f;
  font-size: 0.86rem;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}

.b2c-plp-filter-check--color {
  align-items: center;
}

.b2c-plp-color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: #e2e8f0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.b2c-plp-color-dot--unknown {
  background:
    linear-gradient(135deg, #f8fafc 40%, transparent 40%),
    linear-gradient(225deg, #cbd5e1 40%, transparent 40%),
    #e2e8f0;
}

.b2c-plp-filter-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.b2c-plp-filter-box {
  width: 16px;
  height: 16px;
  margin-top: 0.1rem;
  border: 1px solid #bfc0c6;
  border-radius: 2px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
}

.b2c-plp-filter-check.is-active .b2c-plp-filter-box,
.b2c-plp-filter-check:has(input:checked) .b2c-plp-filter-box {
  border-color: var(--b2c-brand);
  background: var(--b2c-brand);
}

.b2c-plp-filter-check.is-active .b2c-plp-filter-box::after,
.b2c-plp-filter-check:has(input:checked) .b2c-plp-filter-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.b2c-plp-filter-box--radio {
  border-radius: 50%;
}

.b2c-plp-filter-check:has(input[type="radio"]:checked) .b2c-plp-filter-box--radio::after {
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: none;
}

.b2c-plp-filter-select-wrap {
  display: block;
  margin-bottom: 0.35rem;
}

.b2c-plp-filter-select {
  width: 100%;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-ctl);
  background: var(--b2c-surface);
  color: var(--b2c-ink);
  font: inherit;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0.7rem;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--b2c-brand) 50%),
    linear-gradient(135deg, var(--b2c-brand) 50%, transparent 50%);
  background-position:
    calc(100% - 14px) calc(50% - 2px),
    calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.b2c-plp-filter-select:focus {
  outline: none;
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px var(--b2c-brand-glow);
}

.b2c-plp-filter-hint {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.72rem;
  color: var(--b2c-muted);
  line-height: 1.35;
}

.b2c-plp-filter-clear {
  margin: 0.15rem 0 0.55rem;
  border: 0;
  background: transparent;
  color: var(--b2c-brand);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.b2c-plp-size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding-bottom: 0.15rem;
}

.b2c-plp-size-chip {
  position: relative;
  display: block;
  cursor: pointer;
}

.b2c-plp-size-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.b2c-plp-size-chip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.3rem 0.25rem;
  border: 1px solid var(--b2c-line);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--b2c-ink);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.b2c-plp-size-chip:has(input:checked) span {
  border-color: var(--b2c-brand);
  color: var(--b2c-brand);
  background: var(--b2c-brand-soft);
}

.b2c-plp-main {
  min-width: 0;
  padding: 0;
}

.b2c-plp-toolbar {
  --b2c-plp-ctl-h: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: var(--b2c-plp-ctl-h);
  padding: 0.35rem 0 0.7rem;
  border-bottom: 1px solid #eaeaec;
  margin: 0 0 1rem;
  box-sizing: border-box;
}

.b2c-plp-toolbar-meta,
.b2c-plp-sort,
.b2c-plp-sort-label,
.b2c-plp-sort-control {
  display: flex;
  align-items: center;
  align-self: center;
  height: var(--b2c-plp-ctl-h);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.84rem;
}

.b2c-plp-toolbar-meta {
  color: #94969f;
  font-weight: 400;
  flex: 0 1 auto;
  line-height: 1.25;
}

.b2c-plp-sort {
  position: relative;
  z-index: 5;
  min-width: 170px;
}

.b2c-plp-sort-btn {
  width: 100%;
  min-height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid #eaeaec;
  border-radius: 4px;
  background: #fff;
  color: #282c3f;
  font: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 0.45rem 0.75rem;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.b2c-plp-sort-btn:hover,
.b2c-plp-sort-wrap.is-open .b2c-plp-sort-btn {
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px var(--b2c-brand-glow);
}

.b2c-plp-sort-btn .bi {
  color: #696b79;
  font-size: 0.78rem;
  transition: transform 0.15s ease;
}

.b2c-plp-sort-wrap.is-open .b2c-plp-sort-btn .bi {
  transform: rotate(180deg);
}

.b2c-plp-sort-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  left: 0;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #fff;
  border: 1px solid #eaeaec;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  z-index: 20;
}

.b2c-plp-sort-menu[hidden] {
  display: none !important;
}

.b2c-plp-sort-menu button {
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--b2c-ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 0.55rem 0.7rem;
  border-radius: 0.45rem;
  cursor: pointer;
}

.b2c-plp-sort-menu button:hover {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand-dark);
}

.b2c-plp-sort-menu button.is-active {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
  font-weight: 700;
}

.b2c-plp-grid.b2c-grid {
  gap: 1.75rem 1.75rem;
}

.b2c-plp-card.b2c-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  animation: none;
}

.b2c-plp-card.b2c-card:hover {
  border-color: transparent;
  box-shadow: 0 2px 16px rgba(40, 44, 63, 0.1);
}

.b2c-plp-card .b2c-card-media {
  position: relative;
  aspect-ratio: auto;
  height: 320px;
  background: #f5f5f6;
  border-radius: 0;
  overflow: hidden;
}

.b2c-plp-card .b2c-card-body {
  padding: 0.5rem 0.7rem 0.65rem;
  gap: 0.1rem;
}

.b2c-plp-card .b2c-card-brand {
  font-size: 0.95rem;
  font-weight: 700;
  color: #282c3f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-plp-card .b2c-card-title {
  font-size: 0.86rem;
  font-weight: 400;
  color: #535766;
  line-height: 1.3;
  margin: 0;
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b2c-plp-card .b2c-card-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.4rem;
  margin-top: 0.12rem;
}

.b2c-plp-card .b2c-price {
  font-size: 0.92rem;
  font-weight: 700;
  color: #282c3f;
}

.b2c-plp-card .b2c-card-mrp {
  font-size: 0.78rem;
  color: #94969f;
  text-decoration: line-through;
}

.b2c-plp-card .b2c-card-discount {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--b2c-brand);
}

.b2c-plp-card .b2c-card-size-row,
.b2c-plp-card .b2c-add-btn {
  display: none !important;
}

.b2c-plp-card:hover .b2c-add-btn {
  display: none !important;
}

.b2c-plp-card .b2c-wishlist-heart {
  top: 0.7rem;
  right: 0.7rem;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #282c3f;
  font-size: 1.35rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.95)) drop-shadow(0 1px 2px rgba(15, 23, 42, 0.35));
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.15s ease;
}

.b2c-plp-card:hover .b2c-wishlist-heart,
.b2c-plp-card:focus-within .b2c-wishlist-heart,
.b2c-plp-card .b2c-wishlist-heart.is-active,
.b2c-plp-card .b2c-wishlist-heart:focus-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.b2c-plp-card .b2c-wishlist-heart.is-active,
.b2c-plp-card .b2c-wishlist-heart:hover {
  color: #e11d48;
  background: transparent;
}

@media (hover: none) {
  .b2c-plp-card .b2c-wishlist-heart {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.b2c-card[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .b2c-plp-layout {
    grid-template-columns: 1fr;
  }

  .b2c-plp-filters {
    position: static;
    min-height: 0;
    max-height: none;
    margin-bottom: 0.25rem;
    overflow: visible;
  }

  .b2c-plp-title {
    font-size: 1.35rem;
  }

  .b2c-plp-main {
    padding-left: 0;
  }
}

.b2c-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem 1.1rem;
  align-items: stretch;
}

.b2c-card {
  position: relative;
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  border-radius: 0.65rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  animation: b2c-rise 0.55s ease both;
  box-shadow: none;
}

.b2c-card:hover {
  border-color: #c7d7ff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.b2c-card-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}

.b2c-card-link:hover {
  color: inherit;
}

.b2c-card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--b2c-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.b2c-card-media img,
.b2c-card-media picture,
.b2c-product-media img,
.b2c-product-media picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.b2c-card-media picture img,
.b2c-product-media picture img,
.b2c-card-media img,
.b2c-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

.b2c-card:hover .b2c-card-media img {
  transform: scale(1.03);
}

.b2c-card-body {
  padding: 0.7rem 0.75rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-height: 0;
}

.b2c-card-shop {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--b2c-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-card-title {
  margin: 0;
  color: var(--b2c-ink);
  text-decoration: none;
  font-family: var(--b2c-display);
  font-weight: 650;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.35em;
}

.b2c-card-variants {
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: var(--b2c-muted);
  line-height: 1.3;
  min-height: 1.15em;
}

.b2c-card-variants--empty {
  visibility: hidden;
}

.b2c-card-pricing {
  margin-top: 0.35rem;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.b2c-price {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--b2c-ink);
  letter-spacing: -0.02em;
}

.b2c-price--lg { font-size: 1.5rem; }

.b2c-card > .b2c-add-btn {
  margin: 0 0.75rem 0.75rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  align-self: stretch;
}

@media (max-width: 1100px) {
  .b2c-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .b2c-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 0.75rem;
  }

  .b2c-plp-card .b2c-card-media {
    height: 240px;
  }

  .b2c-card-body {
    padding: 0.55rem 0.6rem 0.4rem;
  }

  .b2c-plp-card .b2c-card-body {
    padding: 0.45rem 0.55rem 0.55rem;
  }

  .b2c-card > .b2c-add-btn {
    margin: 0 0.6rem 0.6rem;
  }
}

@media (max-width: 420px) {
  .b2c-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.b2c-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 0.5rem;
}

.b2c-add-btn,
.b2c-btn-primary,
.b2c-btn-secondary,
.b2c-btn-ghost {
  border: 0;
  border-radius: var(--b2c-radius-ctl);
  padding: 0.55rem 1.1rem;
  font-weight: 600;
  font-family: var(--b2c-display);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.b2c-add-btn,
.b2c-btn-primary {
  background: var(--b2c-brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 80, 255, 0.28);
}

.b2c-add-btn:hover,
.b2c-btn-primary:hover {
  background: var(--b2c-brand-dark);
  transform: translateY(-1px);
}

.b2c-btn-secondary {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
}

.b2c-btn-ghost {
  background: transparent;
  color: var(--b2c-brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0.35rem;
  font-weight: 600;
}

.b2c-btn-primary.w-100,
.b2c-btn-secondary.w-100 {
  width: 100%;
  padding: 0.75rem 1rem;
}

.b2c-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--b2c-muted);
}

.b2c-empty--soft {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius);
  margin-top: 0.5rem;
  box-shadow: var(--b2c-shadow-card);
}

/* —— Discover empty state (Magicpin-style wave + overlapping cards) —— */
.b2c-mode-discover {
  --b2c-discover-top: #040e28;
  --b2c-discover-mid: #0a1f5c;
  --b2c-discover-glow: #12308a;
  --b2c-discover-wave-h: clamp(72px, 9vw, 110px);
  --b2c-discover-card-h: clamp(230px, 26vw, 268px);
  --b2c-hero-blue: #004cc0;
  --b2c-hero-blue-deep: #002b70;
  --b2c-hero-blue-light: #eaf2ff;
  overflow-x: clip;
  background: #fff;
}

.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-top {
  display: none;
}

.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-top-inner {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.b2c-discover-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  min-width: 0;
}

.b2c-discover-top-nav a {
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.b2c-discover-top-nav a:hover {
  color: var(--b2c-hero-blue);
}

.b2c-top-actions--discover {
  gap: 0.35rem;
}

.b2c-top-actions--discover .b2c-action-link {
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #334155;
}

.b2c-top-actions--discover .b2c-action-link:hover,
.b2c-top-actions--discover .b2c-action-link:focus-visible {
  background: rgba(0, 76, 192, 0.08);
  color: var(--b2c-hero-blue-deep);
}

.b2c-top-actions--discover .b2c-signin {
  border: 0;
  background: transparent;
}

.b2c-top-actions--discover .b2c-cart-count {
  top: -2px;
  right: -2px;
  background: var(--b2c-hero-blue);
  color: #fff;
}

.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-brand,
.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-brand-text,
.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-brand-text span,
.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-signin,
.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-cart-btn,
.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-account-toggle {
  color: #334155;
}

.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-brand-mark {
  background: linear-gradient(145deg, #3370ff 0%, var(--b2c-hero-blue) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 76, 192, 0.22);
}

.b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-main {
  max-width: none;
  padding: 0 0 2.5rem;
}

/* Hide scrollbars on storefront pages; scrolling still works */
html:has(body.b2c-body),
body.b2c-body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html:has(body.b2c-body)::-webkit-scrollbar,
body.b2c-body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.b2c-mode-discover .b2c-top {
  background: var(--b2c-discover-top);
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.b2c-mode-discover .b2c-top-inner {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding-top: 1rem;
  padding-bottom: 0.65rem;
}

.b2c-mode-discover .b2c-brand,
.b2c-mode-discover .b2c-brand-text,
.b2c-mode-discover .b2c-brand-text span {
  color: #fff;
}

.b2c-mode-discover .b2c-brand-mark {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  color: #fff;
}

.b2c-mode-discover .b2c-signin,
.b2c-mode-discover .b2c-cart-btn,
.b2c-mode-discover .b2c-wishlist-btn,
.b2c-mode-discover .b2c-account-toggle {
  color: #fff;
}

.b2c-mode-discover .b2c-signin {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.b2c-mode-discover .b2c-signin:hover,
.b2c-mode-discover .b2c-cart-btn:hover,
.b2c-mode-discover .b2c-wishlist-btn:hover,
.b2c-mode-discover .b2c-account-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.b2c-mode-discover .b2c-cart-count,
.b2c-mode-discover .b2c-wishlist-count {
  background: #fff;
  color: var(--b2c-discover-mid);
}

.b2c-mode-discover .b2c-main {
  max-width: none;
  padding: 0 0 2.5rem;
  background: #fff;
}

.b2c-top-spacer {
  min-width: 0;
}

.b2c-discover {
  position: relative;
  margin: 0;
  background: #fff;
  animation: b2c-fade 0.45s ease both;
}

.b2c-discover-hero {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  padding: clamp(2.75rem, 8vh, 5.25rem) 0 0;
  color: #fff;
  background: #fff;
}

.b2c-discover-hero--campaign {
  position: relative;
  min-height: clamp(380px, 46vh, 460px);
  margin: 0;
  padding: 0;
  color: var(--b2c-hero-blue-deep);
  background: #eaf2ff;
  overflow: hidden;
}

.b2c-discover-hero--campaign::before {
  display: none;
}

.b2c-discover-hero--campaign::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0.18) 48%, transparent 62%);
}

.b2c-discover-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.b2c-discover-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 22%;
  display: block;
}

.b2c-discover-hero-overlay {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 2.5rem));
  min-height: clamp(380px, 46vh, 460px);
  margin: 0 auto;
  padding: 1.15rem 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  justify-items: start;
}

.b2c-discover-hero-brand {
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  text-decoration: none;
  color: var(--b2c-ink);
}

.b2c-discover-hero-brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  background: none;
  box-shadow: none;
}

.b2c-discover-hero-brand-text {
  font-family: "Manrope", var(--b2c-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  line-height: 1;
  color: var(--b2c-ink);
}

.b2c-discover-hero-copy {
  position: relative;
  z-index: 2;
  grid-row: 2;
  align-self: center;
  max-width: 34rem;
  animation: b2c-rise 0.55s ease both;
}

.b2c-discover-hero-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-hero-blue);
}

.b2c-discover-hero-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(2.2rem, 4.8vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #111827;
  text-shadow: none;
}

.b2c-discover-hero-line {
  display: block;
  color: #111827;
}

.b2c-discover-hero-line--accent {
  color: var(--b2c-hero-blue);
}

.b2c-discover-hero--campaign .b2c-discover-lead {
  margin: 1rem 0 0;
  max-width: 30rem;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.55;
  color: #475569;
  text-align: left;
}

.b2c-discover-hero-loc-bar {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 1.35rem;
  max-width: min(100%, 34rem);
  padding: 0.35rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 43, 112, 0.1);
}

.b2c-discover-hero-loc-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.72rem 0.95rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--b2c-hero-blue-deep);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

.b2c-discover-hero-loc-main:hover,
.b2c-discover-hero-loc-main:focus-visible {
  background: rgba(234, 242, 255, 0.65);
  outline: none;
}

.b2c-discover-hero-loc-main .bi-geo-alt-fill {
  color: var(--b2c-hero-blue);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.b2c-discover-hero-loc-divider {
  width: 1px;
  align-self: stretch;
  margin: 0.45rem 0;
  background: #e2e8f0;
  flex-shrink: 0;
}

.b2c-discover-hero-loc-text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-discover-hero-loc-arrow {
  color: #94a3b8;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.b2c-discover-hero-loc-gps {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--b2c-hero-blue);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.b2c-discover-hero-loc-gps:hover,
.b2c-discover-hero-loc-gps:focus-visible {
  background: rgba(234, 242, 255, 0.65);
  color: var(--b2c-hero-blue-deep);
  outline: none;
}

.b2c-discover-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.b2c-discover-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.b2c-discover-hero-cta--primary {
  background: var(--b2c-hero-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 76, 192, 0.24);
}

.b2c-discover-hero-cta--primary:hover {
  background: #003da3;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 76, 192, 0.28);
}

.b2c-discover-hero-cta--secondary {
  background: #fff;
  color: var(--b2c-hero-blue);
  border: 1.5px solid rgba(0, 76, 192, 0.28);
}

.b2c-discover-hero-cta--secondary:hover {
  background: var(--b2c-hero-blue-light);
  color: var(--b2c-hero-blue-deep);
  border-color: rgba(0, 76, 192, 0.38);
}

.b2c-discover-hero-delivery-badge {
  position: absolute;
  top: auto;
  bottom: 1.1rem;
  right: clamp(0.75rem, 3vw, 2rem);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.95rem 0.55rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
  pointer-events: none;
}

.b2c-discover-hero-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 999px;
  background: var(--b2c-hero-blue-light);
  color: var(--b2c-hero-blue);
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(0, 76, 192, 0.12);
}

.b2c-discover-hero-delivery-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.b2c-discover-hero-delivery-text strong {
  font-family: var(--b2c-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  color: var(--b2c-hero-blue-deep);
}

.b2c-discover-hero-delivery-text em {
  margin-top: 0.15rem;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--b2c-hero-blue);
}

.b2c-discover-hero-status {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(249, 115, 22, 0.22);
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.86rem;
  line-height: 1.45;
}

.b2c-discover-hero-status[hidden] {
  display: none !important;
}

.b2c-discover-hero--campaign + .b2c-style-shop {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  background: #fff;
  width: min(1240px, calc(100% - 2.5rem));
  max-width: min(1240px, calc(100% - 2.5rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Blue only down to top ~40% of the cards (cards stay put) */
.b2c-discover-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: calc(var(--b2c-discover-card-h) * 0.6);
  z-index: 0;
  pointer-events: none;
  background:
    /* stars */
    radial-gradient(1.5px 1.5px at 8% 12%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1px 1px at 14% 28%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 22% 8%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 28% 22%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(2px 2px at 36% 14%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 42% 32%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 48% 6%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 55% 18%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 62% 28%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(2px 2px at 68% 10%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 74% 24%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1.5px 1.5px at 80% 7%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 86% 20%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 92% 14%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 96% 30%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 18% 40%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 33% 44%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1.5px 1.5px at 58% 38%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 77% 42%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 88% 36%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(900px 420px at 50% -10%, rgba(40, 80, 180, 0.22), transparent 55%),
    linear-gradient(180deg, var(--b2c-discover-top) 0%, var(--b2c-discover-mid) 48%, var(--b2c-discover-glow) 100%);
}

.b2c-discover-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--b2c-discover-card-h) * 0.6);
  display: block;
  width: 100%;
  height: var(--b2c-discover-wave-h);
  transform: translateY(42%);
  z-index: 2;
  pointer-events: none;
  margin: 0;
}

.b2c-discover-wave path {
  fill: #fff;
}

.b2c-discover-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--b2c-discover-card-h) * 0.6);
  height: clamp(200px, 32vw, 340px);
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  /* Keep sign boards visible — don't fade the mid band hard */
  mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.b2c-discover-skyline img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: fill;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 24, 100, 0.28));
}

.b2c-discover-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: min(620px, calc(100% - 2 * max(1.25rem, 14vw)));
  margin: 0 auto;
  padding-inline: 1.25rem;
  text-align: center;
  animation: b2c-rise 0.55s ease both;
}

.b2c-discover-hero h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.9rem, 4.4vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 24, 100, 0.2);
}

.b2c-discover-lead {
  margin: 0.7rem auto 0;
  max-width: 32rem;
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(236, 242, 255, 0.92);
}

.b2c-discover-lead strong {
  color: #fff;
  font-weight: 700;
}

.b2c-discover-combo {
  margin: 1.25rem auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.4rem 0.45rem 0.4rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 18px 40px rgba(2, 20, 80, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.35);
}

.b2c-discover-combo-loc {
  flex: 0 1 auto;
  max-width: 42%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  padding: 0.55rem 0.55rem 0.55rem 0.15rem;
  cursor: pointer;
  color: var(--b2c-ink);
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
}

.b2c-discover-combo-loc > .bi-geo-alt-fill {
  color: var(--b2c-brand);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.b2c-discover-combo-loc span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-discover-combo-loc > .bi-caret-down-fill,
.b2c-discover-combo-loc > .bi-chevron-down {
  color: var(--b2c-muted);
  font-size: 0.55rem;
  flex-shrink: 0;
}

.b2c-discover-combo-sep {
  width: 1px;
  align-self: stretch;
  margin: 0.45rem 0.35rem;
  background: #e2e8f0;
  flex-shrink: 0;
}

.b2c-discover-combo-search-icon {
  color: #94a3b8;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-left: 0.15rem;
}

.b2c-discover-combo-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0.55rem 0.35rem;
  font: inherit;
  font-size: 0.95rem;
  color: var(--b2c-ink);
}

.b2c-discover-combo-input::placeholder {
  color: #94a3b8;
}

.b2c-discover-combo-go {
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0050ff, #003fcc);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.b2c-discover-combo-go:hover {
  filter: brightness(1.06);
}

/* Shop by Style — campaign discover */
.b2c-style-shop {
  position: relative;
  z-index: 4;
  width: min(1240px, calc(100% - 2.5rem));
  max-width: min(1240px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.35rem 0 clamp(1.1rem, 2.5vh, 1.65rem);
}

.b2c-style-shop-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.b2c-style-shop-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-hero-blue);
}

.b2c-style-shop-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--b2c-hero-blue-deep);
}

.b2c-style-shop-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--b2c-hero-blue);
  text-decoration: none;
  white-space: nowrap;
}

.b2c-style-shop-view-all:hover {
  text-decoration: underline;
}

.b2c-style-shop-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
  align-items: stretch;
}

.b2c-style-card {
  display: grid;
  grid-template-rows: auto minmax(3.15rem, auto);
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  animation: b2c-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.b2c-style-card:nth-child(2) { animation-delay: 0.05s; }
.b2c-style-card:nth-child(3) { animation-delay: 0.1s; }
.b2c-style-card:nth-child(4) { animation-delay: 0.15s; }
.b2c-style-card:nth-child(5) { animation-delay: 0.2s; }

.b2c-style-card:hover,
.b2c-style-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(0, 76, 192, 0.16);
  box-shadow: 0 18px 38px rgba(0, 76, 192, 0.14);
}

.b2c-style-card-media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 125%;
  overflow: hidden;
  background: #eef2ff;
  flex-shrink: 0;
}

.b2c-style-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.b2c-style-card:hover .b2c-style-card-media img,
.b2c-style-card:focus-visible .b2c-style-card-media img {
  transform: scale(1.06);
}

.b2c-style-card--offline .b2c-style-card-media img {
  object-fit: cover;
  object-position: center 40%;
}

.b2c-style-card-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 1;
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--b2c-hero-blue-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.b2c-style-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.72rem 0.85rem 0.78rem;
  transition: background-color 0.25s ease;
}

.b2c-style-card:hover .b2c-style-card-foot,
.b2c-style-card:focus-visible .b2c-style-card-foot {
  background: rgba(234, 242, 255, 0.55);
}

.b2c-style-card-foot strong {
  font-family: var(--b2c-display);
  font-size: clamp(0.84rem, 1.5vw, 0.98rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--b2c-hero-blue-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.b2c-style-card:hover .b2c-style-card-foot strong,
.b2c-style-card:focus-visible .b2c-style-card-foot strong {
  color: #004cc0;
}

.b2c-style-card-foot .bi {
  color: var(--b2c-hero-blue);
  font-size: 0.95rem;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.b2c-style-card:hover .b2c-style-card-foot .bi,
.b2c-style-card:focus-visible .b2c-style-card-foot .bi {
  transform: translateX(4px);
}

.b2c-style-card--offline {
  appearance: none;
  font: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .b2c-style-card,
  .b2c-style-card-media img,
  .b2c-style-card-foot,
  .b2c-style-card-foot strong,
  .b2c-style-card-foot .bi {
    transition: none;
  }

  .b2c-style-card:hover,
  .b2c-style-card:focus-visible {
    transform: none;
  }

  .b2c-style-card:hover .b2c-style-card-media img,
  .b2c-style-card:focus-visible .b2c-style-card-media img,
  .b2c-style-card:hover .b2c-style-card-foot .bi,
  .b2c-style-card:focus-visible .b2c-style-card-foot .bi {
    transform: none;
  }
}

@media (max-width: 960px) {
  .b2c-style-shop-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(156px, 180px);
    grid-template-columns: none;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 0.15rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .b2c-style-shop-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .b2c-style-card {
    scroll-snap-align: start;
  }
}

/* Legacy discover rail (non-campaign) */
.b2c-discover-rail-wrap {
  position: relative;
  z-index: 4; /* above skyline so cards overlay buildings */
  width: 100%;
  max-width: 1100px;
  margin: auto auto 0;
  padding: 0 1.15rem clamp(0.75rem, 2vh, 1.25rem);
}

.b2c-discover-rail {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 200px);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.25rem 0.15rem 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
}

.b2c-discover-rail::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
  width: 0;
  height: 0;
  background: transparent;
}

.b2c-discover-card {
  position: relative;
  z-index: 4;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: var(--b2c-discover-card-h);
  padding: 0.95rem 0.95rem 0;
  border: 0;
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
  text-decoration: none;
  color: var(--b2c-ink);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: b2c-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.b2c-discover-card:nth-child(2) { animation-delay: 0.05s; }
.b2c-discover-card:nth-child(3) { animation-delay: 0.1s; }
.b2c-discover-card:nth-child(4) { animation-delay: 0.15s; }
.b2c-discover-card:nth-child(5) { animation-delay: 0.2s; }

.b2c-discover-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
}

.b2c-discover-tag {
  align-self: flex-start;
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1d4ed8;
  background: #e8f0ff;
  margin-bottom: 0.45rem;
}

.b2c-discover-tag--soon {
  color: #0f766e;
  background: #ccfbf1;
}

.b2c-discover-card strong {
  font-family: var(--b2c-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}

.b2c-discover-card img {
  width: calc(100% + 1.9rem);
  margin: auto -0.95rem 0;
  height: clamp(140px, 16vw, 196px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.b2c-discover-card--offline {
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
}

.b2c-discover-offline-panel {
  max-width: 1180px;
  margin: 0.75rem auto 0;
  padding: 0 clamp(1rem, 3vw, 1.75rem) 1rem;
  animation: b2c-rise 0.35s ease both;
}

.b2c-discover-offline-panel[hidden] {
  display: none !important;
}

.b2c-discover-offline-panel-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(0, 80, 255, 0.14);
  background:
    radial-gradient(500px 180px at 100% 0%, rgba(0, 80, 255, 0.08), transparent 60%),
    #fff;
  box-shadow: var(--b2c-shadow-card);
}

.b2c-discover-offline-panel h3 {
  margin: 0.4rem 0 0.35rem;
  font-family: var(--b2c-display);
  font-size: 1.15rem;
  font-weight: 800;
}

.b2c-discover-offline-panel p {
  margin: 0;
  color: var(--b2c-muted);
  max-width: 40rem;
  line-height: 1.45;
}

/* —— Floating fashion story (Zomato-style cutouts around copy) —— */
.b2c-float-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  /* Extra top space so float images sit below the category cards */
  padding: clamp(6.5rem, 14vh, 9rem) clamp(1.5rem, 5vw, 3.5rem) clamp(5rem, 10vh, 7rem);
  margin: 0;
}

.b2c-float-story-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.b2c-float-story-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.b2c-float-story-copy {
  position: relative;
  z-index: 2;
  width: min(34rem, 46%);
  max-width: 34rem;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem 1.25rem;
}

.b2c-float-story-copy h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--b2c-brand);
}

.b2c-float-story-copy p {
  margin: 1.85rem auto 0;
  max-width: 30rem;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
  color: var(--b2c-muted);
  font-weight: 450;
}

.b2c-float-img {
  position: absolute;
  z-index: 1;
  display: block;
  width: min(13%, 156px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.14));
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  animation: b2c-float-drift 8s ease-in-out infinite;
  will-change: transform;
}

/* Staggered rings: row1 inward, row2 outer, row3 inward — not one vertical line */
.b2c-float-img--shirt {
  top: 16%;
  left: 14%;
  width: min(12%, 150px);
  animation-delay: 0s;
}

.b2c-float-img--tshirt {
  top: 18%;
  right: 14%;
  width: min(11%, 140px);
  animation-delay: -1.2s;
}

.b2c-float-img--shoes {
  top: 42%;
  left: 2%;
  width: min(12%, 148px);
  animation-delay: -2.4s;
}

.b2c-float-img--jeans {
  bottom: 4%;
  left: 13%;
  width: min(11%, 142px);
  animation-delay: -3.1s;
}

.b2c-float-img--saree {
  top: 44%;
  right: 2%;
  width: min(13%, 155px);
  animation-delay: -1.8s;
}

.b2c-float-img--polo {
  bottom: 3%;
  right: 13%;
  width: min(10%, 132px);
  animation-delay: -4s;
}

.b2c-float-img--heels {
  bottom: 1.5%;
  left: 50%;
  width: min(9%, 118px);
  animation-name: b2c-float-drift-center;
  animation-delay: -2.8s;
}

@keyframes b2c-float-drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes b2c-float-drift-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .b2c-float-img {
    animation: none;
  }
}

/* Sticky header turns light over white sections (float / ecosystem / download) */
.b2c-mode-discover .b2c-top.is-on-light {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--b2c-line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.b2c-mode-discover .b2c-top.is-on-light .b2c-brand,
.b2c-mode-discover .b2c-top.is-on-light .b2c-brand-text,
.b2c-mode-discover .b2c-top.is-on-light .b2c-brand-text span,
.b2c-mode-discover .b2c-top.is-on-light .b2c-signin,
.b2c-mode-discover .b2c-top.is-on-light .b2c-cart-btn,
.b2c-mode-discover .b2c-top.is-on-light .b2c-wishlist-btn,
.b2c-mode-discover .b2c-top.is-on-light .b2c-account-toggle {
  color: var(--b2c-ink);
}

.b2c-mode-discover .b2c-top.is-on-light .b2c-brand-mark {
  background: linear-gradient(145deg, #3370ff 0%, #0050ff 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 80, 255, 0.28);
}

.b2c-mode-discover .b2c-top.is-on-light .b2c-signin {
  border-color: var(--b2c-line);
  background: #fff;
}

.b2c-mode-discover .b2c-top.is-on-light .b2c-signin:hover,
.b2c-mode-discover .b2c-top.is-on-light .b2c-cart-btn:hover,
.b2c-mode-discover .b2c-top.is-on-light .b2c-wishlist-btn:hover,
.b2c-mode-discover .b2c-top.is-on-light .b2c-account-toggle:hover {
  background: var(--b2c-soft);
  color: var(--b2c-ink);
  border-color: #cbd5e1;
}

.b2c-mode-discover .b2c-top.is-on-light .b2c-cart-count,
.b2c-mode-discover .b2c-top.is-on-light .b2c-wishlist-count {
  background: var(--b2c-brand);
  color: #fff;
}

@media (max-width: 1100px) {
  .b2c-float-story-copy {
    width: min(32rem, 50%);
  }
}

@media (max-width: 900px) {
  .b2c-float-story {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 5.5rem 1.15rem 5rem;
  }

  .b2c-float-story-copy {
    width: min(100%, 26rem);
    max-width: 26rem;
  }

  .b2c-float-story-copy p {
    margin-top: 1.5rem;
  }

  .b2c-float-img--shirt { left: 10%; top: 12%; width: min(18%, 110px); }
  .b2c-float-img--tshirt { right: 10%; top: 14%; width: min(17%, 105px); }
  .b2c-float-img--shoes { left: 1%; top: 48%; width: min(18%, 110px); }
  .b2c-float-img--saree { right: 1%; top: 50%; width: min(18%, 112px); }
  .b2c-float-img--jeans { left: 10%; bottom: 3%; width: min(16%, 100px); }
  .b2c-float-img--polo { right: 10%; bottom: 2%; width: min(15%, 96px); }
  .b2c-float-img--heels { display: none; }
}

@media (max-width: 640px) {
  .b2c-float-story {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 3.5rem 1rem 4rem;
  }

  .b2c-float-story-copy {
    width: 100%;
    max-width: 22rem;
  }

  .b2c-float-story-copy h2 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .b2c-float-story-copy p {
    margin-top: 1.35rem;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .b2c-float-img--jeans,
  .b2c-float-img--polo,
  .b2c-float-img--shoes,
  .b2c-float-img--saree {
    opacity: 0.75;
  }
}

@media (max-width: 960px) {
  .b2c-discover-top-nav {
    display: none;
  }

  .b2c-mode-discover:has(.b2c-discover-hero--campaign) .b2c-top-inner {
    grid-template-columns: auto 1fr auto;
  }

  .b2c-discover-hero--campaign {
    min-height: clamp(360px, 50vh, 440px);
  }

  .b2c-discover-hero-overlay {
    min-height: clamp(360px, 50vh, 440px);
    padding: 1rem 0 1.25rem;
  }

  .b2c-discover-hero--campaign::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 42%, transparent 68%);
  }

  .b2c-discover-hero-media img {
    object-position: 62% 28%;
  }

  .b2c-discover-hero-delivery-badge {
    top: auto;
    bottom: 0.85rem;
    right: 0.75rem;
  }

  .b2c-discover-rail {
    grid-auto-columns: minmax(156px, 180px);
    padding-right: 1rem;
  }
}

@media (max-width: 640px) {
  .b2c-discover-hero {
    padding: clamp(1.75rem, 6vh, 2.75rem) 0 0;
  }

  .b2c-discover-hero-overlay {
    width: min(100%, calc(100% - 1.5rem));
    padding-top: 1rem;
  }

  .b2c-discover-hero-copy {
    max-width: none;
  }

  .b2c-discover-hero-loc-bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    padding: 0.35rem;
  }

  .b2c-discover-hero-loc-divider {
    width: auto;
    height: 1px;
    margin: 0 0.75rem;
  }

  .b2c-discover-hero-loc-gps {
    justify-content: center;
  }

  .b2c-discover-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .b2c-discover-hero-cta {
    width: 100%;
  }

  .b2c-discover-hero--campaign {
    min-height: clamp(340px, 48vh, 420px);
  }

  .b2c-discover-hero-overlay {
    min-height: clamp(340px, 48vh, 420px);
  }

  .b2c-discover-hero-media img {
    object-position: 64% 20%;
  }

  .b2c-discover-hero-inner {
    max-width: 100%;
    width: min(100%, calc(100% - 2 * max(1rem, 10vw)));
  }

  .b2c-style-shop {
    width: min(1240px, calc(100% - 1.5rem));
    max-width: min(1240px, calc(100% - 1.5rem));
    padding: 1rem 0 1rem;
  }

  .b2c-style-shop-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .b2c-style-shop-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(148px, 172px);
    grid-template-columns: none;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 0.15rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .b2c-style-shop-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .b2c-style-card {
    scroll-snap-align: start;
  }

  .b2c-discover-combo {
    flex-wrap: wrap;
    border-radius: 1.15rem;
    padding: 0.45rem;
  }

  .b2c-discover-combo-loc {
    max-width: none;
    flex: 1 1 auto;
  }

  .b2c-discover-combo-sep {
    display: none;
  }

  .b2c-discover-combo-input {
    flex: 1 1 calc(100% - 3.2rem);
  }

  .b2c-discover-rail {
    grid-auto-columns: minmax(148px, 170px);
  }
}

.b2c-offline-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: #e8f0ff;
  border: 1px solid #b3ccff;
}

.b2c-offline-notify.is-saved {
  background: #16a34a !important;
  box-shadow: none;
  pointer-events: none;
}

.b2c-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid var(--b2c-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--b2c-ink);
  border-radius: var(--b2c-radius-ctl);
  padding: 0.7rem 1.05rem;
  font: inherit;
  font-family: var(--b2c-display);
  font-weight: 650;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.b2c-btn-outline:hover {
  border-color: #b3ccff;
  color: var(--b2c-brand);
  background: var(--b2c-brand-soft);
  transform: translateY(-1px);
}

.b2c-unavailable {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.25rem 3.5rem;
  max-width: 420px;
  margin: 0 auto;
}

.b2c-unavailable-art {
  width: min(185px, 54vw);
  height: auto;
  aspect-ratio: 440 / 400;
  object-fit: contain;
  margin-bottom: 1.35rem;
}

.b2c-unavailable-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.75rem, 4vw, 2.15rem);
  font-weight: 700;
  color: var(--b2c-ink);
  letter-spacing: -0.03em;
}

.b2c-unavailable-copy {
  margin: 0.65rem 0 1.35rem;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--b2c-muted);
  max-width: 28rem;
}

.b2c-unavailable-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.b2c-unavailable-actions .b2c-btn-outline {
  min-height: 2.85rem;
  padding-inline: 1.15rem;
}

.b2c-category-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.75rem 1.25rem 3.75rem;
  max-width: 460px;
  margin: 0 auto;
}

.b2c-category-empty[hidden] {
  display: none !important;
}

.b2c-category-empty-art {
  width: min(260px, 72vw);
  height: auto;
  margin-bottom: 1.25rem;
}

.b2c-category-empty-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.7rem, 3.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--b2c-ink);
}

.b2c-category-empty-copy {
  margin: 0.7rem 0 1.4rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--b2c-muted);
  max-width: 28rem;
}

.b2c-browse-count-meta {
  color: var(--b2c-muted);
}

.b2c-plp-feed-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1.75rem 1rem 2.5rem;
  color: var(--b2c-muted);
  font-size: 0.95rem;
}

.b2c-plp-feed-loader {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #eaeaec;
  border-radius: 999px;
  background: #fff;
  color: #535766;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
}

.b2c-plp-feed-loader[hidden],
.b2c-plp-feed-end[hidden] {
  display: none !important;
}

.b2c-plp-feed-refresh {
  font-size: 1.05rem;
  color: var(--b2c-brand, #0050ff);
  animation: b2c-plp-spin 0.9s linear infinite;
}

.b2c-plp-feed-end {
  margin: 0;
  color: var(--b2c-muted);
}

.b2c-plp-feed-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

@keyframes b2c-plp-spin {
  to { transform: rotate(360deg); }
}

.b2c-product-grid { display: grid; gap: 1.5rem; }

@media (min-width: 900px) {
  .b2c-product-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.85fr);
    align-items: start;
    gap: 1.75rem 2.5rem;
  }
}

.b2c-pdp-gallery {
  min-width: 0;
}

.b2c-pdp-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.b2c-pdp-mosaic--solo {
  grid-template-columns: minmax(0, 1fr);
}

.b2c-pdp-mosaic-item {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f5f5f6;
}

.b2c-pdp-mosaic-item--solo {
  max-height: min(78vh, 760px);
  aspect-ratio: 3 / 4;
  justify-self: stretch;
}

.b2c-pdp-mosaic-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.b2c-pdp-mosaic-open picture,
.b2c-pdp-mosaic-open img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.b2c-pdp-view-similar {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--b2c-brand);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.b2c-pdp-view-similar:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}

.b2c-pdp-view-similar .bi {
  font-size: 1.05rem;
}

.b2c-pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(15, 23, 42, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}

.b2c-pdp-lightbox[hidden] {
  display: none !important;
}

.b2c-pdp-lightbox img {
  max-width: min(920px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 0.35rem;
  background: #fff;
}

.b2c-pdp-lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.b2c-pdp-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--b2c-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.b2c-pdp-lightbox-nav--prev { left: 1rem; }
.b2c-pdp-lightbox-nav--next { right: 1rem; }

@media (max-width: 899px) {
  .b2c-pdp-mosaic {
    gap: 6px;
  }

  .b2c-pdp-view-similar {
    width: 2.1rem;
    height: 2.1rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.b2c-pdp-color-products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.b2c-pdp-color-product {
  position: relative;
  width: 56px;
  height: 74px;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #d4d5d9;
  display: block;
  text-decoration: none;
  background: #f5f5f6;
}

.b2c-pdp-color-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b2c-pdp-color-product.is-selected {
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 1px var(--b2c-brand);
}

.b2c-card-color-previews {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 1.35rem;
}

.b2c-card-color-preview {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--b2c-line);
  display: inline-block;
}

.b2c-card-color-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b2c-card-color-more {
  font-size: 0.72rem;
  color: var(--b2c-muted);
  font-weight: 600;
}

.b2c-product {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 0.75rem var(--b2c-shell-pad) 2.5rem var(--b2c-shell-pad-left);
  width: 100%;
}

.b2c-pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  font-size: 0.8rem;
  color: var(--b2c-muted);
}

.b2c-pdp-crumb {
  color: var(--b2c-muted);
  text-decoration: none;
}

.b2c-pdp-crumb:hover {
  color: var(--b2c-brand);
}

.b2c-pdp-crumb-sep {
  color: #cbd5e1;
  font-size: 0.7rem;
}

.b2c-product-info {
  min-width: 0;
  padding-top: 0.15rem;
}

@media (min-width: 900px) {
  .b2c-product-info {
    position: sticky;
    top: 5.75rem;
    align-self: start;
  }
}

.b2c-pdp-brand {
  font-size: 1.2rem;
  font-weight: 700;
  color: #282c3f;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.b2c-pdp-title,
.b2c-product-info h1.b2c-pdp-title {
  font-family: var(--b2c-font);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  color: #535766;
}

.b2c-pdp-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  margin: 0.85rem 0 0;
  padding: 0.22rem 0.5rem;
  border: 1px solid #e9e9eb;
  border-radius: 0.2rem;
  background: #fff;
  text-decoration: none;
  color: #282c3f;
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
}

a.b2c-pdp-rating:hover {
  border-color: #c8c8cb;
}

a.b2c-pdp-rating:hover .b2c-pdp-rating-count {
  color: #535766;
}

.b2c-pdp-rating-score {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0.9rem;
  font-weight: 700;
  color: #282c3f;
  line-height: 1.2;
}

.b2c-pdp-rating > .bi,
.b2c-pdp-rating-score .bi {
  color: #03a685;
  font-size: 0.72rem;
  line-height: 1;
}

.b2c-pdp-rating-sep {
  width: 1px;
  height: 0.9rem;
  background: #d4d5d9;
  flex-shrink: 0;
}

.b2c-pdp-rating-count {
  font-size: 0.86rem;
  font-weight: 400;
  color: #878b94;
  line-height: 1.2;
}

.b2c-pdp-rating-badge {
  font-size: 0.82rem;
  font-weight: 700;
  color: #03a685;
}

.b2c-pdp-rating--empty {
  font-size: 0.86rem;
  font-weight: 700;
  color: #03a685;
  letter-spacing: 0.02em;
  cursor: default;
}

.b2c-card-rating {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.28rem 0.5rem;
  border-radius: 0.28rem;
  background: #fff;
  color: #282c3f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(40, 44, 63, 0.16);
  pointer-events: none;
}

.b2c-card-rating-score {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
}

.b2c-card-rating .bi {
  font-size: 0.72rem;
  color: #03a685;
}

.b2c-card-rating-sep {
  width: 1px;
  height: 0.9rem;
  background: #d4d5d9;
  flex-shrink: 0;
}

.b2c-card-rating-count {
  font-size: inherit;
  font-weight: 600;
  color: #535766;
}

.b2c-pdp-divider {
  height: 1px;
  background: #e9e9eb;
  margin: 1rem 0 1.1rem;
}

.b2c-pdp-pricing {
  margin: 0;
}

.b2c-pdp-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.55rem;
}

.b2c-pdp-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #282c3f;
  font-family: var(--b2c-font);
  letter-spacing: -0.01em;
}

.b2c-pdp-discount {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--b2c-brand);
}

.b2c-pdp-mrp {
  font-size: 0.92rem;
  color: #94969f;
  text-decoration: line-through;
}

.b2c-pdp-tax-note {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #03a685;
}

.b2c-pdp-soldby {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #94969f;
}

.b2c-pdp-soldby strong {
  color: #535766;
  font-weight: 600;
}

.b2c-product-info h1 {
  font-family: var(--b2c-font);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.b2c-back {
  color: var(--b2c-muted);
  text-decoration: none;
  display: inline-flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.b2c-back:hover { color: var(--b2c-brand); }

.b2c-stock,
.b2c-variant { color: var(--b2c-muted); }

/* —— Drawers —— */
.b2c-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: flex-end;
}

.b2c-drawer[hidden],
.b2c-modal[hidden] { display: none !important; }

.pac-container {
  display: none !important;
}

.b2c-drawer-panel {
  width: min(420px, 100%);
  height: 100%;
  background: var(--b2c-surface);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(2, 6, 23, 0.14);
  animation: b2c-slide-in 0.28s ease;
}

.b2c-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--b2c-line);
}

.b2c-drawer-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-family: var(--b2c-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.b2c-drawer-close,
.b2c-modal-close {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  color: var(--b2c-muted);
}

.b2c-drawer-body { flex: 1; overflow: auto; padding: 1rem 1.1rem; }

.b2c-drawer-foot {
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--b2c-line);
  display: grid;
  gap: 0.75rem;
}

.b2c-cart-line {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  align-items: start;
}

.b2c-cart-line img {
  width: 56px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--b2c-brand-soft);
}

.b2c-cart-line-title { font-weight: 600; font-size: 0.9rem; }
.b2c-cart-line-meta { font-size: 0.75rem; color: var(--b2c-muted); }

.b2c-checkout-form { display: grid; gap: 0.75rem; }
.b2c-checkout-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--b2c-ink);
  font-family: var(--b2c-display);
}
.b2c-checkout-form input,
.b2c-checkout-form select,
.b2c-checkout-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-ctl);
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: var(--b2c-ink);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.b2c-checkout-form input:focus,
.b2c-checkout-form select:focus,
.b2c-checkout-form textarea:focus {
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px var(--b2c-brand-glow);
}

.b2c-pay-methods {
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-ctl);
  padding: 0.75rem;
  display: grid;
  gap: 0.4rem;
  background: var(--b2c-soft);
}

.b2c-pay-methods legend {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0 0.25rem;
}

.b2c-pay-methods label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.b2c-delivery-note {
  font-size: 0.8rem;
  color: var(--b2c-muted);
  margin: 0;
}

.b2c-delivery-note.is-nextday {
  color: var(--b2c-brand);
  font-weight: 600;
}

.b2c-cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

/* —— Location modal —— */
.b2c-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: visible;
}

#b2c-loc-modal.b2c-modal {
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.b2c-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
  animation: b2c-fade 0.25s ease;
}

.b2c-loc-panel {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100vw - 16px));
  background: var(--b2c-surface);
  border-radius: 1rem;
  border: 1px solid var(--b2c-line);
  padding: 1.25rem 1.35rem 1.2rem;
  box-shadow: var(--b2c-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: b2c-pop 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  max-height: min(92vh, 760px);
  overflow: auto;
}

#b2c-loc-modal .b2c-loc-panel--picker {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: min(980px, calc(100vw - 2rem));
  height: min(88vh, 820px);
  max-height: min(94vh, 820px);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#b2c-loc-modal .b2c-loc-panel:not(.b2c-loc-panel--picker) {
  position: absolute;
  top: calc(var(--b2c-loc-modal-top, 4.75rem) + 8px);
  left: var(--b2c-loc-modal-left, 0);
  right: auto;
  margin: 0;
}

.b2c-loc-panel.is-map {
  width: min(560px, calc(100vw - 16px));
  padding: 0;
  gap: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* —— Location picker (split search + map) —— */
.b2c-loc-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem 1rem;
  border-bottom: 1px solid var(--b2c-line);
  flex-shrink: 0;
}

.b2c-loc-picker-head-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
}

.b2c-loc-picker-head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--b2c-hero-blue-light);
  color: var(--b2c-hero-blue);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.b2c-loc-picker-head h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.375rem, 2.2vw, 1.5rem);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.b2c-loc-picker-sub {
  margin: 0.3rem 0 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #64748b;
}

.b2c-loc-picker-head .b2c-modal-close {
  position: static;
  flex-shrink: 0;
}

.b2c-loc-picker-body {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.b2c-loc-picker-side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  padding: 1rem 1rem 0.85rem;
  border-right: 1px solid var(--b2c-line);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.b2c-loc-picker-side::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.b2c-loc-picker-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.15rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 26px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.b2c-loc-picker-search .bi-search {
  color: #004cc0;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.b2c-loc-picker-search:focus-within {
  border-color: #004cc0;
  box-shadow: 0 0 0 3px rgba(0, 76, 192, 0.12);
}

.b2c-loc-picker-search input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font: inherit;
  font-size: 0.9375rem;
  color: #111827;
}

.b2c-loc-picker-search input::placeholder {
  color: #64748b;
}

.b2c-loc-picker-gps {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.72rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.b2c-loc-picker-gps:hover,
.b2c-loc-picker-gps:focus-visible {
  border-color: rgba(0, 76, 192, 0.22);
  background: var(--b2c-hero-blue-light);
  outline: none;
}

.b2c-loc-picker-gps-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: var(--b2c-hero-blue-light);
  color: var(--b2c-hero-blue);
  flex-shrink: 0;
}

.b2c-loc-picker-gps-copy {
  flex: 1;
  min-width: 0;
}

.b2c-loc-picker-gps-copy strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
}

.b2c-loc-picker-gps-copy small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
}

.b2c-loc-picker-gps-arrow {
  color: #94a3b8;
  flex-shrink: 0;
}

.b2c-loc-results-heading {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
}

.b2c-place-results--picker {
  display: grid;
  gap: 0.55rem;
  border-top: 0;
  max-height: none;
  overflow: visible;
}

.b2c-loc-picker-side .b2c-place-item,
.b2c-loc-picker-side .b2c-loc-card-main.b2c-place-item {
  position: relative;
  align-items: flex-start;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 0.72rem 0.85rem;
  background: #fff;
}

.b2c-loc-picker-side .b2c-place-item > .bi-geo-alt-fill {
  color: #004cc0;
  font-size: 0.95rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.b2c-loc-picker-side .b2c-place-item .b2c-loc-card-copy,
.b2c-loc-picker-side .b2c-place-item > span {
  flex: 1;
  min-width: 0;
}

.b2c-loc-picker-side .b2c-place-item strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.25;
}

.b2c-loc-picker-side .b2c-place-item small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.35;
}

.b2c-loc-picker-side .b2c-loc-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.b2c-loc-picker-side .b2c-loc-card-main {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.b2c-loc-picker-map {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.b2c-loc-picker-map .b2c-loc-map-wrap {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: none;
}

.b2c-locate-me--corner {
  left: auto;
  right: 0.85rem;
  top: 0.85rem;
  bottom: auto;
  transform: none;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  justify-content: center;
  border-radius: 12px;
  font-size: 1rem;
}

.b2c-loc-map-hint {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--b2c-muted);
  font-size: 0.72rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  white-space: nowrap;
}

.b2c-loc-picker-foot.b2c-loc-confirm-sheet {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #e2e8f0;
  background: #fff;
  flex: 0 0 auto;
  flex-shrink: 0;
}

.b2c-loc-picker-foot {
  position: relative;
}

.b2c-loc-picker-foot-selected {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.62rem 0.85rem;
  border-radius: 14px;
  background: #eaf2ff;
}

.b2c-loc-picker-foot .b2c-loc-confirm-place {
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.b2c-loc-picker-foot-copy {
  min-width: 0;
}

.b2c-loc-picker-foot .b2c-loc-confirm-kicker {
  display: block;
  margin: 0 0 0.15rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  line-height: 1.1;
}

.b2c-loc-picker-foot .b2c-loc-confirm-place > .bi {
  margin-top: 0.1rem;
  font-size: 0.95rem;
  color: #004cc0;
  flex-shrink: 0;
}

.b2c-loc-picker-foot .b2c-loc-confirm-place strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2c-loc-picker-foot #b2c-map-subtitle {
  display: none;
}

.b2c-loc-picker-change {
  position: static;
  transform: none;
  border: 0;
  background: transparent;
  color: #004cc0;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.15rem 0.25rem;
  flex-shrink: 0;
}

.b2c-loc-picker-change:hover {
  text-decoration: underline;
}

.b2c-loc-picker-foot-error {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0.35rem;
}

.b2c-loc-picker-confirm {
  flex: 0 0 auto;
  margin-left: 0;
  min-width: 0;
  width: auto;
  margin-top: 0;
  min-height: 50px;
  border-radius: 26px;
  padding: 0 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  background: #004cc0;
  border-color: #004cc0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.b2c-loc-picker-confirm:hover {
  background: #003da3;
  border-color: #003da3;
}

@media (max-width: 820px) {
  #b2c-loc-modal.b2c-modal {
    padding: 0.75rem;
  }

  #b2c-loc-modal .b2c-loc-panel--picker {
    width: min(100vw - 1rem, 100%);
    height: min(92vh, 820px);
    max-height: 94vh;
  }

  .b2c-loc-picker-body {
    display: grid;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .b2c-loc-picker-side {
    display: contents;
  }

  .b2c-loc-picker-search {
    order: 1;
    margin: 0 1rem;
  }

  .b2c-loc-picker-gps {
    order: 2;
    margin: 0 1rem;
  }

  .b2c-loc-results-heading {
    order: 3;
    margin: 0.35rem 1rem 0;
  }

  .b2c-place-results--picker {
    order: 4;
    margin: 0 1rem;
  }

  .b2c-place-empty {
    order: 4;
    margin: 0 1rem;
  }

  .b2c-loc-picker-map {
    order: 5;
    border-bottom: 1px solid #e2e8f0;
  }

  .b2c-loc-saved {
    order: 6;
    margin: 0 1rem;
  }

  .b2c-loc-picker-side > .b2c-loc-error {
    order: 7;
    margin: 0 1rem;
  }

  .b2c-loc-picker-map .b2c-loc-map-wrap {
    min-height: 260px;
  }

  .b2c-loc-picker-foot.b2c-loc-confirm-sheet {
    flex-wrap: wrap;
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  }

  .b2c-loc-picker-foot-selected {
    flex: 1 1 100%;
    width: 100%;
  }

  .b2c-loc-picker-foot .b2c-loc-confirm-place strong {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .b2c-loc-picker-confirm {
    flex: 1 1 100%;
    width: 100%;
  }
}

.b2c-loc-step--map {
  gap: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.b2c-loc-map-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 200px;
  max-height: min(52vh, 420px);
  width: 100%;
  background: var(--b2c-soft);
}

.b2c-loc-step {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 0;
}

.b2c-loc-step[hidden] { display: none !important; }

.b2c-loc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.b2c-loc-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-family: var(--b2c-display);
  font-weight: 700;
  color: var(--b2c-ink);
  letter-spacing: -0.03em;
}

.b2c-loc-head .b2c-modal-close {
  position: static;
}

.b2c-loc-detect-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.b2c-detect-loc {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  padding: 0.72rem 1rem;
}

.b2c-detect-loc.is-loading,
.b2c-locate-me.is-loading {
  opacity: 0.92;
  pointer-events: none;
}

.b2c-detect-loc .b2c-loc-confirm-spinner,
.b2c-locate-me .b2c-loc-confirm-spinner {
  width: 0.9rem;
  height: 0.9rem;
  border-width: 2px;
}

.b2c-locate-me .b2c-loc-confirm-spinner {
  border-color: rgba(0, 80, 255, 0.25);
  border-top-color: var(--b2c-brand);
}

.b2c-loc-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translate(-50%, 12px);
  z-index: 10050;
  max-width: min(92vw, 26rem);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.b2c-loc-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.b2c-loc-toast--error {
  background: #7f1d1d;
}

.b2c-loc-toast--info {
  background: #0f172a;
}

.b2c-loc-or-pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--b2c-muted);
}

.b2c-loc-search--grow {
  flex: 1 1 180px;
}

.b2c-place-results {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: min(48vh, 360px);
  overflow: auto;
  border-top: 1px solid var(--b2c-line);
}

.b2c-place-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border: 0;
  border-bottom: 1px solid var(--b2c-line);
  background: transparent;
  text-align: left;
  padding: 0.85rem 0.15rem;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.b2c-place-item:hover {
  background: var(--b2c-soft);
}

.b2c-place-item.is-pincode > .bi {
  color: var(--b2c-brand-mid);
}

.b2c-place-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--b2c-ink);
}

.b2c-place-item small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: var(--b2c-muted);
  line-height: 1.35;
}

.b2c-place-empty {
  margin: 0;
  text-align: center;
  font-size: 0.88rem;
  color: var(--b2c-muted);
}

.b2c-loc-map-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--b2c-line);
}

.b2c-loc-map-head strong {
  font-size: 1rem;
  font-weight: 700;
}

.b2c-loc-back {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--b2c-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.b2c-loc-back:hover {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
}

.b2c-loc-map,
.b2c-loc-map.gm-style,
#b2c-loc-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 200px;
  max-width: 100%;
  position: relative !important;
  overflow: hidden !important;
  z-index: 0;
}

#b2c-loc-map img {
  max-width: none !important;
  max-height: none !important;
}

.b2c-locate-me {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--b2c-brand);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.95rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
  cursor: pointer;
}

.b2c-loc-confirm-sheet {
  padding: 1rem 1.15rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  flex-shrink: 0;
  border-top: 1px solid var(--b2c-line);
}

#b2c-confirm-location {
  margin-top: 0.15rem;
}

.b2c-loc-picker-foot #b2c-confirm-location {
  margin-top: 0;
}

#b2c-loc-modal .b2c-loc-picker-foot.b2c-loc-confirm-sheet {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.b2c-loc-confirm-kicker {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b2c-muted);
}

.b2c-loc-confirm-place {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.b2c-loc-confirm-place > .bi {
  color: var(--b2c-brand);
  margin-top: 0.15rem;
}

.b2c-loc-confirm-place strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: var(--b2c-ink);
  font-family: var(--b2c-display);
  letter-spacing: -0.02em;
}

.b2c-loc-confirm-place small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.84rem;
  color: var(--b2c-muted);
  line-height: 1.4;
}

.b2c-checkout-area-note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--b2c-muted);
}

.b2c-checkout-area-note strong {
  color: var(--b2c-ink);
}

.b2c-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--b2c-muted);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.b2c-modal-close:hover {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
}

.b2c-loc-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 1.5rem;
}

.b2c-loc-panel-copy h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  line-height: 1.25;
  font-weight: 700;
  max-width: 18ch;
  color: var(--b2c-ink);
}

.b2c-loc-panel-art {
  position: relative;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.b2c-loc-art-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff 0 18%, transparent 19%),
    repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(0, 80, 255, 0.1) 10px, rgba(0, 80, 255, 0.1) 11px),
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(0, 80, 255, 0.1) 10px, rgba(0, 80, 255, 0.1) 11px),
    var(--b2c-brand-soft);
  box-shadow: inset 0 0 0 1px rgba(0, 80, 255, 0.14);
}

.b2c-loc-art-pin {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--b2c-brand);
  font-size: 1.75rem;
  animation: b2c-pin 1.6s ease-in-out infinite;
}

.b2c-loc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.b2c-loc-search {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-ctl);
  padding: 0.15rem 0.95rem;
  background: var(--b2c-soft);
  min-height: 48px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.b2c-loc-search:focus-within {
  background: #fff;
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px var(--b2c-brand-glow);
}

.b2c-loc-search .bi-search { color: var(--b2c-muted); }

.b2c-loc-search input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  color: var(--b2c-ink);
}

.b2c-share-loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  padding: 0.75rem 1.15rem;
  flex: 0 0 auto;
}

.b2c-or-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--b2c-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.b2c-or-line::before,
.b2c-or-line::after {
  content: "";
  flex: 1;
  border-top: 1px dashed var(--b2c-line);
}

.b2c-loc-login {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--b2c-ink);
}

.b2c-loc-login a,
.b2c-loc-login .b2c-linkish,
.b2c-loc-saved .b2c-linkish {
  color: var(--b2c-brand);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.b2c-loc-saved {
  margin: 0;
}

.b2c-loc-saved-heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  text-align: left;
}

.b2c-loc-saved-heading-row .b2c-loc-saved-heading {
  flex: 1;
  margin-bottom: 0.75rem;
}

.b2c-loc-saved-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-height: none;
  overflow: visible;
}

.b2c-loc-card {
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.b2c-loc-card-main {
  flex: 1;
  min-width: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.b2c-loc-card-delete {
  flex: 0 0 auto;
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #dc2626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
}

.b2c-loc-card-delete:hover {
  filter: brightness(0.96);
}

.b2c-loc-card-copy {
  min-width: 0;
  flex: 1;
}

.b2c-loc-card-copy strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.25;
}

.b2c-loc-card-copy small {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  color: #64748b;
}


.b2c-loc-saved-empty {
  text-align: center;
  padding: 0.35rem 0 0.15rem;
}

.b2c-loc-saved-empty p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--b2c-ink);
}

.b2c-loc-search.is-spotlight {
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--b2c-brand) 18%, transparent);
}

.b2c-loc-error {
  color: #b91c1c;
  font-size: 0.85rem;
  margin: 0;
  text-align: center;
}

.b2c-loc-confirm-sheet.is-checking {
  pointer-events: none;
}

#b2c-confirm-location[aria-busy="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  opacity: 0.92;
}

.b2c-loc-confirm-spinner {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: b2c-loc-spin 0.7s linear infinite;
}

@keyframes b2c-loc-spin {
  to { transform: rotate(360deg); }
}

.b2c-success {
  text-align: center;
  padding: 4rem 1rem;
}

.b2c-success i {
  font-size: 3rem;
  color: var(--b2c-brand);
}

.b2c-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1.1rem;
}

.b2c-success-actions .b2c-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  border: 1px solid #d4d5d9;
  background: #fff;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}

/* —— Account / profile menu (anchored to header bottom edge) —— */
.b2c-account {
  position: relative;
  display: flex;
  align-items: center;
}

.b2c-top.is-account-open .b2c-account-toggle,
.b2c-account:hover .b2c-account-toggle {
  color: var(--b2c-brand);
}

.b2c-account-menu {
  /* Positioned in JS — centered under Profile */
  position: fixed;
  top: 0;
  left: 0;
  width: min(300px, calc(100vw - 1.5rem));
  background: #ffffff;
  border: 1px solid var(--b2c-line);
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  box-shadow:
    10px 18px 32px rgba(15, 23, 42, 0.08),
    -6px 18px 28px rgba(15, 23, 42, 0.04);
  z-index: 500;
  overflow: hidden;
  animation: b2c-menu-in 0.14s ease;
}

/* Header bottom rule continues as the menu's top edge */
.b2c-top.is-account-open {
  border-bottom-color: var(--b2c-line);
}

.b2c-account-menu-head {
  padding: 0.75rem 1.15rem 0.5rem;
  background: #ffffff;
}

.b2c-account-menu-head strong,
.b2c-account-menu-head .b2c-account-greeting {
  display: block;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #6b6e7b;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.b2c-account-menu-head span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.86rem;
  color: var(--b2c-muted);
  font-weight: 500;
}

.b2c-account-menu-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 0.2rem;
  background: #ffffff;
}

.b2c-account-menu-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.42rem 1.15rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.35;
  transition: background 0.12s ease, color 0.12s ease;
}

.b2c-account-menu-item:hover {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
}

.b2c-account-menu-promo {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.95rem 1.15rem 1.1rem;
  border-top: 1px solid var(--b2c-line);
  background: #ffffff;
}

.b2c-account-qr {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  border: 1px solid var(--b2c-line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.b2c-account-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b2c-account-qr-fallback {
  color: var(--b2c-brand);
  font-size: 2rem;
  line-height: 1;
}

.b2c-account-promo-copy p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--b2c-ink);
  font-weight: 700;
}

.b2c-account-promo-copy p span {
  color: var(--b2c-brand);
}

.b2c-account-promo-copy small {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.72rem;
  color: var(--b2c-muted);
  line-height: 1.35;
}

@keyframes b2c-menu-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* —— Login drawer —— */
.b2c-login-drawer {
  justify-content: flex-end;
  z-index: 520;
}
.b2c-login-drawer .b2c-drawer-scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
}
.b2c-login-panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 1.15rem 1.35rem 1.5rem;
  overflow: auto;
}
.b2c-login-close,
.b2c-login-back {
  border: 0;
  background: transparent;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--b2c-ink);
  cursor: pointer;
  margin: 0 0 0.75rem;
  padding: 0;
  line-height: 1;
}
.b2c-login-back { font-size: 1.25rem; }
.b2c-login-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.b2c-login-hero h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--b2c-ink);
}
.b2c-login-subtitle {
  margin: 0.35rem 0 0;
  color: var(--b2c-muted);
  font-size: 0.92rem;
}
.b2c-login-context {
  margin: 0.45rem 0 0;
  color: var(--b2c-brand);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}
.b2c-login-accent {
  display: block;
  width: 2.4rem;
  height: 0.28rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: var(--b2c-brand);
}
.b2c-login-bag {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  flex-shrink: 0;
}
.b2c-login-form {
  display: grid;
  gap: 1.1rem;
}
.b2c-float-field { position: relative; }
.b2c-float-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.15rem;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-ctl);
  padding: 0 0.95rem;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.b2c-float-control input {
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--b2c-ink);
  padding: 0.95rem 0 0.55rem;
}
.b2c-float-control label {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 0.25rem;
  color: #94a3b8;
  font-size: 0.9375rem;
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  transition: top 0.16s ease, transform 0.16s ease, font-size 0.16s ease, color 0.16s ease, left 0.16s ease;
}
.b2c-float-field.is-active .b2c-float-control,
.b2c-float-field.is-filled .b2c-float-control {
  border-color: var(--b2c-brand);
  box-shadow: 0 0 0 3px var(--b2c-brand-glow);
}
.b2c-float-field.is-active .b2c-float-control label,
.b2c-float-field.is-filled .b2c-float-control label,
.b2c-float-field.is-readonly.is-filled .b2c-float-control label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--b2c-brand);
  left: 0.75rem;
}
.b2c-float-field.has-prefix.is-active .b2c-float-control label,
.b2c-float-field.has-prefix.is-filled .b2c-float-control label {
  left: 0.75rem;
}
.b2c-phone-prefix {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-right: 0.55rem;
  flex-shrink: 0;
  color: var(--b2c-ink);
  font-size: 1rem;
}
.b2c-phone-prefix[hidden] { display: none !important; }
.b2c-phone-divider {
  width: 1px;
  height: 1.15rem;
  background: var(--b2c-line);
  display: inline-block;
}
.b2c-float-field.is-readonly .b2c-float-control {
  border-color: var(--b2c-line);
  background: var(--b2c-soft);
  box-shadow: none;
}
.b2c-float-field.is-readonly .b2c-float-control input {
  color: var(--b2c-muted);
  font-weight: 500;
}
.b2c-float-field.is-readonly.is-filled .b2c-float-control label {
  color: var(--b2c-muted);
}
.b2c-login-submit {
  width: 100%;
  border-radius: var(--b2c-radius-ctl);
  padding: 0.9rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  min-height: 3.15rem;
}
.b2c-login-legal {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--b2c-muted);
  line-height: 1.45;
}
.b2c-login-legal a {
  color: var(--b2c-brand);
  font-weight: 600;
  text-decoration: none;
}
.b2c-login-legal a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.b2c-login-error {
  margin: 0;
  color: #b91c1c;
  font-size: 0.85rem;
}
.b2c-login-dev {
  margin: 0;
  font-size: 0.8rem;
  color: var(--b2c-brand);
  font-weight: 600;
}
.b2c-otp-resend {
  margin: 0;
  text-align: center;
  color: var(--b2c-muted);
  font-size: 0.85rem;
}
#b2c-signup-skip {
  justify-self: center;
  width: auto;
}

@keyframes b2c-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes b2c-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes b2c-pop {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes b2c-slide-in {
  from { transform: translateX(24px); opacity: 0.6; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes b2c-pin {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* —— Fashion nav (Men / Women / Store + subnav) —— */
.b2c-fashion-nav {
  border-top: 1px solid var(--b2c-line);
  background: rgba(255, 255, 255, 0.96);
}

.b2c-fashion-nav--inline {
  border-top: 0;
  background: transparent;
  justify-self: start;
  min-width: 0;
  overflow: visible;
  margin-left: 0.35rem;
}

.b2c-fashion-nav--inline .b2c-fashion-nav-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 1.35rem;
  overflow: visible;
  align-items: center;
}

.b2c-fashion-nav-inner {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 0 var(--b2c-shell-pad) 0 var(--b2c-shell-pad-left);
  display: flex;
  gap: 0.15rem;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.b2c-fashion-nav-inner::-webkit-scrollbar {
  display: none;
}

.b2c-fashion-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  color: var(--b2c-ink);
  text-decoration: none;
  font-family: var(--b2c-display);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
}

.b2c-fashion-nav--inline .b2c-fashion-link {
  padding: 0.4rem 0.35rem 0.45rem;
  font-size: 0.76rem;
  font-family: inherit;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.b2c-fashion-link--plain {
  font-weight: 600;
}

.b2c-fashion-link:hover,
.b2c-fashion-link.is-active {
  color: var(--b2c-brand);
  border-bottom-color: var(--b2c-brand);
}

.b2c-fashion-nav--inline .b2c-fashion-link:hover,
.b2c-fashion-nav--inline .b2c-fashion-link.is-active {
  color: var(--b2c-brand);
  border-bottom-color: var(--b2c-brand);
}

.b2c-subnav-wrap {
  border-top: 1px solid var(--b2c-line);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 50;
  overflow: visible;
}

.b2c-subnav-wrap[hidden] { display: none !important; }

.b2c-subnav-panel {
  overflow: visible;
}

.b2c-subnav-panel[hidden] {
  display: none !important;
}

.b2c-subnav-inner {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 0 var(--b2c-shell-pad) 0 var(--b2c-shell-pad-left);
  overflow: visible;
}

.b2c-subnav-groups {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0.15rem;
  overflow: visible;
}

.b2c-subnav-group {
  position: relative;
  flex-shrink: 0;
}

.b2c-subnav-group-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  padding: 0.85rem 1.05rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--b2c-ink);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.35rem;
}

.b2c-subnav-group-btn .bi-chevron-down {
  font-size: 0.65rem;
  transition: transform 0.15s ease;
}

.b2c-subnav-group.is-active > .b2c-subnav-group-btn,
.b2c-subnav-group:hover > .b2c-subnav-group-btn {
  color: var(--b2c-brand);
  background: var(--b2c-soft);
}

.b2c-subnav-group.is-active > .b2c-subnav-group-btn .bi-chevron-down,
.b2c-subnav-group:hover > .b2c-subnav-group-btn .bi-chevron-down {
  transform: rotate(180deg);
}

.b2c-subnav-flyout {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  width: max-content;
  max-width: min(680px, 92vw);
  padding-top: 0.35rem;
}

.b2c-subnav-group.is-active > .b2c-subnav-flyout,
.b2c-subnav-group:hover > .b2c-subnav-flyout {
  display: block;
}

.b2c-subnav-flyout-inner {
  background: #fff;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-sm);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  padding: 1.15rem 1.35rem 1.25rem;
  width: max-content;
  max-width: min(680px, 92vw);
}

.b2c-subnav-filter-btn {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--b2c-ink);
  text-decoration: none;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.45rem 0.2rem;
  cursor: pointer;
  white-space: nowrap;
}

.b2c-subnav-filter-btn:hover {
  color: var(--b2c-brand);
}

.b2c-subnav-filter-btn--shop-all {
  color: var(--b2c-brand);
  font-weight: 700;
  margin-bottom: 0.55rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.b2c-subnav-flyout-columns {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.45rem 2rem;
}

.b2c-subnav-flyout-columns--single {
  grid-template-columns: max-content;
}

.b2c-subnav-flyout-col {
  min-width: 0;
}

.b2c-fashion-item--store {
  position: relative;
  flex-shrink: 0;
  overflow: visible;
}

.b2c-store-flyout {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 120;
  padding-top: 0.25rem;
  width: max-content;
  max-width: min(420px, 92vw);
}

.b2c-store-flyout[hidden] {
  display: none !important;
}

.b2c-fashion-item--store.is-open > .b2c-store-flyout:not([hidden]),
.b2c-fashion-item--store:hover > .b2c-store-flyout:not([hidden]) {
  display: block;
}

.b2c-store-flyout-inner {
  background: #fff;
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-sm);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  padding: 0.85rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: max-content;
  min-width: 180px;
  max-width: min(420px, 92vw);
}

.b2c-store-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.4rem;
  text-decoration: none;
  color: var(--b2c-ink);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.b2c-store-menu-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  color: #696b79;
  font-size: 0.78rem;
  font-weight: 700;
}

.b2c-store-menu-rating .bi-star-fill {
  color: #03a685;
  font-size: 0.7rem;
}

.b2c-store-menu-item:hover {
  background: var(--b2c-soft);
  color: var(--b2c-brand);
}

.b2c-store-menu-empty {
  margin: 0;
  padding: 0.85rem 0.95rem;
  color: var(--b2c-muted);
  font-size: 0.88rem;
}

.b2c-top {
  z-index: 400;
  overflow: visible;
}

/* —— Category rail —— */
.b2c-category-rail {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  margin-bottom: 0.35rem;
  scrollbar-width: thin;
}

.b2c-category-chip {
  flex: 0 0 auto;
  border: 1px solid var(--b2c-line);
  background: var(--b2c-surface);
  color: var(--b2c-ink);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 600;
  font-family: var(--b2c-display);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.b2c-category-chip:hover {
  border-color: var(--b2c-brand);
  color: var(--b2c-brand);
}

.b2c-category-chip.is-active {
  background: var(--b2c-brand);
  border-color: var(--b2c-brand);
  color: #fff;
}

/* —— Wishlist / cart header —— */
a.b2c-cart-btn,
a.b2c-wishlist-btn {
  text-decoration: none;
}

.b2c-wishlist-btn {
  position: relative;
}

.b2c-wishlist-count {
  position: absolute;
  top: -0.25rem;
  right: -0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.b2c-wishlist-count[hidden] {
  display: none !important;
}

.b2c-wishlist-heart {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--b2c-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.b2c-wishlist-heart.is-active,
.b2c-wishlist-heart:hover {
  color: #e11d48;
}

.b2c-wishlist-heart--lg {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: none;
  border: 1px solid var(--b2c-line);
}

.b2c-card { position: relative; }

/* —— PDP variants —— */
.b2c-pdp-section {
  margin: 1.35rem 0 0;
}

.b2c-pdp-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.b2c-pdp-section-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282c3f;
}

.b2c-pdp-section-meta {
  font-size: 0.86rem;
  color: #94969f;
  font-weight: 500;
}

.b2c-pdp-size-chart-link {
  border: 0;
  background: transparent;
  color: var(--b2c-brand);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  cursor: pointer;
  padding: 0;
}

.b2c-pdp-size-chart-link .bi {
  font-size: 0.75rem;
}

.b2c-pdp-swatches,
.b2c-pdp-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.b2c-pdp-swatch {
  border: 1px solid #d4d5d9;
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  color: #282c3f;
}

.b2c-pdp-swatch.is-selected {
  border-color: var(--b2c-brand);
  color: var(--b2c-brand);
  box-shadow: 0 0 0 1px var(--b2c-brand);
}

.b2c-pdp-size {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid #d4d5d9;
  background: #fff;
  border-radius: 999px;
  padding: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #282c3f;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  overflow: hidden;
  line-height: 1.15;
}

.b2c-pdp-sizes.has-price-by-size .b2c-pdp-size {
  width: auto;
  min-width: 3.75rem;
  height: auto;
  min-height: 3.35rem;
  padding: 0.45rem 0.9rem 0.4rem;
}

.b2c-pdp-size-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: inherit;
}

.b2c-pdp-size-price {
  font-size: 0.7rem;
  font-weight: 500;
  color: #94969f;
  white-space: nowrap;
}

.b2c-pdp-size.is-selected .b2c-pdp-size-price {
  color: var(--b2c-brand);
}

.b2c-pdp-size.is-selected {
  border-color: var(--b2c-brand);
  color: var(--b2c-brand);
  box-shadow: 0 0 0 1px var(--b2c-brand);
}

.b2c-pdp-size.is-oos,
.b2c-pdp-size:disabled {
  color: #9a9ba3;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
  background: #f6f6f7;
  border-color: #e0e1e5;
  box-shadow: none;
}

.b2c-pdp-size.is-oos.is-selected {
  border-color: #e0e1e5;
  color: #9a9ba3;
  box-shadow: none;
}

.b2c-pdp-size.is-oos span,
.b2c-pdp-size.is-oos .b2c-pdp-size-label,
.b2c-pdp-size.is-oos .b2c-pdp-size-price {
  opacity: 0.55;
  filter: blur(0.55px);
}

.b2c-pdp-size.is-oos::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1.5px;
  background: #9a9ba3;
  border-radius: 2px;
  transform: rotate(-45deg);
  pointer-events: none;
}

.b2c-pdp-actions {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.75rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.b2c-pdp-divider--seller {
  margin: 1.35rem 0 1.1rem;
}

.b2c-pdp-seller {
  margin: 0;
}

.b2c-pdp-seller-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.b2c-pdp-seller-name {
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #282c3f;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b2c-pdp-view-shop {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.95rem;
  border: 1px solid var(--b2c-brand);
  border-radius: 0.25rem;
  background: #fff;
  color: var(--b2c-brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.b2c-pdp-view-shop:hover {
  background: var(--b2c-brand-soft, rgba(0, 80, 255, 0.08));
  color: var(--b2c-brand-dark, #003fcc);
}

.b2c-pdp-seller-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  text-align: center;
}

.b2c-pdp-seller-stat {
  min-width: 0;
  padding: 0 0.35rem;
  border-right: 1px solid #e9e9eb;
}

.b2c-pdp-seller-stat:last-child {
  border-right: 0;
}

.b2c-pdp-seller-stat-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  font-size: 1rem;
  font-weight: 700;
  color: #282c3f;
  line-height: 1.2;
}

.b2c-pdp-seller-stat-value .bi {
  color: #03a685;
  font-size: 0.78rem;
}

.b2c-pdp-seller-stat-label {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #94969f;
}

.b2c-pdp-seller-stat--new .b2c-pdp-seller-stat-value {
  color: #03a685;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.b2c-pdp-divider--info {
  margin: 1.5rem 0 0;
}

.b2c-pdp-info-panels {
  margin-top: 0;
}

.b2c-pdp-panel {
  border-bottom: 1px solid #e9e9eb;
}

.b2c-pdp-panel-toggle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.b2c-pdp-panel-copy {
  min-width: 0;
  display: grid;
  gap: 0.28rem;
}

.b2c-pdp-panel-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #282c3f;
  line-height: 1.3;
}

.b2c-pdp-panel-sub {
  font-size: 0.88rem;
  color: #94969f;
  line-height: 1.35;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
}

.b2c-pdp-panel-sub-rating {
  color: #282c3f;
  font-weight: 600;
}

.b2c-pdp-panel-sub .bi-star-fill {
  color: #03a685;
  font-size: 0.72rem;
}

.b2c-pdp-panel-chevron {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  background: #f5f5f6;
  color: #696b79;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, background 0.18s ease;
}

.b2c-pdp-panel.is-open .b2c-pdp-panel-chevron {
  transform: rotate(180deg);
  background: #ececef;
}

/* Subtitle only when collapsed */
.b2c-pdp-panel.is-open .b2c-pdp-panel-sub {
  display: none;
}

/* Reviews: hide upper title + summary while open (keep Product Ratings & Reviews inside) */
.b2c-pdp-panel--reviews.is-open .b2c-pdp-panel-copy {
  display: none;
}

.b2c-pdp-panel--reviews.is-open .b2c-pdp-panel-toggle {
  padding-top: 0.55rem;
  padding-bottom: 0.25rem;
  justify-content: flex-end;
}

.b2c-pdp-panel-body {
  padding: 0 0 1.25rem;
}

.b2c-pdp-empty-note {
  margin: 0;
  font-size: 0.92rem;
  color: #94969f;
}

.b2c-pdp-attr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e9e9eb;
}

.b2c-pdp-attr-grid--stack {
  grid-template-columns: 1fr;
}

.b2c-pdp-attr-cell {
  padding: 0.85rem 0.85rem 0.85rem 0;
  border-bottom: 1px solid #e9e9eb;
}

.b2c-pdp-attr-cell:nth-child(even) {
  padding-left: 0.85rem;
  padding-right: 0;
}

.b2c-pdp-attr-cell:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.b2c-pdp-attr-cell--full,
.b2c-pdp-attr-grid--stack .b2c-pdp-attr-cell {
  grid-column: 1 / -1;
  padding-left: 0;
  padding-right: 0;
}

.b2c-pdp-attr-label {
  font-size: 0.78rem;
  color: #94969f;
  margin-bottom: 0.28rem;
}

.b2c-pdp-attr-value {
  font-size: 0.95rem;
  color: #282c3f;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
}

.b2c-pdp-detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.b2c-pdp-detail-tab {
  border: 1px solid #d4d5d9;
  background: #fff;
  color: #282c3f;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.b2c-pdp-detail-tab.is-active {
  background: #282c3f;
  border-color: #282c3f;
  color: #fff;
}

.b2c-pdp-detail-heading {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #282c3f;
}

.b2c-pdp-description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #535766;
  white-space: pre-wrap;
}

.b2c-pdp-reviews-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #282c3f;
}

.b2c-pdp-reviews-layout {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.b2c-pdp-reviews-score-value {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #03a685;
  line-height: 1;
}

.b2c-pdp-reviews-score-value .bi {
  font-size: 1.35rem;
}

.b2c-pdp-reviews-score-meta {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: #94969f;
  line-height: 1.45;
}

.b2c-pdp-reviews-bars {
  display: grid;
  gap: 0.55rem;
}

.b2c-pdp-reviews-bar-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) 3.2rem;
  gap: 0.65rem;
  align-items: center;
}

.b2c-pdp-reviews-bar-label {
  font-size: 0.84rem;
  color: #535766;
}

.b2c-pdp-reviews-bar-track {
  height: 0.35rem;
  border-radius: 999px;
  background: #ececef;
  overflow: hidden;
}

.b2c-pdp-reviews-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.b2c-pdp-reviews-bar-fill.tone-excellent,
.b2c-pdp-reviews-bar-fill.tone-very-good {
  background: #14958f;
}

.b2c-pdp-reviews-bar-fill.tone-good {
  background: #f5a623;
}

.b2c-pdp-reviews-bar-fill.tone-average {
  background: #f07b3f;
}

.b2c-pdp-reviews-bar-fill.tone-poor {
  background: #e53935;
}

.b2c-pdp-reviews-bar-count {
  font-size: 0.84rem;
  color: #94969f;
  text-align: right;
}

.b2c-pdp-review-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid #eee;
  display: grid;
  gap: 1rem;
}

.b2c-pdp-review-item {
  padding: 0.15rem 0 0.85rem;
  border-bottom: 1px solid #f1f2f4;
}

.b2c-pdp-review-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.b2c-pdp-review-item-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.b2c-pdp-review-item-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  background: #14958f;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.b2c-pdp-review-item-stars .bi {
  font-size: 0.68rem;
}

.b2c-pdp-review-item-meta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #878b94;
}

.b2c-pdp-review-item-text {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #282c3f;
  white-space: pre-wrap;
}

.b2c-pdp-review-item-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.b2c-pdp-review-item-photos img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid #eef0f5;
  background: #f5f5f6;
}

@media (max-width: 720px) {
  .b2c-pdp-attr-grid {
    grid-template-columns: 1fr;
  }

  .b2c-pdp-attr-cell:nth-child(even) {
    padding-left: 0;
  }

  .b2c-pdp-reviews-layout {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .b2c-pdp-reviews-bar-row {
    grid-template-columns: 4.8rem minmax(0, 1fr) 2.8rem;
  }
}

.b2c-pdp-add-bag,
.b2c-pdp-wishlist-btn {
  min-height: 3.15rem;
  border-radius: 0.3rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  cursor: pointer;
  padding: 0.7rem 1rem;
}

.b2c-pdp-add-bag {
  border: 0;
  background: var(--b2c-brand);
  color: #fff;
  box-shadow: 0 8px 18px var(--b2c-brand-glow);
}

.b2c-pdp-add-bag:hover {
  background: var(--b2c-brand-dark);
}

.b2c-pdp-add-bag.is-notify {
  background: #fff;
  color: var(--b2c-brand);
  border: 1px solid var(--b2c-brand);
  box-shadow: none;
}

.b2c-pdp-add-bag.is-notify:hover {
  background: var(--b2c-brand-soft);
}

.b2c-pdp-add-bag.is-notify.is-saved {
  border-color: #16a34a;
  color: #15803d;
  cursor: default;
}

.b2c-pdp-wishlist-btn {
  border: 1px solid #d4d5d9;
  background: #fff;
  color: #282c3f;
}

.b2c-pdp-wishlist-btn.is-active,
.b2c-pdp-wishlist-btn.is-active .bi {
  color: #e11d48;
  border-color: #f9a8b8;
}

.b2c-pdp-wishlist-btn .bi-heart-fill {
  color: #e11d48;
}

.b2c-pdp-size-chart {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.b2c-pdp-size-chart[hidden] {
  display: none !important;
}

.b2c-pdp-size-chart-panel {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22);
  padding: 1.1rem 1.15rem 1.25rem;
}

.b2c-pdp-size-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.b2c-pdp-size-chart-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #282c3f;
}

.b2c-pdp-size-chart-close {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  color: #94969f;
  cursor: pointer;
}

.b2c-pdp-size-chart-copy {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  color: #696b79;
}

.b2c-pdp-size-chart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e9e9eb;
  border-radius: 0.35rem;
  overflow: hidden;
}

.b2c-pdp-size-chart-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.88rem;
  color: #282c3f;
  border-bottom: 1px solid #e9e9eb;
}

.b2c-pdp-size-chart-list li:last-child {
  border-bottom: 0;
}

.b2c-pdp-size-chart-list li.is-oos {
  color: #94969f;
}

@media (max-width: 640px) {
  .b2c-pdp-actions {
    grid-template-columns: 1fr;
  }
}

.b2c-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--b2c-line);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.b2c-qty button {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--b2c-ink);
}

.b2c-qty input {
  width: 2.5rem;
  border: 0;
  text-align: center;
  font-weight: 600;
  -moz-appearance: textfield;
}

.b2c-qty input::-webkit-outer-spin-button,
.b2c-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* —— Cart / checkout / payment / wishlist pages —— */
.b2c-page {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 1.25rem var(--b2c-shell-pad) 3rem var(--b2c-shell-pad-left);
}

.b2c-page-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}

.b2c-page-head h1 {
  font-family: var(--b2c-display);
  font-size: 1.55rem;
  font-weight: 800;
  margin: 0;
}

.b2c-secure-badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--b2c-brand);
  font-size: 0.82rem;
  font-weight: 600;
}

.b2c-page-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .b2c-page-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}

.b2c-summary-card {
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--b2c-shadow-card);
  position: sticky;
  top: 5.5rem;
}

.b2c-summary-card h2 {
  font-family: var(--b2c-display);
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
}

.b2c-summary-row,
.b2c-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  font-size: 0.92rem;
}

.b2c-summary-row--total {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--b2c-line);
  font-size: 1.05rem;
}

.b2c-line-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 0.9rem;
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-sm);
  padding: 0.85rem;
  margin-bottom: 0.75rem;
}

.b2c-line-card img {
  width: 88px;
  height: 110px;
  object-fit: cover;
  border-radius: 0.55rem;
  background: var(--b2c-soft);
}

.b2c-line-title {
  color: var(--b2c-ink);
  text-decoration: none;
  font-weight: 700;
  font-family: var(--b2c-display);
}

.b2c-line-meta {
  color: var(--b2c-muted);
  font-size: 0.84rem;
  margin: 0.25rem 0 0.65rem;
}

.b2c-line-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.b2c-checkout-form {
  display: grid;
  gap: 0.85rem;
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius);
  padding: 1.15rem 1.2rem;
}

.b2c-checkout-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 600;
}

.b2c-payment-methods {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.b2c-payment-method {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  text-align: left;
  border: 1px solid var(--b2c-line);
  background: #fff;
  border-radius: var(--b2c-radius-sm);
  padding: 0.95rem 1rem;
  cursor: pointer;
}

.b2c-payment-method i {
  color: var(--b2c-brand);
  font-size: 1.25rem;
  margin-top: 0.1rem;
}

.b2c-payment-method strong {
  display: block;
  font-family: var(--b2c-display);
}

.b2c-payment-method small {
  color: var(--b2c-muted);
}

.b2c-payment-method.is-active {
  border-color: var(--b2c-brand);
  background: var(--b2c-brand-soft);
  box-shadow: 0 0 0 1px var(--b2c-brand);
}

.b2c-payment-hint {
  color: #b91c1c;
  margin-top: 0.75rem;
}

.b2c-btn-primary.is-disabled,
a.b2c-btn-primary.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.b2c-wishlist-grid {
  display: block;
}

.b2c-wishlist-list {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 8px;
  overflow: hidden;
}

.b2c-wishlist-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 2rem;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #f0f0f2;
  background: #fff;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.b2c-wishlist-row.is-oos {
  opacity: 0.88;
}

.b2c-wishlist-row.is-oos .b2c-wishlist-row-thumb img {
  filter: grayscale(0.45) brightness(0.92);
}

.b2c-wishlist-row.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.b2c-wishlist-row:last-child {
  border-bottom: none;
}

.b2c-wishlist-row-thumb {
  position: relative;
  display: block;
  width: 88px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f6f8;
  flex-shrink: 0;
}

.b2c-wishlist-oos-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  padding: 0.28rem 0.2rem;
  background: rgba(15, 23, 42, 0.86);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.b2c-wishlist-oos-badge[hidden] { display: none; }

.b2c-wishlist-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.b2c-wishlist-row-body {
  min-width: 0;
  padding-top: 0.1rem;
}

.b2c-wishlist-row-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #212121;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.b2c-wishlist-row-title:hover {
  color: var(--b2c-brand, #0050ff);
  text-decoration: none;
}

.b2c-wishlist-row-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.55rem;
  margin-top: 0.45rem;
}

.b2c-wishlist-row-sale {
  color: #212121;
  font-size: 0.98rem;
  font-weight: 700;
}

.b2c-wishlist-row-mrp {
  color: #878787;
  font-size: 0.82rem;
  text-decoration: line-through;
}

.b2c-wishlist-row-off {
  color: #388e3c;
  font-size: 0.82rem;
  font-weight: 600;
}

.b2c-wishlist-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.b2c-wishlist-row-bag,
.b2c-wishlist-row-notify {
  min-height: 2rem;
  padding: 0 0.75rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.b2c-wishlist-row-bag {
  border: 0;
  background: var(--b2c-brand);
  color: #fff;
}

.b2c-wishlist-row-bag[hidden],
.b2c-wishlist-row-notify[hidden] {
  display: none;
}

.b2c-wishlist-row-notify {
  border: 1px solid #d4d5d9;
  background: #fff;
  color: #282c3f;
}

.b2c-wishlist-row-notify.is-saved {
  border-color: #16a34a;
  color: #15803d;
  cursor: default;
}

.b2c-wishlist-row-bag:disabled {
  opacity: 0.7;
  cursor: wait;
}

.b2c-wishlist-row-warn {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b42318;
}

.b2c-wishlist-row-warn[hidden] { display: none; }

.b2c-toast-host {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  pointer-events: none;
}

.b2c-toast {
  min-width: 240px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.22);
  animation: b2c-toast-in 0.22s ease both;
}

.b2c-toast--danger { background: #991b1b; }
.b2c-toast.is-out { animation: b2c-toast-out 0.22s ease both; }

@keyframes b2c-toast-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes b2c-toast-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(8px); }
}

.b2c-page-notice {
  margin: 0 auto 1rem;
  max-width: 1080px;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
  font-size: 0.9rem;
  font-weight: 700;
}

.b2c-pdp-oos-banner {
  margin: 0.15rem 0 0.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
  font-size: 0.88rem;
  font-weight: 700;
}

.b2c-pdp-oos-banner[hidden] {
  display: none !important;
}

.b2c-wishlist-row-remove {
  border: none;
  background: transparent;
  color: #c2c2c2;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0.15rem;
  cursor: pointer;
  font-size: 1.05rem;
  border-radius: 4px;
}

.b2c-wishlist-row-remove:hover {
  color: #d32f2f;
  background: rgba(211, 47, 47, 0.06);
}

.b2c-wishlist-page-head {
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f2;
}

.b2c-wishlist-page-head h1 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #212121;
}

/* Legacy card layout kept unused; list is the default */
.b2c-wishlist-card {
  position: relative;
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  border-radius: var(--b2c-radius-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.b2c-wishlist-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--b2c-soft);
}

.b2c-wishlist-body {
  padding: 0.85rem;
  display: grid;
  gap: 0.45rem;
}

@media (max-width: 560px) {
  .b2c-wishlist-row {
    grid-template-columns: 72px minmax(0, 1fr) 1.75rem;
    gap: 0.7rem;
    padding: 0.85rem 0.75rem;
  }

  .b2c-wishlist-row-thumb {
    width: 72px;
    height: 92px;
  }
}

@media (max-width: 640px) {
  .b2c-line-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .b2c-line-card .b2c-price {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .b2c-top-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "brand actions actions"
      "nav nav nav"
      "search search search";
  }

  .b2c-brand { grid-area: brand; }
  .b2c-fashion-nav--inline { grid-area: nav; }
  .b2c-combo-search { grid-area: search; max-width: none; justify-self: stretch; }
  .b2c-top-actions { grid-area: actions; }
  .b2c-top-spacer { display: none; }

  .b2c-mode-discover .b2c-top-inner {
    grid-template-areas: "brand actions";
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .b2c-mode-discover .b2c-top-spacer {
    display: none;
  }

  .b2c-action-link > span:not(.b2c-cart-count):not(.b2c-wishlist-count) { display: none; }

  .b2c-promo-rail { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .b2c-loc-detect-row { flex-direction: column; align-items: stretch; }
  .b2c-detect-loc { width: 100%; justify-content: center; }
  .b2c-loc-or-pill { text-align: center; }
  .b2c-share-loc { width: 100%; }
  .b2c-loc-panel-art { width: 72px; height: 72px; }
  .b2c-login-panel { width: 100%; }
  .b2c-loc-map-wrap { height: 300px; }
}

/* —— B2C marketplace footer —— */
.b2c-shop-footer {
  background: #0b1630;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
}

/* Products page — light Myntra-style footer */
body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer {
  background: #f5f5f6;
  color: #696b79;
  border-top: 1px solid #eaeaec;
  margin-top: 2.5rem;
}

.b2c-mode-discover .b2c-shop-footer {
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2c-shop-footer-inner {
  max-width: var(--b2c-shell-max);
  width: 100%;
  margin: 0 auto;
  padding: 48px var(--b2c-shell-pad) 24px var(--b2c-shell-pad-left);
}

.b2c-shop-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 32px 24px;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-grid {
  grid-template-columns: 1fr 1fr 1.35fr 1.35fr;
  gap: 36px 40px;
  align-items: start;
}

.b2c-shop-footer-col h4 {
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 1.15rem;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #282c3f;
  margin: 0 0 1rem;
}

.b2c-shop-footer-h4-spaced {
  margin-top: 1.75rem !important;
}

.b2c-shop-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b2c-shop-footer-col li + li {
  margin-top: 0.75rem;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-col li + li {
  margin-top: 0.45rem;
}

.b2c-shop-footer-col a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.45;
  transition: color 0.15s;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-col a {
  color: #696b79;
  font-size: 0.92rem;
  line-height: 1.5;
}

.b2c-shop-footer-col a:hover {
  color: #fff;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-col a:hover {
  color: #282c3f;
}

.b2c-shop-footer-logo {
  display: inline-block;
  font-family: var(--b2c-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
}

.b2c-shop-footer-logo span {
  color: #6b9bff;
}

.b2c-shop-footer-about {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 1.25rem;
  max-width: 320px;
}

.b2c-shop-footer-note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.b2c-shop-footer-stores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.b2c-shop-footer-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 148px;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  background: #111827;
  color: #fff !important;
  text-decoration: none;
  line-height: 1.15;
}

.b2c-shop-footer-store-btn i {
  font-size: 1.45rem;
  line-height: 1;
}

.b2c-shop-footer-store-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.b2c-shop-footer-store-btn small {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

.b2c-shop-footer-store-btn strong {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.b2c-shop-footer-store-btn:hover {
  background: #000;
  color: #fff !important;
}

.b2c-shop-footer-social {
  display: flex;
  gap: 12px;
}

.b2c-shop-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.15rem;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-social a {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #696b79;
  font-size: 1.25rem;
  padding: 0;
}

.b2c-shop-footer-social a:hover {
  border-color: var(--b2c-brand);
  color: #6b9bff;
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-social a:hover {
  color: #282c3f;
  border-color: transparent;
}

.b2c-shop-footer-trust {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 0.15rem;
}

.b2c-shop-footer-trust-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.b2c-shop-footer-trust-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #696b79;
}

.b2c-shop-footer-trust-item strong {
  color: #282c3f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.b2c-shop-footer-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaeaec;
  color: #282c3f;
  position: relative;
  flex-shrink: 0;
}

.b2c-shop-footer-trust-icon i {
  font-size: 1.35rem;
  line-height: 1;
}

.b2c-shop-footer-trust-icon--return em {
  position: absolute;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  color: #282c3f;
}

.b2c-shop-footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
}

body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-bottom {
  border-top-color: #eaeaec;
  color: #94969f;
  font-size: 0.85rem;
}

.b2c-shop-footer-tagline {
  margin: 0;
}

.b2c-mode-discover .b2c-shop-footer-store-btn {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.b2c-mode-discover .b2c-shop-footer-trust-item p {
  color: rgba(255, 255, 255, 0.7);
}

.b2c-mode-discover .b2c-shop-footer-trust-item strong {
  color: #fff;
}

.b2c-mode-discover .b2c-shop-footer-trust-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.b2c-mode-discover .b2c-shop-footer-trust-icon--return em {
  color: #fff;
}

.b2c-mode-discover .b2c-shop-footer-h4-spaced {
  color: #fff;
}

.b2c-mode-discover .b2c-main {
  padding-bottom: 0;
}

/* —— Ecosystem strip (Eternal-style product family) —— */
.b2c-ecosystem {
  background: #fff;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vh, 4.5rem) 1.35rem;
  text-align: center;
}

.b2c-ecosystem-head {
  max-width: 36rem;
  margin: 0 auto 2.75rem;
}

.b2c-ecosystem-mark {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.85rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-transform: lowercase;
}

.b2c-ecosystem-rule {
  display: block;
  width: min(12rem, 42%);
  height: 1px;
  margin: 1.1rem auto;
  background: #dbe3ef;
}

.b2c-ecosystem-tagline {
  margin: 0;
  font-size: clamp(0.82rem, 1.4vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--b2c-muted);
  line-height: 1.45;
}

.b2c-ecosystem-grid {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.b2c-ecosystem-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 310px;
  padding: 1.9rem 1.15rem 1.6rem;
  border-radius: 1.35rem;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  transform-origin: center center;
  will-change: transform;
}

.b2c-ecosystem-card:hover {
  transform: scale(1.045);
}

.b2c-ecosystem-card--shop {
  background: linear-gradient(180deg, #e8f0ff 0%, #f7f9ff 100%);
  border-color: #d6e4ff;
  box-shadow: 0 10px 28px rgba(0, 80, 255, 0.06);
}

.b2c-ecosystem-card--shop:hover {
  box-shadow: 0 18px 40px rgba(0, 80, 255, 0.14);
  border-color: #b3ccff;
}

.b2c-ecosystem-card--b2b {
  background: linear-gradient(180deg, #fff0f5 0%, #fff7fa 100%);
  border-color: #f9d0de;
  box-shadow: 0 10px 28px rgba(233, 30, 99, 0.07);
}

.b2c-ecosystem-card--b2b:hover {
  box-shadow: 0 18px 40px rgba(233, 30, 99, 0.14);
  border-color: #f3a8c0;
}

.b2c-ecosystem-card--pos {
  background: linear-gradient(180deg, #e8eef8 0%, #f3f6fb 100%);
  border-color: #c5d0e0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.b2c-ecosystem-card--pos:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  border-color: #94a3b8;
}

.b2c-ecosystem-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.15rem;
  display: grid;
  place-items: center;
  font-size: 1.85rem;
  color: #fff;
  margin-bottom: 1.15rem;
  transition: transform 0.28s ease;
}

.b2c-ecosystem-card:hover .b2c-ecosystem-icon {
  transform: scale(1.06);
}

.b2c-ecosystem-card--shop .b2c-ecosystem-icon {
  background: linear-gradient(145deg, #3370ff, #0050ff);
  box-shadow: 0 12px 28px rgba(0, 80, 255, 0.22);
}

.b2c-ecosystem-card--b2b .b2c-ecosystem-icon {
  background: linear-gradient(145deg, #ff5a8a, #ff3f6c);
  box-shadow: 0 12px 28px rgba(255, 63, 108, 0.24);
}

.b2c-ecosystem-card--pos .b2c-ecosystem-icon {
  background: linear-gradient(145deg, #1e293b, #0f172a);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
}

.b2c-ecosystem-card h3 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--b2c-ink);
  text-transform: lowercase;
}

.b2c-ecosystem-card--pos h3 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}

.b2c-ecosystem-card p {
  margin: 0.7rem 0 0;
  max-width: 16.5rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--b2c-muted);
  flex: 1;
}

.b2c-ecosystem-cta {
  margin-top: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--b2c-brand);
  text-decoration: none;
}

.b2c-ecosystem-cta span {
  font-size: 0.85rem;
  line-height: 1;
}

.b2c-ecosystem-cta:hover {
  color: var(--b2c-brand-dark);
}

.b2c-ecosystem-card--b2b .b2c-ecosystem-cta {
  color: #ff3f6c;
}

.b2c-ecosystem-card--b2b .b2c-ecosystem-cta:hover {
  color: #e11d48;
}

.b2c-ecosystem-card--pos .b2c-ecosystem-cta {
  color: #0f172a;
}

.b2c-ecosystem-card--pos .b2c-ecosystem-cta:hover {
  color: #2563eb;
}

@media (prefers-reduced-motion: reduce) {
  .b2c-ecosystem-card,
  .b2c-ecosystem-icon {
    transition: none;
  }

  .b2c-ecosystem-card:hover,
  .b2c-ecosystem-card:hover .b2c-ecosystem-icon {
    transform: none;
  }
}

@media (max-width: 900px) {
  .b2c-ecosystem-grid {
    grid-template-columns: 1fr;
    max-width: 26rem;
  }

  .b2c-ecosystem-card {
    min-height: 0;
  }
}

/* —— App download banner —— */
.b2c-app-banner {
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100dvh;
  box-sizing: border-box;
  padding: clamp(1rem, 2.5vh, 1.75rem) clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  overflow: hidden;
}

.b2c-app-banner-inner {
  position: relative;
  width: min(100%, 1180px);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  overflow: hidden;
  border-radius: 1.85rem;
  border: 1px solid #c9dbff;
  background:
    radial-gradient(circle at 88% 78%, rgba(0, 80, 255, 0.08), transparent 42%),
    linear-gradient(145deg, #f5f8ff 0%, #eef3ff 45%, #f8faff 100%);
  box-shadow: 0 16px 40px rgba(0, 80, 255, 0.08);
}

.b2c-app-banner-inner::before {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -48%;
  width: min(62%, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 80, 255, 0.13);
  pointer-events: none;
  box-shadow:
    0 0 0 36px rgba(0, 80, 255, 0.05),
    0 0 0 72px rgba(0, 80, 255, 0.035),
    0 0 0 108px rgba(0, 80, 255, 0.02);
}

.b2c-app-banner-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2rem, 5vh, 3.25rem) clamp(2rem, 4.5vw, 3.75rem);
}

.b2c-app-banner-copy h2 {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.95rem, 3.4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.12;
  color: #1c1c1c;
}

.b2c-app-banner-copy > p {
  margin: 0.95rem 0 0;
  max-width: 32rem;
  font-size: clamp(1.15rem, 1.55vw, 1.35rem);
  font-weight: 400;
  line-height: 1.55;
  color: #696969;
}

.b2c-app-banner-stores {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.9rem;
}

.b2c-app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.65rem;
  padding: 0.65rem 1.35rem 0.65rem 1.05rem;
  border-radius: 0.75rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  transform-origin: center center;
  transition: transform 0.25s ease, background 0.2s ease, box-shadow 0.25s ease;
}

.b2c-app-store-btn:hover {
  background: #222;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.b2c-app-store-btn i {
  font-size: 1.85rem;
  line-height: 1;
}

.b2c-app-store-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.b2c-app-store-btn small {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0.85;
}

.b2c-app-store-btn strong {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.b2c-app-banner-phone {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 1.25rem 1.75rem 0 0.5rem;
  min-height: 100%;
}

.b2c-app-phone {
  position: relative;
  width: min(100%, clamp(290px, 32vw, 380px));
  margin-bottom: -12%;
  transform-style: preserve-3d;
  filter: drop-shadow(0 24px 36px rgba(15, 23, 42, 0.26));
}

.b2c-app-phone-btn {
  position: absolute;
  background: linear-gradient(180deg, #3a3f4a 0%, #1a1d24 100%);
  border-radius: 2px;
  z-index: 2;
}

.b2c-app-phone-btn--silent {
  left: -3px;
  top: 18%;
  width: 3px;
  height: 18px;
  transform: translateZ(8px);
}

.b2c-app-phone-btn--vol-up {
  left: -3px;
  top: 28%;
  width: 3px;
  height: 36px;
  transform: translateZ(8px);
}

.b2c-app-phone-btn--vol-down {
  left: -3px;
  top: 40%;
  width: 3px;
  height: 36px;
  transform: translateZ(8px);
}

.b2c-app-phone-btn--power {
  right: -3px;
  top: 30%;
  width: 3px;
  height: 58px;
  transform: translateZ(8px);
}

.b2c-app-phone-bezel {
  position: relative;
  border-radius: 2.35rem 2.35rem 0 0;
  padding: 0.72rem 0.72rem 0;
  background:
    linear-gradient(145deg, #4a5160 0%, #1c1f27 28%, #0b0d12 72%, #2a2f3a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    inset 8px 0 14px rgba(255, 255, 255, 0.06),
    inset -10px 0 16px rgba(0, 0, 0, 0.35);
  transform: translateZ(12px);
}

.b2c-app-phone-bezel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.04) 28%,
    transparent 48%,
    rgba(0, 0, 0, 0.12) 100%
  );
  pointer-events: none;
  z-index: 3;
}

.b2c-app-phone-island {
  position: absolute;
  top: 1.05rem;
  left: 50%;
  z-index: 4;
  width: 28%;
  height: 1.05rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050507;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.b2c-app-phone-island::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 35% 35%, #3b82f6, #0f172a 70%);
  opacity: 0.85;
}

.b2c-app-phone-screen {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 1.7rem 1.7rem 0 0;
  padding: 2.6rem 1.25rem 4rem;
  min-height: clamp(420px, 62vh, 560px);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.b2c-app-phone-scan {
  margin: 0 0 1.25rem;
  max-width: 13rem;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: #4f4f4f;
}

.b2c-app-phone-qr {
  display: inline-flex;
  padding: 0.85rem;
  border-radius: 0.95rem;
  border: 1.5px solid #9fbaff;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 80, 255, 0.1);
}

.b2c-app-phone-qr img {
  display: block;
  width: clamp(12rem, 16vw, 14.5rem);
  height: clamp(12rem, 16vw, 14.5rem);
  object-fit: contain;
}

@media (max-width: 900px) {
  .b2c-app-banner {
    height: auto;
    max-height: none;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 1.5rem 1.1rem 2.25rem;
    overflow: visible;
  }

  .b2c-app-banner-inner {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .b2c-app-banner-copy {
    padding: 1.85rem 1.4rem 1.1rem;
    text-align: center;
    align-items: center;
  }

  .b2c-app-banner-copy > p {
    max-width: 26rem;
  }

  .b2c-app-banner-stores {
    justify-content: center;
  }

  .b2c-app-banner-phone {
    justify-content: center;
    align-items: flex-end;
    padding: 0.5rem 1.25rem 0;
    min-height: 300px;
  }

  .b2c-app-phone {
    width: min(100%, 260px);
    margin-bottom: -3rem;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.22));
  }

  .b2c-app-phone-screen {
    min-height: 300px;
    padding: 2.1rem 1rem 2.75rem;
  }

  .b2c-ecosystem {
    min-height: 100vh;
    min-height: 100dvh;
  }
}

@media (max-width: 991px) {
  .b2c-shop-footer-grid,
  body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .b2c-shop-footer-col--brand,
  .b2c-shop-footer-col--trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .b2c-shop-footer-grid,
  body.b2c-body:not(.b2c-mode-discover) .b2c-shop-footer-grid {
    grid-template-columns: 1fr;
  }

  .b2c-shop-footer-bottom {
    flex-direction: column;
  }

  .b2c-shop-footer-stores {
    flex-direction: column;
    align-items: stretch;
  }

  .b2c-shop-footer-store-btn {
    justify-content: center;
  }
}

/* —— Terms of use / legal document —— */
.b2c-legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.5rem 1.35rem 3.5rem;
  color: #282c3f;
  font-size: 0.92rem;
  line-height: 1.7;
}

.b2c-legal-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

.b2c-legal-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid #a9c7ff;
  border-radius: 0.35rem;
  background: #fff;
  color: var(--b2c-brand);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: default;
  opacity: 1;
}

.b2c-legal-lang .bi-globe2 {
  font-size: 0.95rem;
}

.b2c-legal-lang .bi-caret-down-fill {
  font-size: 0.55rem;
  opacity: 0.75;
}

.b2c-legal-title {
  margin: 0 0 1.75rem;
  text-align: center;
  font-family: var(--b2c-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282c3f;
  line-height: 1.35;
}

.b2c-legal-section {
  margin-bottom: 1.35rem;
}

.b2c-legal-section h2 {
  margin: 0 0 0.65rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: #282c3f;
  line-height: 1.4;
}

.b2c-legal-section p,
.b2c-legal-section li {
  margin: 0 0 0.85rem;
  color: #3e4152;
}

.b2c-legal-section ul {
  margin: 0;
  padding: 0 0 0 1.15rem;
}

.b2c-legal-section li {
  padding-left: 0.15rem;
}

.b2c-legal-section a {
  color: var(--b2c-brand);
  text-decoration: none;
  font-weight: 600;
}

.b2c-legal-section a:hover {
  text-decoration: underline;
}

.b2c-legal-disclaimer {
  color: #94969f !important;
  font-size: 0.84rem;
  line-height: 1.55;
}

.b2c-legal-meta {
  margin: 0.35rem 0 0;
  color: #94969f;
  font-size: 0.84rem;
  font-style: italic;
}

.b2c-legal-contact {
  list-style: none;
  padding-left: 0 !important;
}

.b2c-legal-contact li {
  margin-bottom: 0.35rem;
}

@media (max-width: 640px) {
  .b2c-legal-page {
    padding: 1rem 1rem 2.5rem;
  }

  .b2c-legal-title {
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
  }
}

/* ── Retailer shop page ── */
.b2c-shop-page {
  padding-bottom: 3rem;
}

.b2c-shop-page .b2c-shop-banner {
  margin: -1.25rem calc(-1 * var(--b2c-shell-pad)) 0 calc(-1 * var(--b2c-shell-pad-left));
  height: 188px;
  background: linear-gradient(180deg, #e8f0ff 0%, #dbeafe 42%, #eff6ff 100%);
  border-bottom: 1px solid var(--b2c-line);
  overflow: hidden;
  position: relative;
}

.b2c-shop-banner-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%230050ff' fill-opacity='.08'%3E%3Ccircle cx='18' cy='22' r='6'/%3E%3Crect x='52' y='14' width='14' height='18' rx='3'/%3E%3Cpath d='M88 20h10v10H88z'/%3E%3Ccircle cx='30' cy='68' r='5'/%3E%3Crect x='64' y='58' width='16' height='12' rx='2'/%3E%3Cpath d='M14 92h12v8H14z'/%3E%3Ccircle cx='92' cy='88' r='6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

.b2c-shop-banner-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.b2c-shop-banner-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--b2c-brand);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 0 rgba(0, 80, 255, 0.12), 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(6px);
}

.b2c-shop-banner-chip--3d {
  transform: translateY(-2px);
}

.b2c-shop-banner-chip--accent {
  color: #fff;
  background: linear-gradient(180deg, #3370ff 0%, var(--b2c-brand) 55%, var(--b2c-brand-dark) 100%);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 5px 0 #003fcc, 0 14px 28px rgba(0, 80, 255, 0.28);
}

.b2c-shop-banner-deco .b2c-shop-banner-chip:nth-child(1) {
  left: 12%;
  top: 38%;
  animation: b2c-shop-float 5s ease-in-out infinite;
}

.b2c-shop-banner-deco .b2c-shop-banner-chip:nth-child(2) {
  left: 42%;
  top: 22%;
  animation: b2c-shop-float 5.8s ease-in-out infinite 0.4s;
}

.b2c-shop-banner-deco .b2c-shop-banner-chip:nth-child(3) {
  right: 10%;
  top: 48%;
  animation: b2c-shop-float 6.2s ease-in-out infinite 0.8s;
}

@keyframes b2c-shop-float {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(-10px); }
}

.b2c-shop-banner-chip--3d.b2c-shop-banner-chip--accent {
  animation-name: b2c-shop-float-accent;
}

@keyframes b2c-shop-float-accent {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(-12px); }
}

.b2c-shop-storehead {
  background: var(--b2c-surface);
  border-bottom: 1px solid var(--b2c-line);
  padding: 1.5rem 0 1.35rem;
  margin-bottom: 0;
}

.b2c-shop-storehead-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.15rem 1.35rem;
  align-items: start;
}

.b2c-shop-mark {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 14px;
  background: var(--b2c-brand-soft);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--b2c-brand);
  font-size: 2rem;
}

.b2c-shop-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2c-shop-storehead-main {
  min-width: 0;
}

.b2c-shop-title-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.b2c-shop-name {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--b2c-ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.b2c-shop-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  align-self: center;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  transform: translateY(0.14em);
}

.b2c-shop-verified .bi {
  display: block;
  font-size: 1em;
  color: var(--b2c-brand);
  filter: drop-shadow(0 1px 2px rgba(0, 80, 255, 0.28));
}

.b2c-shop-meta {
  margin: 0.45rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  color: var(--b2c-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.b2c-shop-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--b2c-ink);
}

.b2c-shop-rating .bi-star-fill {
  color: #03a685;
  font-size: 0.82rem;
}

.b2c-shop-rating strong {
  font-weight: 800;
  color: var(--b2c-ink);
}

.b2c-shop-rating-count {
  color: var(--b2c-muted);
  font-weight: 500;
}

.b2c-shop-rating--new {
  color: #03a685;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.b2c-shop-meta-sep {
  color: #cbd5e1;
  font-weight: 400;
}

.b2c-shop-meta-dot {
  color: #cbd5e1;
}

.b2c-shop-location {
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  color: var(--b2c-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.b2c-shop-location > .bi-geo-alt {
  color: #94a3b8;
  font-size: 0.88rem;
}

.b2c-shop-open-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.76rem;
  font-weight: 700;
}

.b2c-shop-open-pill.is-closed {
  background: #fef2f2;
  color: #dc2626;
}

.b2c-shop-hours-text {
  color: var(--b2c-muted);
}

.b2c-shop-nextday-note {
  margin: 0.35rem 0 0;
  color: var(--b2c-brand);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.b2c-shop-storehead-aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-width: 148px;
  position: relative;
  z-index: 2;
}

.b2c-shop-follow {
  width: 100%;
  padding: 0.62rem 1.5rem;
  border: none;
  border-radius: 8px;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}

.b2c-shop-follow:hover {
  background: var(--b2c-brand-dark);
}

.b2c-shop-follow.is-following {
  background: #fff;
  color: var(--b2c-brand);
  box-shadow: inset 0 0 0 1.5px var(--b2c-brand);
}

.b2c-shop-followers-card {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--b2c-line);
  border-radius: 10px;
  background: #fff;
}

.b2c-shop-followers-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
  font-size: 1rem;
}

.b2c-shop-followers-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.b2c-shop-followers-copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--b2c-ink);
}

.b2c-shop-followers-copy span {
  font-size: 0.68rem;
  color: var(--b2c-muted);
}

.b2c-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.b2c-shop-action {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--b2c-line);
  background: #fff;
  color: var(--b2c-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.b2c-shop-action .bi {
  color: #94a3b8;
  font-size: 0.9rem;
}

.b2c-shop-action:hover {
  border-color: #cbd5e1;
  color: var(--b2c-ink);
  background: var(--b2c-soft);
}

.b2c-shop-tabs {
  display: flex;
  gap: 0;
  background: var(--b2c-surface);
  border-bottom: 1px solid var(--b2c-line);
}

.b2c-shop-tab {
  flex: 0 0 auto;
  padding: 0.85rem 1.25rem;
  color: var(--b2c-muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.b2c-shop-tab:hover {
  color: var(--b2c-ink);
}

.b2c-shop-tab.is-active {
  color: var(--b2c-brand);
  border-bottom-color: var(--b2c-brand);
}

.b2c-shop-page .b2c-plp {
  padding-top: 0.85rem;
}

/* Shop PLP: same titlebar + filter card layout as browse */
.b2c-shop-page .b2c-plp-layout--shop {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  border-top: none;
}

.b2c-shop-page .b2c-plp-layout--shop .b2c-plp-filters {
  position: sticky;
  top: 72px;
  align-self: start;
  width: 100%;
  min-height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #eaeaec;
  border-radius: 4px;
  padding: 1rem 0 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.b2c-shop-page .b2c-plp-layout--shop .b2c-plp-filters::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.b2c-shop-page .b2c-plp-layout--shop .b2c-plp-filters-head {
  position: static;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b2c-shop-page .b2c-plp-layout--shop .b2c-plp-main {
  border-top: 0;
  padding-left: 0;
  min-width: 0;
}

.b2c-shop-empty {
  padding: 2.5rem 0;
  text-align: center;
}

.b2c-shop-empty h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--b2c-ink);
}

.b2c-shop-empty p {
  margin: 0 0 1.15rem;
  color: var(--b2c-muted);
}

.b2c-shop-offline {
  padding: 1.25rem 0 0;
}

.b2c-shop-offline-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--b2c-ink);
}

.b2c-shop-offline-head p {
  margin: 0.35rem 0 1rem;
  color: var(--b2c-muted);
  font-size: 0.88rem;
}

.b2c-shop-vouchers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.b2c-shop-voucher {
  padding: 1rem;
  border-radius: var(--b2c-radius-sm);
  background: var(--b2c-surface);
  border: 1px solid var(--b2c-line);
  box-shadow: var(--b2c-shadow-card);
}

.b2c-shop-voucher-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.b2c-shop-voucher-badge {
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.b2c-shop-voucher-pct {
  color: var(--b2c-brand);
  font-size: 1rem;
}

.b2c-shop-voucher h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--b2c-ink);
}

.b2c-shop-voucher p {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.82rem;
  color: var(--b2c-muted);
}

.b2c-shop-voucher-min {
  display: block;
  font-size: 0.76rem;
  color: var(--b2c-muted);
  margin-bottom: 0.65rem;
}

.b2c-shop-voucher-btn {
  width: 100%;
  padding: 0.45rem;
  border: none;
  border-radius: 6px;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.b2c-shop-claim {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--b2c-radius-sm);
  background: var(--b2c-soft);
  border: 1px solid var(--b2c-line);
}

.b2c-shop-claim-copy h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--b2c-ink);
}

.b2c-shop-claim-copy p {
  margin: 0 0 0.85rem;
  color: var(--b2c-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.b2c-shop-claim-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2c-shop-claim-steps li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
  color: var(--b2c-ink);
  font-size: 0.84rem;
}

.b2c-shop-claim-steps li span {
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.b2c-shop-claim-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.b2c-shop-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.b2c-shop-upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem;
  border-radius: 10px;
  border: 2px dashed var(--b2c-line);
  background: #fff;
  text-align: center;
}

.b2c-shop-upload:hover .b2c-shop-upload-box {
  border-color: var(--b2c-brand);
  background: var(--b2c-brand-soft);
}

.b2c-shop-upload-box i {
  font-size: 1.35rem;
  color: var(--b2c-brand);
}

.b2c-shop-upload-box strong {
  font-size: 0.88rem;
  color: var(--b2c-ink);
}

.b2c-shop-upload-box small {
  color: var(--b2c-muted);
  font-size: 0.74rem;
}

.b2c-shop-upload-name {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #059669;
  font-weight: 600;
}

.b2c-shop-claim-submit {
  width: 100%;
}

.b2c-shop-claim-note {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.84rem;
}

.b2c-shop-claim-note.is-success {
  background: #ecfdf5;
  color: #059669;
}

.b2c-shop-claim-note.is-error {
  background: #fef2f2;
  color: #dc2626;
}

.b2c-shop-about {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--b2c-line);
}

.b2c-shop-about h2 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.b2c-shop-about p {
  margin: 0;
  color: var(--b2c-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.b2c-shop-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: #fff;
  border-top: 1px solid var(--b2c-line);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.b2c-shop-sticky.is-visible {
  transform: translateY(0);
}

.b2c-shop-sticky-inner {
  max-width: var(--b2c-shell-max);
  margin: 0 auto;
  padding: 0.65rem var(--b2c-shell-pad) 0.65rem var(--b2c-shell-pad-left);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.b2c-shop-sticky-inner strong {
  display: block;
  font-size: 0.9rem;
  color: var(--b2c-ink);
}

.b2c-shop-sticky-inner span {
  font-size: 0.76rem;
  color: var(--b2c-muted);
}

.b2c-shop-sticky-call {
  flex: 0 0 auto;
  padding: 0.45rem 1.1rem;
  border-radius: 6px;
  background: var(--b2c-brand);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 980px) {
  .b2c-shop-page .b2c-plp-layout--shop {
    grid-template-columns: 1fr;
  }

  .b2c-shop-page .b2c-plp-layout--shop .b2c-plp-filters {
    position: static;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .b2c-shop-page .b2c-plp-layout--shop .b2c-plp-main {
    border-top: none;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .b2c-shop-claim {
    grid-template-columns: 1fr;
  }

  .b2c-shop-storehead-grid {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .b2c-shop-storehead-aside {
    grid-column: 1 / -1;
    flex-direction: row;
    max-width: 420px;
  }

  .b2c-shop-follow {
    flex: 1;
  }

  .b2c-shop-followers-card {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .b2c-shop-page .b2c-shop-banner {
    height: 156px;
  }

  .b2c-shop-banner-deco .b2c-shop-banner-chip:nth-child(1) {
    left: 6%;
    top: 42%;
  }

  .b2c-shop-banner-deco .b2c-shop-banner-chip:nth-child(3) {
    right: 4%;
    top: 52%;
  }

  .b2c-shop-storehead-grid {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .b2c-shop-storehead-aside {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
    min-width: 0;
  }

  .b2c-shop-follow {
    flex: 1;
  }

  .b2c-shop-followers-card {
    flex: 1;
  }

  .b2c-shop-mark {
    width: 68px;
    height: 68px;
    font-size: 1.65rem;
  }
}

/* —— Themed confirm / alert dialog —— */
.b2c-dialog {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.b2c-dialog[hidden] {
  display: none !important;
}

.b2c-dialog-scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(3px);
}

.b2c-dialog-card {
  position: relative;
  z-index: 1;
  width: min(380px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 1.35rem 1.25rem;
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.22);
  text-align: center;
  animation: b2c-dialog-in 0.22s ease;
}

@keyframes b2c-dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.b2c-dialog-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(211, 47, 47, 0.1);
  color: #d32f2f;
}

.b2c-dialog--alert .b2c-dialog-icon {
  background: var(--b2c-brand-soft);
  color: var(--b2c-brand);
}

.b2c-dialog--warn .b2c-dialog-icon {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.b2c-dialog-title {
  margin: 0;
  font-family: var(--b2c-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--b2c-ink);
}

.b2c-dialog-message {
  margin: 0.55rem 0 0;
  color: var(--b2c-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  word-break: break-word;
}

.b2c-dialog-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.b2c-dialog-actions .b2c-btn-ghost,
.b2c-dialog-actions .b2c-btn-primary {
  flex: 1;
  min-height: 2.65rem;
}

.b2c-dialog-confirm.is-danger {
  background: #d32f2f;
  box-shadow: 0 8px 20px rgba(211, 47, 47, 0.28);
}

.b2c-dialog-confirm.is-danger:hover {
  background: #b71c1c;
}

.b2c-dialog--alert .b2c-dialog-actions {
  justify-content: center;
}

.b2c-dialog--alert .b2c-dialog-actions .b2c-btn-primary {
  flex: 0 1 auto;
  min-width: 7.5rem;
}

.b2c-dialog--alert #b2c-dialog-cancel {
  display: none;
}

.b2c-top--checkout {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.b2c-top--checkout .b2c-top-inner {
  grid-template-columns: minmax(6.5rem, 1fr) auto minmax(6.5rem, 1fr);
  max-width: none;
  padding: 0.7rem var(--b2c-shell-pad) 0.7rem var(--b2c-shell-pad-left);
  gap: 0.75rem;
}

.b2c-top--checkout .b2c-brand {
  justify-self: start;
  margin-left: 0.55rem;
}

.b2c-top--checkout .b2c-brand-text {
  font-size: 1.5rem;
}

.b2c-top--checkout .b2c-top-spacer {
  display: block;
  min-width: 6.5rem;
}

.b2c-checkout-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  justify-self: center;
}

.b2c-checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-width: 4.25rem;
  text-decoration: none;
  color: #878787;
}

.b2c-checkout-step.is-done,
.b2c-checkout-step.is-current {
  color: var(--b2c-brand);
}

.b2c-checkout-step-mark {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  border: 2px solid #c2c2c2;
  background: #fff;
  color: #878787;
  line-height: 1;
}

.b2c-checkout-step.is-done .b2c-checkout-step-mark {
  background: var(--b2c-brand);
  border-color: var(--b2c-brand);
  color: #fff;
}

.b2c-checkout-step.is-current .b2c-checkout-step-mark {
  background: var(--b2c-brand);
  border-color: var(--b2c-brand);
  color: #fff;
  box-shadow: 0 0 0 4px var(--b2c-brand-soft);
  transform: scale(1.08);
}

.b2c-checkout-step.is-current .b2c-checkout-step-label {
  font-weight: 800;
  color: var(--b2c-brand);
  text-decoration: underline;
  text-underline-offset: 0.22rem;
  text-decoration-thickness: 2px;
}

.b2c-checkout-step-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.b2c-checkout-step-line {
  width: 4.75rem;
  height: 2px;
  background: #e0e0e0;
  margin-top: 0.7rem;
  flex-shrink: 0;
}

.b2c-checkout-step-line.is-done {
  background: var(--b2c-brand);
}

@media (max-width: 700px) {
  .b2c-top--checkout .b2c-top-inner {
    grid-template-columns: auto 1fr;
    padding: 0.65rem 0.9rem;
  }

  .b2c-top--checkout .b2c-top-spacer {
    display: none;
  }

  .b2c-checkout-steps {
    justify-self: center;
  }

  .b2c-top--checkout .b2c-brand {
    justify-self: start;
    margin-left: 0.25rem;
  }

  .b2c-top--checkout .b2c-brand-text {
    font-size: 1.35rem;
  }

  .b2c-checkout-step {
    min-width: 3.4rem;
  }

  .b2c-checkout-step-line {
    width: 2.25rem;
  }

  .b2c-checkout-step-label {
    font-size: 0.7rem;
  }
}

/* ── PLP skeleton shimmer + progressive image fade ── */
@keyframes b2c-skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.b2c-skeleton-shimmer {
  background: linear-gradient(90deg, #eceef1 0%, #f5f5f6 40%, #eceef1 80%);
  background-size: 200% 100%;
  animation: b2c-skeleton-shimmer 1.35s ease-in-out infinite;
}

.b2c-plp-card--skeleton {
  pointer-events: none;
  user-select: none;
}

.b2c-plp-card--skeleton .b2c-card-media {
  height: 320px;
  border-radius: 0;
}

.b2c-plp-card--skeleton .b2c-skeleton-brand {
  width: 55%;
  height: 14px;
  border-radius: 4px;
}

.b2c-plp-card--skeleton .b2c-skeleton-title {
  width: 85%;
  height: 12px;
  margin-top: 6px;
  border-radius: 4px;
}

.b2c-plp-card--skeleton .b2c-skeleton-price {
  width: 42%;
  height: 14px;
  margin-top: 8px;
  border-radius: 999px;
}

.b2c-img-progressive {
  opacity: 0;
  transition: opacity 0.28s ease;
}

.b2c-img-progressive.b2c-img-loaded {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .b2c-plp-card--skeleton .b2c-card-media {
    height: 240px;
  }
}
