@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* Cheryfashion visual system — isolated from checkout, cart and analytics code. */
.brand-theme {
  --brand-cream: #fff9f4;
  --brand-ink: #211d21;
  --brand-muted: #756d72;
  --brand-pink: #e95692;
  --brand-lime: #ddff69;
  --brand-soft: #ffe8f0;
  background: var(--brand-cream);
  color: var(--brand-ink);
  font-family: "DM Sans", Inter, sans-serif;
}

.brand-theme-one {
  --background: #fff9f4;
  --foreground: #211d21;
  --muted: #756d72;
  --primary: #e95692;
  --secondary: #fff0f5;
  --border: #eadde1;
  --footer: #211d21;
  --section-alt: #fff1f5;
  --trust-bg: #f5f8e9;
  --trust-fg: #273329;
}

.brand-theme-two {
  --brand-cream: #fff8f5;
  --brand-ink: #3b1730;
  --brand-muted: #826c78;
  --brand-pink: #e44869;
  --brand-lime: #79e7c2;
  --brand-soft: #ffe4e9;
  --background: #fff8f5;
  --foreground: #3b1730;
  --muted: #826c78;
  --primary: #e44869;
  --secondary: #ffe4e9;
  --border: #ead5dd;
  --footer: #3b1730;
  --section-alt: #fff0f2;
  --trust-bg: #edf9f4;
  --trust-fg: #29483e;
  font-family: Manrope, Inter, sans-serif;
}

/* Shared brand chrome */
.brand-theme .marquee-shell {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: var(--brand-lime);
  color: var(--brand-ink);
  border: 0;
}
.brand-theme .marquee-span {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.brand-theme .marquee-dot { background: var(--brand-pink); }
.brand-theme .topbar-shell {
  min-height: 34px;
  background: var(--brand-ink);
  color: rgba(255,255,255,.76);
  border: 0;
}
.brand-theme .topbar-flow { min-height: 34px; }
.brand-theme .icon-topbar { color: var(--brand-lime); }
.brand-theme .site-shell {
  background: color-mix(in srgb, var(--brand-cream) 94%, transparent);
  border-color: color-mix(in srgb, var(--brand-ink) 14%, transparent);
  backdrop-filter: blur(18px);
}
.brand-theme .header-layout { height: 82px; }
.brand-theme .brand-svg { height: 48px; }
.brand-theme .nav-chip {
  color: var(--brand-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
}
.brand-theme .nav-chip::after { height: 3px; background: var(--brand-pink); }
.brand-theme .nav-chip-active { color: var(--brand-ink); }
.brand-theme .header-action,
.brand-theme .language-select,
.brand-theme .fr-market-badge {
  border-color: color-mix(in srgb, var(--brand-ink) 24%, transparent);
  background: rgba(255,255,255,.74);
  box-shadow: none;
}
.brand-theme .cart-count { background: var(--brand-pink); }
.brand-theme .footer-shell { background: var(--brand-ink); }

/* Default home — theme 01 */
.brand-theme-one .hero-wrap { min-height: 520px; background: var(--brand-soft); }
.brand-theme-one .hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(255,249,244,.94) 0%, rgba(255,249,244,.69) 43%, rgba(255,249,244,.06) 75%),
    url('/assets/home/cheryfashion-hero.jpg') center/cover no-repeat;
}
.brand-theme-one .hero-content { max-width: 530px; }
.brand-theme-one .hero h1 {
  max-width: 510px;
  margin-top: 18px;
  color: var(--brand-ink);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: .99;
  letter-spacing: -.052em;
}
.brand-theme-one .hero p { color: var(--brand-muted); }
.brand-theme-one .pill {
  border: 0;
  background: var(--brand-lime);
  color: var(--brand-ink);
  letter-spacing: .055em;
  text-transform: uppercase;
}
.brand-theme-one .btn {
  min-height: 48px;
  border-radius: 12px;
  background: var(--brand-pink);
  box-shadow: 0 12px 28px rgba(202,59,117,.18);
}
.brand-theme-one .btn-outline { background: rgba(255,255,255,.8); color: var(--brand-ink); box-shadow: none; }
.brand-theme-one .home-section h2,
.brand-theme-one .trust-box h2 { letter-spacing: -.04em; }
.brand-theme-one .stats-strip { background: var(--brand-lime); border: 0; }
.brand-theme-one .home-section-soft { background: var(--brand-cream); }

/* Collection hero shared geometry */
.brand-collection-page .pd-shop { padding-top: 0; }
.brand-collection-hero {
  width: min(1260px, calc(100% - 40px));
  min-height: 545px;
  margin: 0 auto 66px;
  padding: 44px 46px 52px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  align-items: center;
  gap: 46px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
.brand-collection-copy { position: relative; z-index: 3; }
.brand-collection-copy > p {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
}
.brand-collection-copy h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(40px,4.25vw,61px);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.052em;
}
.brand-collection-copy > div {
  max-width: 520px;
  margin-top: 25px;
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.58;
}
.brand-collection-copy > a {
  width: min(100%, 280px);
  min-height: 52px;
  margin-top: 27px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--brand-pink);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 13px 30px rgba(98,43,66,.16);
}
.brand-collection-copy > a span { font-size: 21px; }
.brand-collection-visual { position: relative; height: 450px; }
.brand-hero-primary,
.brand-hero-secondary { position: absolute; display: block; object-fit: cover; }
.brand-hero-primary {
  inset: 0 0 0 86px;
  width: calc(100% - 94px);
  height: 94%;
  z-index: 2;
  border-radius: 22px;
}
.brand-hero-secondary {
  left: 0;
  bottom: 0;
  width: 38%;
  height: 45%;
  z-index: 3;
  border: 5px solid var(--brand-cream);
  border-radius: 18px;
}
.brand-hero-shape {
  position: absolute;
  right: 4px;
  top: -10px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: var(--brand-lime);
}
.brand-hero-price {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 4;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--brand-lime);
  color: var(--brand-ink);
  text-align: center;
  box-shadow: 0 12px 28px rgba(38,25,31,.13);
}
.brand-hero-price small { font-size: 8px; font-weight: 850; letter-spacing: .05em; }
.brand-hero-price strong { font-size: 22px; }

/* Theme 01: sandals and the default catalog */
.brand-theme-one .brand-collection-hero { background: var(--brand-cream); }
.brand-theme-one .brand-collection-hero::before {
  position: absolute;
  width: 105px;
  height: 75px;
  background: var(--brand-soft);
  content: "";
}
.brand-theme-one .shop-heading-block { margin-bottom: 28px; }
.brand-theme-one .shop-title {
  color: var(--brand-ink);
  font-size: clamp(30px,3.4vw,46px);
  letter-spacing: -.045em;
}
.brand-theme-one .shop-kicker { color: var(--brand-pink); }

/* Theme 02: bra collection, softer editorial structure */
.brand-theme-two .marquee-shell { background: var(--brand-ink); color: #fff; }
.brand-theme-two .marquee-dot { background: var(--brand-lime); }
.brand-theme-two .topbar-shell { background: #5b2945; }
.brand-theme-two .brand-collection-hero {
  width: min(1260px, calc(100% - 40px));
  min-height: 560px;
  background: linear-gradient(135deg,#ffe8ec 0 57%,#f6bcc8 57%);
  border-radius: 0 0 64px 64px;
}
.brand-theme-two .brand-collection-copy h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.035em;
}
.brand-theme-two .brand-collection-copy > a { border-radius: 999px; box-shadow: none; }
.brand-theme-two .brand-hero-primary {
  inset: 0 0 0 72px;
  width: calc(100% - 78px);
  height: 96%;
  border-radius: 46% 46% 25px 25px;
}
.brand-theme-two .brand-hero-secondary {
  border: 7px solid #ffe8ec;
  border-radius: 50%;
}
.brand-theme-two .brand-hero-shape {
  width: 140px;
  height: 210px;
  border-radius: 80px 80px 18px 80px;
  background: var(--brand-lime);
}
.brand-theme-two .brand-hero-price { background: #fff8f5; }
.brand-theme-two .shop-title,
.brand-theme-two .pd-title,
.brand-theme-two .reviews-title,
.brand-theme-two .pd-section-title,
.brand-theme-two .product-video-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -.03em;
}
.brand-theme-two .shop-title { font-size: clamp(32px,3.6vw,48px); font-style: italic; }

/* Baskets collection — editable “Sticker Parade” layout */
.baskets-collection-page,
.baskets-product-page {
  --brand-cream: #fffaf0;
  --brand-ink: #19314d;
  --brand-muted: #52677d;
  --brand-pink: #f04444;
  --brand-lime: #ffd83d;
  --brand-soft: #c9efff;
  --background: #fffaf0;
  --foreground: #19314d;
  --muted: #52677d;
  --primary: #f04444;
  --secondary: #d9f4ff;
  --border: #8ccde7;
  --footer: #19314d;
  --section-alt: #fff1a9;
  --trust-bg: #d9f4ff;
  --trust-fg: #19314d;
}
.baskets-collection-page .marquee-shell,
.baskets-product-page .marquee-shell { background: #ffd83d; }
.baskets-collection-page .topbar-shell,
.baskets-product-page .topbar-shell { background: #ef4444; color: #fff; }
.baskets-collection-page .icon-topbar,
.baskets-product-page .icon-topbar { color: #ffd83d; }
.baskets-collection-page .site-shell,
.baskets-product-page .site-shell { background: rgba(255,250,240,.94); }
.baskets-collection-page .brand-collection-hero {
  position: relative;
  min-height: 590px;
  margin-bottom: 0;
  padding: 58px 52px;
  grid-template-columns: minmax(0,1fr);
  background: #bdeeff;
  border: 4px solid #19314d;
  border-top: 0;
  border-radius: 0 0 38px 38px;
  box-shadow: 10px 12px 0 #f04444;
  isolation: isolate;
}
.baskets-collection-page .brand-collection-copy { width: min(43%, 510px); }
.baskets-collection-page .brand-collection-copy > p {
  width: fit-content;
  margin-bottom: 19px;
  padding: 9px 13px;
  border: 2px solid #19314d;
  border-radius: 999px;
  background: #ffd83d;
  box-shadow: 4px 4px 0 #19314d;
  transform: rotate(-1.5deg);
}
.baskets-collection-page .brand-collection-copy h1 {
  max-width: 480px;
  color: #19314d;
  font-size: clamp(47px,5vw,70px);
  line-height: .92;
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 3px 3px 0 rgba(255,255,255,.7);
}
.baskets-collection-page .brand-collection-copy > div {
  max-width: 440px;
  color: #314e68;
  font-weight: 600;
}
.baskets-collection-page .brand-collection-copy > a {
  border: 2px solid #19314d;
  border-radius: 14px;
  background: #f04444;
  box-shadow: 6px 6px 0 #19314d;
  transform: rotate(-.7deg);
}
.baskets-collection-page .brand-collection-copy > a:hover { transform: translate(3px,3px) rotate(-.7deg); box-shadow: 3px 3px 0 #19314d; }
.baskets-collection-page .brand-collection-visual { position: absolute; inset: 0; height: auto; z-index: -1; }
.baskets-collection-page .baskets-family-hero {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 34px 34px;
  object-fit: cover;
  object-position: center;
}
.baskets-collection-page .brand-hero-price {
  right: 26px;
  top: auto;
  bottom: 27px;
  width: 126px;
  border: 3px solid #19314d;
  background: #ffd83d;
  box-shadow: 6px 6px 0 #19314d;
  transform: rotate(7deg);
}
.baskets-collection-page .brand-hero-price strong { font-size: 24px; }
.baskets-doodle { position: absolute; z-index: 3; pointer-events: none; }
.baskets-doodle-sun {
  top: 28px;
  left: 47%;
  width: 74px;
  aspect-ratio: 1;
  border: 3px solid #19314d;
  border-radius: 50%;
  background: #ffd83d;
  box-shadow: 0 -16px 0 -13px #19314d, 0 16px 0 -13px #19314d, 16px 0 0 -13px #19314d, -16px 0 0 -13px #19314d;
}
.baskets-doodle-cloud {
  left: 45%;
  bottom: 42px;
  width: 88px;
  height: 34px;
  border: 3px solid #19314d;
  border-radius: 999px;
  background: #fff;
  transform: rotate(-4deg);
}
.baskets-doodle-cloud::before,
.baskets-doodle-cloud::after {
  position: absolute;
  bottom: 18px;
  border: 3px solid #19314d;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #fff;
  content: "";
}
.baskets-doodle-cloud::before { left: 13px; width: 29px; height: 26px; }
.baskets-doodle-cloud::after { right: 12px; width: 37px; height: 35px; }
.baskets-doodle-star { top: 104px; left: 43%; color: #f04444; font-size: 42px; transform: rotate(-13deg); text-shadow: 2px 2px 0 #19314d; }
.baskets-highlight-strip,
.baskets-product-ribbon {
  width: min(1160px, calc(100% - 48px));
  min-height: 62px;
  margin: 0 auto 62px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  border: 3px solid #19314d;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: #ffd83d;
  color: #19314d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
}
.baskets-highlight-strip span,
.baskets-product-ribbon span { display: inline-flex; align-items: center; gap: 9px; }
.baskets-highlight-strip i,
.baskets-product-ribbon i { color: #f04444; font-size: 18px; font-style: normal; }
.baskets-collection-page .shop-heading-block { text-align: center; }
.baskets-collection-page .shop-kicker {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #c9efff;
  color: #19314d;
}
.baskets-collection-page .shop-title { color: #19314d; font-size: clamp(38px,5vw,58px); font-weight: 900; }
.baskets-collection-page .shop-card {
  padding: 9px;
  overflow: hidden;
  border: 2px solid #19314d;
  border-radius: 23px;
  background: #fff;
  box-shadow: 5px 5px 0 #19314d;
}
.baskets-collection-page .shop-card:nth-child(3n+1) { box-shadow: 5px 5px 0 #f04444; }
.baskets-collection-page .shop-card:nth-child(3n+2) { box-shadow: 5px 5px 0 #4db7e5; }
.baskets-collection-page .shop-card:nth-child(3n) { box-shadow: 5px 5px 0 #ffd83d; }
.baskets-collection-page .shop-media { border-radius: 15px; background: #e8f7fc; }
.baskets-collection-page .shop-body { padding: 13px 7px 5px; }
.baskets-collection-page .shop-name { color: #19314d; font-weight: 850; }
.baskets-collection-page .shop-cta-wrap { padding: 8px 5px 5px; }
.baskets-collection-page .shop-cta { border: 2px solid #19314d; background: #ffd83d; color: #19314d; font-weight: 900; }
.baskets-collection-page .shop-card:nth-child(even) .shop-cta { background: #c9efff; }
.baskets-collection-page .shop-sale-tag { border: 2px solid #19314d; background: #f04444; color: #fff; }

/* Product cards */
.brand-theme .shop-grid,
.brand-theme .products-grid { gap: 30px 18px; }
.brand-theme .shop-card,
.brand-theme .product-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-theme .shop-card:hover,
.brand-theme .product-card:hover { box-shadow: none; }
.brand-theme .shop-media,
.brand-theme .product-media {
  aspect-ratio: .82;
  border-radius: 22px;
  background: var(--brand-soft);
}
.brand-theme-two .shop-media,
.brand-theme-two .product-media { border-radius: 34px; }
.brand-theme .shop-sale-tag,
.brand-theme .badge-sale {
  top: 11px;
  left: 11px;
  padding: 7px 9px;
  background: var(--brand-lime);
  color: var(--brand-ink);
  font-size: 9px;
}
.brand-theme-two .shop-sale-tag,
.brand-theme-two .badge-sale { background: #fff; color: var(--brand-pink); }
.brand-theme .shop-body,
.brand-theme .card-body { padding: 13px 2px 5px; gap: 7px; }
.brand-theme .shop-name,
.brand-theme .card-body > div:first-child {
  min-height: 0;
  color: var(--brand-ink);
  font-size: 14px;
  font-weight: 750;
}
.brand-theme .shop-prices span:first-child,
.brand-theme .price span:first-child { color: var(--brand-ink); font-size: 18px; }
.brand-theme .shop-cta-wrap,
.brand-theme .card-cta-wrap { padding: 8px 0 0; }
.brand-theme .shop-cta,
.brand-theme .card-cta {
  min-height: 43px;
  border: 1px solid color-mix(in srgb,var(--brand-ink) 55%,transparent);
  border-radius: 999px;
  background: transparent;
  color: var(--brand-ink);
}
.brand-theme .shop-cta:hover,
.brand-theme .card-cta:hover { background: var(--brand-pink); color: #fff; border-color: var(--brand-pink); }

/* Shared product-page polish, with no structural or JS changes */
.brand-product-page .pd-section { padding-top: 30px; }
.brand-product-page .pd-grid { gap: 30px 48px; }
.brand-product-page .pd-main-aspect {
  border: 0;
  border-radius: 22px;
  background: var(--brand-soft);
}
.brand-product-page .pd-thumb {
  border: 1px solid color-mix(in srgb,var(--brand-ink) 15%,transparent);
  border-radius: 12px;
}
.brand-product-page .pd-thumb-active { border-color: var(--brand-pink); box-shadow: 0 0 0 1px var(--brand-pink); }
.brand-product-page .pd-info {
  gap: 18px;
  padding: 22px;
  border: 1px solid color-mix(in srgb,var(--brand-ink) 11%,transparent);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 42px rgba(58,34,44,.07);
}
.brand-product-page .pd-badge {
  color: var(--brand-pink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.brand-product-page .pd-title {
  color: var(--brand-ink);
  font-size: clamp(30px,3.5vw,46px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.brand-product-page .pd-price { color: var(--brand-ink); font-size: clamp(29px,3.5vw,36px); }
.brand-product-page .pd-discount-pill {
  border-radius: 999px;
  background: var(--brand-lime);
  color: var(--brand-ink);
}
.brand-product-page .pd-trust-strip,
.brand-product-page .product-color-visualizer,
.brand-product-page .pd-performance-facts,
.brand-product-page .simple-purchase,
.brand-product-page .bundle-builder {
  border-color: color-mix(in srgb,var(--brand-ink) 12%,transparent);
  background: color-mix(in srgb,var(--brand-soft) 46%,#fff);
}
.brand-product-page .slides-add-button,
.brand-product-page .pd-buy-btn,
.brand-product-page .bundle-add-btn {
  border-color: var(--brand-pink) !important;
  background: var(--brand-pink) !important;
  color: #fff !important;
}

/* Bra product — theme 02 */
.bra-product-page { background: var(--brand-cream); }
.bra-product-page .pd-main-aspect { border-radius: 32px; }
.bra-product-page .pd-info {
  border: 0;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 20px 48px rgba(96,49,72,.10);
}
.bra-product-page .pd-title { font-style: italic; font-size: clamp(34px,4vw,52px); }
.bra-product-page .pd-discount-pill { background: var(--brand-lime); }
.bra-product-page .product-color-visualizer { border: 0; border-radius: 20px; background: var(--brand-soft); }
.bra-product-page .bundle-builder,
.bra-product-page .bundle-plan,
.bra-product-page .bundle-selector-row { border-color: #ead5dd; }
.bra-product-page .bundle-plan:has(input:checked) { border-color: var(--brand-pink); background: #fff6f8; box-shadow: 0 0 0 1px var(--brand-pink); }
.bra-product-page .product-story-kicker { color: var(--brand-pink); }

/* Baskets product pages — same colourful system, original product flow intact */
.baskets-product-page { background: linear-gradient(180deg,#d7f4ff 0 310px,#fffaf0 310px); }
.baskets-product-ribbon {
  width: min(1260px, calc(100% - 40px));
  min-height: 48px;
  margin-bottom: 16px;
  border-top: 3px solid #19314d;
  border-radius: 0 0 20px 20px;
  background: #ffd83d;
}
.baskets-product-page .pd-grid { align-items: start; }
.baskets-product-page .pd-gallery { position: relative; }
.baskets-product-page .pd-gallery::before {
  position: absolute;
  top: -15px;
  left: -13px;
  z-index: -1;
  width: 74px;
  height: 74px;
  border: 3px solid #19314d;
  border-radius: 50%;
  background: #ffd83d;
  content: "";
}
.baskets-product-page .pd-main-aspect {
  overflow: hidden;
  border: 3px solid #19314d;
  border-radius: 27px;
  background: #fff;
  box-shadow: 8px 8px 0 #4db7e5;
}
.baskets-product-page .pd-thumb { border: 2px solid #19314d; background: #fff; }
.baskets-product-page .pd-thumb-active { border-color: #f04444; box-shadow: 0 0 0 2px #f04444; }
.baskets-product-page .pd-info {
  border: 3px solid #19314d;
  border-radius: 27px;
  background: #fff;
  box-shadow: 8px 8px 0 #f04444;
}
.baskets-product-page .pd-badge {
  width: fit-content;
  padding: 7px 11px;
  border: 2px solid #19314d;
  border-radius: 999px;
  background: #ffd83d;
  color: #19314d;
  transform: rotate(-1deg);
}
.baskets-product-page .pd-title { color: #19314d; font-weight: 900; }
.baskets-product-page .pd-price { color: #f04444; font-weight: 900; }
.baskets-product-page .pd-discount-pill { border: 2px solid #19314d; background: #c9efff; }
.baskets-product-page .pd-trust-strip,
.baskets-product-page .product-color-visualizer,
.baskets-product-page .pd-performance-facts,
.baskets-product-page .simple-purchase,
.baskets-product-page .bundle-builder {
  border: 2px solid #19314d;
  border-radius: 17px;
  background: #f2fbff;
}
.baskets-product-page .slides-add-button,
.baskets-product-page .pd-buy-btn,
.baskets-product-page .bundle-add-btn {
  border: 2px solid #19314d !important;
  border-radius: 14px !important;
  background: #f04444 !important;
  box-shadow: 5px 5px 0 #19314d !important;
  font-weight: 900 !important;
}
.baskets-product-page .pd-payment-card { border: 2px dashed #4db7e5; border-radius: 16px; background: #fff; }
.baskets-product-page .pd-section-title,
.baskets-product-page .reviews-title,
.baskets-product-page .product-video-head h2 { color: #19314d; font-weight: 900; letter-spacing: -.04em; }

@media (min-width: 1024px) {
  .brand-product-page .pd-gallery { top: 102px; }
  .brand-theme-one .shop-grid,
  .brand-theme-one .products-grid,
  .brand-theme-two .shop-grid,
  .brand-theme-two .products-grid { gap: 34px 20px; }
}

@media (max-width: 767px) {
  .brand-theme { --page-gutter: 12px; }
  .brand-theme .marquee-shell { min-height: 30px; }
  .brand-theme .marquee-span { padding: 7px 18px; font-size: 10px; }
  .brand-theme .topbar-shell { min-height: 32px; }
  .brand-theme .topbar-flow { min-height: 32px; }
  .brand-theme .header-layout { height: 66px; }
  .brand-theme .brand-svg { width: 146px; height: auto; }
  .brand-theme-one .hero-wrap,
  .brand-theme-one .hero { min-height: 465px; }
  .brand-theme-one .hero { padding: 48px 0; background-position: 62% center; }
  .brand-theme-one .hero h1 { max-width: 330px; font-size: clamp(38px,11vw,48px); }
  .brand-theme-one .hero p { max-width: 315px; font-size: 14px; }

  .brand-collection-hero,
  .brand-theme-two .brand-collection-hero {
    width: 100%;
    min-height: 0;
    margin: 0 0 48px;
    padding: 34px 12px 40px;
    grid-template-columns: minmax(0,1fr);
    gap: 28px;
    border-radius: 0 0 34px 34px;
  }
  .brand-collection-copy h1,
  .brand-theme-two .brand-collection-copy h1 {
    max-width: 390px;
    font-size: clamp(36px,10.5vw,47px);
    line-height: 1.03;
  }
  .brand-collection-copy > div { margin-top: 19px; font-size: 14px; }
  .brand-collection-copy > a { min-height: 49px; margin-top: 22px; }
  .brand-collection-visual { height: 390px; }
  .brand-hero-primary,
  .brand-theme-two .brand-hero-primary {
    inset: 0 4px 0 50px;
    width: calc(100% - 58px);
    height: 89%;
  }
  .brand-hero-secondary { left: 0; width: 42%; height: 42%; }
  .brand-hero-price { right: 3px; top: 32px; width: 100px; }
  .brand-hero-price strong { font-size: 20px; }
  .brand-hero-shape { right: 3px; width: 140px; height: 140px; }
  .brand-theme-two .brand-hero-shape { width: 115px; height: 170px; }

  .brand-collection-page .pd-shop > .container { padding-left: 12px; padding-right: 12px; }
  .brand-theme .shop-heading-block { margin-bottom: 20px; }
  .brand-theme .shop-title { font-size: 32px; }
  .brand-theme .shop-grid,
  .brand-theme .products-grid { gap: 25px 9px; }
  .brand-theme .shop-media,
  .brand-theme .product-media,
  .brand-theme-two .shop-media,
  .brand-theme-two .product-media { border-radius: 16px; }
  .brand-theme .shop-body,
  .brand-theme .card-body { padding-top: 9px; }
  .brand-theme .shop-name,
  .brand-theme .card-body > div:first-child { font-size: 12px; }
  .brand-theme .shop-prices span:first-child,
  .brand-theme .price span:first-child { font-size: 16px; }
  .brand-theme .shop-cta,
  .brand-theme .card-cta { min-height: 40px; font-size: 11px; }

  .brand-product-page .pd-section { padding-top: 12px; }
  .brand-product-page .pd-grid { gap: 23px; }
  .brand-product-page .pd-main-aspect,
  .bra-product-page .pd-main-aspect { border-radius: 18px; }
  .brand-product-page .pd-info,
  .bra-product-page .pd-info {
    padding: 15px;
    border-radius: 20px;
  }
  .brand-product-page .pd-title,
  .bra-product-page .pd-title { font-size: 34px; }

  .baskets-collection-page .brand-collection-hero {
    padding: 34px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 7px 0 #f04444;
  }
  .baskets-collection-page .brand-collection-copy { width: 100%; }
  .baskets-collection-page .brand-collection-copy > p { margin-left: 3px; }
  .baskets-collection-page .brand-collection-copy h1 { max-width: 365px; font-size: clamp(41px,12vw,54px); }
  .baskets-collection-page .brand-collection-copy > div { max-width: 350px; }
  .baskets-collection-page .brand-collection-visual { position: relative; inset: auto; width: calc(100% + 24px); height: auto; margin-left: -12px; z-index: 0; }
  .baskets-collection-page .baskets-family-hero {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0 0 25px 25px;
    object-fit: cover;
  }
  .baskets-collection-page .brand-hero-price { right: 14px; bottom: 12px; width: 92px; }
  .baskets-collection-page .brand-hero-price strong { font-size: 18px; }
  .baskets-doodle-sun { top: 10px; left: 12px; width: 50px; }
  .baskets-doodle-cloud { left: 36%; bottom: 19px; width: 70px; transform: scale(.72) rotate(-4deg); }
  .baskets-doodle-star { top: 12px; left: auto; right: 15px; font-size: 31px; }
  .baskets-highlight-strip,
  .baskets-product-ribbon {
    width: calc(100% - 24px);
    margin-bottom: 40px;
    padding: 12px 14px;
    justify-content: flex-start;
    gap: 17px;
    overflow-x: auto;
    border-radius: 0 0 17px 17px;
    white-space: nowrap;
  }
  .baskets-highlight-strip span,
  .baskets-product-ribbon span { flex: 0 0 auto; font-size: 10px; }
  .baskets-collection-page .shop-card { padding: 5px; border-radius: 16px; box-shadow: 3px 3px 0 #19314d; }
  .baskets-collection-page .shop-card:nth-child(3n+1),
  .baskets-collection-page .shop-card:nth-child(3n+2),
  .baskets-collection-page .shop-card:nth-child(3n) { box-shadow: 3px 3px 0 #19314d; }
  .baskets-collection-page .shop-media { border-radius: 11px; }
  .baskets-product-page { background: linear-gradient(180deg,#d7f4ff 0 220px,#fffaf0 220px); }
  .baskets-product-page .baskets-product-ribbon { margin-bottom: 12px; }
  .baskets-product-page .pd-main-aspect { border-radius: 19px; box-shadow: 5px 5px 0 #4db7e5; }
  .baskets-product-page .pd-info { border-radius: 20px; box-shadow: 5px 5px 0 #f04444; }
}

/* Baskets refinement — calmer editorial colour balance and product-first cards */
.brand-theme.baskets-collection-page,
.brand-theme.baskets-product-page {
  --brand-cream: #fbfaf7;
  --brand-ink: #26364b;
  --brand-muted: #687383;
  --brand-pink: #df6262;
  --brand-lime: #f4e8a9;
  --brand-soft: #eef4f5;
  --background: #fbfaf7;
  --foreground: #26364b;
  --muted: #687383;
  --primary: #df6262;
  --secondary: #f4f7f7;
  --border: #dde3e5;
  background: #fbfaf7;
}
.baskets-collection-page .marquee-shell,
.baskets-product-page .marquee-shell { background: #f4e8a9; }
.baskets-collection-page .topbar-shell,
.baskets-product-page .topbar-shell { background: #26364b; color: rgba(255,255,255,.82); }
.baskets-collection-page .icon-topbar,
.baskets-product-page .icon-topbar { color: #f4e8a9; }
.baskets-collection-page .brand-collection-hero {
  border: 0;
  border-radius: 0 0 26px 26px;
  box-shadow: 0 20px 55px rgba(38,54,75,.09);
}
.baskets-collection-page .brand-collection-hero::before { display: none; }
.baskets-collection-page .brand-collection-copy > p {
  border: 0;
  background: rgba(255,255,255,.82);
  box-shadow: none;
  transform: none;
}
.baskets-collection-page .brand-collection-copy h1 { text-shadow: none; }
.baskets-collection-page .brand-collection-copy > a {
  border: 0;
  border-radius: 12px;
  background: #df6262;
  box-shadow: 0 12px 26px rgba(177,65,65,.18);
  transform: none;
}
.baskets-collection-page .brand-collection-copy > a:hover {
  background: #d35454;
  box-shadow: 0 8px 18px rgba(177,65,65,.18);
  transform: translateY(-1px);
}
.baskets-collection-page .brand-hero-price {
  border: 0;
  background: rgba(255,247,201,.94);
  box-shadow: 0 10px 28px rgba(38,54,75,.14);
  transform: rotate(3deg);
}
.baskets-doodle { opacity: .45; }
.baskets-doodle-sun { border: 0; box-shadow: none; }
.baskets-doodle-cloud { border-color: rgba(38,54,75,.48); }
.baskets-doodle-cloud::before,
.baskets-doodle-cloud::after { border-color: rgba(38,54,75,.48); }
.baskets-doodle-star { color: #df6262; text-shadow: none; }
.baskets-highlight-strip,
.baskets-product-ribbon {
  min-height: 52px;
  margin-top: 16px;
  border: 1px solid #dde3e5;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  color: #526071;
  box-shadow: 0 8px 24px rgba(38,54,75,.05);
}
.baskets-highlight-strip i,
.baskets-product-ribbon i { color: #df6262; font-size: 15px; }
.baskets-collection-page .shop-kicker { background: #eef4f5; color: #526071; }
.brand-theme.baskets-collection-page .shop-card,
.brand-theme.baskets-collection-page .shop-card:nth-child(3n+1),
.brand-theme.baskets-collection-page .shop-card:nth-child(3n+2),
.brand-theme.baskets-collection-page .shop-card:nth-child(3n) {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-theme.baskets-collection-page .shop-media {
  border: 1px solid #e2e6e7;
  border-radius: 16px;
  background: #f4f6f6;
}
.brand-theme.baskets-collection-page .shop-body { padding: 13px 2px 5px; }
.brand-theme.baskets-collection-page .shop-cta-wrap { padding: 8px 0 0; }
.brand-theme.baskets-collection-page .shop-cta,
.brand-theme.baskets-collection-page .shop-card:nth-child(even) .shop-cta {
  border: 1px solid #cbd2d6;
  background: #fff;
  color: #26364b;
  font-weight: 800;
}
.brand-theme.baskets-collection-page .shop-cta:hover {
  border-color: #26364b;
  background: #26364b;
  color: #fff;
}
.brand-theme.baskets-collection-page .shop-sale-tag {
  border: 0;
  background: #f4e8a9;
  color: #26364b;
}
.brand-theme.baskets-product-page { background: #fbfaf7; }
.baskets-product-page .baskets-product-ribbon { margin-top: 0; margin-bottom: 20px; }
.baskets-product-page .pd-gallery::before { display: none; }
.baskets-product-page .pd-main-aspect {
  border: 1px solid #dde3e5;
  border-radius: 20px;
  background: #f7f8f8;
  box-shadow: 0 16px 40px rgba(38,54,75,.07);
}
.baskets-product-page .pd-thumb { border: 1px solid #dfe4e6; background: #fff; }
.baskets-product-page .pd-thumb-active { border-color: #8091a3; box-shadow: 0 0 0 1px #8091a3; }
.baskets-product-page .pd-info {
  border: 1px solid #dde3e5;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 42px rgba(38,54,75,.07);
}
.baskets-product-page .pd-badge {
  border: 0;
  background: #f4e8a9;
  color: #26364b;
  transform: none;
}
.baskets-product-page .pd-title { color: #26364b; font-weight: 800; }
.baskets-product-page .pd-price { color: #26364b; }
.baskets-product-page .pd-discount-pill { border: 0; background: #e8f2f4; }
.baskets-product-page .pd-trust-strip,
.baskets-product-page .product-color-visualizer,
.baskets-product-page .pd-performance-facts,
.baskets-product-page .simple-purchase,
.baskets-product-page .bundle-builder {
  border: 1px solid #e1e6e8;
  background: #f8faf9;
}
.baskets-product-page .slides-add-button,
.baskets-product-page .pd-buy-btn,
.baskets-product-page .bundle-add-btn {
  border: 0 !important;
  background: #df6262 !important;
  box-shadow: 0 11px 24px rgba(177,65,65,.18) !important;
}
.baskets-product-page .pd-payment-card { border: 1px solid #e1e6e8; background: #fff; }

@media (min-width: 1024px) {
  .brand-theme.baskets-product-page .pd-gallery {
    position: sticky;
    top: 102px;
    align-self: start;
    max-height: calc(100vh - 118px);
  }
}

@media (max-width: 767px) {
  .baskets-collection-page .brand-collection-hero { box-shadow: 0 8px 24px rgba(38,54,75,.08); }
  .baskets-highlight-strip,
  .baskets-product-ribbon { margin-top: 12px; margin-bottom: 34px; }
  .brand-theme.baskets-collection-page .shop-card,
  .brand-theme.baskets-collection-page .shop-card:nth-child(3n+1),
  .brand-theme.baskets-collection-page .shop-card:nth-child(3n+2),
  .brand-theme.baskets-collection-page .shop-card:nth-child(3n) { box-shadow: none; }
  .brand-theme.baskets-collection-page .shop-media { border-radius: 12px; }
  .brand-theme.baskets-product-page { background: #fbfaf7; }
  .baskets-product-page .baskets-product-ribbon { margin-top: 0; margin-bottom: 12px; }
  .baskets-product-page .pd-main-aspect,
  .baskets-product-page .pd-info { box-shadow: 0 10px 28px rgba(38,54,75,.06); }
}

/* Baskets refinement v3 — full-bleed hero and richer soft colour field */
.brand-theme.baskets-collection-page,
.brand-theme.baskets-product-page {
  --brand-cream: #dfeaec;
  --brand-soft: #cfdee0;
  --background: #dfeaec;
  --secondary: #d7e2e3;
  --border: #bacacc;
  --section-alt: #d3e2e4;
  --trust-bg: #d3e2e4;
  background: #dfeaec;
}
.baskets-collection-page .site-shell,
.baskets-product-page .site-shell { background: rgba(246,239,228,.96); }
.baskets-collection-page .brand-collection-hero {
  width: 100%;
  max-width: none;
  min-height: 620px;
  margin: 0;
  padding-right: clamp(32px,5vw,78px);
  padding-left: clamp(32px,5vw,78px);
  border-radius: 0;
  box-shadow: none;
}
.baskets-collection-page .baskets-family-hero { border-radius: 0; }
.baskets-collection-page .brand-hero-price { right: clamp(24px,4vw,60px); }
.baskets-highlight-strip,
.baskets-product-ribbon {
  border-color: #cfbd72;
  background: #efdc92;
  color: #34455a;
  box-shadow: none;
}
.baskets-collection-page .shop-kicker { background: #c5dadd; color: #34455a; }
.brand-theme.baskets-collection-page .shop-media {
  border-color: #bdcdcf;
  background: #d1ddde;
}
.brand-theme.baskets-collection-page .shop-cta,
.brand-theme.baskets-collection-page .shop-card:nth-child(even) .shop-cta {
  border-color: #b49f52 !important;
  background: #efdc92 !important;
  color: #26364b !important;
}
.brand-theme.baskets-collection-page .shop-cta:hover {
  border-color: #26364b !important;
  background: #26364b !important;
  color: #fff !important;
}
.brand-theme.baskets-product-page { background: #dfeaec; }
.baskets-product-page .pd-main-aspect {
  border-color: #b9c9cb;
  background: #d5e0e1;
}
.baskets-product-page .pd-info {
  border-color: #cbbfae;
  background: #f1e8da;
}
.baskets-product-page .pd-trust-strip,
.baskets-product-page .product-color-visualizer,
.baskets-product-page .pd-performance-facts,
.baskets-product-page .simple-purchase,
.baskets-product-page .bundle-builder {
  border-color: #c1d0d2;
  background: #d5e3e4;
}
.baskets-product-page .pd-payment-card { border-color: #d0c4b3; background: #eee5d8; }

@media (max-width: 767px) {
  .baskets-collection-page .brand-collection-hero {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0;
    box-shadow: none;
  }
  .baskets-collection-page .baskets-family-hero { border-radius: 0; }
  .brand-theme.baskets-product-page { background: #dfeaec; }
}

/* Baskets refinement v4 — restrained rose accents in the product grid */
.brand-theme.baskets-collection-page { background: #d7e4e6; }
.baskets-collection-page .shop-kicker { background: #edc9cd; color: #7d3e47; }
.baskets-collection-page .shop-title { font-weight: 800; }
.brand-theme.baskets-collection-page .shop-name { font-weight: 700; }
.brand-theme.baskets-collection-page .shop-media {
  border-color: #c3ced0;
  border-bottom-width: 3px;
  border-bottom-color: #dc7d84;
  background: #e1e8e9;
}
.brand-theme.baskets-collection-page .shop-card:nth-child(3n+2) .shop-media { border-bottom-color: #e5a6af; }
.brand-theme.baskets-collection-page .shop-card:nth-child(3n) .shop-media { border-bottom-color: #c95b64; }
.brand-theme.baskets-collection-page .shop-prices span:first-child { color: #b94b55; }
.brand-theme.baskets-collection-page .shop-cta,
.brand-theme.baskets-collection-page .shop-card:nth-child(even) .shop-cta {
  border-color: #d98a91 !important;
  background: #f1cdd1 !important;
  color: #5d3038 !important;
  font-weight: 700;
}
.brand-theme.baskets-collection-page .shop-cta:hover {
  border-color: #c5535d !important;
  background: #c5535d !important;
  color: #fff !important;
}
.brand-theme.baskets-collection-page .shop-sale-tag {
  background: #d9656d;
  color: #fff;
}

/* Baskets refinement v5 — soft transparent-pink pattern for page contrast */
.brand-theme.baskets-collection-page,
.brand-theme.baskets-product-page {
  --brand-cream: #eadde0;
  --background: #eadde0;
  --section-alt: #e5d5d9;
  background-color: #eadde0;
  background-image:
    radial-gradient(circle, rgba(190,76,97,.13) 0 1.5px, transparent 1.8px),
    linear-gradient(135deg, rgba(255,255,255,.28), rgba(223,124,140,.08));
  background-position: 0 0, 0 0;
  background-size: 28px 28px, 100% 100%;
}
.brand-theme.baskets-collection-page .shop-media {
  border-color: #d1b9be;
  background: #efe9e7;
}
.baskets-product-page .pd-main-aspect { background: #e8e1df; }
.baskets-product-page .pd-info { background: rgba(244,234,220,.95); }
.baskets-product-page .pd-trust-strip,
.baskets-product-page .product-color-visualizer,
.baskets-product-page .pd-performance-facts,
.baskets-product-page .simple-purchase,
.baskets-product-page .bundle-builder { background: rgba(231,216,218,.92); }

@media (prefers-reduced-motion: reduce) {
  .brand-theme *, .brand-theme *::before, .brand-theme *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
