/* BYOMA France — design fidèle byoma.com */
:root {
  --pink: #E31D93;
  --pink-dark: #B01575;
  --yellow: #FCF298;
  --yellow-bar: #FFF9C4;
  --pink-bg: #FFEEF7;
  --navy: #000F9F;
  --white: #fff;
  --font: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --announce-h: 30px;
  --header-h: 64px;
  --subnav-h: 42px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scrollbar-gutter: stable; }
body.byoma-body { margin: 0; font-family: var(--font); font-weight: 700; color: var(--pink); background: var(--pink-bg); line-height: 1.4; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.page-width { max-width: 1600px; margin: 0 auto; padding: 0 20px; }
.site-header-sticky { position: sticky; top: 0; z-index: 300; background: var(--yellow); }
.announcement-bar { background: var(--yellow); color: var(--pink); min-height: var(--announce-h); display: flex; align-items: center; justify-content: center; }
.announcement-msgs { position: relative; flex: 1; text-align: center; min-height: 20px; overflow: hidden; }
.announcement-msg { position: absolute; left: 0; right: 0; top: 0; margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; opacity: 0; visibility: hidden; transition: opacity .4s; pointer-events: none; }
.announcement-msg.active { opacity: 1; visibility: visible; position: relative; pointer-events: auto; }
.announcement-arrow { background: none; border: none; color: var(--pink); font-size: 18px; cursor: pointer; padding: 0 12px; }
.header-main { background: var(--pink); color: var(--yellow); }
.header-main-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: var(--header-h); gap: 12px; }
.header-left-links { display: flex; gap: 20px; padding-left: 20px; }
.header-left-links a { color: var(--yellow); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.header-left-links a:hover { text-decoration: underline; }
.header-logo { display: flex; justify-content: center; padding: 8px 0; }
.header-logo img { width: min(260px, 46vw); height: auto; }
.header-icons { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding-right: 16px; color: var(--yellow); min-width: 0; }
.header-flag { font-size: 11px; font-weight: 800; letter-spacing: .5px; flex-shrink: 0; }
.header-icons button, .header-icons a { background: none; border: none; color: var(--yellow); cursor: pointer; padding: 4px; display: flex; align-items: center; text-decoration: none; }
.menu-toggle { display: none; background: none; border: none; color: var(--yellow); cursor: pointer; padding: 8px; }
.cart-count { position: absolute; top: 0; right: 0; background: var(--yellow); color: var(--pink); font-size: 10px; font-weight: 700; min-width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.subnav { background: var(--yellow); }
.subnav-list { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; min-height: var(--subnav-h); align-items: center; }
.subnav-list > li { position: relative; }
.subnav-list a { display: block; padding: 11px 16px; text-decoration: none; color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.subnav-list a:hover { text-decoration: underline; text-decoration-thickness: 3px; }
.mega-panel { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 280px; background: var(--yellow); border: 1px solid rgba(227,29,147,.2); box-shadow: 0 8px 24px rgba(0,0,0,.08); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, visibility .2s; z-index: 100; }
.nav-has-dropdown:hover .mega-panel, .nav-has-dropdown:focus-within .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; }
.mega-panel-inner { display: flex; flex-direction: column; padding: 12px 0; }
.mega-panel-inner a { padding: 10px 20px; text-transform: none; font-size: 14px; }
.mega-panel-inner a:hover { background: var(--pink); color: var(--yellow); text-decoration: none; }
.responsive-banner { width: 100%; overflow: hidden; aspect-ratio: var(--banner-ar-desktop, 2560 / 1128); }
.banner-link { display: block; text-decoration: none; color: inherit; }
@media (hover: hover) {
  .banner-link:hover { opacity: .98; }
}
.banner-img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1000px) {
  .responsive-banner { aspect-ratio: var(--banner-ar-mobile, 581 / 1024); }
}
.home-collection { background: var(--pink-bg); padding: 32px 0 40px; }
.home-collection-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 16px; }
.home-section-title { margin: 0; font-size: clamp(1.5rem, 5vw, 3.5rem); font-weight: 900; letter-spacing: 2px; color: var(--pink); text-transform: uppercase; line-height: 1.05; }
.home-collection-scroll { overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.home-collection-scroll::-webkit-scrollbar { display: none; }
.home-product-grid { display: flex; flex-wrap: nowrap; gap: 12px; list-style: none; margin: 0; padding: 0 0 8px; align-items: stretch; }
.home-product-card { flex: 0 0 calc(50% - 6px); width: calc(50% - 6px); scroll-snap-align: start; display: flex; }
.home-card-inner { text-align: center; padding: 0 4px; display: flex; flex-direction: column; flex: 1; width: 100%; min-height: 100%; }
.home-card-media { display: block; margin-bottom: 10px; flex-shrink: 0; }
.home-card-media img { width: 100%; max-width: 100%; margin: 0 auto; aspect-ratio: 1; object-fit: contain; }
.home-card-body { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.home-card-title { margin: 0 0 6px; font-size: .72rem; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; line-height: 1.25; min-height: 2.75em; display: flex; align-items: flex-start; justify-content: center; }
.home-card-title a { color: var(--navy); text-decoration: none; }
.stars { display: inline-flex; align-items: center; gap: 2px; color: var(--pink); vertical-align: middle; }
.star-icon { display: block; }
.star-icon--empty { opacity: .35; }
.star-icon--half { position: relative; display: inline-block; width: 14px; height: 14px; flex-shrink: 0; }
.star-icon--half > .star-icon { position: absolute; inset: 0; }
.star-icon-half-fill { position: absolute; inset: 0; overflow: hidden; width: 50%; }
.home-card-rating { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 8px; margin: 0 auto 6px; width: fit-content; max-width: 100%; }
.home-card-reviews { margin: 0; font-size: 10px; font-weight: 700; color: var(--pink); flex-shrink: 0; text-align: left; line-height: 1.2; white-space: nowrap; }
.product-card__info .home-card-rating { margin-bottom: 8px; }
.home-card-price { margin: auto 0 10px; font-weight: 900; color: var(--pink); font-size: 14px; flex-shrink: 0; text-align: center; width: 100%; }
.home-price-compare { text-decoration: line-through; opacity: .55; margin-right: 6px; font-weight: 700; }
.home-card-cta { margin-top: auto; flex-shrink: 0; }
.home-carousel-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 8px 0 20px; }
.carousel-nav-btn { background: none; border: none; color: var(--pink); font-size: 22px; font-weight: 700; cursor: pointer; padding: 4px 8px; line-height: 1; }
.carousel-counter { font-size: 13px; font-weight: 800; color: var(--pink); letter-spacing: 1px; min-width: 48px; text-align: center; }
.home-view-all-bottom { display: flex; justify-content: center; margin-top: 4px; }
.btn-view-all-wide { min-width: min(100%, 420px); padding: 16px 32px; font-size: 13px; font-weight: 900; color: var(--yellow); letter-spacing: 1.5px; border-radius: 4px; }
.home-view-all-top { display: none; }
.btn-byoma { display: inline-flex; align-items: center; justify-content: center; background: var(--pink); color: var(--yellow); border: none; padding: 12px 16px; font-family: inherit; font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; cursor: pointer; text-decoration: none; border-radius: 4px; }
.btn-byoma:hover { background: var(--pink-dark); }
.btn-byoma--sm { padding: 10px 18px; font-size: 11px; }
.btn-byoma.btn-block { width: 100%; }
.home-product-card .btn-byoma { width: 100%; max-width: none; padding: 12px 8px; font-size: 9px; }
.home-welcome { background: var(--yellow); padding: 60px 0; text-align: center; }
.home-welcome-inner h2 { margin: 0 0 20px; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 900; letter-spacing: 2px; color: var(--pink); }
.home-welcome-inner p { max-width: 900px; margin: 0 auto 24px; font-size: clamp(.95rem, 2vw, 1.15rem); font-weight: 600; color: var(--pink); line-height: 1.55; padding: 0 8px; }
.home-dream-duo { background: var(--pink-bg); padding: 36px 0; }
.dream-duo-container { display: grid; grid-template-columns: 1fr 1fr; max-width: 1500px; margin: 0 auto; }
.dream-duo-left { background-size: contain; background-repeat: no-repeat; background-position: center; display: flex; align-items: center; padding: 40px; min-height: 400px; }
.dream-duo-text h2 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; letter-spacing: 3px; color: var(--pink); line-height: 1.1; }
.dream-duo-outline { font-size: clamp(1.25rem, 3.5vw, 3rem); font-weight: 900; letter-spacing: 2px; line-height: 1.1; -webkit-text-stroke: 2px var(--pink); color: transparent; margin: 0; }
.dream-duo-products { display: grid; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; align-items: stretch; }
.home-shop-by { padding: 0 20px 60px; }
.shop-by-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.shop-tile { display: block; padding-top: 100%; border-radius: 15px; background-size: cover; background-position: center; position: relative; text-decoration: none; transition: transform .2s; }
.shop-tile:hover { transform: translateY(-12px); }
.shop-tile span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--yellow); font-size: clamp(1.25rem, 3vw, 2.5rem); font-weight: 700; text-transform: uppercase; text-align: center; width: 90%; text-shadow: 0 1px 8px rgba(0,0,0,.25); }
.home-social { background: var(--yellow); padding: 40px 0 60px; text-align: center; }
.home-social-title { margin: 0 0 24px; font-size: clamp(1.35rem, 4vw, 2.5rem); font-weight: 900; letter-spacing: 2px; color: var(--yellow); -webkit-text-stroke: 1px rgba(227,29,147,.35); text-shadow: 0 0 1px var(--pink); }
.social-carousel-wrap { display: flex; align-items: center; gap: 8px; }
.social-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; flex: 1; padding: 8px 0; scrollbar-width: none; }
.social-carousel::-webkit-scrollbar { display: none; }
.social-slide { flex: 0 0 auto; width: 200px; position: relative; scroll-snap-align: start; border-radius: 12px; overflow: hidden; }
.social-slide img { width: 200px; height: 280px; object-fit: cover; }
.social-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background: var(--pink); color: var(--yellow); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,.2); padding: 0; }
.social-play .icon-play { margin-left: 3px; }
.social-arrow { background: var(--white); border: 1px solid #ddd; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 20px; flex-shrink: 0; }
.home-newsletter-block { padding: 40px 20px 60px; }
.home-newsletter { background: var(--pink); color: var(--yellow); text-align: center; padding: 48px 32px; max-width: 900px; margin: 0 auto; }
.home-newsletter h2 { margin: 0 0 12px; font-size: clamp(.95rem, 2.5vw, 1.35rem); font-weight: 900; letter-spacing: 1px; }
.home-newsletter p { margin: 0 0 20px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.home-newsletter-form { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.home-newsletter-form input { flex: 1; min-width: 200px; padding: 12px 16px; border: none; font-family: inherit; }
.home-newsletter-form .btn-byoma { background: var(--yellow); color: var(--pink); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 490; opacity: 0; pointer-events: none; transition: opacity .25s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; left: 0; width: 100%; max-width: 100%; height: 100%; background: var(--yellow); z-index: 500; transform: translateX(-105%); transition: transform .3s; overflow-y: auto; display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-topbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; min-height: 56px; }
.drawer-close { background: none; border: none; font-size: 32px; line-height: 1; cursor: pointer; color: var(--pink); padding: 4px 8px; }
.drawer-topbar-icons { display: flex; align-items: center; gap: 16px; color: var(--pink); }
.drawer-topbar-icons button { background: none; border: none; color: var(--pink); cursor: pointer; padding: 4px; display: flex; align-items: center; }
.drawer-nav { flex: 1; display: flex; flex-direction: column; padding: 8px 0 24px; }
.drawer-link { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; text-decoration: none; color: var(--pink); font-weight: 800; text-transform: uppercase; font-size: 15px; letter-spacing: .5px; border: none; background: none; width: 100%; text-align: left; font-family: inherit; }
.drawer-link--plain { border-bottom: 1px solid rgba(227,29,147,.08); }
.drawer-group { border-bottom: 1px solid rgba(227,29,147,.08); }
.drawer-group summary { list-style: none; }
.drawer-group summary::-webkit-details-marker { display: none; }
.drawer-group[open] > summary { background: rgba(227,29,147,.08); }
.drawer-group[open] .drawer-arrow { transform: rotate(90deg); }
.drawer-arrow { font-size: 18px; font-weight: 400; transition: transform .2s; }
.drawer-sub { display: flex; flex-direction: column; padding: 4px 0 12px; background: rgba(255,255,255,.25); }
.drawer-sub a { padding: 12px 24px 12px 36px; text-decoration: none; color: var(--pink); font-weight: 700; font-size: 13px; letter-spacing: .3px; }
.drawer-sub a:hover { background: rgba(227,29,147,.06); }
.drawer-bottom { padding: 24px 24px 40px; text-align: center; border-top: 1px solid rgba(227,29,147,.12); margin-top: auto; }
.drawer-login { display: inline-flex; align-items: center; gap: 8px; color: var(--pink); text-decoration: none; font-weight: 800; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.drawer-social { display: flex; justify-content: center; gap: 20px; }
.drawer-social a { color: var(--pink); text-decoration: none; font-weight: 800; font-size: 12px; letter-spacing: .5px; }
.search-modal { position: fixed; inset: 0; background: var(--pink-bg); z-index: 510; opacity: 0; pointer-events: none; transition: opacity .25s; }
.search-modal.open { opacity: 1; pointer-events: auto; }
.search-modal-inner { padding: 24px 20px; }
.search-top { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; }
.search-top input { flex: 1; border: none; border-bottom: 2px solid var(--pink); background: transparent; font-size: 20px; padding: 10px 0; outline: none; font-family: inherit; color: var(--pink); }
.search-top button { background: none; border: none; font-size: 28px; cursor: pointer; color: var(--pink); }
.search-result { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(227,29,147,.15); text-decoration: none; color: var(--pink); align-items: center; }
.search-result img { width: 56px; height: 56px; object-fit: cover; }
.search-empty { margin: 16px 0 0; font-size: 13px; font-weight: 600; color: rgba(227,29,147,.75); line-height: 1.5; }
.cart-drawer { position: fixed; top: 0; right: 0; width: min(440px, 100vw); max-width: 100vw; height: 100%; background: var(--white); z-index: 500; transform: translateX(105%); transition: transform .3s; overflow: hidden; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-layout { display: flex; flex: 1; flex-direction: column; min-height: 0; width: 100%; }
.cart-main { flex: 1; display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid rgba(227,29,147,.1); }
.cart-header h2 { margin: 0; font-size: 15px; font-weight: 900; letter-spacing: 1.2px; color: var(--pink); text-transform: uppercase; }
.cart-header button { background: none; border: none; font-size: 24px; cursor: pointer; color: var(--pink); line-height: 1; }
.cart-rewards { padding: 8px 16px 10px; background: var(--pink-bg); border-bottom: 1px solid rgba(227,29,147,.1); flex-shrink: 0; }
.cart-perks { display: flex; flex-direction: column; gap: 6px; }
.cart-perk { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; }
.cart-perk + .cart-perk { border-top: 1px solid rgba(0,15,159,.06); padding-top: 8px; }
.cart-perk-icon { flex-shrink: 0; margin-top: 1px; color: rgba(0,15,159,.45); }
.cart-perk.is-unlocked .cart-perk-icon { color: rgba(227,29,147,.55); }
.cart-perk-main { flex: 1; min-width: 0; }
.cart-perk-row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 2px; }
.cart-perk-label { font-size: 9px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; color: rgba(0,15,159,.72); }
.cart-perk-meta { font-size: 9px; font-weight: 700; color: rgba(0,15,159,.38); white-space: nowrap; }
.cart-perk.is-unlocked .cart-perk-meta { color: rgba(227,29,147,.55); }
.cart-perk-status { margin: 0 0 5px; font-size: 10px; font-weight: 600; color: rgba(0,15,159,.5); line-height: 1.25; }
.cart-perk.is-unlocked .cart-perk-status { color: rgba(227,29,147,.72); }
.cart-perk-track { height: 3px; border-radius: 999px; background: rgba(0,15,159,.08); overflow: hidden; }
.cart-perk-fill { display: block; height: 100%; border-radius: inherit; background: rgba(0,15,159,.28); transition: width .35s ease; }
.cart-perk.is-unlocked .cart-perk-fill { background: rgba(227,29,147,.45); }
.cart-items-wrap { flex: 1; overflow-y: auto; min-height: 0; background: var(--white); }
.cart-items { list-style: none; margin: 0; padding: 0; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; padding: 16px 20px; border-bottom: 1px solid rgba(227,29,147,.08); align-items: start; }
.cart-item img { width: 72px; height: 72px; object-fit: cover; flex-shrink: 0; }
.cart-item__info { min-width: 0; }
.cart-item__title { font-weight: 800; font-size: 12px; margin: 0 0 6px; color: var(--navy); text-transform: uppercase; line-height: 1.3; letter-spacing: .3px; }
.cart-item__price { font-size: 14px; font-weight: 900; color: var(--pink); margin: 0 0 10px; }
.cart-item__qty { display: inline-flex; align-items: center; gap: 0; border: 1.5px solid rgba(227,29,147,.22); border-radius: 3px; overflow: hidden; }
.cart-item__qty button { width: 26px; height: 26px; border: none; background: var(--pink-bg); color: var(--pink); cursor: pointer; font-size: 14px; font-weight: 800; line-height: 1; }
.cart-item__qty span { min-width: 26px; text-align: center; font-weight: 900; font-size: 12px; color: var(--pink); background: var(--white); padding: 0 2px; }
.cart-item__remove { background: none; border: none; color: rgba(227,29,147,.55); cursor: pointer; padding: 4px; margin-top: 2px; display: flex; align-items: center; justify-content: center; transition: color .15s; }
.cart-item__remove:hover { color: var(--pink); }
.cart-upsell { flex-shrink: 0; border-top: 1px dashed rgba(0,15,159,.1); padding: 10px 0 4px; background: transparent; }
.cart-upsell:empty { display: none; border: none; padding: 0; }
.cart-upsell h4 { margin: 0 0 8px; padding: 0 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: rgba(0,15,159,.45); }
.cart-upsell-rail { display: flex; flex-direction: column; gap: 6px; padding: 0 16px 8px; }
.cart-upsell-card { display: flex; flex-direction: row; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid rgba(0,15,159,.08); border-radius: 6px; background: rgba(255,255,255,.85); }
.cart-upsell-card img { width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.cart-upsell-card__body { flex: 1; min-width: 0; text-align: left; }
.cart-upsell-card__title { font-size: 9px; font-weight: 800; margin: 0 0 2px; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-transform: uppercase; color: var(--navy); }
.cart-upsell-card__price { font-size: 11px; font-weight: 800; margin: 0; color: rgba(227,29,147,.75); }
.cart-upsell-card__add { flex-shrink: 0; width: 28px; height: 28px; padding: 0; border: 1px solid rgba(227,29,147,.25); border-radius: 50%; background: #fff; color: var(--pink); font-size: 18px; font-weight: 700; line-height: 1; cursor: pointer; transition: background .15s, border-color .15s; }
.cart-upsell-card__add:hover { background: var(--pink-bg); border-color: rgba(227,29,147,.45); }
.cart-footer { flex-shrink: 0; padding: 16px 20px 18px; background: var(--pink-bg) !important; border-top: 1px solid rgba(227,29,147,.14); box-shadow: 0 -8px 24px rgba(227,29,147,.06); }
.cart-subtotal { display: flex; justify-content: space-between; font-weight: 900; font-size: 14px; margin-bottom: 8px; color: var(--pink); text-transform: uppercase; letter-spacing: .3px; }
.cart-discount { display: flex; justify-content: space-between; font-weight: 800; font-size: 13px; margin-bottom: 8px; color: #e85d04; text-transform: uppercase; letter-spacing: .3px; }
.cart-discount[hidden] { display: none !important; }
.cart-total { display: flex; justify-content: space-between; font-weight: 900; font-size: 16px; margin-bottom: 10px; color: var(--pink); text-transform: uppercase; letter-spacing: .3px; }
.cart-item__price s { opacity: .45; font-weight: 600; margin-right: 4px; }
.cart-note { font-size: 11px; font-weight: 600; color: rgba(227,29,147,.65); margin: 0 0 12px; }
.cart-footer .btn-byoma { font-size: 14px; letter-spacing: 1.4px; padding: 17px 20px; }
.cart-empty { padding: 32px 20px; text-align: center; color: #666; }
.site-footer { margin-top: 0; }
.footer-main { background: var(--pink); color: var(--yellow); padding: 28px 20px 36px; }
.footer-accordions { display: flex; flex-direction: column; }
.footer-accordion { border-bottom: 1px solid rgba(252,242,152,.45); }
.footer-accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: 13px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; color: var(--yellow); }
.footer-accordion summary::-webkit-details-marker { display: none; }
.footer-accordion[open] .footer-acc-icon { transform: rotate(45deg); }
.footer-acc-icon { font-size: 20px; font-weight: 400; transition: transform .2s; }
.footer-accordion ul { list-style: none; margin: 0; padding: 0 0 16px; }
.footer-accordion a { color: var(--yellow); text-decoration: underline; font-weight: 800; font-size: 13px; line-height: 2.2; letter-spacing: .5px; text-transform: uppercase; }
.footer-grid--desktop { display: none; }
.footer-newsletter-inline { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(252,242,152,.45); }
.footer-email-form { max-width: 420px; }
.footer-email-form p { font-size: 12px; font-weight: 900; color: var(--yellow); margin: 0 0 14px; text-transform: uppercase; line-height: 1.45; letter-spacing: .5px; }
.footer-email-row { display: flex; width: 100%; max-width: 420px; border: 2px solid var(--yellow); background: transparent; }
.footer-email-row input { flex: 1; border: none; padding: 12px 16px; background: transparent; font-family: inherit; font-weight: 600; color: var(--yellow); }
.footer-email-row input::placeholder { color: rgba(252,242,152,.7); }
.footer-email-row button { background: none; border: none; padding: 0 16px; font-size: 20px; cursor: pointer; color: var(--yellow); }
.footer-bottom-bar { background: var(--yellow); padding: 10px 16px 12px; border-top: 1px solid rgba(227,29,147,.06); }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 14px; text-align: center; }
.footer-legal-links { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 10px; }
.footer-legal-links a { color: rgba(227,29,147,.75); font-size: 9px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; text-decoration: none; }
.footer-legal-links a:hover { color: var(--pink); text-decoration: underline; }
.footer-copy, .footer-locale { margin: 0; font-size: 9px; font-weight: 700; color: rgba(227,29,147,.55); letter-spacing: .2px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; align-items: stretch; }
.product-card { position: relative; text-align: center; display: flex; flex-direction: column; height: 100%; }
.product-card__media { display: flex; align-items: center; justify-content: center; margin-bottom: 12px; flex-shrink: 0; background: #eef2f8; aspect-ratio: 1; padding: 16px; border-radius: 2px; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-card__info { flex: 1; display: flex; flex-direction: column; }
.product-card h3 { font-size: .72rem; margin: 0 0 6px; font-weight: 800; text-transform: uppercase; min-height: 2.75em; display: flex; align-items: flex-start; justify-content: center; line-height: 1.25; }
.product-card h3 a { color: var(--navy); text-decoration: none; }
.product-card__reviews { margin: 0; font-size: 10px; font-weight: 700; color: rgba(227,29,147,.85); text-align: left; line-height: 1.2; white-space: nowrap; }
.product-card__price { margin: auto 0 12px; font-weight: 900; color: var(--pink); font-size: 14px; text-align: center; width: 100%; }
.product-card .btn-byoma { margin-top: auto; width: 100%; }
.badge-new { position: absolute; top: 8px; left: 8px; background: #a8d8ea; padding: 4px 8px; font-size: 10px; font-weight: 800; z-index: 2; }
.badge { display: inline-block; margin-bottom: 8px; }
.badge.badge-new { position: static; background: #a8d8ea; color: var(--navy); padding: 4px 10px; font-size: 10px; font-weight: 900; letter-spacing: .5px; }

/* ——— Collection pages ——— */
.collection-page { background: var(--pink-bg); }
.collection-hero { background: var(--yellow); text-align: center; padding: 28px 16px 32px; }
.collection-hero-inner { max-width: 720px; }
.collection-hero h1 { margin: 0 0 12px; font-size: clamp(1.75rem, 5vw, 2.75rem); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); line-height: 1; }
.collection-hero p { margin: 0; font-size: clamp(.88rem, 2vw, 1rem); font-weight: 700; color: var(--pink); line-height: 1.5; max-width: 540px; margin-inline: auto; }
.collection-body { padding: 28px 0 40px; }
.collection-grid-title { margin: 0 0 16px; text-align: center; font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); }
.collection-toolbar { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(227,29,147,.12); }
.collection-count { font-size: 12px; font-weight: 800; color: var(--pink); text-transform: uppercase; letter-spacing: .3px; }

.collection-routine { background: var(--yellow); padding: 40px 0 48px; }
.collection-routine h2 { margin: 0 0 28px; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); text-align: center; }
.collection-routine-list { list-style: none; margin: 0; padding: 0; max-width: 640px; margin-inline: auto; display: flex; flex-direction: column; gap: 24px; }
.collection-routine-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.routine-num { font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 900; color: var(--pink); line-height: 1; }
.collection-routine-list p { margin: 0; font-size: clamp(.9rem, 2vw, 1rem); font-weight: 700; color: var(--pink); line-height: 1.55; }
.collection-routine-list strong { font-weight: 900; text-transform: capitalize; }
.collection-routine-list a { color: var(--pink); text-decoration: underline; text-underline-offset: 2px; }

.collection-why { background: var(--pink-bg); padding: 40px 0 48px; }
.collection-why-inner { max-width: 640px; margin-inline: auto; text-align: center; }
.collection-why h2 { margin: 0 0 16px; font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); }
.collection-why p { margin: 0; font-size: clamp(.9rem, 2vw, 1rem); font-weight: 700; color: var(--pink); line-height: 1.6; }
.btn-load-more { display: block; margin: 32px auto 0; min-width: 200px; }
.breadcrumb { font-size: 12px; padding: 16px 0 8px; color: rgba(227,29,147,.75); font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ——— Product page ——— */
.pdp { background: var(--pink-bg); padding-bottom: 40px; overflow-x: clip; }
.pdp .page-width { min-width: 0; }
.pdp-layout { display: grid; gap: 32px; padding: 8px 0 32px; min-width: 0; }
.pdp-gallery { display: flex; flex-direction: column; gap: 16px; min-width: 0; max-width: 100%; }
.pdp-main { background: #eef2f8; border-radius: 4px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; max-width: 100%; }
.pdp-main img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumbs-scroll { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch; width: 100%; max-width: 100%; }
.pdp-thumbs-scroll::-webkit-scrollbar { display: none; }
.pdp-thumbs { display: flex; flex-wrap: nowrap; gap: 8px; width: max-content; padding-bottom: 2px; }
.pdp-thumb { flex: 0 0 72px; width: 72px; height: 72px; border: 2px solid transparent; background: #eef2f8; padding: 0; cursor: pointer; overflow: hidden; border-radius: 2px; }
.pdp-thumb.active { border-color: var(--navy); }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-info { min-width: 0; max-width: 100%; }
.pdp-info h1 { margin: 0 0 10px; font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 900; letter-spacing: 1px; color: var(--pink); text-transform: uppercase; line-height: 1.1; }
.pdp-rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 14px; }
.pdp-review-link { font-size: 12px; font-weight: 700; color: var(--pink); text-decoration: underline; text-underline-offset: 2px; }
.pdp-benefit { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: var(--navy); }
.pdp-size { margin: 0 0 22px; font-size: 13px; font-weight: 600; color: rgba(0,15,159,.7); }
.pdp-buy-box { padding: 0; margin-bottom: 20px; display: flex; flex-direction: column; gap: 14px; }
.pdp-buy-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pdp-qty { display: grid; grid-template-columns: 36px 1fr 36px; align-items: stretch; border: 1.5px solid var(--pink); border-radius: 4px; overflow: hidden; background: var(--white); min-width: 108px; height: 40px; flex-shrink: 0; }
.pdp-qty-btn { border: none; background: var(--pink-bg); color: var(--pink); font-size: 17px; font-weight: 800; cursor: pointer; line-height: 1; padding: 0; transition: background .15s; }
.pdp-qty-btn:hover { background: rgba(227,29,147,.12); }
.pdp-qty-btn:active { background: rgba(227,29,147,.2); }
.pdp-qty #pdp-qty-value { display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; color: var(--pink); border-left: 1.5px solid rgba(227,29,147,.15); border-right: 1.5px solid rgba(227,29,147,.15); }
.pdp-price { font-size: 1.5rem; font-weight: 900; color: var(--pink); line-height: 1; }
.pdp-buy-box .btn-byoma { width: 100%; padding: 16px 20px; font-size: 12px; letter-spacing: 1px; }
.pdp-promo-box { background: var(--yellow); padding: 16px 20px; margin-bottom: 18px; display: flex; flex-direction: column; gap: 4px; border-radius: 2px; }
.pdp-promo-box strong { font-size: 13px; font-weight: 900; letter-spacing: .5px; color: var(--pink); text-transform: uppercase; line-height: 1.3; }
.pdp-promo-box span { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.pdp-perks { list-style: none; margin: 0 0 4px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pdp-perks li { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .3px; color: var(--pink); text-transform: uppercase; line-height: 1.3; }
.pdp-perk-icon { flex-shrink: 0; color: var(--pink); stroke: var(--pink); }
.pdp-accordions { border-top: 1px solid rgba(227,29,147,.15); margin-top: 22px; }
.pdp-accordion { border-bottom: 1px solid rgba(227,29,147,.15); }
.pdp-accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: 13px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; color: var(--pink); }
.pdp-acc-heading { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.pdp-acc-section-icon { flex-shrink: 0; color: rgba(227,29,147,.85); }
.pdp-accordion summary::-webkit-details-marker { display: none; }
.pdp-accordion[open] .pdp-acc-icon { transform: rotate(45deg); }
.pdp-acc-icon { font-size: 22px; font-weight: 400; transition: transform .2s; line-height: 1; }
.pdp-panel { padding: 0 0 20px; font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.55; }
.pdp-list { margin: 0; padding-left: 18px; }
.pdp-list li { margin-bottom: 8px; }
.inci-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.inci-table th, .inci-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid rgba(227,29,147,.1); font-weight: 600; }
.inci-table th { font-weight: 800; text-transform: uppercase; font-size: 11px; color: var(--pink); }

.pdp-howto { background: var(--yellow); }
.pdp-howto-texture { width: 100%; overflow: hidden; background: var(--yellow); line-height: 0; }
.pdp-howto-texture img { width: 100%; height: auto; max-height: min(52vh, 420px); object-fit: cover; object-position: center; display: block; }
.pdp-howto-video-preview { position: relative; min-height: min(52vh, 420px); background-size: cover; background-position: center; background-color: var(--pink); }
.pdp-howto-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; background: var(--pink); color: var(--yellow); border: 3px solid var(--yellow); border-radius: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 28px rgba(0,0,0,.2); padding: 0; transition: transform .15s; }
.pdp-howto-play:hover { transform: translate(-50%, -50%) scale(1.05); }
.pdp-howto-play .icon-play { margin-left: 4px; width: 22px; height: 24px; }
.pdp-howto-body { background: var(--yellow); padding: 0 0 40px; }
.pdp-howto-inner { max-width: 640px; margin-inline: auto; text-align: center; }
.pdp-howto-inner h2 { margin: 0 0 28px; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); }
.pdp-howto-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; text-align: left; }
.pdp-howto-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.pdp-howto-num { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 900; color: var(--pink); line-height: 1; }
.pdp-howto-steps p { margin: 0; font-size: clamp(.9rem, 2vw, 1rem); font-weight: 700; color: var(--pink); line-height: 1.55; padding-top: 2px; }
.pdp-howto-video-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; background: none; border: none; color: var(--pink); font-family: inherit; font-size: 12px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; cursor: pointer; padding: 8px 0; text-decoration: underline; text-underline-offset: 3px; }
.pdp-howto-video-link .icon-play { width: 18px; height: 18px; flex-shrink: 0; }
.pdp-howto-video-link:hover { opacity: .85; }

.pdp-faq { background: #eef2f8; padding: 40px 0 48px; }
.pdp-faq-inner { max-width: 640px; margin-inline: auto; }
.pdp-faq h2 { margin: 0 0 24px; text-align: center; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; letter-spacing: 1px; color: var(--navy); }
.pdp-faq-list { display: flex; flex-direction: column; gap: 8px; }
.pdp-faq-item { background: rgba(0, 15, 159, 0.06); border-radius: 2px; overflow: hidden; }
.pdp-faq-item summary { display: flex; align-items: flex-start; gap: 12px; padding: 18px 16px; cursor: pointer; list-style: none; color: var(--navy); font-weight: 800; font-size: clamp(.85rem, 2.2vw, .95rem); line-height: 1.45; }
.pdp-faq-item summary::-webkit-details-marker { display: none; }
.pdp-faq-icon { flex-shrink: 0; width: 22px; height: 22px; border: 1.5px solid var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; line-height: 1; margin-top: 1px; }
.pdp-faq-q { flex: 1; text-decoration: underline; text-underline-offset: 3px; }
.pdp-faq-chevron { flex-shrink: 0; width: 10px; height: 10px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); transition: transform .2s; margin-top: 5px; }
.pdp-faq-item[open] .pdp-faq-chevron { transform: rotate(-135deg); margin-top: 9px; }
.pdp-faq-a { padding: 0 16px 18px 50px; }
.pdp-faq-a p { margin: 0; font-size: clamp(.85rem, 2.2vw, .95rem); font-weight: 600; color: var(--navy); line-height: 1.55; }

.pdp-reviews-section { background: var(--pink-bg); padding: 48px 0 56px; }
.pdp-reviews-section h2 { margin: 0 0 32px; text-align: center; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 900; letter-spacing: 2px; color: var(--pink); }
.pdp-reviews-head { display: flex; justify-content: center; margin-bottom: 32px; }
.pdp-reviews-score-block { text-align: center; max-width: 320px; }
.pdp-reviews-big { display: block; font-size: 3rem; font-weight: 900; color: var(--pink); line-height: 1; margin-bottom: 8px; }
.pdp-reviews-score-block p { margin: 8px 0 16px; font-size: 13px; font-weight: 700; color: var(--pink); }
.review-bars { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; max-width: 220px; }
.review-bar-row { display: grid; grid-template-columns: 16px 1fr; gap: 8px; align-items: center; font-size: 12px; font-weight: 700; color: var(--pink); }
.review-bar { height: 8px; background: rgba(227,29,147,.15); border-radius: 4px; overflow: hidden; }
.review-bar span { display: block; height: 100%; background: var(--pink); border-radius: 4px; }
.btn-review-write { background: var(--pink); color: var(--yellow); padding: 12px 24px; font-size: 11px; }
.pdp-review-item.is-collapsed { display: none; }
.pdp-reviews-load-wrap { display: flex; justify-content: center; margin-top: 8px; }
.pdp-reviews-load-more { background: var(--pink); color: var(--yellow); padding: 14px 32px; font-size: 11px; letter-spacing: 1px; }
.pdp-helpful-btn { background: var(--white); border: 1px solid rgba(227,29,147,.35); color: var(--pink); cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 6px 14px; font-family: inherit; letter-spacing: .3px; }
.pdp-helpful-btn:hover { background: var(--pink-bg); }
.pdp-review-helpful { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 12px; font-weight: 600; color: rgba(227,29,147,.85); }
.pdp-reviews-list { list-style: none; margin: 0; padding: 0; }
.pdp-review-item { padding: 24px 0; border-top: 1px solid rgba(227,29,147,.12); }
.pdp-review-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 10px; }
.pdp-review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--pink); color: var(--yellow); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; }
.pdp-verified { display: block; font-size: 11px; font-weight: 700; color: rgba(227,29,147,.7); }
.pdp-review-item time { font-size: 12px; font-weight: 600; color: rgba(227,29,147,.6); }
.pdp-review-item h3 { margin: 8px 0 6px; font-size: 14px; font-weight: 900; color: var(--pink); text-transform: uppercase; }
.pdp-review-item p { margin: 0 0 12px; font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.5; }
.btn-lg { padding: 14px 28px; font-size: 12px; }

.video-modal { position: fixed; inset: 0; z-index: 520; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
.video-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.video-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.video-modal-dialog { position: relative; width: min(960px, 100%); background: #000; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.video-modal-close { position: absolute; top: 8px; right: 8px; z-index: 2; width: 40px; height: 40px; border: none; background: rgba(0,0,0,.55); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; border-radius: 50%; }
.video-modal-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.pdp-related { background: var(--pink-bg); padding: 40px 0 56px; }
.pdp-related h2 { margin: 0 0 28px; font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 900; letter-spacing: 1.5px; color: var(--pink); text-align: center; }
.pdp-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; list-style: none; margin: 0; padding: 0; align-items: stretch; }
.pdp-related-grid .home-product-card { width: 100%; flex: none; }

.sticky-atc { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 2px solid rgba(227,29,147,.15); padding: 12px 20px; display: flex; align-items: center; gap: 12px; z-index: 200; box-shadow: 0 -4px 20px rgba(0,0,0,.06); }
.sticky-atc[hidden] { display: none !important; }
.sticky-atc__title { flex: 1; font-size: 12px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--navy); text-transform: uppercase; }
.sticky-atc__price { font-size: 15px; font-weight: 900; color: var(--pink); }
.sticky-atc .btn-byoma { flex-shrink: 0; padding: 12px 20px; font-size: 11px; }
.rich-hero { background: var(--yellow); padding: 48px 20px; text-align: center; }
@media (max-width: 989px) {
  :root { --header-h: 50px; }
  .header-main-inner { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: var(--header-h); padding: 0 4px; }
  .menu-toggle { display: flex; flex-shrink: 0; z-index: 2; }
  .header-left-links, .subnav { display: none; }
  .header-logo { position: absolute; left: 50%; transform: translateX(-50%); padding: 4px 0; z-index: 1; pointer-events: none; }
  .header-logo img { width: min(148px, 38vw); pointer-events: auto; }
  .header-icons { gap: 8px; padding-right: 6px; z-index: 2; }
  .header-flag { display: none; }
  .dream-duo-container { grid-template-columns: 1fr; }
  .dream-duo-left { min-height: 240px; padding: 24px; }
  .dream-duo-products { grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 12px 24px; align-items: stretch; }
  .dream-duo-products .home-product-card { flex: 0 0 auto; width: 100%; }
  .shop-by-grid { grid-template-columns: repeat(2, 1fr); }
  .page-width { padding: 0 16px; }
  .social-slide { width: 160px; }
  .social-slide img { width: 160px; height: 240px; }
  .pdp-howto-inner { padding: 28px 20px 0; }
  .pdp-howto-texture img { max-height: min(44vh, 320px); }
  .pdp-reviews-head { justify-content: center; }
  .pdp-buy-meta { flex-direction: row; align-items: center; }
  .pdp-perks { gap: 10px; }
  .pdp-thumb { flex: 0 0 64px; width: 64px; height: 64px; }
  .pdp-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 990px) {
  .home-view-all-top { display: inline-flex; }
  .home-view-all-bottom, .home-carousel-nav { display: none; }
  .home-product-card { flex: 0 0 min(22rem, 24vw); width: min(22rem, 24vw); }
  .home-product-card .btn-byoma { max-width: 280px; font-size: 11px; padding: 14px 20px; }
  .home-card-title { font-size: .95rem; }
  .footer-accordions { display: none; }
  .footer-grid--desktop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .footer-col h3 { margin: 0 0 16px; font-size: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
  .footer-col ul { list-style: none; margin: 0; padding: 0; }
  .footer-col a { color: var(--yellow); text-decoration: underline; font-weight: 800; font-size: 13px; line-height: 2; letter-spacing: .5px; text-transform: uppercase; }
  .cart-drawer { width: min(480px, 100vw); }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .pdp-related-grid { grid-template-columns: repeat(4, 1fr); }
  .pdp-layout { grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: start; }
  .pdp-layout > * { min-width: 0; }
  .pdp-thumb { flex: 0 0 80px; width: 80px; height: 80px; }
}
@media (min-width: 750px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid .product-card h3 { justify-content: flex-start; }
}

/* ——— Skin Analysis Quiz ——— */
.skin-quiz-page { background: var(--pink-bg); }
.skin-quiz-hero { background: var(--pink); color: var(--yellow); padding: 48px 0 40px; text-align: center; }
.skin-quiz-kicker { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; opacity: .9; }
.skin-quiz-hero h1 { margin: 0 0 16px; font-size: clamp(2rem, 6vw, 3rem); font-weight: 900; letter-spacing: 2px; }
.skin-quiz-intro { margin: 0 auto; max-width: 520px; font-size: 15px; font-weight: 700; line-height: 1.55; opacity: .95; }
.skin-quiz-main { padding: 32px 0 56px; }
.skin-quiz-shell { max-width: 640px; margin-inline: auto; }
.skin-quiz-progress { height: 6px; background: rgba(227,29,147,.15); border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.skin-quiz-progress-bar { display: block; height: 100%; width: 0; background: var(--pink); border-radius: 999px; transition: width .35s ease; }
.skin-quiz-step { margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .5px; color: rgba(227,29,147,.75); text-transform: uppercase; }
.skin-quiz-question h2 { margin: 0 0 24px; font-size: clamp(1.25rem, 4vw, 1.75rem); font-weight: 900; line-height: 1.3; text-align: center; color: var(--pink); }
.skin-quiz-options { display: flex; flex-direction: column; gap: 10px; }
.skin-quiz-option { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; width: 100%; padding: 16px 18px; border: 2px solid rgba(227,29,147,.2); background: var(--white); color: var(--pink); font-family: inherit; cursor: pointer; text-align: left; transition: border-color .15s, background .15s, transform .1s; }
.skin-quiz-option:hover { border-color: var(--pink); background: var(--yellow); transform: translateY(-1px); }
.skin-quiz-option-label { font-size: 14px; font-weight: 900; letter-spacing: .3px; }
.skin-quiz-option-sub { font-size: 12px; font-weight: 600; opacity: .8; line-height: 1.4; }
.skin-quiz-back { margin-top: 20px; background: none; border: none; color: var(--pink); font-family: inherit; font-size: 13px; font-weight: 800; cursor: pointer; text-decoration: underline; padding: 0; }
.skin-quiz-result-inner { text-align: center; padding-top: 8px; }
.skin-quiz-result-kicker { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 1px; color: rgba(227,29,147,.7); }
.skin-quiz-result h2 { margin: 0 0 8px; font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 900; letter-spacing: 1.5px; color: var(--pink); }
.skin-quiz-result-tagline { margin: 0 0 16px; font-size: 14px; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .5px; }
.skin-quiz-result-desc { margin: 0 auto 24px; max-width: 520px; font-size: 14px; font-weight: 600; line-height: 1.55; color: var(--navy); }
.skin-quiz-result-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 32px; }
.btn-byoma--outline { background: transparent; color: var(--pink); border: 2px solid var(--pink); }
.skin-quiz-result-products-title { margin: 0 0 20px; font-size: 14px; font-weight: 900; letter-spacing: 1px; color: var(--pink); }
.skin-quiz-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; list-style: none; margin: 0; padding: 0; text-align: left; }
.skin-quiz-result-grid .home-product-card { width: 100%; flex: none; }

/* ——— Editorial pages (About, Contact, Legal, BYOLOGY) ——— */
.editorial-page { overflow: hidden; }
.editorial-hero { padding: 48px 20px 40px; text-align: left; }
.editorial-hero--yellow { background: var(--yellow); color: var(--pink); }
.editorial-hero-inner { max-width: 1200px; margin-inline: auto; }
.editorial-kicker { margin: 0 0 8px; font-size: 1rem; font-weight: 700; letter-spacing: .5px; }
.editorial-hero h1 { margin: 0 0 24px; font-size: clamp(2.5rem, 8vw, 6.25rem); font-weight: 900; text-transform: uppercase; line-height: .95; letter-spacing: 1px; }
.editorial-tabs { display: flex; flex-wrap: wrap; gap: 12px; }
.editorial-tab { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid var(--pink); background: var(--yellow); color: var(--pink); font-family: inherit; font-size: 12px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; text-decoration: none; transition: background .15s, color .15s; }
.editorial-tab:hover, .editorial-tab.is-active { background: var(--pink); color: var(--yellow); }
.editorial-content { background: var(--pink-bg); padding: 48px 0 64px; }
.editorial-prose { max-width: 920px; margin-inline: auto; color: var(--pink); font-size: 15px; font-weight: 600; line-height: 1.65; }
.editorial-prose h1, .editorial-prose h2, .editorial-prose h3 { font-weight: 900; letter-spacing: .5px; text-transform: uppercase; margin: 32px 0 16px; line-height: 1.2; }
.editorial-prose h1:first-child, .editorial-prose h2:first-child { margin-top: 0; }
.editorial-prose p { margin: 0 0 16px; }
.editorial-prose ul { margin: 0 0 20px; padding-left: 1.25rem; }
.editorial-prose a { color: inherit; font-weight: 800; }
.editorial-prose strong { font-weight: 900; }
.editorial-hr { border: none; border-top: 2px solid rgba(227,29,147,.25); margin: 24px 0; }
.editorial-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 13px; font-weight: 700; }
.editorial-table th, .editorial-table td { padding: 12px 10px; border: 1px solid rgba(227,29,147,.2); text-align: center; vertical-align: middle; }
.editorial-table th { text-transform: uppercase; font-size: 11px; letter-spacing: .5px; }
.editorial-band { padding: 56px 20px; text-align: center; background: var(--pink-bg); color: var(--pink); }
.editorial-band--yellow { background: var(--yellow); }
.editorial-band--blue { background: #7ec8e3; color: var(--white); }
.editorial-band-inner { max-width: 920px; margin-inline: auto; }
.editorial-band p { margin: 0 0 20px; font-size: clamp(1.1rem, 3vw, 2rem); font-weight: 700; line-height: 1.35; }
.editorial-band--about-intro { padding-top: 72px; padding-bottom: 72px; }
.editorial-band p:last-child { margin-bottom: 0; }
.editorial-page-title { margin: 0 0 24px; font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; text-align: center; color: var(--pink); }
.editorial-page-title--inline { text-align: left; margin-bottom: 12px; }
.editorial-lead { margin: 0 0 24px; font-size: 1rem; font-weight: 700; opacity: .85; }
.editorial-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--pink-bg); color: var(--pink); }
.editorial-split--yellow { background: var(--yellow); }
.editorial-split--blue { background: #7ec8e3; color: var(--white); }
.editorial-split--reverse { direction: rtl; }
.editorial-split--reverse > * { direction: ltr; }
.editorial-split-media { min-height: 280px; }
.editorial-split-media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }
.editorial-split-text, .editorial-split-quote { display: flex; flex-direction: column; justify-content: center; padding: 32px 40px; }
.editorial-statement { margin: 0; font-size: clamp(1.25rem, 3.5vw, 2.5rem); font-weight: 700; line-height: 1.22; text-align: left; }
.editorial-statement strong { font-size: clamp(1.5rem, 4vw, 3rem); font-weight: 900; }
.editorial-statement--compact { font-size: clamp(1rem, 2.5vw, 1.75rem); }
.editorial-statement--compact strong { font-size: clamp(1.1rem, 3vw, 2rem); }
.editorial-split--quote blockquote { margin: 0; }
.editorial-split--quote h2 { margin: 0 0 20px; font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 900; text-transform: none; letter-spacing: 0; }
.editorial-split--quote p { margin: 0 0 16px; font-size: clamp(.95rem, 2.2vw, 1.15rem); font-weight: 600; line-height: 1.6; text-align: left; }
.editorial-split--quote cite { display: block; margin-top: 16px; font-size: 12px; font-weight: 900; letter-spacing: .5px; font-style: normal; text-transform: uppercase; }
.editorial-video { background: var(--navy); }
.editorial-video-desktop, .editorial-video-mobile { position: relative; width: 100%; }
.editorial-video-desktop iframe, .editorial-video-mobile iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.editorial-video-mobile { display: none; }
.editorial-faq { padding: 32px 0 48px; background: var(--pink-bg); }
.editorial-faq--yellow { background: var(--yellow); }
.editorial-faq-heading { margin: 0 0 20px; font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 900; text-transform: uppercase; color: var(--pink); }
.editorial-faq-item { border-top: 2px solid rgba(227,29,147,.15); }
.editorial-faq-item:last-child { border-bottom: 2px solid rgba(227,29,147,.15); }
.editorial-faq-item summary { padding: 18px 36px 18px 0; font-size: 14px; font-weight: 900; text-transform: uppercase; cursor: pointer; list-style: none; position: relative; color: var(--pink); }
.editorial-faq-item summary::-webkit-details-marker { display: none; }
.editorial-faq-item summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.25rem; font-weight: 900; }
.editorial-faq-item[open] summary::after { content: '−'; }
.editorial-faq-answer { padding: 0 0 18px; font-size: 14px; font-weight: 600; line-height: 1.6; color: var(--navy); }
.editorial-faq-answer p { margin: 0 0 12px; }
.editorial-contact-intro { text-align: center; margin-bottom: 32px; }
.editorial-contact-intro p { font-size: 1.1rem; font-weight: 800; }
.editorial-contact-form { max-width: 560px; margin-inline: auto; display: flex; flex-direction: column; gap: 16px; }
.editorial-contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.editorial-contact-form input, .editorial-contact-form textarea { padding: 12px 14px; border: 2px solid rgba(227,29,147,.25); background: var(--white); font-family: inherit; font-size: 14px; font-weight: 600; color: var(--navy); }
.editorial-contact-form input:focus, .editorial-contact-form textarea:focus { outline: none; border-color: var(--pink); }
.editorial-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.editorial-contact-note { text-align: center; font-weight: 700; color: var(--pink); }
.byology-title-band { background: var(--pink); color: var(--yellow); padding: 64px 20px; text-align: center; }
.byology-title-band h1 { margin: 0; font-size: clamp(3rem, 10vw, 8rem); font-weight: 900; letter-spacing: 4px; line-height: .95; }
.byology-barrier-split { display: grid; grid-template-columns: 45% 1fr; background: var(--pink-bg); color: var(--pink); }
.byology-barrier-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 360px; }
.byology-barrier-split__text { padding: 32px 40px; align-self: center; text-align: center; }
.byology-barrier-split__text h2 { margin: 0 0 20px; font-size: clamp(2rem, 5vw, 4.25rem); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.byology-barrier-split__text p { margin: 0 0 24px; font-size: clamp(1rem, 2.5vw, 1.5rem); font-weight: 600; line-height: 1.35; }
.byology-barrier-split__text img { width: 100%; height: auto; display: block; }
.editorial-split--narrow-text { grid-template-columns: auto 45%; }
.byology-inci-split { display: grid; grid-template-columns: 40% 1fr; background: var(--yellow); color: #e85d04; }
.byology-inci-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 420px; }
.byology-inci-split__text { padding: 40px 48px; align-self: center; }
.byology-inci-split__text h2 { margin: 0 0 16px; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; text-transform: uppercase; text-align: center; color: #e85d04; }
.byology-inci-split__text h3 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 20px; font-size: 1rem; font-weight: 900; text-transform: uppercase; color: #e85d04; }
.byology-inci-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px dotted rgba(232,93,4,.35); font-style: normal; }
.byology-inci-row em { font-style: normal; font-size: 13px; font-weight: 700; line-height: 1.4; }
.byology-routine { background-size: cover; background-position: center; padding: 48px 20px 64px; min-height: 520px; position: relative; }
.byology-routine h2 { margin: 0 0 32px; text-align: center; font-size: clamp(3rem, 12vw, 9rem); font-weight: 900; letter-spacing: 2px; color: transparent; -webkit-text-stroke: 2px var(--yellow); line-height: .9; }
.byology-routine-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; text-align: left; }
.byology-step { flex: 1 1 140px; max-width: 200px; color: var(--yellow); line-height: 1.1; }
.byology-step h3 { margin: 0 0 8px; font-size: 1.25rem; font-weight: 900; }
.byology-step h4 { margin: 0 0 10px; font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 900; letter-spacing: 2px; }
.byology-step p { margin: 0 0 6px; font-size: 12px; font-weight: 700; }
.byology-circles { background: #fcdeed; padding: 48px 0 56px; text-align: center; color: var(--pink); }
.byology-circles h2 { margin: 0 0 40px; font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; }
.byology-circles-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.byology-circle { flex: 0 1 140px; }
.byology-circle-img { aspect-ratio: 1; border-radius: 50%; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.byology-circle-img span { position: relative; z-index: 1; font-size: 11px; font-weight: 900; letter-spacing: .5px; color: var(--yellow); text-transform: uppercase; text-align: center; padding: 8px; }
.byology-circle-img::after { content: ''; position: absolute; inset: 0; background: rgba(227,29,147,.35); }
.byology-circles-copy { max-width: 720px; margin-inline: auto; }
.byology-circles-copy p { margin: 0 0 16px; font-size: clamp(.9rem, 2.2vw, 1rem); font-weight: 700; line-height: 1.55; }
@media (max-width: 1000px) {
  .editorial-hero { text-align: center; padding: 40px 16px 32px; }
  .editorial-tabs { justify-content: center; }
  .editorial-split, .byology-barrier-split, .byology-inci-split, .editorial-split--narrow-text { display: block; }
  .editorial-split-media img, .byology-barrier-split__media img { min-height: 240px; max-height: 360px; }
  .editorial-split-text, .editorial-split-quote, .byology-barrier-split__text, .byology-inci-split__text { padding: 24px 20px; }
  .editorial-statement, .editorial-statement strong { text-align: center; }
  .editorial-video-desktop { display: none; }
  .editorial-video-mobile { display: block; }
  .editorial-contact-grid { grid-template-columns: 1fr; }
  .byology-routine { min-height: unset; background-image: url('https://byoma.com/cdn/shop/files/218cea20-a2ac-4268-a31f-c3fdfd1e1661.jpg?v=1737875216') !important; background-color: #5a8fa8; }
  .byology-routine h2 { font-size: 3rem; -webkit-text-stroke-width: 1px; }
  .byology-inci-row { grid-template-columns: 1fr; gap: 4px; text-align: center; }
  .byology-inci-split__text h3 { grid-template-columns: 1fr; text-align: center; }
}
@media (min-width: 1001px) {
  .byology-routine { background-attachment: scroll; }
}
.cart-item__remove svg { display: block; }

/* Cookie consent */
.cookie-consent { position: fixed; bottom: 12px; left: 12px; right: 12px; z-index: 600; max-width: 420px; margin: 0 auto; pointer-events: none; }
.cookie-consent-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(227, 29, 147, .12); border-radius: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, .06); pointer-events: auto; backdrop-filter: blur(6px); }
.cookie-consent-actions { display: flex; flex-shrink: 0; gap: 6px; margin-left: auto; }
.cookie-consent-btn--ghost { background: transparent; color: var(--pink); border: 1px solid rgba(227, 29, 147, .35); }
.cookie-consent-btn--ghost:hover { background: rgba(227, 29, 147, .06); }
.cookie-consent p { margin: 0; font-size: 11px; font-weight: 600; color: rgba(0, 15, 159, .85); line-height: 1.35; flex: 1; min-width: 0; }
.cookie-consent a { color: var(--pink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cookie-consent-btn { flex-shrink: 0; padding: 6px 14px; border: none; border-radius: 999px; background: var(--pink); color: var(--yellow); font-family: inherit; font-size: 10px; font-weight: 900; letter-spacing: .5px; cursor: pointer; text-transform: uppercase; }
.cookie-consent-btn:hover { opacity: .92; }
@media (min-width: 750px) {
  .cookie-consent { left: auto; right: 16px; bottom: 16px; margin: 0; }
}

/* ——— Shop by Offer ——— */
.offer-page { background: var(--pink-bg); }
.offer-hero { background: var(--pink); color: var(--yellow); padding: 56px 0 48px; text-align: center; }
.offer-hero-kicker { margin: 0 0 16px; font-size: 11px; font-weight: 800; letter-spacing: 2px; opacity: .9; }
.offer-hero h1 { margin: 0 0 20px; font-size: clamp(1.75rem, 5.5vw, 2.75rem); font-weight: 900; letter-spacing: 1.5px; color: var(--yellow); line-height: 1.15; }
.offer-hero-break { display: block; margin-top: 6px; }
.offer-hero-sub { margin: 0 0 10px; font-size: clamp(.95rem, 2.8vw, 1.15rem); font-weight: 800; color: var(--yellow); letter-spacing: .3px; line-height: 1.4; }
.offer-hero-note { margin: 0 auto; max-width: 420px; font-size: 12px; font-weight: 700; color: rgba(252,242,152,.88); line-height: 1.5; letter-spacing: .2px; }
.offer-step { padding: 40px 0; border-top: 2px solid rgba(227,29,147,.1); }
.offer-step h2 { margin: 0 0 16px; font-size: clamp(1.25rem, 3.5vw, 1.75rem); font-weight: 900; letter-spacing: 1.5px; color: var(--pink); text-align: center; }
.offer-step-intro { margin: 0 auto 12px; max-width: 640px; text-align: center; font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.55; }
.offer-step-tags { margin: 0 0 28px; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .5px; color: rgba(227,29,147,.75); text-transform: uppercase; }
.offer-step-exclude { margin: 0 0 24px; text-align: center; font-size: 12px; font-weight: 700; font-style: italic; color: rgba(227,29,147,.65); }
.offer-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; list-style: none; margin: 0; padding: 0; align-items: stretch; }
.offer-product-grid .home-product-card { width: 100%; flex: none; }
.offer-step--kits { background: rgba(252,242,152,.35); padding-bottom: 56px; }
@media (min-width: 768px) {
  .skin-quiz-result-grid { grid-template-columns: repeat(4, 1fr); }
  .offer-product-grid { grid-template-columns: repeat(4, 1fr); }
  .offer-product-grid .home-card-title { justify-content: flex-start; }
  .offer-product-grid .home-card-rating { margin-left: 0; margin-right: auto; }
}
