/* Baby Star Suit — self-contained styles (Tiny Twinkle look) */
/* Scoped to .bss only — do NOT add unscoped html/body rules here, they'd bleed into the rest of the theme (other pages/sections). */
.bss {
  max-width: 100vw;
  overflow-x: hidden;
  --brand: #3097fd;
  --brand-dark: #1d7fce;
  --brand-light: #f1f8ff;
  --brand-lighter: #f4faff;
  --brand-border: rgba(48, 151, 253, .3);
  --brand-pill: #e0efff;
  --star: #ffc400;
  --ink: #121212;
  --ink-soft: #555555;
  --alert: #ff0505;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: #fff;
  padding-bottom: 90px; /* room for sticky bar on mobile */
}
.bss * { box-sizing: border-box; }
.bss h1, .bss h2, .bss h3 { margin: 0; font-weight: 800; letter-spacing: -0.01em; }
.bss p { margin: 0; }
.bss button { font-family: inherit; cursor: pointer; }

/* Ticker */
.bss-ticker { height: 38px; overflow: hidden; background: var(--alert); display: flex; align-items: center; }
.bss-ticker-track { display: flex; white-space: nowrap; animation: bss-scroll 16s linear infinite; }
.bss-ticker-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 20px; font-weight: 700; line-height: 1; white-space: nowrap; text-transform: uppercase; font-style: italic; font-size: 16px; color: #000; }
@media (min-width: 750px) { .bss-ticker-item { font-size: 18px; } }
@keyframes bss-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Promo */
.bss-promo { background: var(--brand); text-align: center; padding: 10px 20px; }
.bss-promo p { color: #fff; font-size: 13px; }

/* Header */
.bss-header { position: relative; display: grid; grid-template-areas: "left-icons heading icons"; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 8px; padding: 4px 16px; background: #fff; border-bottom: 1px solid rgba(184,220,244,.5); }
/* The logo image, not the padding, is what actually sets the header height. */
.bss-header .bss-logo img { max-height: 38px; width: auto; display: block; }
.bss-header.bss-header-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transform: translateY(-100%); transition: transform .25s ease; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.bss-header.bss-header-fixed.bss-header-visible { transform: translateY(0); }
.bss-header-icon { position: relative; width: 36px; height: 36px; flex: none; border: none; background: none; color: var(--ink); display: flex; align-items: center; justify-content: center; border-radius: 10px; text-decoration: none; }
.bss-header-icon:hover { background: var(--brand-light); }
.bss-header-actions { grid-area: icons; display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.bss-header > .bss-header-icon:first-child { grid-area: left-icons; }
.bss-logo { grid-area: heading; display: flex; align-items: center; gap: 6px; min-width: 0; justify-content: center; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 19px; }
.bss-logo svg { flex: none; }
.bss-logo span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: clamp(13px, 4.2vw, 19px); }
.bss-cart-count { position: absolute; top: -2px; right: -2px; width: 18px; height: 18px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.bss-mobile-nav { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--brand-border); display: flex; flex-direction: column; padding: 8px 20px 16px; box-shadow: 0 8px 20px rgba(0,0,0,.08); z-index: 30; }
.bss-mobile-nav[hidden] { display: none; }
.bss-mobile-nav a { padding: 12px 4px; font-weight: 700; color: var(--ink); text-decoration: none; border-radius: 10px; }
.bss-mobile-nav a:hover { background: var(--brand-light); }

.bss-wrap { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.bss-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.bss-grid > * { min-width: 0; }
@media (min-width: 960px) {
  .bss-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 48px; padding-top: 32px; align-items: start; }
}

/* Gallery — full-bleed edge-to-edge on mobile, contained on desktop */
.bss-gallery { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
@media (min-width: 960px) { .bss-gallery { width: auto; max-width: none; margin-left: 0; position: sticky; top: 16px; } }
.bss-gallery-viewport { position: relative; overflow: hidden; background: var(--brand-lighter); aspect-ratio: 1/1; }
.bss-gallery-track { display: flex; height: 100%; transition: transform .45s ease; }
.bss-slide { position: relative; flex: 0 0 100%; width: 100%; height: 100%; display: block; }
.bss-video-caption { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 14px 16px 40px; background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0)); color: #fff; font-weight: 700; font-size: 14px; text-align: center; }
.bss-slide img, .bss-slide video { display: block; width: 100%; height: 100%; object-fit: contain; }
.bss-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 999px; border: none; background: rgba(10,10,10,.55); color: #fff; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.bss-nav-prev { left: 12px; } .bss-nav-next { right: 12px; }
.bss-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 2; display: flex; justify-content: center; gap: 8px; padding: 0; }
.bss-dot { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(10,10,10,.3); padding: 0; box-shadow: 0 1px 2px rgba(0,0,0,.15); }
.bss-dot.active { background: var(--ink); width: 22px; border-radius: 999px; transition: width .2s; }

/* Buy panel */
.bss-buy { display: flex; flex-direction: column; gap: 10px; padding-top: 12px; }
.bss-viral { border: 2px solid var(--brand); border-radius: 6px; padding: 9px 12px; text-align: center; font-weight: 800; text-transform: uppercase; color: var(--brand); letter-spacing: .02em; font-size: 13px; }
.bss-titleblock h1 { font-size: 28px; line-height: 1.1; margin-bottom: 4px; }
@media (min-width: 750px) { .bss-titleblock h1 { font-size: 38px; } }
@media (min-width: 990px) { .bss-titleblock h1 { font-size: 44px; } }
.bss-rating { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.bss-stars { position: relative; display: inline-block; font-size: 15px; letter-spacing: 1px; font-family: system-ui, sans-serif; color: rgba(10,10,10,.15); }
.bss-stars::before { content: '★★★★★'; }
.bss-stars::after { content: '★★★★★'; position: absolute; inset: 0; color: var(--star); width: calc(var(--rating) / 5 * 100%); overflow: hidden; white-space: nowrap; }
.bss-rating-count { color: var(--ink-soft); font-weight: 600; font-size: 13px; }

.bss-stock { display: flex; align-items: center; gap: 10px; margin: 14px 0; font-weight: 700; font-size: 14px; }
.bss-stock-dot { width: 10px; height: 10px; border-radius: 50%; background: #FF4D4F; flex-shrink: 0; animation: bss-pulse 1.6s infinite; }
@keyframes bss-pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,77,79,.6); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(255,77,79,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,77,79,0); }
}

.bss-benefits { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.bss-benefits li { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.bss-benefit-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 6px; background: var(--brand-light); font-size: 13px; flex: none; }

.bss-price { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.bss-price-now { font-size: 28px; font-weight: 800; color: var(--brand); }
.bss-price-was { font-size: 18px; font-weight: 700; color: var(--ink-soft); text-decoration: line-through; }
.bss-price-pill { background: var(--brand); color: #fff; font-weight: 800; text-transform: uppercase; font-size: 11px; padding: 5px 8px; border-radius: 6px; }

/* Bundle */
.bss-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.bss-divider span { flex: 1; height: 1px; background: var(--brand-border); }
.bss-divider h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }

.bss-countdown { background: var(--brand); border-radius: 12px; padding: 12px 14px; text-align: center; margin-bottom: 12px; }
.bss-countdown p { color: #fff; font-weight: 800; font-size: 13px; }
.bss-countdown-time { font-variant-numeric: tabular-nums; }

.bss-cards { display: flex; flex-direction: column; gap: 12px; }
.bss-card { position: relative; border: 2px solid var(--brand-border); border-radius: 8px; background: var(--brand-light); overflow: visible; }
.bss-card > .bss-card-head { border-radius: 6px 6px 0 0; overflow: hidden; }
.bss-card > .bss-card-shipstrip:last-child { border-radius: 0 0 6px 6px; overflow: hidden; }
.bss-card.is-selected { background: #fff; }
.bss-card.is-selected { border-color: var(--brand); box-shadow: 0 4px 20px rgba(41,152,237,.15); }
.bss-badge-popular { position: absolute; top: -27px; right: -15px; width: 102px; height: auto; color: var(--brand); z-index: 3; line-height: 0; pointer-events: none; }
.bss-badge-popular svg { display: block; width: 100%; height: auto; }
.bss-badge-best { position: absolute; top: -27px; right: -15px; width: 102px; height: auto; color: var(--brand); z-index: 3; line-height: 0; pointer-events: none; }
.bss-badge-best svg { display: block; width: 100%; height: auto; }
.bss-card-head { width: 100%; border: none; background: var(--brand-lighter); display: flex; align-items: flex-start; gap: 10px; padding: 12px; text-align: left; }
.bss-card.is-selected .bss-card-head { background: #fff; }
.bss-card[data-bundle="duo"] .bss-card-head { padding-top: 8px; }
.bss-card[data-bundle="duo"] .bss-card-prices { margin-top: 22px; }
.bss-card[data-bundle="trio"] .bss-card-head { padding-top: 8px; }
.bss-card[data-bundle="trio"] .bss-card-prices { margin-top: 22px; }
.bss-radio { margin-top: 2px; width: 20px; height: 20px; border-radius: 999px; border: 2px solid var(--brand-border); flex: none; display: flex; align-items: center; justify-content: center; }
.bss-radio.checked { border-color: var(--brand); }
.bss-radio.checked::after { content: ''; width: 10px; height: 10px; border-radius: 999px; background: var(--brand); }
.bss-card-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.bss-card-title-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bss-card-title { font-size: 20px; font-weight: 800; }
.bss-save-pill { background: var(--brand-pill); color: #000; font-weight: 400; font-size: 12px; padding: 3px 6px; border-radius: 5px; white-space: nowrap; }
.bss-card-sub { color: #555555; font-weight: 400; font-size: 14px; }
.bss-card-prices { flex: 0 0 auto; text-align: right; line-height: 1.2; }
.bss-card-price { display: block; font-size: 15px; font-weight: 800; white-space: nowrap; }
.bss-card-compare { display: block; font-size: 11px; font-weight: 700; color: var(--ink-soft); text-decoration: line-through; white-space: nowrap; }

.bss-card-selectors { padding: 4px 12px 12px; display: flex; flex-direction: column; gap: 12px; }
.bss-card-selectors[hidden] { display: none; }
.bss-selectors-label { font-weight: 700; color: var(--ink-soft); font-size: 12px; }
.bss-select-row { display: flex; gap: 10px; align-items: flex-start; }
.bss-select-thumb { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-light); flex: none; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bss-select-thumb img { width: 32px; height: 32px; object-fit: contain; }
.bss-select-fields { flex: 1; min-width: 0; display: flex; flex-direction: row; gap: 6px; }
.bss-color-select { flex: 1.4; }
.bss-size-select { flex: 1; }
.bss-select { width: 100%; height: 38px; border-radius: 10px; border: 2px solid var(--brand); padding: 0 10px; font-size: 12px; font-weight: 600; background: #fff; color: var(--ink); }

.bss-card-addons[hidden] { display: none; }
.bss-addon { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(214,234,255,1); border-top: 1px solid rgba(184,220,244,.6); cursor: pointer; color: #000; }
.bss-addon-check { position: absolute; opacity: 0; width: 0; height: 0; }
.bss-addon-box { width: 18px; height: 18px; border-radius: 5px; border: 2px solid var(--brand-border); flex: none; position: relative; }
.bss-addon-check:checked + .bss-addon-box { border-color: var(--brand); background: var(--brand); }
.bss-addon-check:checked + .bss-addon-box::after { content: '✓'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 900; }
.bss-addon-icon { width: 30px; height: 30px; border-radius: 4px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; flex: none; overflow: hidden; }
.bss-addon-icon img { width: 100%; height: 100%; object-fit: cover; }
.bss-addon-label { flex: 1; min-width: 0; font-weight: 700; font-style: normal; font-size: 13px; color: #000; }
.bss-addon-price { flex: 0 0 auto; text-align: right; line-height: 1.2; }
.bss-addon-price span:first-child { display: block; font-weight: 800; font-size: 12px; white-space: nowrap; }
.bss-addon-compare { display: block; font-size: 10px; color: var(--ink-soft); text-decoration: line-through; white-space: nowrap; }

.bss-card-shipstrip { background: var(--brand-border); color: var(--brand-dark); font-weight: 800; display: flex; align-items: center; gap: 10px; padding: 12px 16px; }
.bss-card.is-selected .bss-card-shipstrip { background: var(--brand); color: #fff; }

.bss-total-row { display: flex; align-items: center; justify-content: space-between; background: var(--brand-light); border-radius: 16px; padding: 16px 20px; font-weight: 700; }
#bssTotal { color: var(--brand); font-size: 22px; font-weight: 800; }

.bss-add-to-cart { width: 100%; height: 64px; border: none; border-radius: 16px; background: var(--brand); color: #fff; font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; box-shadow: 0 6px 18px rgba(41,152,237,.35); transition: background .15s, transform .1s; }
.bss-add-to-cart:hover { background: var(--brand-dark); }
.bss-add-to-cart:active { transform: scale(.99); }
.bss-add-status { text-align: center; font-weight: 800; color: #1a9c4a; }

.bss-trust-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; padding: 10px 4px 0; list-style: none; }
.bss-trust-line li { font-size: 11px; font-weight: 600; color: var(--ink-soft); }

.bss-timeline { display: flex; justify-content: space-between; padding: 4px; }
.bss-timeline-item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.bss-timeline-connector { display: flex; align-items: center; width: 100%; }
.bss-timeline-icon { width: 44px; height: 44px; border-radius: 999px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; flex: none; }
.bss-timeline-line { flex: 1; height: 2px; background: var(--ink); }
.bss-timeline-line.first, .bss-timeline-line.last { background: transparent; }
.bss-timeline-date { width: 100%; margin-top: 8px; font-weight: 800; font-size: 13px; }
.bss-timeline-label { width: 100%; color: var(--ink-soft); font-size: 13px; }

.bss-social { display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--brand-light); border-radius: 999px; padding: 8px 16px; }
.bss-avatars { display: flex; }
.bss-avatar { position: relative; width: 44px; height: 44px; border-radius: 999px; background: linear-gradient(135deg,#9fc5dc,#efadbc); border: 2px solid #fff; margin-left: -12px; overflow: visible; display: block; }
.bss-avatar img { width: 100%; height: 100%; border-radius: 999px; object-fit: cover; display: block; }
.bss-avatar:first-child { margin-left: 0; }
.bss-verified { position: absolute; top: -3px; right: -4px; width: 16px; height: 16px; }
.bss-social p { font-weight: 800; }
.bss-social p span { display: block; font-weight: 600; color: var(--ink-soft); font-size: 14px; }

/* Review carousel */
.bss-reviews { margin: 0 -20px; padding: 4px 0; }
.bss-reviews-track { display: flex; gap: 14px; overflow-x: auto; padding: 4px 20px 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.bss-reviews-track::-webkit-scrollbar { display: none; }
.bss-review-card { flex: 0 0 82%; scroll-snap-align: start; background: var(--brand-lighter); border: 1px solid var(--brand-border); border-radius: 18px; padding: 18px; }
@media (min-width: 640px) { .bss-review-card { flex-basis: 46%; } }
.bss-review-avatar { position: relative; width: 40px; height: 40px; border-radius: 999px; background: linear-gradient(135deg,#9fc5dc,#efadbc); margin-bottom: 10px; overflow: visible; }
.bss-review-avatar img { width: 100%; height: 100%; border-radius: 999px; object-fit: cover; display: block; }
.bss-review-stars { color: var(--star); letter-spacing: 2px; margin-bottom: 8px; }
.bss-review-text { font-size: 15px; line-height: 1.5; color: var(--ink); margin-bottom: 10px; }
.bss-review-name { font-weight: 700; color: var(--ink-soft); font-size: 14px; font-style: italic; }
.bss-review-location { font-weight: 500; font-style: normal; opacity: .75; }

/* Accordions */
.bss-accordions { display: flex; flex-direction: column; }
.bss-accordion { border-top: 1px solid var(--brand-border); padding: 16px 4px; }
.bss-accordion:last-child { border-bottom: 1px solid var(--brand-border); }
.bss-accordion summary { list-style: none; display: flex; align-items: center; gap: 12px; cursor: pointer; font-weight: 800; font-size: 16px; }
.bss-accordion summary::-webkit-details-marker { display: none; }
.bss-accordion-icon { width: 28px; height: 28px; border: 1.5px solid var(--ink); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex: none; }
.bss-accordion-chevron { margin-left: auto; transition: transform .2s; }
.bss-accordion[open] .bss-accordion-chevron { transform: rotate(180deg); }
.bss-accordion p { margin-top: 12px; padding-left: 40px; color: var(--ink-soft); line-height: 1.6; }

/* Little moments parents love */
.bss-gallery-reviews { text-align: center; padding: 56px 0; }
.bss-gallery-reviews h2 { font-size: 32px; }
.bss-gallery-reviews-sub { margin-top: 10px; color: var(--ink-soft); font-size: 17px; }
.bss-gallery-reviews-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr; gap: 24px; text-align: left; }
@media (min-width: 768px) { .bss-gallery-reviews-grid { grid-template-columns: repeat(3,1fr); } }
.bss-gallery-review-card { border: 1px solid var(--brand-border); border-radius: 20px; overflow: hidden; background: #fff; }
.bss-gallery-review-img { aspect-ratio: 4/3; background: var(--brand-lighter); }
.bss-gallery-review-img img, .bss-gallery-review-img video { width: 100%; height: 100%; object-fit: cover; display: block; }
.bss-gallery-review-card .bss-review-stars { padding: 16px 16px 0; }
.bss-gallery-review-card h3 { padding: 8px 16px 0; font-size: 19px; }
.bss-gallery-review-card p { padding: 8px 16px 0; color: var(--ink-soft); line-height: 1.5; font-size: 15px; }
.bss-gallery-review-name { display: block; padding: 12px 16px 18px; font-weight: 800; font-style: italic; }

/* Details */
.bss-details { display: flex; flex-direction: column; gap: 56px; padding: 64px 0; }
.bss-detail-row { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
@media (min-width: 768px) { .bss-detail-row { grid-template-columns: 1fr 1fr; gap: 40px; } .bss-detail-row.reverse > div:first-child { order: 2; } }
.bss-detail-row h2 { font-size: 32px; line-height: 1.15; }
@media (min-width: 768px) { .bss-detail-row h2 { font-size: 40px; } }
.bss-detail-row p { margin-top: 14px; font-size: 17px; line-height: 1.6; color: var(--ink-soft); }
.bss-detail-img { aspect-ratio: 4/3; border-radius: 24px; overflow: hidden; background: var(--brand-lighter); }
.bss-detail-img img, .bss-detail-img video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Features */
.bss-features { display: grid; grid-template-columns: 1fr; gap: 28px; padding-bottom: 56px; }
@media (min-width: 768px) { .bss-features { grid-template-columns: repeat(3,1fr); } }
.bss-features h3 { font-size: 21px; }
.bss-features p { margin-top: 10px; color: var(--ink-soft); font-size: 16px; line-height: 1.5; }

/* Guarantee */
.bss-guarantee { background: var(--brand); padding: 24px 0; overflow: hidden; }
.bss-guarantee-track { display: flex; white-space: nowrap; animation: bss-scroll 22s linear infinite; width: max-content; }
.bss-guarantee-item { color: #fff; font-weight: 800; font-size: 24px; padding: 0 32px; }

/* Sticky mobile bar */
.bss-sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; border-top: 1px solid rgba(184,220,244,.6); box-shadow: 0 -4px 20px rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px; transform: translateY(100%); transition: transform .25s ease; }
.bss-sticky-bar.is-visible { transform: translateY(0); }
.bss-sticky-bar div { display: flex; flex-direction: column; line-height: 1.3; }
.bss-sticky-bar strong { font-size: 16px; }
.bss-sticky-bar span { font-size: 15px; }
#bssStickyPrice { color: var(--brand); font-weight: 800; }
.bss-sticky-bar s { color: var(--ink-soft); }
.bss-sticky-add { border: none; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 800; padding: 0 22px; height: 48px; }
@media (min-width: 960px) { .bss-sticky-bar { display: none; } }

/* Cart drawer */
.bss-drawer-overlay { position: fixed; inset: 0; background: rgba(10,10,10,.5); z-index: 70; }
.bss-drawer-overlay[hidden] { display: none; }
.bss-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 420px; background: #fff; z-index: 71; display: flex; flex-direction: column; box-shadow: -8px 0 30px rgba(0,0,0,.15); animation: bss-drawer-in .25s ease-out; }
.bss-drawer[hidden] { display: none; }
@keyframes bss-drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.bss-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--brand-border); }
.bss-drawer-head h2 { font-size: 20px; }
.bss-drawer-close { border: none; background: none; font-size: 20px; width: 36px; height: 36px; border-radius: 8px; }
.bss-drawer-close:hover { background: var(--brand-light); }
.bss-drawer-reserved { background: var(--ink); color: #fff; text-align: center; font-weight: 700; font-size: 14px; padding: 10px; }
.bss-drawer-items { flex: 1; overflow-y: auto; padding: 12px 20px; display: flex; flex-direction: column; gap: 16px; }
.bss-drawer-items.is-busy { opacity: .55; pointer-events: none; }
.bss-drawer-item { display: grid; grid-template-columns: 64px 1fr; gap: 12px; }
.bss-drawer-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: var(--brand-lighter); }
.bss-drawer-item-title { font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.bss-drawer-item-remove { border: none; background: none; color: var(--ink-soft); font-size: 16px; cursor: pointer; }
.bss-drawer-item-meta { font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
.bss-drawer-item-pill { display: inline-block; background: var(--brand-light); border-radius: 6px; padding: 2px 8px; font-size: 11px; font-weight: 800; margin-left: 6px; }
.bss-drawer-item-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.bss-qty-stepper { display: flex; align-items: center; background: var(--alert); border-radius: 8px; overflow: hidden; }
.bss-qty-stepper button { border: none; background: none; color: #fff; font-weight: 900; width: 30px; height: 30px; font-size: 16px; }
.bss-qty-stepper span { color: #fff; font-weight: 800; min-width: 22px; text-align: center; }
.bss-drawer-item-price { text-align: right; font-weight: 800; }
.bss-drawer-item-price s { display: block; font-weight: 600; color: var(--ink-soft); font-size: 12px; }
.bss-drawer-item-save { display: block; font-size: 11px; color: var(--ink-soft); font-weight: 600; }
.bss-drawer-footer { border-top: 1px solid var(--brand-border); padding: 16px 20px 20px; }
.bss-drawer-row { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 6px; }
.bss-drawer-savings, .bss-drawer-savings span { color: var(--brand); }
.bss-drawer-subtotal { font-size: 20px; font-weight: 800; }
.bss-drawer-checkout { display: flex; align-items: center; justify-content: center; height: 52px; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 800; text-decoration: none; margin: 10px 0 16px; flex: none; }
.bss-drawer-footer { display: flex; flex-direction: column; }
.bss-drawer-items { min-height: 0; }
.bss-drawer-payicons { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 12px; }
.bss-drawer-payicons span { font-size: 10px; font-weight: 800; border: 1px solid var(--brand-border); border-radius: 4px; padding: 3px 6px; color: var(--ink-soft); }

.bss-payment-icons { display: flex; flex-wrap: wrap; gap: 12px 14px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.bss-payment-icons li { line-height: 0; }
.bss-payment-icons svg { display: block; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0,0,0,.06); }

/* Footer */
.bss-footer { position: relative; background: var(--brand); padding: 40px 0; text-align: center; }
.bss-footer-wave { position: absolute; top: -1px; left: 0; width: 100%; height: 16px; display: block; }
.bss-footer-label { display: block; color: #fff; font-weight: 700; margin-bottom: 8px; }
.bss-country-select { width: 100%; max-width: 320px; height: 48px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.6); background: transparent; color: #fff; padding: 0 12px; font-weight: 700; }
.bss-country-select option { color: #000; }
.bss-footer-payicons { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 28px 0; }
.bss-footer-payicons span { font-size: 11px; font-weight: 800; border-radius: 4px; padding: 6px 10px; background: rgba(255,255,255,.15); color: #fff; }
.bss-footer-bottom { color: rgba(255,255,255,.85); font-size: 13px; line-height: 2; }
.bss-footer-bottom a { color: rgba(255,255,255,.85); text-decoration: underline; }

/* --- Cart drawer: unit price, bundle tag and per-line saving --- */
.bss-drawer-item-unit { font-size: 13px; margin: 2px 0 4px; }
.bss-drawer-item-unit s { color: rgba(10,10,10,.45); margin-right: 4px; }
.bss-drawer-item-unit strong { color: var(--brand, #2f80ed); font-weight: 800; }
.bss-drawer-tag {
  display: inline-block; margin-left: 6px; padding: 1px 8px;
  font-size: 11px; font-weight: 800; letter-spacing: .3px;
  border-radius: 999px; background: rgba(10,10,10,.07); color: rgba(10,10,10,.7);
  vertical-align: middle;
}
.bss-drawer-item-price s { color: rgba(10,10,10,.45); font-weight: 500; margin-right: 4px; }
.bss-drawer-item-saving { display: block; font-size: 12px; font-weight: 700; color: #1a1a1a; margin-top: 2px; }