@font-face{font-family:"Mier Book";src:url("../fonts/Mier_B02-Book.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:"Mier Demi";src:url("../fonts/Mier_B02-Demi.woff2") format("woff2");font-display:swap;font-weight:600}
@font-face{font-family:"Mier Bold";src:url("../fonts/Mier_B02-Bold.woff2") format("woff2");font-display:swap;font-weight:700}
:root{--pink:#9f2089;--pink2:#c53ead;--ink:#1a202c;--muted:#666879;--line:#ececf2;--bg:#f6f7fb;--green:#038d63;--radius:18px;--shadow:0 10px 28px rgba(26,32,44,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;padding-bottom:72px}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.desktop-header,.desktop-hero,.desktop-filter,.site-footer{display:none}.mobile-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.mh-row{height:58px;display:flex;align-items:center;padding:0 12px;gap:10px}.icon-button{border:0;background:transparent;font-size:24px;width:34px}.mobile-brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.mobile-brand img{width:31px;height:31px;border-radius:9px;object-fit:contain}.mobile-brand strong{font-size:18px;color:#570d48}.mh-actions{display:flex;gap:16px;align-items:center}.mh-actions a{font-size:24px;position:relative}.cart-badge{position:absolute;top:-7px;right:-8px;background:#ed3843;color:#fff;border-radius:999px;font-size:10px;min-width:17px;height:17px;display:grid;place-items:center}.mobile-search{padding:0 12px 10px;display:flex}.mobile-search{position:relative}.mobile-search input{width:100%;height:42px;border:1px solid #dddde5;border-radius:9px;padding:0 14px 0 42px;font-size:13px;outline:none}.mobile-search button{position:absolute;left:17px;top:5px;height:32px;width:32px;border:0;background:transparent;font-size:22px;color:#999}.mobile-menu{position:fixed;inset:0;background:#0006;z-index:100;opacity:0;pointer-events:none;transition:.2s}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu-card{width:min(84vw,340px);height:100%;background:#fff;padding:18px;transform:translateX(-100%);transition:.2s;display:flex;flex-direction:column;gap:2px}.mobile-menu.open .mobile-menu-card{transform:none}.menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.menu-head strong{font-size:20px}.menu-close{border:0;background:#f3f3f7;border-radius:50%;width:36px;height:36px;font-size:22px}.mobile-menu-card a{padding:13px 10px;border-bottom:1px solid #f1f1f5;font-weight:600}.offer-strip{height:38px;background:#cff8ee;color:#087a5d;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.01em}.offer-strip span{display:none}.site-main{min-height:70vh}.location-strip{margin:0;padding:10px 13px;background:#fff;border-bottom:1px solid var(--line);display:flex;gap:8px;align-items:center;font-size:13px}.location-strip span{flex:1}.hero-slider{overflow:hidden;background:#f4f4f6}.slides{display:flex}.slide{display:none;width:100%;flex:0 0 100%}.slide.active{display:block}.slide img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.slider-dots{display:flex;justify-content:center;gap:5px;padding:8px}.slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ccc}.slider-dots button.active{width:20px;border-radius:9px;background:var(--pink)}.deal-head{background:#fff;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f2f2f6}.deal-head strong{font-size:15px}.deal-head span{font-size:12px;color:#e11900;font-weight:700}.products-section{background:#fff;padding:10px 8px 24px}.section-heading{padding:2px 4px 8px}.section-heading h2{font-size:21px;font-weight:500;margin:0}.section-heading p{font-size:12px;color:var(--muted);margin:4px 0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{display:block;border:1px solid #ededf1;background:#fff;border-radius:9px;overflow:hidden;min-width:0}.pc-image{position:relative;background:#f8f8f8;aspect-ratio:1/1.3;overflow:hidden}.pc-image>img{width:100%;height:100%;object-fit:cover}.heart{position:absolute;right:8px;top:8px;width:32px;height:32px;border:0;background:#fff;border-radius:50%;box-shadow:0 3px 14px #0002;font-size:19px}.heart.active,.js-wish.active{color:#ed3843}.pc-copy{padding:9px}.pc-copy h3{font-size:13px;line-height:1.35;font-weight:500;color:#555;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.pc-price strong{font-size:17px}.pc-price s{font-size:11px;color:#999}.pc-price b{font-size:11px;color:var(--green)}.offer-pill,.order-pill{display:block;width:max-content;max-width:100%;background:#e7f7f1;color:var(--green);font-size:9px;font-weight:700;border-radius:4px;padding:3px 5px;margin-top:6px}.pc-copy>p{font-size:11px;color:#555;margin:7px 0}.pc-trust{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.pc-trust span{font-size:9px;color:#666}.pc-trust .quality{background:var(--green);color:#fff;border-radius:10px;padding:3px 6px}.loading-row{height:48px;display:grid;place-items:center}.loading-row span{width:24px;height:24px;border:3px solid #eee;border-top-color:var(--pink);border-radius:50%;animation:spin .8s linear infinite;display:none}.loading-row.loading span{display:block}@keyframes spin{to{transform:rotate(360deg)}}.end-message{text-align:center;color:#777;font-size:12px;padding:15px}.bottom-nav{position:fixed;z-index:60;bottom:0;left:0;right:0;height:62px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:10px;color:#616173;gap:2px}.bottom-nav span{font-size:21px}.page-head{padding:22px 16px 14px;background:#fff}.page-head.compact{padding:18px 16px 10px}.page-head h1{font-size:24px;margin:5px 0}.page-head p{color:var(--muted);font-size:13px;margin:3px 0}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.14em;color:var(--pink);font-weight:800}.category-grid{padding:0 12px 22px;display:grid;grid-template-columns:1fr;gap:10px}.category-card{display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:12px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:15px}.cat-art{width:54px;height:54px;border-radius:13px;background:linear-gradient(135deg,#fde7f8,#eeeaff);display:grid;place-items:center;color:var(--pink);font-size:22px;font-weight:800}.category-card strong{display:block}.category-card small{display:block;color:var(--muted);margin-top:3px}.category-main .product-grid{padding:0 8px 20px}.category-layout{background:#fff}.pdp{background:#fff}.pdp-main-image{background:#f7f7f9}.pdp-main-image img{display:block;width:100%;aspect-ratio:1/1.18;object-fit:contain}.pdp-thumbs{display:flex;gap:6px;overflow-x:auto;padding:8px 10px}.pdp-thumbs button{border:2px solid transparent;border-radius:8px;background:#fff;padding:2px;flex:0 0 50px}.pdp-thumbs button.active{border-color:var(--pink)}.pdp-thumbs img{width:44px;height:52px;object-fit:cover;border-radius:6px}.pdp-info{border-top:8px solid var(--bg);padding:14px 16px}.pdp-title-row{display:flex;align-items:flex-start;gap:10px}.pdp-title-row h1{font-size:17px;font-weight:500;line-height:1.35;flex:1;margin:0}.pdp-title-row>div{display:flex;gap:6px}.pdp-title-row button{border:0;background:#f6f4f7;border-radius:8px;font-size:10px;padding:6px}.pdp-price{display:flex;gap:8px;align-items:baseline;margin-top:10px}.pdp-price strong{font-size:22px}.pdp-price s{font-size:13px;color:#999}.pdp-price b{font-size:13px;color:var(--green)}.special-offer{display:inline-block;background:#e7f7f1;color:var(--green);font-weight:700;font-size:11px;padding:5px 8px;border-radius:6px;margin-top:9px}.trust-inline{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.trust-inline span{font-size:10px;background:#f7f7fa;border-radius:12px;padding:6px 8px}.size-card,.pdp-details{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.size-title{font-size:17px;margin-bottom:10px}.size-chips{display:flex;gap:8px;flex-wrap:wrap}.size-chip{min-width:52px;height:38px;border:1px solid #aaa;border-radius:19px;background:#fff;font-weight:700}.size-chip.active{border-color:var(--pink);color:var(--pink);background:#fff3fc}.pdp-details h2{font-size:17px}.pdp-details p{font-size:13px;line-height:1.55;color:#525566;white-space:pre-line}.pdp-desktop-actions{display:none}.similar{padding:14px 8px 90px;border-top:8px solid var(--bg)}.mobile-action-bar{position:fixed;left:0;right:0;bottom:62px;z-index:55;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;padding:8px;gap:8px}.mobile-action-bar button{height:46px;border-radius:8px;font-weight:800}.mobile-action-bar button:first-child{border:1px solid var(--pink);color:var(--pink);background:#fff}.mobile-action-bar button:last-child{border:1px solid var(--pink);background:var(--pink);color:#fff}.buy-sheet{position:fixed;inset:0;background:#0007;z-index:120;display:none;align-items:flex-end}.buy-sheet.open{display:flex}.buy-sheet-card{width:100%;background:#fff;border-radius:22px 22px 0 0;padding:14px 14px calc(16px + env(safe-area-inset-bottom));max-height:86vh;overflow:auto}.sheet-head{display:flex;justify-content:space-between;align-items:center;font-size:18px;margin-bottom:14px}.sheet-head button{border:0;background:#f2f2f5;width:34px;height:34px;border-radius:50%;font-size:22px}.sheet-section{margin-bottom:16px}.sheet-section>label{font-weight:800;font-size:13px;display:block;margin-bottom:8px}.sheet-sizes{display:flex;gap:8px;flex-wrap:wrap}.sheet-sizes button{border:1px solid #aaa;background:#fff;border-radius:18px;padding:9px 16px}.sheet-sizes button.active{border-color:var(--pink);background:#fff2fc;color:var(--pink)}.return-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.return-option{border:1px solid #ddd;background:#fff;border-radius:13px;padding:10px;text-align:left;display:flex;flex-direction:column;gap:5px}.return-option.active{border:2px solid var(--pink);background:#fff8fe}.return-option b{color:var(--pink)}.return-option span{font-size:10px;line-height:1.35}.return-option small{color:var(--green);font-weight:700}.sheet-error{color:#b42318;font-size:12px}.sheet-confirm{width:100%;height:48px;border:0;border-radius:10px;background:var(--pink);color:#fff;font-weight:800}.checkout-shell{background:var(--bg);padding:12px 10px 90px}.checkout-main,.summary-card{background:#fff;border-radius:16px;border:1px solid var(--line);padding:12px}.cart-line{display:grid;grid-template-columns:74px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-line img{width:74px;height:92px;object-fit:cover;border-radius:9px}.cart-line h3{font-size:13px;margin:0 0 5px}.cart-line p{font-size:10px;color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border-radius:50%;border:1px solid #ddd;background:#fff}.line-price{text-align:right;display:flex;flex-direction:column;gap:5px}.line-price small{color:var(--green)}.line-price button{border:0;background:transparent;color:#b42318;font-size:10px}.summary-card{margin-top:10px}.summary-card h2{font-size:17px}.summary-card>div{display:flex;justify-content:space-between;padding:8px 0;font-size:13px}.summary-card .green{color:var(--green)}.summary-card .summary-total{border-top:1px dashed #bbb;font-size:16px;font-weight:800}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:10px;min-height:44px;padding:0 18px;font-weight:800;border:1px solid transparent}.btn.primary{background:var(--pink);color:#fff}.btn.secondary{background:#fff;border-color:var(--pink);color:var(--pink)}.btn.full{width:100%}.empty-state{padding:30px;text-align:center;color:var(--muted)}.secure-form{padding:0 16px 16px}.form-grid{display:grid;gap:12px}.secure-form label,.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.secure-form input,.secure-form textarea,.auth-card input{border:1px solid #d8d8e2;border-radius:10px;padding:12px;outline:none}.secure-form input:focus,.secure-form textarea:focus,.auth-card input:focus{border-color:var(--pink);box-shadow:0 0 0 3px #9f208922}.payment-card{padding:14px}.payment-brand{font-weight:800;background:#f0fbf7;color:#087a5d;padding:12px;border-radius:10px}.address-preview{padding:12px 0}.address-preview p{font-size:12px;color:var(--muted)}.security-note{font-size:11px;color:var(--muted);line-height:1.4}.status-card,.auth-card{max-width:520px;margin:35px auto;padding:24px 18px;text-align:center}.status-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:30px;font-weight:900}.status-icon.success{background:#e7f7f1;color:var(--green)}.status-icon.warn{background:#fff3e4;color:#a15c00}.auth-card{text-align:left}.auth-card form{display:grid;gap:13px}.alert{padding:10px 12px;border-radius:9px;margin:10px 0;font-size:12px}.alert.error{background:#fff0f0;color:#a00}.policy-list{padding:0 12px 30px}.policy-list a{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid var(--line)}.policy-page{max-width:850px;margin:auto;padding:0 15px 35px}.policy-content{line-height:1.65;color:#45495b}.policy-content h2{font-size:19px;color:var(--ink);margin-top:25px}.account-grid{padding:0 14px 20px;display:grid;gap:10px}.account-tile{padding:18px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;gap:4px}.account-tile span{font-size:12px;color:var(--muted)}.orders-list{padding:0 14px 30px}.orders-list article{display:flex;justify-content:space-between;padding:14px;border:1px solid var(--line);border-radius:12px;margin-bottom:8px}.orders-list small{display:block;color:var(--muted);margin-top:4px}.orders-list article>div:last-child{text-align:right}.order-status{display:block;font-size:10px;color:var(--green)}.toast{position:fixed;left:50%;bottom:85px;transform:translate(-50%,20px);opacity:0;background:#20242e;color:#fff;padding:10px 16px;border-radius:99px;z-index:200;font-size:12px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}

.address-list,.order-detail{padding:0 14px 28px}.address-card{border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:10px;display:flex;justify-content:space-between;gap:12px}.address-card p{font-size:12px;color:var(--muted);margin:6px 0}.address-actions{display:flex;flex-direction:column;align-items:flex-end;gap:7px;font-size:12px}.address-actions form{margin:0}.address-actions button{border:0;background:none;color:var(--pink);padding:0}.danger-text{color:#b42318!important}.mini-badge{font-size:9px;background:#e7f7f1;color:#087a5d;padding:3px 6px;border-radius:99px}.order-items article{display:flex;justify-content:space-between;padding:14px;border-bottom:1px solid var(--line)}.order-items small{display:block;color:var(--muted);margin-top:5px}.status-actions{display:flex;justify-content:center;gap:10px;margin-top:18px}.page-grid{padding:0 14px 30px}
.saved-checkout{padding:0 16px 14px}.saved-checkout-head{display:flex;justify-content:space-between;align-items:center;margin:2px 0 8px}.saved-checkout-head strong{font-size:14px}.saved-checkout-head span{font-size:11px;color:var(--muted)}.saved-checkout-grid{display:grid;gap:8px}.saved-checkout-card{width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px;display:flex;flex-direction:column;gap:4px;color:var(--ink)}.saved-checkout-card.active{border:2px solid var(--pink);background:#fff8fe}.saved-checkout-card b{font-size:13px}.saved-checkout-card span,.saved-checkout-card small{font-size:11px;line-height:1.4;color:var(--muted)}

/* ===== V2 MOBILE FIDELITY + POLISH ===== */
:root{--app-pink:#9f2089;--app-ink:#353543;--app-grey:#616173;--app-soft:#f8f8ff;--app-line:#eaeaf2;--app-green:#038d63}
html{-webkit-text-size-adjust:100%;background:#fff}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--app-ink);background:#fff;padding-bottom:64px;-webkit-font-smoothing:antialiased}
body.menu-open,body.sheet-open{overflow:hidden}
.icon{display:block;width:1em;height:1em;flex:0 0 auto}
button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.mobile-header{box-shadow:none;border-bottom:0}
.mh-row{min-height:52px;height:52px;padding:8px 10px;gap:8px;border-bottom:1px solid #f5f5f8}
.header-icon{width:36px;height:36px;padding:6px;border:0;background:transparent;color:#20222b;display:grid;place-items:center;position:relative;border-radius:50%}
.header-icon .icon{width:24px;height:24px}
.header-icon:active{background:#f6f6fa}
.mobile-brand{gap:7px;height:36px}
.mobile-brand img{width:30px;height:30px;border-radius:0;object-fit:contain;background:#fff}
.mobile-brand strong{font-size:17px;line-height:20px;color:#60014a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mh-actions{gap:3px}
.mh-actions .header-icon{width:36px;height:36px}
.cart-badge{top:0;right:-1px;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;background:#ef4056;border:2px solid #fff}
.mobile-search{padding:10px 14px 12px;background:#fff;position:relative}
.mobile-search input{height:56px;border:1.5px solid #d8c7e8;border-radius:18px;padding:0 14px 0 48px;font-size:16px;line-height:22px;color:#353543;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.035);transition:.18s}
.mobile-search input::placeholder{color:#7b7b8f;opacity:1;font-size:13px}
.mobile-search input:focus{border-color:var(--app-pink);box-shadow:0 0 0 3px rgba(159,32,137,.08);outline:0}
.mobile-search button{left:22px;top:22px;width:28px;height:28px;padding:4px;color:#adadc4;display:grid;place-items:center}
.mobile-search button .icon{width:20px;height:20px}
.offer-strip{min-height:38px;height:38px;background:#d1faf1;color:#087a5d;font-size:12px;font-weight:800;border:0}
.location-strip{min-height:42px;margin:0!important;padding:10px 12px!important;background:#fff!important;border:0!important;border-bottom:1px solid #f0f0f5!important;border-radius:0!important;color:#222;gap:9px;font-size:13px;font-weight:500}
.location-strip .location-icon{color:#ef4275;display:grid;place-items:center}
.location-strip .location-icon .icon{width:15px;height:15px}
.location-strip>svg{width:16px;height:16px;color:#616173}
.hero-slider{margin:0;background:#fff;border-radius:0!important;box-shadow:none!important;position:relative}
.slides{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#fff}
.slide{position:absolute;inset:0;display:block!important;opacity:0;visibility:hidden;transition:opacity .28s ease;width:100%;height:100%}
.slide.active{opacity:1;visibility:visible;z-index:1}
.slide img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;display:block}
.slider-dots{height:28px;padding:8px 0 10px;gap:5px;background:#fff;position:relative;z-index:2}
.slider-dots button{width:7px;height:7px;background:#d1d1d8;transition:.18s}
.slider-dots button.active{width:19px;background:var(--app-pink)}
.deal-head{min-height:42px;margin:0;padding:10px 12px;border-top:1px solid #f1f1f5;border-bottom:1px solid #f1f1f5;background:#fff}
.deal-head strong{font-size:15px;color:#20222a;display:flex;align-items:center;gap:5px}
.deal-head strong .icon{width:15px;height:15px;color:#ff7a19}
.deal-head span{font-size:12px;color:#e22515;font-variant-numeric:tabular-nums}
.products-section{padding:8px 0 26px;background:#fff}
.section-heading{padding:0 10px 9px;align-items:center}
.section-heading h2{font-size:20px;line-height:26px;font-weight:500;color:#111827}
.section-heading>a{font-size:12px;color:var(--app-pink);font-weight:700}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(206,206,222,.38);border-left:1px solid rgba(206,206,222,.38)}
.product-card{border:0;border-right:1px solid rgba(206,206,222,.38);border-bottom:1px solid rgba(206,206,222,.38);border-radius:0!important;box-shadow:none!important;background:#fff;overflow:hidden;min-width:0;transform:none!important}
.pc-image{height:auto;aspect-ratio:5/6;background:#fff;overflow:hidden;border-radius:0}
.pc-image>img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;padding:6px}
.heart{right:8px;top:8px;width:34px;height:34px;padding:7px;display:grid;place-items:center;color:#353543;background:rgba(255,255,255,.96);box-shadow:0 2px 10px rgba(0,0,0,.10);z-index:2}
.heart .icon{width:20px;height:20px}
.heart.active{color:#9f2089;background:#fff1fb}
.pc-copy{padding:7px 8px 10px;min-width:0}
.pc-copy h3{margin:0 0 6px;font-size:12px;line-height:16px;font-weight:500;color:#616173;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pc-price{gap:5px;min-height:22px}
.pc-price strong{font-size:16px;line-height:20px;color:#353543;font-weight:700}
.pc-price s{font-size:10px;color:#8f8fa4}
.pc-price b{font-size:10px;color:#038d63;font-weight:700}
.order-pill{font-size:9px;line-height:12px;margin-top:5px;padding:3px 5px;background:#e7f7f1;color:#038d63;border-radius:4px}
.delivery-copy,.pc-copy>p.delivery-copy{font-size:10px;line-height:12px;font-weight:600;color:#616173;margin:8px 0 7px}
.pc-trust{min-height:22px;gap:4px;justify-content:space-between;flex-wrap:nowrap}
.pc-trust span{font-size:8.5px}
.pc-trust .quality{display:inline-flex;align-items:center;gap:2px;border-radius:12px;padding:3px 5px;white-space:nowrap}
.pc-trust .quality .icon{width:9px;height:9px}
.pc-trust img{width:46px;max-width:42%;height:auto;object-fit:contain}
.loading-row{height:54px;border-top:1px solid #f0f0f4}.end-message{font-size:11px;color:#777;padding:18px 10px}
.bottom-nav{height:58px;min-height:58px;grid-template-columns:repeat(5,minmax(0,1fr));padding:4px 8px calc(4px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 16px rgba(34,34,34,.10);border-top:1px solid #eaeaf2}
.bottom-nav a{gap:1px;font-size:9.5px;line-height:12px;color:#616173;font-weight:500;min-width:0}
.bottom-nav a .icon{width:25px;height:25px}
.bottom-nav a.active{color:#9f2089;font-weight:700}
.bottom-nav a span{font-size:9.5px;line-height:12px;white-space:nowrap}
.mobile-menu-card{padding:14px 14px 20px;box-shadow:12px 0 50px #0002}.menu-brand{display:flex;align-items:center;gap:9px}.menu-brand img{width:34px;height:34px;object-fit:contain}.mobile-menu-card a{font-size:14px;color:#353543;padding:13px 8px}

/* Product detail closely follows the prior mobile proportions. */
.pdp{background:#f7f7fb}
.pdp-gallery{background:#fff;border:0;border-radius:0!important;overflow:hidden}
.pdp-main-image{background:#fff;min-height:420px;display:grid;place-items:center;overflow:hidden}
.pdp-main-image img{width:100%;height:auto;max-height:520px;aspect-ratio:4/5;object-fit:contain;object-position:center;background:#fff;padding:4px}
.pdp-gallery-dots{display:flex;justify-content:center;gap:5px;padding:7px 0 2px;background:#fff}.pdp-gallery-dots span{width:6px;height:6px;background:#d1d1dc;border-radius:50%}.pdp-gallery-dots span.active{width:18px;border-radius:6px;background:#9f2089}
.pdp-thumbs{padding:7px 10px 10px;background:#fff;scrollbar-width:none}.pdp-thumbs button{flex:0 0 48px;border-width:1.5px;border-color:#e3e3ea;border-radius:7px}.pdp-thumbs button.active{border-color:#9f2089}.pdp-thumbs img{width:42px;height:50px;object-fit:contain;background:#fff}
.pdp-info{padding:14px 12px 112px;border:0;border-top:8px solid #f3f3f8;border-radius:0!important;background:#fff}
.pdp-title-row{gap:8px}.pdp-title-row h1{font-size:15px;line-height:20px;color:#616173;font-weight:500;padding-top:4px}
.pdp-title-actions{display:flex!important;gap:4px!important}.pdp-icon-action{min-width:48px!important;padding:4px 3px!important;background:#fff!important;color:#353543!important;border-radius:0!important;display:flex!important;flex-direction:column;align-items:center;gap:2px;font-size:9px!important}.pdp-icon-action .icon{width:18px;height:18px}.pdp-icon-action.active{color:#9f2089!important}
.pdp-price{gap:7px;margin-top:9px}.pdp-price strong{font-size:21px;line-height:28px;color:#353543}.pdp-price s{font-size:12px}.pdp-price b{font-size:12px;color:#038d63}
.special-offer{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin-top:7px;background:#e7f7f1;color:#038d63;padding:5px 7px;border-radius:5px}.special-offer strong{font-size:10px}.special-offer span{font-size:9px;color:#356b5d}
.trust-inline{margin:10px 0 4px;display:flex;gap:5px}.trust-inline span{padding:5px 6px;border-radius:10px;background:#f8f8ff;font-size:9px;display:inline-flex;align-items:center;gap:3px}.trust-inline .icon{width:12px;height:12px}
.size-card,.pdp-details,.pdp-service-card{margin:10px -12px 0;padding:15px 12px 2px;border-top:8px solid #f3f3f8;background:#fff}
.size-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.size-title strong{font-size:17px;color:#353543}.size-title small{font-size:10px;color:#8a8a9b}
.size-chips{gap:8px}.size-chip{height:36px;min-width:50px;border:1px solid #8c8c9d;border-radius:18px;font-size:13px;background:#fff;color:#353543;padding:0 14px}.size-chip.active{border:2px solid #9f2089;background:#fff7fd;color:#9f2089}.size-inline-error,.sheet-error{font-size:11px;color:#b42318;margin:7px 0 0}
.pdp-details{padding-bottom:14px}.pdp-details h2,.pdp-service-card h2{font-size:17px;margin:0 0 10px}.pdp-details p{margin:0;color:#616173;font-size:12px;line-height:1.55;max-height:180px;overflow:auto}
.pdp-service-card{padding-bottom:14px}.pdp-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#edf2ff;border-radius:10px;overflow:hidden}.pdp-service-grid>span{min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 4px;border-right:1px solid #fff}.pdp-service-grid>span:last-child{border-right:0}.pdp-service-grid .icon{width:28px;height:28px;color:#426b74;margin-bottom:5px}.pdp-service-grid b{font-size:10px}.pdp-service-grid small{font-size:8px;color:#717181;margin-top:2px}
.similar{padding:12px 0 88px;background:#fff;border-top:8px solid #f3f3f8}.similar .section-heading{padding:0 10px 9px}.similar .section-heading h2{font-size:18px}.similar .product-grid{border-top:1px solid #eeeeF4}
.mobile-action-bar{bottom:58px;padding:7px 8px;gap:7px;background:#fff;border-top:1px solid #e9e9f0;box-shadow:0 -4px 16px rgba(0,0,0,.04)}.mobile-action-bar button{height:46px;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px}.mobile-action-bar button .icon{width:19px;height:19px}
.buy-sheet{backdrop-filter:blur(1px)}.buy-sheet-card{padding:8px 14px calc(15px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.sheet-grabber{width:42px;height:4px;border-radius:4px;background:#d8d8df;margin:2px auto 8px}.sheet-head{margin:0 0 13px;font-size:17px}.sheet-section>label{font-size:13px}.sheet-sizes button{font-size:13px;padding:8px 15px}.return-grid{gap:8px}.return-option{position:relative;min-height:135px;padding:10px 9px}.return-check{position:absolute;right:8px;top:8px;width:18px;height:18px;border:1px solid #d7d7df;border-radius:50%;display:grid;place-items:center;color:transparent}.return-check .icon{width:11px;height:11px}.return-option.active .return-check{color:#fff;background:#9f2089;border-color:#9f2089}.return-option b{font-size:11px;padding-right:20px}.return-option span:not(.return-check){font-size:9.5px;color:#616173}.return-option strong{font-size:20px;color:#353543}.sheet-confirm{height:46px;border-radius:8px}

/* Cart / checkout polish */
.checkout-shell{padding:8px 8px 82px;background:#f5f5fa}.checkout-main,.summary-card{padding:0;background:#fff;border:1px solid #ececf2;border-radius:10px;overflow:hidden}.checkout-main .page-head{border-bottom:1px solid #f1f1f5}.page-head,.page-head.compact{padding:15px 12px 10px;background:#fff}.page-head h1{font-size:21px;line-height:27px;margin:1px 0 3px}.page-head p{font-size:12px}.cart-line{grid-template-columns:78px minmax(0,1fr) auto;gap:9px;padding:12px 10px}.cart-line img{width:78px;height:96px;border-radius:6px;object-fit:contain;background:#fff}.cart-line h3{font-size:12px;line-height:16px;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-line p{font-size:9.5px;margin:5px 0 8px}.qty{gap:7px}.qty button{width:27px;height:27px;font-size:16px}.line-price strong{font-size:13px}.line-price button{font-size:10px;padding:6px 0}.summary-card{margin-top:8px;padding:12px}.summary-card h2{margin:2px 0 8px}.secure-form{padding:4px 12px 14px}.secure-form input,.secure-form textarea,.auth-card input{min-height:44px;border-radius:8px;padding:10px 11px}.secure-form textarea{min-height:82px;resize:vertical}.security-note,.payment-security-note{display:flex!important;justify-content:flex-start!important;gap:7px!important;align-items:flex-start;color:#616173!important;font-size:10px!important;line-height:1.45}.security-note .icon,.payment-security-note .icon{width:15px;height:15px;color:#038d63;margin-top:1px}.payment-card{padding:12px}.payment-brand{display:flex;align-items:center;gap:7px}.payment-brand .icon{width:18px;height:18px}.saved-checkout{padding:0 12px 12px}

/* Generic mobile pages */
.category-grid{padding:0 10px 24px}.category-card{border-radius:10px;padding:9px}.cat-art{border-radius:9px}.category-main .product-grid{padding:0}.category-main .page-head{padding-left:10px;padding-right:10px}.policy-list{padding:0 10px 24px}.policy-list a{padding:14px 10px}.account-grid,.orders-list,.address-list,.order-detail,.page-grid{padding-left:10px;padding-right:10px}.account-tile{border-radius:10px;padding:15px}.auth-card{margin:18px 10px 80px;padding:18px 14px;background:#fff;border:1px solid #ececf2;border-radius:12px}.status-card{margin:22px 10px 80px}.toast{bottom:76px;max-width:calc(100vw - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media(max-width:360px){.mobile-search{padding-left:10px;padding-right:10px}.pc-copy{padding-left:6px;padding-right:6px}.pc-trust img{display:none}.bottom-nav{padding-left:3px;padding-right:3px}.bottom-nav a span{font-size:8.5px}.pdp-main-image{min-height:360px}}

/* ===== V2.1 MICRO POLISH / ACCOUNT FIDELITY ===== */
.product-card{position:relative}.product-card-link{display:block;height:100%;color:inherit}.product-card-link:focus-visible{outline:2px solid #9f2089;outline-offset:-2px}.heart{position:absolute;border:0}.heart:focus-visible,.header-icon:focus-visible,.bottom-nav a:focus-visible,.btn:focus-visible,.size-chip:focus-visible{outline:2px solid #9f2089;outline-offset:2px}
body.menu-open{overflow:hidden}.header-icon{touch-action:manipulation}.mobile-search input{-webkit-appearance:none;appearance:none}.mobile-search input::-webkit-search-cancel-button{display:none}
.account-auth-wrap{padding:14px 10px 84px;background:#f7f7fb}.account-auth-visual{display:none}.account-auth-card{margin:0!important}.account-auth-card h2,.account-form-card h2{font-size:20px;margin:8px 0 4px}.form-intro{font-size:12px;color:#616173;line-height:1.5;margin:0 0 14px}.account-card-icon{width:44px;height:44px;border-radius:14px;background:#fff0fb;color:#9f2089;display:grid;place-items:center}.account-card-icon .icon{width:23px;height:23px}.auth-switch{text-align:center;font-size:12px;color:#616173;margin:15px 0 0}.auth-switch a{color:#9f2089;font-weight:700}.auth-card label{display:grid;gap:6px;color:#353543;font-size:12px;font-weight:650;margin:0 0 12px}.auth-card input,.auth-card textarea{width:100%;border:1px solid #d9d9e3;background:#fff;color:#20222a;outline:none}.auth-card input:focus,.auth-card textarea:focus{border-color:#9f2089;box-shadow:0 0 0 3px rgba(159,32,137,.08)}.auth-card textarea{min-height:90px;border-radius:8px;padding:10px 11px;resize:vertical}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.alert{padding:10px 11px;border-radius:8px;font-size:11px;line-height:1.4;margin:8px 0 12px}.alert.error{background:#fff1f1;color:#a52424;border:1px solid #ffd7d7}.alert.success{background:#edfdf5;color:#087a5d;border:1px solid #ccefe0}
.account-welcome{padding-bottom:14px}.account-grid-polished{display:grid;gap:8px}.account-grid-polished .account-tile{display:grid;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:10px;border:1px solid #ececf2;background:#fff;box-shadow:0 3px 12px rgba(20,25,38,.025)}.account-tile-icon,.list-icon{width:38px;height:38px;border-radius:12px;background:#f7effb;color:#9f2089;display:grid;place-items:center;flex:0 0 38px}.account-tile-icon .icon,.list-icon .icon{width:20px;height:20px}.account-grid-polished .account-tile>div{display:grid;gap:3px}.account-grid-polished .account-tile strong{font-size:13px;color:#353543}.account-grid-polished .account-tile span:not(.account-tile-icon){font-size:10px;color:#7d7d8e}.account-grid-polished .account-tile>b{font-size:22px;color:#a0a0ae;font-weight:400}.account-logout{padding:5px 10px 90px}.account-logout .btn{width:100%}
.polished-list{display:grid;gap:8px;padding-bottom:82px}.order-list-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;background:#fff;border:1px solid #ececf2;border-radius:10px}.order-list-copy{display:grid;gap:3px;min-width:0}.order-list-copy strong{font-size:12px;color:#353543;overflow:hidden;text-overflow:ellipsis}.order-list-copy small{font-size:9.5px;color:#8b8b99}.order-status{width:max-content;max-width:100%;font-size:9px;padding:3px 6px;border-radius:9px;background:#edf7f3;color:#087a5d}.order-list-total{display:grid;justify-items:end;gap:5px}.order-list-total b{font-size:13px}.order-list-total span{font-size:20px;color:#aaa}
.polished-empty{margin:10px 0;padding:34px 16px!important;display:flex!important;flex-direction:column;align-items:center;text-align:center;gap:8px;background:#fff;border:1px solid #ececf2;border-radius:12px}.polished-empty>span{width:48px;height:48px;border-radius:15px;background:#f7effb;color:#9f2089;display:grid;place-items:center}.polished-empty>span .icon{width:24px;height:24px}.polished-empty strong{font-size:14px}.polished-empty p{font-size:11px;color:#777;margin:0 0 4px}.polished-empty .btn{min-width:140px}
.page-head-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.page-head-actions .btn{white-space:nowrap;padding:10px 12px}.address-list{display:grid;gap:8px;padding-bottom:84px}.address-card{padding:12px;background:#fff;border:1px solid #ececf2;border-radius:10px}.address-card-main{display:flex;gap:10px;align-items:flex-start}.address-card-main>div{min-width:0}.address-card strong{font-size:12px}.address-card p{font-size:10.5px;line-height:1.5;color:#616173;margin:5px 0}.address-card small{font-size:10px;color:#777}.mini-badge{font-size:8px;color:#087a5d;background:#e8f7f1;padding:3px 5px;border-radius:7px;margin-left:4px}.address-actions{display:flex;align-items:center;gap:12px;margin-top:10px;padding-top:9px;border-top:1px solid #f0f0f4}.address-actions a,.address-actions button{border:0;background:none;padding:0;color:#9f2089;font-size:10px;font-weight:700;cursor:pointer}.address-actions .danger-text{color:#b42318}.address-actions form{margin:0}.address-form-card .btn{margin-top:2px}
.order-items article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border-bottom:1px solid #f0f0f4}.order-items article:last-child{border-bottom:0}.order-items article>div{display:grid;gap:3px}.order-items article strong{font-size:11px}.order-items article small{font-size:9.5px;color:#777}.order-items article>b{font-size:12px}.order-summary-card .order-address{display:block!important;border-top:1px solid #ececf2;margin-top:7px;padding-top:9px}.order-address span{display:block;font-size:10px;color:#777}.order-address p{font-size:10px;line-height:1.5;margin:5px 0 0;color:#4c4c59}
.policy-page{padding-bottom:82px}.policy-content{font-size:12px;line-height:1.7;color:#4c4f5f}.policy-content h2,.policy-content h3{color:#252733}.status-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
@media(max-width:359px){.form-grid.two{grid-template-columns:1fr}.page-head-actions{align-items:flex-start;flex-direction:column}.page-head-actions .btn{width:100%}}

/* ===== V2.2 FINAL MOBILE FIDELITY + MOTION SAFETY ===== */
.bottom-nav a{font-size:10.5px;line-height:12px}.bottom-nav a span{font-size:10.5px;line-height:12px}.bottom-nav a .icon{width:26px;height:26px}
@media(max-width:360px){.bottom-nav a span{font-size:9.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.slide,.mobile-menu,.mobile-menu-card,.product-card,.toast{transition:none!important}.loading-row span{animation:none!important}}

/* V2 final state polish */
.pay-error{margin:12px 0 0;padding:10px 12px;border:1px solid #ffd0d0;border-radius:10px;background:#fff4f4;color:#a01818;font-size:13px;font-weight:700;line-height:1.4}.empty-icon{width:58px;height:58px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#f8eef7;color:var(--brand,#9f2089)}.empty-icon svg{width:28px;height:28px}.btn:disabled,.action-btn:disabled,#pay-now:disabled{opacity:.58;cursor:not-allowed}.product-card-link:focus-visible,.bottom-nav a:focus-visible,.header-icon:focus-visible,.size-chip:focus-visible,.btn:focus-visible{outline:3px solid color-mix(in srgb,var(--brand,#9f2089) 25%,transparent);outline-offset:2px}


/* ===== V3 HOME MOBILE REFERENCE MATCH ===== */
@media(max-width:991px){
  html{background:#f0ebed}
  body{max-width:500px;margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(30,20,25,.025);padding-bottom:58px}
  .page-home .mobile-header{position:sticky;top:0;background:#fff;border:0;box-shadow:none}
  .page-home .mh-row{height:60px;min-height:60px;padding:9px 18px 7px 16px;border:0;gap:10px}
  .page-home .header-icon{width:31px;height:31px;padding:3px;border-radius:0;color:#2f3035}
  .page-home .header-icon .icon{width:25px;height:25px}
  .page-home .mobile-brand{height:auto;gap:0;align-items:center}
  .page-home .mobile-brand img{display:none}
  .page-home .mobile-brand strong{font-size:23px;line-height:28px;font-weight:750;color:#70155e;letter-spacing:-.02em;overflow:visible}
  .page-home .mh-actions{gap:10px}
  .page-home .mh-actions .header-icon{width:30px;height:30px;color:#c51b94}
  .page-home .mh-actions .header-icon:first-child{color:#ee3b4d}
  .page-home .cart-badge{top:-5px;right:-6px}
  .page-home .mobile-search{padding:3px 16px 11px;background:#fff}
  .page-home .mobile-search input{height:47px;border:1.25px solid #8d88a7;border-radius:13px;padding:0 14px 0 45px;font-size:13px;box-shadow:none;color:#353543}
  .page-home .mobile-search input::placeholder{font-size:12.5px;font-weight:600;color:#b1b0b6}
  .page-home .mobile-search button{left:24px;top:10px;width:28px;height:28px;padding:4px;color:#a9abc0}

  .home-sale-ticker{height:42px;overflow:hidden;background:#a80979;color:#fff;display:flex;align-items:center;white-space:nowrap;font-size:16px;font-weight:800;line-height:42px}
  .home-sale-track{display:inline-flex;align-items:center;gap:22px;min-width:max-content;padding-left:8px;animation:homeTicker 18s linear infinite}
  .home-sale-track b{font-size:10px;opacity:.85}
  @keyframes homeTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

  .page-home .desktop-hero{display:none!important}
  .page-home .home-location-strip{display:none!important}
  .page-home .home-hero-slider{margin:0;border-radius:0;background:#fff;box-shadow:none}
  .page-home .home-hero-slider .slides{aspect-ratio:4/3;background:#fff}
  .page-home .home-hero-slider .slide img{object-fit:cover;padding:0;background:#fff}
  .page-home .home-hero-slider .slider-dots{display:none}

  .home-assurance{height:66px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:#fff5e9;border-bottom:1px solid #f0e5d8;color:#7c0e62}
  .home-assurance>div{min-width:0;height:100%;display:flex;align-items:center;justify-content:center;gap:7px;padding:6px 7px;border-right:1px solid #eadccf}
  .home-assurance>div:last-child{border-right:0}
  .home-assurance .assurance-icon{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#9f2089;color:#fff;flex:0 0 29px}
  .home-assurance .assurance-icon .icon{width:16px;height:16px}
  .home-assurance>div>span:last-child{min-width:0;display:grid;gap:1px}
  .home-assurance b{font-size:10.5px;line-height:11.5px;font-weight:800;color:#8b0e68;white-space:normal}
  .home-assurance small{font-size:8.2px;line-height:10px;color:#8b0e68;white-space:normal}

  .page-home .home-deal-head{height:58px;min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-top:0;border-bottom:10px solid #f3f2f7;background:#fff}
  .page-home .home-deal-head strong{font-size:18px;line-height:22px;color:#4c4d58;font-weight:700}
  .page-home .deal-timer{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 7px;border:1px solid #ff684c;border-radius:5px;background:#fff8e8;color:#d3286a;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}
  .page-home .deal-clock{font-size:10px;color:#2f3035}

  .page-home .home-products{padding:0 0 24px;background:#fff}
  .page-home .home-products-heading{height:56px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid #efeff3;background:#fff}
  .page-home .home-products-heading h2{font-size:21px;line-height:26px;font-weight:500;color:#22242d;margin:0}
  .page-home .home-products-heading p{display:none}
  .home-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-left:1px solid #e5e5ea;border-top:1px solid #e5e5ea;background:#fff}
  .home-product-card{min-width:0;background:#fff;border-right:1px solid #dfe0e5;border-bottom:1px solid #dfe0e5;overflow:hidden}
  .home-product-link{display:block;color:inherit;height:100%}
  .home-pc-image{width:100%;aspect-ratio:1/1.13;background:#fff;overflow:hidden}
  .home-pc-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#fff}
  .home-pc-copy{padding:8px 6px 9px;min-width:0}
  .home-pc-copy h3{font-size:9.5px;line-height:13px;font-weight:500;color:#6d6c8b;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .home-pc-price{min-height:21px;display:flex;align-items:baseline;gap:4px;white-space:nowrap;overflow:hidden}
  .home-pc-price strong{font-size:15px;line-height:20px;color:#242631;font-weight:700}
  .home-pc-price s{font-size:9px;line-height:13px;color:#898a9b}
  .home-pc-price b{font-size:9.5px;line-height:13px;color:#3e4650;font-weight:500}
  .home-offer-pill{display:inline-flex;align-items:center;gap:4px;width:max-content;max-width:100%;margin-top:6px;padding:4px 7px;border-radius:11px;background:#dff7ef;color:#058963;font-size:8.5px;line-height:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .home-offer-pill .offer-coin{width:13px;height:13px;border-radius:50%;display:grid;place-items:center;background:#1ba679;color:#fff;font-size:8px;flex:0 0 13px}
  .home-delivery-pill{display:block;width:max-content;max-width:100%;margin-top:8px;padding:4px 7px;border-radius:11px;background:#fafaff;color:#66677b;font-size:8.5px;line-height:11px;font-weight:600}
  .home-card-foot{height:30px;margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:5px;overflow:hidden}
  .home-quality{display:inline-flex;align-items:center;gap:3px;height:22px;padding:0 6px;border-radius:12px;background:#058963;color:#fff;font-size:8.5px;line-height:10px;font-weight:700;white-space:nowrap}
  .home-quality>span{font-size:9px}
  .home-card-foot img{width:48px;max-width:38%;height:auto;object-fit:contain}
  .page-home .loading-row{height:46px;border-top:0}

  .page-home .bottom-nav{height:55px;min-height:55px;padding:3px 4px calc(3px + env(safe-area-inset-bottom));box-shadow:none;border-top:1px solid #dedee6;background:#fff}
  .page-home .bottom-nav a{gap:1px;font-size:10.5px;line-height:12px;color:#1f222b;font-weight:500}
  .page-home .bottom-nav a .icon{width:23px;height:23px;color:#646575}
  .page-home .bottom-nav a.active{color:#111;font-weight:500}
  .page-home .bottom-nav a.active .icon{color:#a80979}
  .page-home .bottom-nav a span{font-size:10.5px;line-height:12px;color:inherit}
}
@media(max-width:360px){
  .page-home .mobile-brand strong{font-size:21px}
  .home-sale-ticker{font-size:14px}
  .home-assurance b{font-size:9.5px}.home-assurance small{font-size:7.5px}
  .home-card-foot img{display:none}
}
@media(min-width:992px){.home-sale-ticker,.home-assurance{display:none!important}.home-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;border:0}.home-product-card{border:1px solid #e5e6ed;border-radius:17px;overflow:hidden;box-shadow:0 7px 22px rgba(20,25,38,.035)}.home-pc-image{aspect-ratio:1/1.16}.home-pc-copy{padding:11px 12px 13px}.home-pc-copy h3{font-size:13px}.home-pc-price strong{font-size:18px}.home-card-foot img{width:48px}}
@media(min-width:1320px){.home-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.home-sale-track{animation:none}}

/* ===== V4 HOME MOBILE PIXEL-MATCH PASS ===== */
@media(max-width:991px){
  .page-home .mobile-header{position:sticky;top:0;z-index:90;background:#fff;box-shadow:none;border:0}
  .page-home .mh-row{height:52px;min-height:52px;padding:7px 10px 5px;gap:0;align-items:center}
  .page-home .header-icon{width:42px;height:40px;padding:8px 9px;border:0;background:#fff;border-radius:0;display:grid;place-items:center}
  .page-home .home-ref-header-icon img{display:block;width:24px;height:25px;object-fit:contain}
  .page-home .mobile-brand{margin-left:0;margin-right:auto;height:34px;max-width:122px;padding:0 4px;display:flex;align-items:center}
  .page-home .mobile-brand img{display:none}
  .page-home .mobile-brand strong{font-family:Arial,Helvetica,sans-serif;font-size:22px;line-height:26px;font-weight:700;color:#570d48;letter-spacing:-.15px;overflow:visible}
  .page-home .mh-actions{gap:0;display:flex;align-items:center}
  .page-home .mh-actions .header-icon{width:42px;height:40px;padding:7px 9px}
  .page-home .cart-badge{top:0;right:1px;min-width:15px;height:15px;padding:0 3px;font-size:9px;line-height:15px;background:#ed3843;color:#fff;border:1px solid #fff}

  .page-home .mobile-search{padding:10px 14px 12px;background:#fff;position:relative;z-index:4}
  .page-home .mobile-search input{height:56px;border:1.5px solid #d8c7e8;border-radius:18px;padding:0 14px 0 58px;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:1.2;color:#353543;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.045)}
  .page-home .mobile-search input::placeholder{font-size:13px;font-weight:500;color:#a8a8ba;opacity:1}
  .page-home .mobile-search button{left:20px;top:18px;width:40px;height:40px;padding:0;border:0;border-radius:13px;background:#f6f1fb;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(159,32,137,.04)}
  .page-home .mobile-search .home-search-ref-icon{display:block;width:20px;height:21px;object-fit:contain}

  .home-sale-ticker{height:40px;min-height:40px;background:#9f2089;color:#fff;overflow:hidden;white-space:nowrap;display:flex;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;line-height:40px;border:0}
  .home-sale-track{height:40px;display:inline-flex;align-items:center;gap:22px;min-width:max-content;padding:0 2px;animation:homeTicker 14s linear infinite}
  .home-sale-track span{display:inline-block;line-height:40px}
  .home-sale-track b{font-size:8px;line-height:40px;color:#fff;opacity:.95}

  .page-home .home-hero-slider{margin:0!important;padding:0!important;border:0;border-radius:0!important;background:#fff;box-shadow:none!important;overflow:hidden}
  .page-home .home-hero-slider .slides{aspect-ratio:1.8/1;min-height:0;background:#fff;overflow:hidden}
  .page-home .home-hero-slider .slide{height:100%;overflow:hidden;background:#fff}
  .page-home .home-hero-slider .slide img{width:100%;height:100%;padding:0!important;object-fit:cover;object-position:center 38%;background:#fff;display:block}
  .page-home .home-hero-slider .slider-dots{display:none!important}

  .home-assurance{width:100%;height:66px;min-height:66px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;background:#fff5e8;border:0;border-bottom:1px solid #f2e6d6;color:#75055c;overflow:hidden}
  .home-assurance>div{height:66px;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:5px 8px;border-right:1px solid #eadaca;background:#fff5e8}
  .home-assurance>div:last-child{border-right:0}
  .home-assurance .assurance-art{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;background:#9f2089;color:#fff;font-weight:900;font-size:18px;box-shadow:0 0 0 3px rgba(159,32,137,.05)}
  .home-assurance .assurance-art .icon{width:18px;height:18px}
  .home-assurance .assurance-secure{background:#f8a400;color:#fff}
  .home-assurance .assurance-price{background:#9f2089;color:#ffd23c;font-size:20px;font-family:Arial,Helvetica,sans-serif}
  .home-assurance>div>span:last-child{display:block;min-width:0}
  .home-assurance b{display:block;font-family:Arial,Helvetica,sans-serif;font-size:12.5px;line-height:13.5px;font-weight:800;color:#760b60;white-space:normal}
  .home-assurance small{display:none!important}

  .page-home .home-deal-head{height:50px;min-height:50px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:22px;background:#fff;border-top:0;border-bottom:10px solid #eaeaf2}
  .page-home .home-deal-head strong{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:20px;font-weight:800;color:#616173;white-space:nowrap}
  .page-home .deal-timer{height:20px;min-height:20px;display:inline-flex;align-items:center;gap:4px;padding:0 8px;border:.8px solid #ff6637;border-radius:4px;background:#ffe8cd;color:#ff6637;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:16px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}
  .page-home .deal-clock-img{display:block;width:16px;height:16px;object-fit:contain;margin:0}
  .page-home .deal-clock{display:none}

  .page-home .home-products{padding:0 0 18px;background:#fff}
  .page-home .home-products-heading{height:52px;min-height:52px;padding:0 0 0 16px;display:flex;align-items:center;background:#fff;border:0;border-bottom:1px solid #efeff3}
  .page-home .home-products-heading h2{font-family:Arial,Helvetica,sans-serif;font-size:22px;line-height:26px;font-weight:400;color:#353543;margin:0}
  .page-home .home-products-heading p{display:none}

  .home-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:0;background:#fff;align-items:stretch}
  .home-product-card{min-width:0;background:#fff;border-right:1px solid rgba(204,204,204,.4);border-bottom:2px solid rgba(204,204,204,.4);overflow:hidden}
  .home-product-card:nth-child(2n){border-right:0}
  .home-product-link{display:block;color:inherit;height:100%;text-decoration:none}
  .home-pc-image{width:100%;height:240px;aspect-ratio:auto;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:0}
  .home-pc-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;background:#fff}
  .home-pc-copy{padding:5px 5px 7px;min-width:0;overflow:hidden}
  .home-pc-copy h3{margin:0 0 7px;padding:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;color:#8b8ba3;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:12px;font-weight:600}
  .home-pc-price{min-height:20px;display:flex;align-items:baseline;gap:4px;white-space:nowrap;overflow:hidden}
  .home-pc-price strong{color:#353543;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:20px;font-weight:700}
  .home-pc-price s{color:#8b8ba3;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:16px;font-weight:500}
  .home-pc-price b{color:#353543;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:16px;font-weight:500}
  .home-offer-pill{display:inline-flex;align-items:center;gap:4px;width:max-content;max-width:100%;margin-top:6px;padding:2px 7px 2px 5px;border-radius:48px;background:#d7f3e8;color:#038d63;font-family:Arial,Helvetica,sans-serif;font-size:9px;line-height:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .home-offer-pill .offer-coin{width:13px;height:13px;flex:0 0 13px;border-radius:50%;display:grid;place-items:center;background:#1ca672;color:#fff;font-size:8px;line-height:13px;font-weight:700}
  .home-delivery-pill{display:inline-flex;width:max-content;max-width:100%;margin-top:8px;margin-bottom:4px;padding:0;color:#616173;background:transparent;border-radius:0;font-family:Arial,Helvetica,sans-serif;font-size:9.5px;line-height:12px;font-weight:500}
  .home-card-foot{height:26px;min-height:26px;margin-top:1px;display:flex;align-items:center;justify-content:space-between;gap:4px;overflow:hidden}
  .home-rating-wrap{display:inline-flex;align-items:center;gap:4px;min-width:0;overflow:hidden}
  .home-rating-badge{display:inline-flex;align-items:center;gap:3px;height:22px;padding:0 8px;border-radius:14px;background:#038d63;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:12px;font-weight:700;white-space:nowrap}
  .home-rating-value{display:inline-block;line-height:1}
  .home-rating-star{display:inline-block;font-size:9px;line-height:1;transform:translateY(-.2px)}
  .home-rating-count{display:inline-block;color:#8b8ba3;font-family:Arial,Helvetica,sans-serif;font-size:9px;line-height:12px;font-weight:500;white-space:nowrap}
  .home-card-foot img{display:block;width:46px;height:auto;max-width:32%;object-fit:contain;margin-left:auto}

  .page-home .bottom-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-content:space-evenly;height:58px;min-height:58px;padding:5px 16px 4px;background:#fff;border-top:1px solid #eaeaf2;box-shadow:rgba(34,34,34,.12) 0 2px 16px 2px}
  .page-home .bottom-nav a{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;height:48px;gap:0;color:#616173;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:13px;font-weight:400;text-decoration:none}
  .page-home .bottom-nav .home-ref-nav-icon{display:block;width:26px;height:27px;object-fit:contain;flex:0 0 27px}
  .page-home .bottom-nav a span{font-size:11px;line-height:13px;color:#111;font-weight:400;white-space:nowrap}
  .page-home .bottom-nav a.active{color:#111;font-weight:400}
}
@media(max-width:380px){
  .page-home .mobile-brand strong{font-size:20px}
  .home-sale-ticker{font-size:14px}
  .home-sale-track{gap:18px}
  .home-assurance>div{gap:5px;padding:4px 5px}
  .home-assurance .assurance-art{width:28px;height:28px;flex-basis:28px}
  .home-assurance b{font-size:10.8px;line-height:12px}
  .page-home .home-deal-head{gap:12px;padding:0 8px}
  .page-home .home-deal-head strong{font-size:16px}
  .page-home .deal-timer{font-size:11px;padding:0 5px}
  .home-pc-image{height:225px}
  .page-home .bottom-nav{padding-left:8px;padding-right:8px}
  .page-home .bottom-nav a span{font-size:10px}
}

/* ===== V6 CART MOBILE REFERENCE MATCH ===== */
@media(max-width:991px){
  .page-cart{background:#fff;padding-bottom:120px}
  .page-cart .offer-strip{display:none}
  .page-cart .site-main{background:#fff;min-height:calc(100vh - 58px)}
  .page-cart .mobile-header{border-bottom:1px solid #ececf2}
  .page-cart .mh-row{height:56px;padding:0 12px}
  .page-cart .mobile-brand img{width:29px;height:29px;border-radius:0}
  .page-cart .mobile-brand strong{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;color:#60014a}
  .page-cart .bottom-nav{height:58px;min-height:58px;padding:5px 12px 4px;background:#fff;border-top:1px solid #eaeaf2;box-shadow:rgba(34,34,34,.12) 0 2px 16px 2px}
  .page-cart .bottom-nav a{height:48px;gap:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#616173}
  .page-cart .bottom-nav a .home-ref-nav-icon{display:block;width:26px;height:27px;object-fit:contain;flex:0 0 27px}
  .page-cart .bottom-nav a span{font-size:11px;line-height:13px;color:#111;font-weight:400}

  .cart-ref-page{width:100%;max-width:500px;margin:0 auto;background:#fff;padding-bottom:18px;font-family:Arial,Helvetica,sans-serif;color:#353543}
  .cart-stepper{width:100%;height:68px;background:#fff;display:flex;align-items:center;padding:5px 8px 0}
  .cart-step{width:25%;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}
  .cart-step-row{display:flex;align-items:center;justify-content:center;width:100%}
  .cart-step-line{height:2px;background:#cecede;flex:1}
  .cart-step-line.hidden{visibility:hidden}
  .cart-step-circle{width:20px;height:20px;border:2px solid #cecede;color:#cecede;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;flex:0 0 20px}
  .cart-step-label{font-size:11px;line-height:13px;color:#cecede;white-space:nowrap}
  .cart-step.active .cart-step-circle{border-color:#5585f8;color:#5585f8}
  .cart-step.active .cart-step-label{color:#353543}
  .cart-step.active .cart-step-row .cart-step-line:last-child{background:#cecede}
  .cart-ref-divider{height:5px;background:#eaeaf2;width:100%}

  .cart-ref-list{background:#fff}
  .cart-ref-item{display:flex!important;grid-template-columns:none!important;align-items:center;justify-content:space-around;gap:0!important;padding:15px 0!important;border-bottom:5px solid #eaeaf2!important;background:#fff;min-height:142px}
  .cart-ref-item.updating{opacity:.58;pointer-events:none}
  .cart-ref-image{width:30%;padding-left:10px;display:flex;justify-content:center;align-items:center}
  .cart-ref-image img{width:100%!important;height:118px!important;max-width:112px;object-fit:contain!important;border-radius:10px!important;background:#f7f9fa!important;display:block}
  .cart-ref-copy{width:62%;padding:0 10px 0 8px;min-width:0;position:relative}
  .cart-ref-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}
  .cart-ref-title-row h3{font-size:13px!important;line-height:18px!important;font-weight:700!important;text-align:left;margin:0!important;padding-right:8px;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;display:block!important;color:#353543;min-width:0;flex:1}
  .cart-ref-remove{width:22px;height:22px;border:0;background:transparent;color:#616173;font-size:21px;line-height:20px;padding:0;cursor:pointer;flex:0 0 22px}
  .cart-ref-pricing{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}
  .cart-ref-pricing strong{font-size:14px;line-height:18px;color:#353543;font-weight:600}
  .cart-ref-pricing s{font-size:12px;line-height:16px;color:#8b8b8b}
  .cart-ref-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;line-height:18px;color:#353543;margin-bottom:7px}
  .cart-ref-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .cart-ref-qty-text{margin-left:auto}
  .cart-ref-free{display:inline-block;font-size:9px;line-height:13px;background:#e7f7f1;color:#038d63;border-radius:8px;padding:3px 6px;margin-bottom:6px}
  .cart-ref-qty{display:flex;align-items:center;gap:0;margin-top:1px}
  .cart-ref-qty button{width:26px!important;height:26px!important;border:1px solid #d6d6df!important;border-radius:4px!important;background:#fff!important;color:#353543;font-size:16px;line-height:22px;padding:0}
  .cart-ref-qty span{height:26px;min-width:34px;border-top:1px solid #d6d6df;border-bottom:1px solid #d6d6df;background:#fff;display:grid;place-items:center;font-size:12px;color:#353543}

  .cart-ref-empty{min-height:56vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 20px 44px;background:#fff}
  .cart-ref-empty-art{width:100px;height:100px;color:#c8c8c8;margin-bottom:20px}
  .cart-ref-empty-art svg{width:100%;height:100%}
  .cart-ref-empty strong{font-size:20px;line-height:26px;font-weight:600;color:#1a2024;margin:0 0 10px}
  .cart-ref-empty p{font-size:12px;color:#777;margin:0 0 20px}
  .cart-ref-shop{min-width:160px;height:44px;border-radius:4px;background:#9f2089;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}

  .cart-ref-summary{background:#fff;border-bottom:5px solid #eaeaf2;padding:13px 16px 15px}
  .cart-ref-summary h2{font-size:16px;line-height:22px;margin:0 0 12px;font-weight:700;color:#353543}
  .cart-ref-summary>div{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:13px;line-height:19px;color:#353543}
  .cart-ref-summary>div b{font-weight:600;color:#353543}
  .cart-ref-summary .offer{color:#038d63}
  .cart-ref-summary .offer b{color:#038d63}
  .cart-ref-summary-total{margin-top:7px;padding-top:11px!important;border-top:1px dashed #a9a9b6;font-size:15px!important;font-weight:700}

  .cart-ref-bottom-action{position:fixed;z-index:59;left:0;right:0;bottom:58px;height:70px;background:#fff;border-top:1px solid #eaeaf2;box-shadow:0 -4px 16px rgba(0,0,0,.06);display:grid;grid-template-columns:1fr 1fr;align-items:stretch;padding:10px 12px;gap:10px}
  .cart-ref-bottom-total{display:flex;flex-direction:column;justify-content:center;min-width:0}
  .cart-ref-bottom-total strong{font-size:17px;line-height:20px;color:#353543;font-weight:700;white-space:nowrap}
  .cart-ref-bottom-total button{border:0;background:transparent;color:#9f2089;text-align:left;padding:3px 0 0;font-size:11px;line-height:14px;font-weight:700;white-space:nowrap}
  .cart-ref-continue{height:48px;border-radius:4px;background:#9f2089;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:20px;font-weight:600}
}
@media(max-width:360px){
  .cart-ref-image img{height:108px!important}
  .cart-ref-copy{padding-right:7px}
  .cart-ref-title-row h3{font-size:12px!important}
  .cart-ref-meta{font-size:11px}
  .cart-ref-bottom-action{padding-left:9px;padding-right:9px;gap:8px}
}

/* V7 reference cart drawer */
.cart-drawer-layer{position:fixed;inset:0;z-index:99990;pointer-events:none;visibility:hidden}
.cart-drawer-layer.open{pointer-events:auto;visibility:visible}
.cart-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;margin:0;background:rgba(0,0,0,.76);opacity:0;transition:opacity .22s ease;cursor:default}
.cart-drawer-layer.open .cart-drawer-backdrop{opacity:1}
.cart-drawer{position:absolute;top:0;right:0;width:min(90vw,400px);height:100dvh;background:#fff;transform:translateX(102%);transition:transform .28s ease;box-shadow:-6px 0 22px rgba(0,0,0,.16);overflow:hidden;color:#111;display:flex;flex-direction:column}
.cart-drawer-layer.open .cart-drawer{transform:translateX(0)}
body.cart-drawer-open{overflow:hidden!important}
.cart-drawer-header{position:relative;flex:0 0 86px;height:86px;padding:25px 44px 14px 35px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:flex-start}
.cart-drawer-header h2{position:relative;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:28px;font-weight:700;color:#111}
.cart-drawer-header h2:after{content:"";position:absolute;left:58px;bottom:-5px;width:25px;height:2px;background:#ff8a00}
.cart-drawer-close{position:absolute;top:22px;right:25px;width:30px;height:30px;border:0;background:transparent;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:34px;line-height:28px;font-weight:500;padding:0;cursor:pointer}
.cart-drawer-products{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:220px;background:#fff}
.drawer-cart-item{display:flex;align-items:flex-start;gap:18px;padding:18px 11px 18px;border-bottom:1px solid #eaeaea;background:#fff}
.drawer-cart-image{width:30%;max-width:115px;aspect-ratio:1/1;background:#f7f9fa;border-radius:0;overflow:hidden;flex:0 0 30%}
.drawer-cart-image img{display:block;width:100%;height:100%;object-fit:contain;background:#f7f9fa}
.drawer-cart-info{width:calc(70% - 18px);min-width:0;padding-top:1px}
.drawer-cart-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}
.drawer-cart-title-row h3{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:18px;font-weight:700;color:#111}
.drawer-cart-remove{width:22px;height:22px;flex:0 0 22px;border:0;background:transparent;color:#727782;padding:2px;cursor:pointer}
.drawer-cart-remove svg{display:block;width:17px;height:17px}
.drawer-cart-price{display:flex;align-items:baseline;gap:12px;margin:0 0 14px;font-family:Arial,Helvetica,sans-serif;white-space:nowrap}
.drawer-cart-price strong{font-size:13px;line-height:16px;font-weight:500;color:#353543}
.drawer-cart-price s{font-size:13px;line-height:16px;color:#888;font-weight:400}
.drawer-cart-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:18px;color:#353543}
.drawer-cart-qty{display:flex;align-items:center;height:30px;border-radius:10px;overflow:hidden;background:#eff3f5;flex:0 0 86px}
.drawer-cart-qty button,.drawer-cart-qty span{height:30px;display:grid;place-items:center;border:0;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:600}
.drawer-cart-qty button{width:28px;background:#eff3f5;color:#111;cursor:pointer}
.drawer-cart-qty span{width:30px;background:#fff;color:#111}
.drawer-cart-offer,.drawer-cart-free{font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:16px;color:#08a000;font-weight:600}
.drawer-cart-offer{margin-top:7px}
.drawer-cart-empty{height:100%;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#777;text-align:center}
.drawer-cart-empty svg{width:82px;height:82px;color:#ccc;margin-bottom:22px}
.drawer-cart-empty strong{font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#1a2024;margin-bottom:24px}
.drawer-cart-empty a{display:inline-flex;height:44px;align-items:center;justify-content:center;padding:0 24px;border-radius:8px;background:#9f2089;color:#fff;font-weight:700;text-decoration:none}
.cart-drawer-footer{position:absolute;left:0;right:0;bottom:0;background:#fff;padding:10px 11px 12px;box-shadow:-1px 19px 19px 11px #ccc;z-index:2}
.drawer-price-breakup>div{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:18px;font-weight:600;color:#111}
.drawer-price-breakup .drawer-offer-saving{color:#07966b}
.drawer-price-breakup .drawer-shipping{border-bottom:1px dashed #000;padding-bottom:8px}
.drawer-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.drawer-final-total{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}
.drawer-final-total strong{font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:24px;font-weight:700;color:#111;white-space:nowrap}
.drawer-final-total span{font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:13px;color:#111;white-space:nowrap}
.drawer-confirm-order{width:55%;height:50px;border-radius:8px;background:#9f2089;color:#fff!important;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:18px;font-weight:700;text-decoration:none}
.page-cart .site-main{min-height:100dvh;background:#fff}
.page-cart .cart-route-placeholder{min-height:100dvh}
@media(min-width:992px){.cart-drawer{width:420px}.cart-drawer-layer .cart-drawer-backdrop{background:rgba(0,0,0,.68)}}
@media(max-width:420px){.cart-drawer-header{padding-left:29px}.cart-drawer-header h2{font-size:19px}.drawer-cart-item{gap:14px}.drawer-cart-image{flex-basis:31%;width:31%}.drawer-cart-info{width:calc(69% - 14px)}.drawer-cart-title-row h3{font-size:13px}.drawer-final-total strong{font-size:19px}}

/* Aarhya V8: legacy-style payment page */
@media(max-width:991px){
  .page-payment{background:#f7f4f8!important;padding-bottom:112px!important;box-shadow:none!important}
  .page-payment .offer-strip,.page-payment .bottom-nav,.page-payment .site-footer{display:none!important}
  .page-payment .site-main{padding:0!important;background:#f7f4f8!important}
  .legacy-payment-shell{width:100%;max-width:500px;margin:0 auto;padding:8px 0 110px;background:#f7f4f8;color:#232338}
  .legacy-payment-banner{margin:0 10px 12px;padding:17px 16px;border:1px solid #d5ede5;border-radius:18px;background:linear-gradient(180deg,#def6ed 0%,#edf9f4 100%);color:#126d53;font-size:17px;line-height:20px;font-weight:800}
  .legacy-pay-section{padding:0 10px 12px}
  .legacy-pay-panel,.legacy-payment-options,.legacy-price-panel{background:#fff;border:1px solid #eadfed;border-radius:20px;box-shadow:0 8px 20px rgba(51,27,72,.05);overflow:hidden}
  .legacy-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #f0e7f2}
  .legacy-review-head strong{font-size:16px;line-height:20px;font-weight:800}
  .legacy-review-head span{padding:5px 9px;border-radius:999px;background:#fbeefa;color:#9f2089;font-size:11px;font-weight:700}
  .legacy-pay-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:9px;align-items:center;padding:11px 12px;border-bottom:1px solid #f1eaf3}
  .legacy-pay-item:last-child{border-bottom:0}
  .legacy-pay-thumb{width:64px;height:76px;border:1px solid #eee5f0;border-radius:12px;overflow:hidden;background:#f6f3f7}
  .legacy-pay-thumb img{width:100%;height:100%;object-fit:cover;display:block}
  .legacy-pay-item-copy{min-width:0}
  .legacy-pay-item-copy h3{margin:0;font-size:13px;line-height:18px;font-weight:800;color:#232338;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .legacy-pay-item-copy p{margin:6px 0 0;color:#7b8092;font-size:11px;line-height:15px;font-weight:600}
  .legacy-pay-item-price{margin-top:7px;display:flex;align-items:center;gap:5px;font-size:12px}
  .legacy-pay-item-price s{color:#9ca3af;font-weight:600}.legacy-pay-item-price strong{color:#22263a;font-size:14px}.legacy-pay-item-price span{padding:2px 6px;border-radius:999px;background:#e8fff5;color:#07875f;font-size:9px;font-weight:800}
  .legacy-payment-options{padding:8px}
  .legacy-payment-option{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr) 30px;gap:10px;align-items:center;border:1px solid #e8dfe9;border-radius:18px;background:#fff;overflow:hidden;margin-bottom:8px}
  .legacy-payment-option:last-of-type{margin-bottom:0}.legacy-payment-option.disabled{opacity:.7;background:#faf9fb}.legacy-payment-option.selected{border-color:#c845ad}
  .legacy-option-price{padding:14px 10px;border-right:1px dashed #e6dde9;text-align:left}.legacy-option-price strong{display:block;font-size:14px;line-height:16px}.legacy-option-price small{display:block;margin-top:4px;color:#8c8fa1;font-size:10px}
  .legacy-option-content{min-width:0;padding:12px 0}.legacy-option-title{display:flex;align-items:center;gap:8px;min-width:0}.legacy-option-title strong{font-size:15px;line-height:18px;font-weight:800;white-space:nowrap}.legacy-option-title img{width:27px;height:27px;object-fit:contain}.legacy-option-title img.legacy-prepaid{width:32px;height:32px}
  .legacy-badge{padding:5px 8px;border-radius:999px;font-size:9px;font-weight:700}.legacy-badge.disabled{background:#eef1f6;color:#6b7280}
  .legacy-radio{width:28px;height:28px;border:2px solid #d6ccdc;border-radius:50%;background:#fff;display:grid;place-items:center;margin-right:8px}.legacy-radio.checked{border-color:#9f2089}.legacy-radio.checked:after{content:"";width:13px;height:13px;border-radius:50%;background:#9f2089}
  .legacy-bank-offer,.legacy-upi-row,.legacy-online-note,.legacy-option-foot{display:none}
  .legacy-pay-error{margin:10px 4px 2px;padding:10px;border-radius:10px;background:#fff1f3;color:#b42318;font-size:12px;font-weight:700}
  .legacy-price-panel{padding:16px}
  .legacy-price-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.legacy-price-head strong{font-size:20px;line-height:24px;font-weight:800}.legacy-price-head span{padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#f06ad7,#9f2089);color:#fff;font-size:10px;font-weight:700}
  .legacy-price-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 0;font-size:14px;color:#303448}.legacy-price-line.green{color:#07875f}.legacy-price-line.green b{color:#07875f}.legacy-price-total{padding-top:14px;border-top:1px dashed #d8cfdd;font-size:17px;font-weight:800}
  .legacy-pay-fixed{position:fixed;left:0;right:0;bottom:0;z-index:95;background:#fff;border-top:1px solid #eadfed;box-shadow:0 -10px 26px rgba(50,28,69,.08);padding:10px 10px calc(10px + env(safe-area-inset-bottom))}
  .legacy-pay-fixed-inner{max-width:500px;margin:0 auto;display:flex;align-items:center;gap:12px}.legacy-pay-total{min-width:108px}.legacy-pay-total strong{display:block;font-size:17px;line-height:20px}.legacy-pay-total span{display:block;margin-top:3px;color:#9f2089;font-size:10px;line-height:12px;font-weight:800;text-transform:uppercase}
  .legacy-pay-btn{flex:1;min-height:50px;border:0;border-radius:14px;background:linear-gradient(180deg,#ca35b0 0%,#a21e8a 56%,#8f1879 100%);color:#fff;font-size:15px;font-weight:800;cursor:pointer}.legacy-pay-btn:disabled{opacity:.65}
}
@media(min-width:992px){
  .legacy-payment-shell{max-width:760px;margin:28px auto 130px}.legacy-pay-fixed-inner{max-width:760px}.legacy-bank-offer{display:flex;margin-top:10px;padding:10px 12px;gap:8px;background:#f7f4fa;color:#5e6172;font-size:12px}.legacy-bank-offer b{margin-left:auto;color:#108a5c}.legacy-upi-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.legacy-upi-row>div{display:flex;align-items:center;gap:10px}.legacy-upi-row img{width:38px}.legacy-upi-row>span{color:#14935e;font-size:12px;font-weight:700}.legacy-upi-row i{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#15a05c;color:#fff;font-style:normal}.legacy-online-note{display:block;margin:8px 0 0;color:#7a8096;font-size:11px}.legacy-option-foot{grid-column:1/-1;display:flex;gap:8px;padding:11px 12px;border-top:1px solid #efe3f2;color:#575d72;font-size:12px;font-weight:600}.legacy-option-foot .icon{width:15px;height:15px;flex:0 0 15px}}


/* V9: old-reference product page fidelity. Product page only. */
@media(max-width:991px){
  body[class*="page-product-"]{background:#fff!important;padding-bottom:64px!important}
  body[class*="page-product-"] .mobile-header{position:sticky;top:0;height:55px;border-bottom:1px solid #ececf2;box-shadow:none;background:#fff}
  body[class*="page-product-"] .mobile-header .mh-row{height:55px;padding:0 12px;gap:9px}
  body[class*="page-product-"] .back-btn{width:30px;height:36px;padding:0;color:#616173;display:grid;place-items:center}
  body[class*="page-product-"] .back-btn .icon{width:24px;height:24px}
  body[class*="page-product-"] .product-ref-brand{gap:0}
  body[class*="page-product-"] .product-ref-brand strong{font-family:Arial,Helvetica,sans-serif;font-size:21px;line-height:26px;font-weight:700;color:#61054f}
  body[class*="page-product-"] .mh-actions{gap:16px}
  body[class*="page-product-"] .home-ref-header-icon{width:25px;height:30px;display:grid;place-items:center;padding:0}
  body[class*="page-product-"] .home-ref-header-icon>img{width:24px;height:24px;object-fit:contain}
  body[class*="page-product-"] .cart-badge{top:-2px;right:-7px}
  body[class*="page-product-"] .site-main{background:#fff;min-height:100vh}

  .legacy-pdp{background:#fff;color:#353543;font-family:Arial,Helvetica,sans-serif}
  .legacy-pdp-gallery{background:#fff;border-bottom:8px solid #f3f3f8}
  .legacy-pdp-stage{height:310px;min-height:310px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;padding:8px 10px 0}
  .legacy-pdp-stage img{display:block;width:auto!important;height:auto!important;max-width:280px!important;max-height:280px!important;object-fit:contain!important;object-position:center;background:#fff}
  .legacy-pdp-dots{height:28px;display:flex;align-items:center;justify-content:center;gap:9px;background:#fff}
  .legacy-pdp-dots span{width:7px;height:5px;border-radius:4px;background:#eeeef3}
  .legacy-pdp-dots span.active{width:15px;background:#9f2089}
  .legacy-pdp-thumbs{height:112px;display:flex;gap:8px;align-items:flex-start;overflow-x:auto;padding:18px 8px 14px;background:#fff;scrollbar-width:none}
  .legacy-pdp-thumbs::-webkit-scrollbar{display:none}
  .legacy-pdp-thumbs button{width:72px;height:72px;flex:0 0 72px;padding:4px;border:1px solid #e1e1e8;border-radius:8px;background:#fff;overflow:hidden}
  .legacy-pdp-thumbs button.active{border:2px solid #9f2089;padding:3px}
  .legacy-pdp-thumbs img{display:block;width:100%;height:100%;object-fit:contain;background:#fff;border-radius:4px}

  .legacy-pdp-info{padding:17px 10px 15px;background:#fff;border-bottom:8px solid #f3f3f8}
  .legacy-pdp-title-row{display:grid;grid-template-columns:minmax(0,1fr) 55px 55px;align-items:start;gap:1px}
  .legacy-pdp-title-row h1{margin:0;padding:2px 5px 0 0;color:#6d6c8b;font-size:14px;line-height:20px;font-weight:500;min-width:0}
  .legacy-pdp-actions{display:contents}
  .legacy-pdp-action{width:55px;min-height:47px;border:0;background:#fff;color:#353543;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;font-size:10px;line-height:12px}
  .legacy-pdp-action .icon{width:18px;height:18px}
  .legacy-pdp-action.active{color:#9f2089}
  .legacy-pdp-price{display:flex;align-items:baseline;gap:8px;margin-top:8px;white-space:nowrap}
  .legacy-pdp-price strong{font-size:24px;line-height:30px;font-weight:700;color:#353543}
  .legacy-pdp-price s{font-size:13px;color:#8b8ba3;font-weight:400}
  .legacy-pdp-price b{font-size:13px;color:#353543;font-weight:500}
  .legacy-pdp-offer{width:max-content;max-width:100%;height:24px;margin-top:7px;padding:0 5px 0 8px;border-radius:12px;background:#d7f3e8;color:#038d63;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;white-space:nowrap}
  .legacy-pdp-offer i{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#91e5bd;color:#038d63;font-size:19px;font-style:normal;line-height:14px;font-weight:400}
  .legacy-pdp-rating-row{display:flex;align-items:center;gap:8px;margin-top:10px;min-height:24px;overflow:hidden}
  .legacy-pdp-rating{height:22px;padding:0 8px;border-radius:13px;background:#1ca672;color:#fff;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;white-space:nowrap}
  .legacy-pdp-rating span{font-size:10px}
  .legacy-pdp-rating-copy{font-size:10px;line-height:13px;color:#8b8ba3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .legacy-pdp-rating-row img{width:48px;height:auto;object-fit:contain;margin-left:auto;flex:0 0 48px}
  .legacy-pdp-delivery{margin-top:13px;font-size:11px;color:#353543;font-weight:500}

  .legacy-pdp-size{padding:17px 12px 15px;background:#fff;border-bottom:8px solid #f3f3f8}
  .legacy-pdp-size-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}
  .legacy-pdp-size-head strong{font-size:17px;line-height:22px;font-weight:700;color:#353543}
  .legacy-pdp-size-head small{font-size:10px;color:#9f2089}
  .legacy-pdp-size-list{display:flex;gap:8px;flex-wrap:wrap}
  .legacy-pdp-size-list .size-chip{height:34px;min-width:52px;padding:0 14px;border:1px solid #353543;border-radius:20px;background:#fff;color:#353543;font-size:14px;font-weight:600}
  .legacy-pdp-size-list .size-chip.active{border:2px solid #9f2089;color:#9f2089;background:#fff;padding:0 13px}

  .legacy-pdp-details{padding:16px 12px 22px;background:#fff;border-bottom:8px solid #f3f3f8}
  .legacy-pdp-details h2{font-size:17px;margin:0 0 10px;color:#353543}
  .legacy-pdp-details p{margin:0;font-size:12px;line-height:1.55;color:#616173;max-height:210px;overflow:auto}
  .legacy-pdp-similar{padding:14px 8px 80px;background:#fff}

  .legacy-pdp-actionbar{position:fixed;left:0;right:0;bottom:0;z-index:80;height:64px;background:#fff;border-top:1px solid #e5e5ec;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;box-shadow:0 -3px 12px rgba(0,0,0,.04)}
  .legacy-pdp-actionbar button{height:48px;border-radius:5px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px}
  .legacy-pdp-actionbar button:first-child{background:#fff;color:#9f2089;border:1px solid #9f2089}
  .legacy-pdp-actionbar button:last-child{background:#9f2089;color:#fff;border:1px solid #9f2089}
  .legacy-cart-symbol{font-size:20px;line-height:1;filter:saturate(.8)}
  .legacy-buy-symbol{font-size:11px;letter-spacing:-2px}
}
@media(max-width:360px){
  .legacy-pdp-stage{height:285px;min-height:285px}.legacy-pdp-stage img{max-width:255px!important;max-height:255px!important}
  .legacy-pdp-thumbs{height:100px}.legacy-pdp-thumbs button{width:64px;height:64px;flex-basis:64px}
  .legacy-pdp-title-row{grid-template-columns:minmax(0,1fr) 50px 50px}.legacy-pdp-action{width:50px}
}

@media(min-width:992px){
  .legacy-pdp{max-width:1280px;margin:26px auto 0;display:grid;grid-template-columns:minmax(480px,58%) minmax(360px,42%);gap:0;border:1px solid #ececf2;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(28,28,40,.05)}
  .legacy-pdp-gallery{grid-column:1;grid-row:1 / span 3;border:0;border-right:1px solid #ececf2;padding:24px;background:#fff}
  .legacy-pdp-stage{height:590px;display:flex;align-items:center;justify-content:center;background:#fff}.legacy-pdp-stage img{max-width:540px;max-height:560px;object-fit:contain}
  .legacy-pdp-dots{display:flex;justify-content:center;gap:7px;padding:8px}.legacy-pdp-dots span{width:7px;height:7px;border-radius:50%;background:#ddd}.legacy-pdp-dots span.active{width:21px;border-radius:8px;background:#9f2089}
  .legacy-pdp-thumbs{display:flex;gap:10px;overflow-x:auto;padding:10px 0}.legacy-pdp-thumbs button{width:64px;height:72px;flex:0 0 64px;border:1px solid #ddd;border-radius:8px;background:#fff;padding:3px}.legacy-pdp-thumbs button.active{border:2px solid #9f2089}.legacy-pdp-thumbs img{width:100%;height:100%;object-fit:contain}
  .legacy-pdp-info{grid-column:2;padding:30px 28px 24px;border:0}.legacy-pdp-title-row{display:grid;grid-template-columns:1fr 64px 64px;align-items:start}.legacy-pdp-title-row h1{font-size:20px;line-height:1.4;color:#616173;font-weight:500;margin:0}.legacy-pdp-actions{display:contents}.legacy-pdp-action{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px}.legacy-pdp-action .icon{width:20px;height:20px}
  .legacy-pdp-price{display:flex;align-items:baseline;gap:9px;margin-top:16px}.legacy-pdp-price strong{font-size:28px}.legacy-pdp-price s{color:#999}.legacy-pdp-price b{color:#038d63}.legacy-pdp-offer{margin-top:12px;display:inline-flex;background:#d7f3e8;color:#038d63;border-radius:15px;padding:5px 9px;font-size:12px;font-weight:700}.legacy-pdp-rating-row{display:flex;align-items:center;gap:9px;margin-top:14px}.legacy-pdp-rating{background:#1ca672;color:#fff;border-radius:14px;padding:4px 9px}.legacy-pdp-rating-copy{color:#8b8ba3;font-size:11px}.legacy-pdp-rating-row img{width:55px}.legacy-pdp-delivery{margin-top:15px;font-size:12px}
  .legacy-pdp-desktop-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.legacy-pdp-desktop-actions button{height:48px;border-radius:8px;font-weight:800}.legacy-pdp-desktop-actions button:first-child{background:#fff;color:#9f2089;border:1px solid #9f2089}.legacy-pdp-desktop-actions button:last-child{background:#9f2089;color:#fff;border:1px solid #9f2089}
  .legacy-pdp-size{grid-column:2;padding:20px 28px;border-top:8px solid #f6f7fb}.legacy-pdp-size-head{display:flex;justify-content:space-between;align-items:center}.legacy-pdp-size-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.legacy-pdp-size-list .size-chip{height:38px;min-width:55px;border:1px solid #353543;border-radius:20px;background:#fff;font-weight:700}.legacy-pdp-size-list .size-chip.active{border-color:#9f2089;color:#9f2089}
  .legacy-pdp-details{grid-column:2;padding:20px 28px;border-top:8px solid #f6f7fb}.legacy-pdp-details p{color:#616173;line-height:1.6}.legacy-pdp-similar{max-width:1280px;margin:22px auto 100px;padding:18px;background:#fff}.legacy-pdp-actionbar{display:none}.legacy-pdp-desktop-actions{display:grid}
}
@media(max-width:991px){.legacy-pdp-desktop-actions{display:none}}


/* Aarhya V10: product recommendations use the exact same card component as Home */
@media(max-width:991px){
  .legacy-pdp-similar.legacy-pdp-home-recs{padding:0 0 80px!important;margin:0!important;background:#fff!important;border:0!important}
  .legacy-pdp-home-recs-head{height:52px;min-height:52px;padding:0 0 0 16px;display:flex;align-items:center;background:#fff;border:0;border-bottom:1px solid #efeff3}
  .legacy-pdp-home-recs-head h2{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:22px;line-height:26px;font-weight:400;color:#353543}
  .legacy-pdp-home-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important;border:0!important}
  .legacy-pdp-home-grid .home-product-card{border-right:1px solid rgba(204,204,204,.4);border-bottom:2px solid rgba(204,204,204,.4);border-radius:0!important;box-shadow:none!important;margin:0!important}
  .legacy-pdp-home-grid .home-product-card:nth-child(2n){border-right:0}
  .legacy-pdp-home-grid .home-pc-image{height:240px!important;aspect-ratio:auto!important;background:#fff!important}
  .legacy-pdp-home-grid .home-pc-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important}
  .legacy-pdp-home-grid .home-pc-copy{padding:5px 5px 7px!important}
  .legacy-pdp-home-grid .home-pc-copy h3{margin:0 0 7px!important;font-size:10px!important;line-height:12px!important;color:#8b8ba3!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .legacy-pdp-home-grid .home-pc-price strong{font-size:15px!important;line-height:20px!important}
  .legacy-pdp-home-grid .home-pc-price s,.legacy-pdp-home-grid .home-pc-price b{font-size:10px!important;line-height:16px!important}
  .legacy-pdp-home-grid .home-offer-pill{margin-top:6px!important;font-size:9px!important;line-height:13px!important}
  .legacy-pdp-home-grid .home-delivery-pill{margin-top:8px!important;margin-bottom:4px!important;font-size:9.5px!important}
  .legacy-pdp-home-grid .home-rating-badge{height:22px!important;font-size:10px!important}
  .legacy-pdp-home-grid .home-rating-count{font-size:9px!important}
  .legacy-pdp-home-grid .home-card-foot img{display:block!important;width:46px!important;height:auto!important;max-width:32%!important}
}
@media(max-width:380px){.legacy-pdp-home-grid .home-pc-image{height:225px!important}}
@media(min-width:992px){
  .legacy-pdp-home-recs{max-width:1280px;margin:22px auto 100px;padding:18px;background:#fff}
  .legacy-pdp-home-recs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
  .legacy-pdp-home-recs-head h2{margin:0;font-size:24px}
  .legacy-pdp-home-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
}

/* V11 - old mobile address checkout match */
@media(max-width:991px){
  body.page-address{background:#fff!important;padding-bottom:0!important;box-shadow:none!important}
  .page-address .site-main{background:#fff!important;min-height:calc(100vh - 58px)}
  .page-address .site-footer{display:none!important}
  .page-address .mobile-header{border-bottom:1px solid #ececf3;background:#fff}
  .old-address-page{width:100%;max-width:500px;margin:0 auto;background:#fff;color:#353543;font-family:Arial,Helvetica,sans-serif;padding-bottom:18px}
  .old-checkout-stepper{height:68px;display:grid;grid-template-columns:repeat(4,1fr);align-items:start;padding:13px 20px 0;background:#fff}
  .checkout-step{min-width:0;text-align:center;color:#a9abc0;font-size:10px}
  .step-track{height:25px;display:flex;align-items:center;width:100%}
  .step-line{height:1.5px;background:#d7d7e4;flex:1;min-width:0}
  .checkout-step:first-child .step-line.left,.checkout-step:last-child .step-line.right{background:transparent}
  .step-circle{width:20px;height:20px;flex:0 0 20px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #c6c8d9;background:#fff;color:#a9abc0;font-size:10px;font-weight:700;line-height:1}
  .checkout-step.done .step-circle,.checkout-step.active .step-circle{border-color:#5585f8;color:#5585f8}
  .checkout-step.done .step-circle{background:#5585f8;color:#fff;font-size:12px}
  .checkout-step.done .step-line.right,.checkout-step.active .step-line.left{background:#5585f8}
  .checkout-step.active .step-label{color:#353543;font-weight:600}
  .checkout-step.done .step-label{color:#616173}
  .step-label{display:block;margin-top:1px;line-height:14px;white-space:nowrap}
  .old-address-divider{height:8px;background:#f0f0f5;border-top:1px solid #ededf3;border-bottom:1px solid #ededf3}
  .old-address-form{padding:17px 16px 0;background:#fff}
  .old-address-title{display:flex;align-items:center;gap:8px;margin:0 0 24px;color:#353543;font-size:17px;line-height:20px}
  .old-address-title strong{font-weight:700}
  .old-address-pin{width:20px;height:20px;display:block;flex:0 0 20px}
  .old-address-pin svg{display:block;width:20px;height:20px}
  .old-floating-field{position:relative;margin-bottom:15px;min-width:0}
  .old-floating-field input,.old-floating-field select{display:block;width:100%;height:54px;border:1px solid #b9bbc9;border-radius:8px;background:#fff;color:#353543;padding:17px 12px 5px;font-size:14px;line-height:18px;outline:0;box-shadow:none;appearance:none;-webkit-appearance:none}
  .old-floating-field input:focus,.old-floating-field select:focus{border-color:#5585f8;box-shadow:0 0 0 1px #5585f8}
  .old-floating-field label{position:absolute;left:11px;top:18px;padding:0 3px;background:#fff;color:#77798c;font-size:13px;line-height:16px;pointer-events:none;transition:.12s ease;transform-origin:left top}
  .old-floating-field input:focus+label,.old-floating-field input:not(:placeholder-shown)+label,.old-floating-field select+label{top:5px;font-size:10px;color:#66697b}
  .old-select-field:after{content:'⌄';position:absolute;right:13px;top:18px;color:#7d7f90;font-size:14px;pointer-events:none}
  .old-select-field select{padding-right:30px}
  .old-address-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .old-save-address{width:100%;height:58px;margin:3px 0 0;border:0;border-radius:12px;background:#9f2089;color:#fff;font-size:16px;line-height:20px;font-weight:700;cursor:pointer}
  .old-save-address:disabled{opacity:.6;cursor:wait}
  .old-address-secure{margin:14px 0 0;background:#fff;overflow:hidden}
  .old-address-secure img{display:block;width:100%;height:auto}
}
@media(max-width:359px){
  .old-checkout-stepper{padding-left:10px;padding-right:10px}
  .old-address-form{padding-left:12px;padding-right:12px}
  .old-address-two{gap:7px}
  .old-floating-field input,.old-floating-field select{font-size:13px;padding-left:10px;padding-right:10px}
}


/* ===== V13 SHARED MOBILE SHELL + PROMO ACCURACY ===== */
@media(max-width:991px){
  body{font-family:"Mier Book",Arial,Helvetica,sans-serif}
  .mobile-header{position:sticky;top:0;z-index:90;background:#fff;border:0;border-bottom:1px solid #eaeaf2;box-shadow:none}
  .mh-row{height:52px;min-height:52px;padding:0 10px;gap:0;display:flex;align-items:center}
  .mobile-header .header-icon{width:42px;height:42px;min-width:42px;padding:8px 9px;border:0;border-radius:0;background:#fff;display:grid;place-items:center;position:relative}
  .mobile-header .back-btn .icon{width:25px;height:25px;color:#666}
  .mobile-header .home-ref-header-icon img{display:block;width:24px;height:25px;object-fit:contain}
  .mobile-header .mobile-brand{height:42px;min-width:0;max-width:none;margin:0 auto 0 0;padding:0 10px;display:flex;align-items:center;gap:0;flex:1}
  .mobile-header .mobile-brand img{display:none!important}
  .mobile-header .mobile-brand strong{font-family:"Mier Bold",Arial,sans-serif;font-size:20px;line-height:25px;font-weight:700;color:#570d48;letter-spacing:0;white-space:nowrap}
  .mobile-header .mh-actions{display:flex;align-items:center;gap:0}
  .mobile-header .cart-badge{top:1px;right:1px;min-width:15px;height:15px;padding:0 3px;border:1px solid #fff;background:#ed3843;color:#fff;font-family:"Mier Demi",Arial,sans-serif;font-size:9px;line-height:13px}
  .global-offer-strip{height:38px;min-height:38px;width:100%;display:flex;align-items:center;justify-content:center;background:#cff8ee;color:#087a5d;border:0;font-family:"Mier Bold",Arial,sans-serif;font-size:12px;line-height:38px;font-weight:700;letter-spacing:.01em;text-align:center}
  .global-offer-strip strong{font:inherit;color:inherit}
  .page-payment .global-offer-strip,.page-address .global-offer-strip,.page-cart .global-offer-strip{display:flex!important}
}

/* ===== V13 PAYMENT: ORIGINAL OLD-THEME GEOMETRY ===== */
@media(max-width:991px){
  .page-payment{background:#f7f4f8!important;padding-bottom:118px!important;box-shadow:none!important}
  .page-payment .site-main{padding:0!important;margin:0!important;max-width:none!important;background:#f7f4f8!important}
  .page-payment .site-footer,.page-payment .bottom-nav{display:none!important}
  .page-payment .checkout-shell{width:100%;max-width:760px;margin:0 auto;padding:8px 0 118px;background:#f7f4f8;color:#232338;font-family:"Mier Book",Arial,sans-serif}
  .page-payment .checkout-banner{margin:0 10px 12px;padding:18px 16px;border:1px solid #d5ede5;border-radius:18px;background:linear-gradient(180deg,#def6ed 0%,#edf9f4 100%);color:#126d53;font-family:"Mier Bold",Arial,sans-serif;font-size:17px;line-height:20px;font-weight:700;box-shadow:none}
  .page-payment .section-wrap{padding:0 10px 12px}
  .page-payment .payment-panel,.page-payment .info-panel{background:#fff;border:1px solid #eadfed;border-radius:20px;box-shadow:0 8px 20px rgba(51,27,72,.05);overflow:hidden}
  .page-payment .payment-panel{padding:8px}
  .page-payment .payment-option{display:block;border:1px solid #e8dfe9;border-radius:18px;background:#fff;overflow:hidden;margin:0 0 8px}
  .page-payment .payment-option:last-of-type{margin-bottom:0}
  .page-payment .payment-option.disabled{opacity:.72;background:linear-gradient(180deg,#fcfcfd 0%,#f7f6fa 100%)}
  .page-payment .payment-option.selected{border-color:#c845ad}
  .page-payment .option-main{display:flex;gap:10px;padding:14px 12px 12px;align-items:flex-start}
  .page-payment .option-price{min-width:56px;padding-top:2px;padding-right:10px;border-right:1px dashed #e6dde9;color:#232338}
  .page-payment .option-price-amount{font-family:"Mier Bold",Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.05}
  .page-payment .option-price small{display:block;margin-top:4px;font-family:"Mier Demi",Arial,sans-serif;font-size:11px;font-weight:600;color:#8c8fa1}
  .page-payment .option-name{font-family:"Mier Bold",Arial,sans-serif;font-size:15px;font-weight:700;color:#232338}
  .page-payment .badge-soft{padding:6px 12px;font-family:"Mier Bold",Arial,sans-serif;font-size:11px;font-weight:700}
  .page-payment .badge-disabled{background:#eef1f6;color:#6b7280}
  .page-payment .payment-option.selected .offer-strip,
  .page-payment .payment-option.selected .method-row,
  .page-payment .payment-option.selected .online-mini-note,
  .page-payment .payment-option.selected .option-foot{display:none!important}
  .page-payment .payment-option.selected .option-main{padding:14px 12px;align-items:center}
  .page-payment .payment-option.selected .option-content{display:flex;align-items:center;min-height:28px}
  .page-payment .payment-option.selected .option-title-row{width:100%;margin:0}
  .page-payment .payment-option.selected .option-title-left{flex-wrap:nowrap;gap:10px}
  .page-payment .payment-option.selected .payment-mini-icon.prepaid{display:inline-flex}
  .page-payment .payment-option.selected .payment-mini-icon.prepaid img{width:34px;height:34px}
  .page-payment .summary-card{padding:16px!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
  .page-payment .summary-title{font-family:"Mier Bold",Arial,sans-serif;font-size:20px;font-weight:700;color:#232338}
  .page-payment .summary-line{display:flex;justify-content:space-between;align-items:center;color:#303448;font-family:"Mier Book",Arial,sans-serif;font-size:15px;margin:14px 0;padding:0!important}
  .page-payment .summary-line strong{font-family:"Mier Bold",Arial,sans-serif;font-weight:700}
  .page-payment .summary-total{padding-top:14px!important;border-top:1px dashed #d8cfdd!important;font-family:"Mier Bold",Arial,sans-serif;font-weight:700;font-size:18px}
  .page-payment .checkout-actions{position:fixed;left:0;right:0;bottom:0;z-index:95;background:#fff;border-top:1px solid #eadfed;box-shadow:0 -10px 26px rgba(50,28,69,.08);padding:14px 10px calc(12px + env(safe-area-inset-bottom));transform:translateZ(0)}
  .page-payment .checkout-actions-inner{max-width:760px;margin:0 auto;display:flex;align-items:flex-end;gap:12px}
  .page-payment .checkout-meta{min-width:100px}
  .page-payment .checkout-amount{font-family:"Mier Bold",Arial,sans-serif;font-size:17px;font-weight:700;color:#232338;line-height:1.1}
  .page-payment .checkout-sub{font-family:"Mier Bold",Arial,sans-serif;font-size:11px;font-weight:700;color:#9f2089;margin-top:4px;text-transform:uppercase}
  .page-payment .checkout-btn{flex:1;display:block;width:100%;min-height:50px;padding:14px 16px;border:0;border-radius:14px;background:linear-gradient(180deg,#ca35b0 0%,#a21e8a 56%,#8f1879 100%);color:#fff;font-family:"Mier Bold",Arial,sans-serif;font-size:16px;font-weight:700;box-shadow:none}
}


/* =========================================================
   V14 shared mobile consistency: same approved Home nav everywhere
   + compact marketplace-style Category / Account / Help screens.
   ========================================================= */
@media(max-width:991px){
  /* EXACT SAME bottom navigation artwork and proportions as approved Home */
  .ref-bottom-nav,
  body:not(.page-home) .bottom-nav{
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;justify-content:space-evenly!important;
    height:58px!important;min-height:58px!important;
    padding:5px 16px 4px!important;background:#fff!important;
    border-top:1px solid #eaeaf2!important;
    box-shadow:rgba(34,34,34,.12) 0 2px 16px 2px!important;
  }
  .ref-bottom-nav a,
  body:not(.page-home) .bottom-nav a{
    display:flex!important;align-items:center!important;flex-direction:column!important;
    justify-content:center!important;width:100%!important;height:48px!important;gap:0!important;
    color:#111!important;font-family:"Mier Book",Arial,Helvetica,sans-serif!important;
    font-size:11px!important;line-height:13px!important;font-weight:400!important;text-decoration:none!important;
  }
  .ref-bottom-nav .home-ref-nav-icon,
  body:not(.page-home) .bottom-nav .home-ref-nav-icon{
    display:block!important;width:26px!important;height:27px!important;object-fit:contain!important;flex:0 0 27px!important;
  }
  .ref-bottom-nav a span,
  body:not(.page-home) .bottom-nav a span{font-size:11px!important;line-height:13px!important;color:#111!important;font-weight:400!important;white-space:nowrap!important}
  .ref-bottom-nav a.active,
  body:not(.page-home) .bottom-nav a.active{color:#111!important;font-weight:400!important}
  @media(max-width:380px){.ref-bottom-nav,body:not(.page-home) .bottom-nav{padding-left:8px!important;padding-right:8px!important}.ref-bottom-nav a span,body:not(.page-home) .bottom-nav a span{font-size:10px!important}}

  .ref-page{min-height:calc(100vh - 96px);background:#fff;padding-bottom:76px;font-family:"Mier Book",Arial,sans-serif;color:#353543}
  .ref-page-title{padding:18px 12px 10px;background:#fff}
  .ref-page-title h1{margin:0;font-family:"Mier Demi",Arial,sans-serif;font-size:20px;line-height:26px;font-weight:600;color:#353543}
  .ref-page-title p{margin:3px 0 0;color:#8b8ba3;font-size:12px;line-height:16px}

  /* Categories - old drawer/list visual language, no oversized modern cards */
  .page-category .site-main{background:#fff}
  .ref-category-list{padding:0 12px 18px;background:#fff}
  .ref-category-row{display:flex;align-items:center;gap:12px;min-height:76px;padding:7px 4px;border-bottom:1px solid #eaeaf2;background:#fff;color:#353543}
  .ref-category-row:last-child{border-bottom:0}
  .ref-category-thumb{width:58px;height:58px;flex:0 0 58px;border-radius:8px;overflow:hidden;background:#f6f6f9;display:grid;place-items:center}
  .ref-category-thumb img{display:block;width:100%;height:100%;object-fit:cover}
  .ref-category-thumb b{font-family:"Mier Demi",Arial,sans-serif;font-size:22px;color:#9f2089}
  .ref-category-copy{flex:1;min-width:0}
  .ref-category-copy strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:14px;line-height:18px;font-weight:600;color:#353543}
  .ref-category-copy small{display:block;margin-top:3px;font-size:11px;line-height:14px;color:#8b8ba3}
  .ref-row-chevron{width:24px;text-align:center;color:#616173;font-size:25px;line-height:1;font-family:Arial,sans-serif}
  .ref-empty-copy{padding:30px 8px;text-align:center;color:#8b8ba3;font-size:13px}

  /* Login / unauthenticated account - old simple account form */
  .page-account-login .site-main,.page-account .site-main{background:#f8f8ff}
  .ref-auth-page{padding:14px 12px 82px;background:#f8f8ff}
  .ref-auth-card{background:#fff;border:1px solid #eaeaf2;border-radius:12px;padding:16px 14px;box-shadow:none}
  .ref-auth-card h1{margin:0 0 4px;font-family:"Mier Demi",Arial,sans-serif;font-size:18px;line-height:23px;font-weight:600;color:#353543}
  .ref-auth-card>p{margin:0 0 16px;color:#616173;font-size:12px;line-height:16px}
  .ref-auth-form{display:grid;gap:13px}
  .ref-auth-form label{display:grid;gap:6px;color:#353543;font-family:"Mier Demi",Arial,sans-serif;font-size:12px;line-height:15px;font-weight:600}
  .ref-auth-form input{width:100%;height:44px;border:1px solid #cecede!important;border-radius:8px!important;background:#fff!important;padding:0 12px;font-family:"Mier Book",Arial,sans-serif;font-size:13px;color:#353543;outline:0;box-shadow:none!important}
  .ref-auth-form input:focus{border-color:#9f2089!important;box-shadow:0 0 0 2px rgba(159,32,137,.08)!important}
  .ref-primary-btn{height:44px;margin-top:1px;border:0;border-radius:8px;background:#9f2089;color:#fff;font-family:"Mier Demi",Arial,sans-serif;font-size:14px;font-weight:600}
  .ref-auth-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-size:11px;line-height:14px}
  .ref-auth-links a{color:#9f2089;font-family:"Mier Demi",Arial,sans-serif;font-weight:600}
  .ref-auth-links span{color:#8b8ba3}
  .ref-alert-error{margin:0 0 10px;padding:10px 12px;background:#fff1f1;border:1px solid #ffd6d6;border-radius:8px;color:#a51c1c;font-size:12px}
  .ref-account-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
  .ref-account-benefits>div{min-height:72px;padding:10px;background:#fff;border:1px solid #eaeaf2;border-radius:10px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center}
  .ref-account-benefits>div>span{grid-row:1/3;width:28px;height:28px;color:#9f2089}.ref-account-benefits svg{width:24px;height:24px}
  .ref-account-benefits b{font-family:"Mier Demi",Arial,sans-serif;font-size:11px;color:#353543}.ref-account-benefits small{font-size:10px;color:#8b8ba3}

  /* Help - compact list + trust blocks, closer to old marketplace page */
  .page-help .site-main{background:#fff}
  .ref-help-page{padding-bottom:82px}
  .ref-policy-list{margin:0 12px;border:1px solid #eaeaf2;border-radius:10px;overflow:hidden;background:#fff}
  .ref-policy-list a{min-height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeaf2;color:#353543}
  .ref-policy-list a:last-child{border-bottom:0}.ref-policy-list strong{font-family:"Mier Demi",Arial,sans-serif;font-size:13px;font-weight:600}.ref-policy-list span{font-size:22px;color:#8b8ba3}
  .ref-help-block{margin:12px;padding:12px;border:1px solid #eaeaf2;border-radius:10px;background:#fff}
  .ref-help-block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ref-help-block-head strong{font-family:"Mier Demi",Arial,sans-serif;font-size:14px}.ref-help-block-head span{font-size:11px;color:#8b8ba3}
  .ref-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ref-trust-grid>div{min-height:90px;border:1px solid #efeff4;border-radius:8px;padding:9px;background:#fff;display:flex;flex-direction:column;justify-content:center}.ref-trust-grid>div>span{width:28px;height:28px;color:#9f2089;margin-bottom:5px}.ref-trust-grid svg{width:24px;height:24px}.ref-trust-grid b{font-family:"Mier Demi",Arial,sans-serif;font-size:11px;color:#353543}.ref-trust-grid small{margin-top:2px;font-size:10px;color:#8b8ba3}
  .ref-help-contact{margin:0 12px 18px;min-height:62px;padding:10px 12px;border:1px solid #eaeaf2;border-radius:10px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:#353543}.ref-help-contact>span strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:13px}.ref-help-contact small{display:block;margin-top:2px;font-size:10px;color:#8b8ba3}.ref-help-contact>b{padding:7px 12px;border-radius:6px;background:#9f2089;color:#fff;font-family:"Mier Demi",Arial,sans-serif;font-size:11px}

  /* Authenticated account dashboard - old account list language */
  .ref-account-page{padding:12px 10px 82px;background:#f8f8ff}
  .ref-account-card{background:#fff;border:1px solid #eaeaf2;border-radius:12px;overflow:hidden}
  .ref-account-head{min-height:74px;padding:12px 14px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #eaeaf2}.ref-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:#f8eafa;color:#9f2089;display:grid;place-items:center;font-family:"Mier Demi",Arial,sans-serif;font-size:16px}.ref-account-head>span:last-child{min-width:0}.ref-account-head strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:14px;color:#353543}.ref-account-head small{display:block;margin-top:3px;font-size:10.5px;line-height:14px;color:#8b8ba3;overflow-wrap:anywhere}
  .ref-account-list a{min-height:62px;padding:9px 12px;display:grid;grid-template-columns:34px 1fr 20px;gap:10px;align-items:center;border-bottom:1px solid #eaeaf2;background:#fff;color:#353543}.ref-account-list a:last-child{border-bottom:0}.ref-account-icon{width:34px;height:34px;border-radius:9px;background:#f6f6f9;color:#616173;display:grid;place-items:center}.ref-account-icon svg{width:20px;height:20px}.ref-account-list a>span:nth-child(2){min-width:0}.ref-account-list strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:13px}.ref-account-list small{display:block;margin-top:2px;font-size:10.5px;color:#8b8ba3}.ref-account-list a>b{font-family:Arial,sans-serif;font-size:21px;color:#8b8ba3;font-weight:400;text-align:center}
  .ref-account-logout{padding:12px;border-top:1px solid #eaeaf2}.ref-account-logout button{width:100%;height:40px;border:1px solid #9f2089;border-radius:7px;background:#fff;color:#9f2089;font-family:"Mier Demi",Arial,sans-serif;font-size:13px;font-weight:600}

  /* Prevent older page-specific active/nav rules from changing the approved artwork */
  .page-category .bottom-nav a.active,.page-help .bottom-nav a.active,.page-account .bottom-nav a.active,.page-account-login .bottom-nav a.active,.page-account-register .bottom-nav a.active{color:#111!important;font-weight:400!important}
}


/* V15 - polished marketplace mobile navigation drawer */
@media(max-width:991px){
  .mobile-menu{background:rgba(24,24,35,.48);backdrop-filter:none;transition:opacity .22s ease;overflow:hidden}
  .mobile-menu-card.ref-mobile-drawer{width:min(88vw,354px);height:100%;padding:0;background:#fff;border-radius:0 18px 18px 0;box-shadow:18px 0 42px rgba(20,20,35,.20);gap:0;overflow:hidden;transform:translateX(-104%);transition:transform .24s ease;display:flex;flex-direction:column}
  .mobile-menu.open .mobile-menu-card.ref-mobile-drawer{transform:translateX(0)}
  .ref-menu-head{height:70px;min-height:70px;margin:0;padding:0 14px 0 16px;border-bottom:1px solid #eeeef3;background:#fff;display:flex;align-items:center;justify-content:space-between}
  .ref-menu-head .menu-brand{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:#353543}
  .ref-menu-head .menu-brand img{width:32px;height:32px;border-radius:7px;object-fit:contain;background:#fff;flex:0 0 32px}
  .ref-menu-head .menu-brand strong{font-family:"Mier Demi",Arial,sans-serif;font-size:20px;line-height:24px;color:#353543;font-weight:600;white-space:nowrap}
  .ref-menu-head .menu-close{width:36px;height:36px;border:0;border-radius:50%;background:#f5f5f8;color:#353543;font-family:Arial,sans-serif;font-size:25px;line-height:34px;padding:0;display:grid;place-items:center;box-shadow:none}
  .menu-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:7px 0 22px;background:#fff;-webkit-overflow-scrolling:touch}
  .menu-primary-row,.menu-secondary-row,.menu-view-all{display:grid!important;grid-template-columns:31px minmax(0,1fr) 18px;align-items:center;gap:11px;margin:0;padding:12px 16px!important;border:0!important;text-decoration:none;color:#353543;background:#fff;font-weight:400!important}
  .menu-primary-row{padding-top:11px!important;padding-bottom:11px!important;border-bottom:1px solid #eeeef3!important}
  .menu-primary-row img,.menu-secondary-row img,.menu-view-all img{display:block;width:27px;height:27px;object-fit:contain}
  .menu-primary-row span,.menu-secondary-row span{min-width:0;display:block}
  .menu-primary-row strong,.menu-secondary-row strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:14px;line-height:18px;font-weight:600;color:#353543}
  .menu-primary-row small,.menu-secondary-row small{display:block;margin-top:2px;font-family:"Mier Book",Arial,sans-serif;font-size:11px;line-height:14px;font-weight:400;color:#8b8ba3}
  .menu-primary-row>b,.menu-secondary-row>b,.menu-view-all>b,.menu-category-row>b{font-family:Arial,sans-serif;font-size:23px;line-height:1;font-weight:300;color:#8b8ba3;text-align:right}
  .menu-section-title{padding:17px 16px 7px;font-family:"Mier Demi",Arial,sans-serif;font-size:10px;line-height:13px;letter-spacing:.10em;color:#9f2089;font-weight:600;background:#fff}
  .menu-section-title-secondary{margin-top:6px;padding-top:16px;border-top:8px solid #f7f7fa}
  .menu-category-list{background:#fff}
  .menu-category-row{display:grid!important;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:11px;margin:0 0 0 16px;padding:8px 16px 8px 0!important;border:0!important;border-bottom:1px solid #f0f0f4!important;text-decoration:none;color:#353543;font-weight:400!important;background:#fff}
  .menu-category-thumb{width:48px;height:48px;border-radius:9px;overflow:hidden;background:#f7f7fa;display:block;flex:0 0 48px;border:1px solid #eeeef3}
  .menu-category-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#fff}
  .menu-category-copy{min-width:0;display:block}
  .menu-category-copy strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:13.5px;line-height:17px;font-weight:600;color:#353543;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-category-copy small{display:block;margin-top:2px;font-family:"Mier Book",Arial,sans-serif;font-size:10.5px;line-height:13px;font-weight:400;color:#8b8ba3}
  .menu-view-all{min-height:46px;padding-top:10px!important;padding-bottom:10px!important;color:#9f2089;border-bottom:1px solid #eeeef3!important}
  .menu-view-all span{font-family:"Mier Demi",Arial,sans-serif;font-size:13px;line-height:17px;color:#9f2089;font-weight:600}
  .menu-secondary-row{min-height:58px;border-bottom:1px solid #f0f0f4!important}
  .menu-offer-note{margin:15px 16px 0;padding:12px 13px;border-radius:10px;background:#d7faf1;color:#06795d;border:1px solid #c1f2e6}
  .menu-offer-note strong{display:block;font-family:"Mier Demi",Arial,sans-serif;font-size:12px;line-height:15px;font-weight:600}
  .menu-offer-note span{display:block;margin-top:3px;font-family:"Mier Book",Arial,sans-serif;font-size:10.5px;line-height:14px;color:#387b6c}
  .menu-scroll::-webkit-scrollbar{width:3px}.menu-scroll::-webkit-scrollbar-thumb{background:#dddde5;border-radius:4px}
}
@media(max-width:380px){.mobile-menu-card.ref-mobile-drawer{width:89vw}.ref-menu-head{height:66px;min-height:66px}.menu-category-row{grid-template-columns:44px minmax(0,1fr) 16px}.menu-category-thumb{width:44px;height:44px}}


/* V16 global approved wordmark */
.site-wordmark{display:block;object-fit:contain;object-position:left center;background:transparent!important;border-radius:0!important}
.mobile-header .mobile-brand{padding:0 8px 0 6px!important;max-width:142px!important;flex:0 1 142px!important;overflow:visible!important}
.mobile-header .mobile-brand .mobile-wordmark{display:block!important;width:118px!important;height:auto!important;max-height:34px!important}
.page-home .mobile-header .mobile-brand{max-width:142px!important;flex-basis:142px!important;margin-left:0!important}
.page-home .mobile-header .mobile-brand .mobile-wordmark{display:block!important;width:118px!important;height:auto!important;max-height:34px!important}
body[class*="page-product-"] .product-ref-brand .mobile-wordmark{display:block!important;width:118px!important;height:auto!important;max-height:34px!important}
.ref-menu-head .menu-brand{min-width:150px!important;gap:0!important;padding:0!important}
.ref-menu-head .menu-brand .menu-wordmark{width:132px!important;height:auto!important;max-height:38px!important;display:block!important}
.footer-brand{display:inline-flex;width:max-content;max-width:170px;align-items:center}
.footer-wordmark{width:150px;height:auto;filter:none}
@media(max-width:991px){
  .site-footer .footer-wordmark{width:130px}
}


/* ===== V21: old Buy Now/Add to Cart sheet + uncropped mobile banners ===== */
@media(max-width:991px){
  .page-home .home-hero-slider{height:auto!important;overflow:hidden!important;background:#fff!important}
  .page-home .home-hero-slider .slides{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4/3!important;overflow:hidden!important;background:#fff!important}
  .page-home .home-hero-slider .slide{width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;background:#fff!important}
  .page-home .home-hero-slider .slide img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;padding:0!important;object-fit:contain!important;object-position:center!important;background:#fff!important}

  body.pdp-buy-sheet-open{overflow:hidden!important}
  .pdp-buy-sheet-backdrop{position:fixed;inset:0;z-index:1400;display:flex;align-items:flex-end;justify-content:center;background:rgba(23,19,27,.46);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}
  .pdp-buy-sheet-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
  .pdp-buy-sheet{width:100%;max-width:420px;max-height:min(88vh,700px);display:flex;flex-direction:column;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -12px 38px rgba(24,18,28,.22);transform:translateY(18px);transition:transform .16s ease;color:#353543;overflow:hidden}
  .pdp-buy-sheet-backdrop.open .pdp-buy-sheet{transform:translateY(0)}
  .pdp-buy-sheet-head{height:50px;min-height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ece7ef;background:#fff}
  .pdp-buy-sheet-head strong{font-size:15px;line-height:20px;font-weight:700;color:#4a4a5c}
  .pdp-buy-sheet-close{width:30px;height:30px;padding:0;border:0;background:transparent;color:#626474;font-size:27px;line-height:28px;display:grid;place-items:center}
  .pdp-buy-sheet-body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 16px 4px;background:#fff}
  .pdp-buy-sheet-block{padding:18px 0 20px}
  .pdp-buy-sheet-block+.pdp-buy-sheet-block{border-top:1px solid #e1dce5}
  .pdp-buy-sheet-label{font-size:13px;line-height:18px;font-weight:500;color:#66677a;margin-bottom:15px}
  .pdp-buy-sheet-sizes{display:flex;flex-wrap:wrap;gap:10px 11px}
  .pdp-sheet-size-chip{height:35px;min-width:55px;padding:0 16px;border:1px solid #3f4654;border-radius:19px;background:#fff;color:#272b34;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center}
  .pdp-sheet-size-chip.active{border:2px solid #9f2089;color:#9f2089;background:#fff8fd;padding:0 15px}
  .pdp-buy-sheet-error{display:none;margin-top:10px;color:#c21f5b;font-size:11px;font-weight:700}.pdp-buy-sheet-error.visible{display:block}
  .pdp-buy-sheet-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
  .pdp-buy-sheet-label-row strong{font-size:14px;line-height:19px;font-weight:700;color:#66677a}
  .pdp-return-details-toggle{border:0;background:transparent;padding:0;color:#b51f9a;font-size:13px;font-weight:700}
  .pdp-return-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .pdp-return-card{position:relative;min-width:0;min-height:126px;padding:10px;border:1px solid #ded7e4;border-radius:8px;background:#fff;text-align:left;color:#353543;display:flex;flex-direction:column;align-items:stretch}
  .pdp-return-card.active{border-color:#c324a8;box-shadow:0 0 0 1px rgba(159,32,137,.03)}
  .pdp-return-top{height:26px;display:flex;align-items:flex-start;justify-content:space-between;gap:6px}
  .pdp-return-badge{min-width:27px;height:21px;padding:0 6px;border-radius:5px;background:#616171;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}
  .pdp-return-check{position:absolute;right:-7px;top:-7px;width:20px;height:20px;border-radius:50%;background:#a72b92;color:#fff;border:2px solid #eee;display:none;align-items:center;justify-content:center;font-size:11px;font-weight:800}.pdp-return-card.active .pdp-return-check{display:flex}
  .pdp-return-title{min-height:34px;font-size:9px;line-height:12px;font-weight:500;color:#646577}
  .pdp-return-price{margin-top:9px;font-size:16px;line-height:20px;font-weight:700;color:#101217}
  .pdp-return-pill{height:20px;margin-top:7px;padding:0 7px;border-radius:10px;background:#d5f3e8;color:#07885e;font-size:8px;line-height:20px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:3px}
  .pdp-return-details{display:none;margin-top:12px;padding:10px 11px;border-radius:9px;background:#faf7fb;color:#666778;font-size:11px;line-height:1.45}.pdp-return-details.visible{display:block}
  .pdp-buy-sheet-footer{padding:12px 16px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #ece7ef;background:#fff}
  .pdp-buy-sheet-confirm{width:100%;height:46px;border:0;border-radius:4px;background:#ae1f96;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.pdp-buy-sheet-confirm:disabled{opacity:.7}.pdp-buy-sheet-confirm span:first-child{font-size:11px;letter-spacing:-2px}
}
@media(min-width:992px){.pdp-buy-sheet-backdrop{display:none!important}}

/* Desktop layer consolidated from the former secondary stylesheet. */
@media(min-width:992px){body{background:#f7f7fa;padding-bottom:0}.mobile-header,.bottom-nav,.mobile-menu,.mobile-action-bar{display:none!important}.desktop-header{display:block;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #e9e9ef}.desktop-top{max-width:1480px;margin:auto;display:grid;grid-template-columns:280px minmax(380px,1fr) auto;align-items:center;gap:30px;padding:17px 28px}.desktop-brand{display:flex;align-items:center;gap:11px}.desktop-brand img{width:46px;height:46px;border-radius:13px}.desktop-brand span{display:flex;flex-direction:column}.desktop-brand strong{font-size:22px}.desktop-brand small{font-size:11px;color:#777}.desktop-search{height:48px;display:flex;border:1px solid #dcdce5;border-radius:13px;overflow:hidden;background:#fbfbfd}.desktop-search input{flex:1;border:0;background:transparent;padding:0 16px;outline:none}.desktop-search button{border:0;background:#1b2030;color:#fff;padding:0 24px;font-weight:700}.desktop-top nav{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:700}.desktop-cart{background:#9f2089;color:#fff;padding:12px 17px;border-radius:12px}.desktop-cats{max-width:1480px;margin:auto;padding:0 28px 12px;display:flex;gap:22px;white-space:nowrap;overflow:auto;font-size:13px}.desktop-cats a:hover{color:#9f2089}.offer-strip{height:34px;font-size:12px}.offer-strip span{display:inline;margin-left:8px;font-weight:500}.site-main{max-width:1480px;margin:0 auto;padding:22px 28px 50px}.desktop-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:22px}.desktop-hero-copy,.desktop-hero-feature{border-radius:28px;padding:48px;background:#fff;border:1px solid #ececf1;box-shadow:0 20px 55px #1b20300b}.desktop-hero-copy{background:linear-gradient(135deg,#fff 0%,#fff9fe 55%,#f6f2ff 100%)}.desktop-hero-copy h1{font-size:clamp(46px,4.4vw,76px);line-height:1.02;letter-spacing:-.05em;margin:13px 0 18px;max-width:900px}.desktop-hero-copy p{font-size:17px;color:#586174;max-width:700px;line-height:1.6}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-points{display:flex;gap:20px;margin-top:26px;font-size:12px;color:#4f5667}.desktop-hero-feature{background:#171f2e;color:#fff}.feature-label{text-transform:uppercase;letter-spacing:.15em;font-size:11px;color:#aeb7c7;margin-bottom:20px}.desktop-hero-feature a{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid #ffffff24;font-size:17px}.location-strip{margin:18px 0 0;border:1px solid #ececf1;border-radius:16px;padding:14px 18px}.hero-slider{margin-top:18px;border-radius:26px;overflow:hidden;box-shadow:0 16px 45px #1b20300c}.slide img{aspect-ratio:3/1;object-fit:cover}.deal-head{margin-top:20px;border:1px solid #ececf1;border-radius:16px;padding:16px 18px}.deal-head strong{font-size:19px}.products-section{padding:24px 0;background:transparent}.section-heading{display:flex;justify-content:space-between;align-items:end;padding:0 0 16px}.section-heading h2{font-size:30px;font-weight:700}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.product-card{border-radius:18px;border:1px solid #e8e8ef;box-shadow:0 8px 24px #1b203008;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #1b203014}.pc-image{aspect-ratio:1/1.18}.pc-copy{padding:13px}.pc-copy h3{font-size:14px}.pc-price strong{font-size:19px}.pc-trust{margin-top:7px}.site-footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;background:#151b27;color:#fff;padding:45px max(28px,calc((100vw - 1424px)/2));}.site-footer p,.site-footer a,.site-footer span{color:#aab1bf;font-size:13px}.site-footer>div{display:flex;flex-direction:column;gap:8px}.site-footer strong{font-size:24px}.category-grid{grid-template-columns:repeat(4,1fr);padding:0;gap:16px}.category-card{border-radius:20px;padding:18px}.category-layout{display:grid;grid-template-columns:250px 1fr;gap:24px;background:transparent}.desktop-filter{display:block;background:#fff;border-radius:20px;border:1px solid #e7e7ee;padding:22px;align-self:start;position:sticky;top:130px}.desktop-filter h2{font-size:25px;margin:8px 0}.desktop-filter p{color:#777}.desktop-filter nav{display:grid;gap:6px;margin-top:18px}.desktop-filter a{padding:11px 12px;border-radius:10px;font-size:13px}.desktop-filter a.active,.desktop-filter a:hover{background:#9f2089;color:#fff}.category-main{background:#fff;border-radius:22px;border:1px solid #e7e7ee;padding:10px 16px 25px}.category-main .product-grid{padding:0}.pdp{display:grid;grid-template-columns:minmax(500px,1.05fr) minmax(420px,.95fr);gap:24px;background:transparent}.pdp-gallery,.pdp-info{background:#fff;border:1px solid #e6e6ed;border-radius:24px;overflow:hidden}.pdp-main-image img{height:min(680px,72vh);aspect-ratio:auto;object-fit:contain}.pdp-thumbs{padding:12px 18px}.pdp-thumbs button{flex-basis:64px}.pdp-thumbs img{width:58px;height:70px}.pdp-info{padding:28px;position:sticky;top:130px;align-self:start}.pdp-title-row h1{font-size:24px;font-weight:650}.pdp-title-row button{font-size:12px}.pdp-price strong{font-size:30px}.trust-inline span{font-size:12px;padding:8px 10px}.size-chip{min-width:62px;height:42px}.pdp-details p{font-size:14px}.pdp-desktop-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.similar{background:transparent;padding:28px 0}.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;padding:0;background:transparent}.checkout-main,.summary-card{border-radius:22px;padding:20px}.summary-card{margin-top:0;align-self:start;position:sticky;top:130px}.cart-line{grid-template-columns:105px 1fr auto;padding:16px 0}.cart-line img{width:105px;height:130px}.cart-line h3{font-size:15px}.secure-form{padding:0 16px 20px}.form-grid{grid-template-columns:1fr 1fr}.span-2{grid-column:span 2}.status-card,.auth-card{background:#fff;border:1px solid #e6e6ed;border-radius:24px;box-shadow:0 18px 50px #1111}.page-head{background:transparent;padding-left:0}.account-grid{grid-template-columns:repeat(3,1fr);padding:0 0 25px}.account-tile{background:#fff}.orders-list{padding:0}.orders-list article{background:#fff}.policy-page{background:#fff;border:1px solid #e7e7ed;border-radius:22px;padding:20px 35px}.policy-list{background:#fff;border-radius:20px;padding:8px 20px}.buy-sheet{align-items:center;justify-content:center}.buy-sheet-card{max-width:560px;border-radius:22px;padding:20px}.return-option{padding:15px}}
@media(min-width:1280px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category-main .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}

@media(min-width:992px){.address-list,.order-detail,.page-grid{padding-left:0;padding-right:0}.address-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.address-card{background:#fff;margin:0}.order-detail{display:grid;grid-template-columns:1fr 360px;gap:24px}.order-items{background:#fff;border:1px solid #e7e7ee;border-radius:20px;overflow:hidden}.page-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(min-width:768px){.saved-checkout{padding:0 0 18px}.saved-checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.saved-checkout-card{min-height:108px;padding:14px}}

/* ===== V2 DESKTOP PREMIUM POLISH ===== */
@media(min-width:992px){
body{background:#f5f6fa;color:#182033}.site-main{max-width:1500px;padding:26px 34px 58px}.desktop-header{box-shadow:0 1px 0 rgba(20,25,38,.05)}.desktop-top{max-width:1500px;grid-template-columns:270px minmax(360px,720px) auto;padding:15px 34px;gap:24px}.desktop-brand img{width:42px;height:42px;object-fit:contain;border-radius:0}.desktop-brand strong{font-size:21px;letter-spacing:-.02em}.desktop-brand small{font-size:10px}.desktop-search{height:50px;border-radius:14px;padding-left:14px;align-items:center}.desktop-search>span{color:#8d8fa0}.desktop-search>span .icon{width:20px;height:20px}.desktop-search button{height:100%;display:flex;align-items:center;padding:0 26px}.desktop-top nav{gap:16px}.desktop-top nav>a:not(.desktop-cart){padding:10px 4px}.desktop-cart{display:flex;align-items:center;gap:6px;padding:11px 15px}.desktop-cart .icon{width:18px;height:18px}.desktop-cats{max-width:1500px;padding:0 34px 11px;gap:25px}.desktop-cats a{padding:3px 0;position:relative}.desktop-cats a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#9f2089;border-radius:2px}.offer-strip{height:36px}.desktop-hero{gap:20px}.desktop-hero-copy,.desktop-hero-feature{min-height:430px;border-radius:26px}.desktop-hero-copy{padding:52px;background:radial-gradient(circle at 90% 10%,#f4e9ff 0,transparent 35%),linear-gradient(135deg,#fff 0%,#fff8fd 60%,#f9f4ff 100%)}.desktop-hero-copy h1{font-size:clamp(48px,4.2vw,70px);max-width:820px}.desktop-hero-feature{padding:38px}.desktop-hero-feature a{padding:18px 0}.location-strip{min-height:48px;border-radius:14px!important;padding:14px 17px!important}.hero-slider{border-radius:24px!important}.slides{aspect-ratio:auto;height:auto}.slide{position:static;display:none!important;opacity:1;visibility:visible}.slide.active{display:block!important}.slide img{height:auto;aspect-ratio:3/1;object-fit:cover}.slider-dots{height:31px}.deal-head{border-radius:14px;margin-top:18px;padding:14px 17px}.products-section{padding-top:22px}.section-heading{padding:0 0 15px}.section-heading h2{font-size:29px}.product-grid{border:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-card{border:1px solid #e5e6ed!important;border-radius:17px!important;box-shadow:0 7px 22px rgba(20,25,38,.035)!important;overflow:hidden}.product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 38px rgba(20,25,38,.09)!important}.pc-image{aspect-ratio:1/1.16}.pc-copy{padding:11px 12px 13px}.pc-copy h3{font-size:13px}.pc-price strong{font-size:18px}.pc-trust img{width:48px}.site-footer{grid-template-columns:2fr 1fr 1fr;padding-top:48px;padding-bottom:48px}.category-layout{gap:22px}.category-main{padding:8px 16px 24px}.category-main .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pdp{grid-template-columns:minmax(520px,1.12fr) minmax(430px,.88fr);gap:22px}.pdp-gallery,.pdp-info{border-radius:22px!important}.pdp-main-image{min-height:0}.pdp-main-image img{height:min(690px,72vh);max-height:none;aspect-ratio:auto;padding:12px}.pdp-gallery-dots{display:none}.pdp-info{padding:28px 30px 30px;border-top:1px solid #e6e6ed}.pdp-title-row h1{font-size:23px;line-height:1.35;color:#333745}.pdp-icon-action{min-width:58px!important}.pdp-price strong{font-size:30px}.special-offer{padding:7px 10px}.special-offer strong{font-size:12px}.special-offer span{font-size:11px}.trust-inline span{font-size:11px;padding:7px 9px}.size-card,.pdp-details,.pdp-service-card{margin:16px 0 0;padding:16px 0 0;border-top:1px solid #ececf2}.pdp-details{padding-bottom:0}.pdp-service-card{padding-bottom:0}.pdp-service-grid{border-radius:14px}.pdp-service-grid>span{min-height:90px}.pdp-desktop-actions .btn{gap:7px}.pdp-desktop-actions .icon{width:18px;height:18px}.similar{padding:28px 0 8px;border-top:0;background:transparent}.similar .product-grid{border:0}.checkout-shell{gap:22px}.checkout-main,.summary-card{border-radius:20px}.checkout-main .page-head{padding:18px 20px 12px}.cart-line{padding-left:20px;padding-right:20px}.secure-form{padding:10px 20px 20px}.payment-card{padding:20px}.summary-card{padding:20px}.auth-card{margin:35px auto}.category-grid{padding-left:0;padding-right:0}.category-card{border-radius:16px}
}
@media(min-width:1320px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category-main .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* ===== V2.1 ACCOUNT + CONTENT DESKTOP ===== */
@media(min-width:992px){
.account-auth-wrap{max-width:1080px;margin:50px auto 80px;padding:0;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #e5e6ed;border-radius:26px;overflow:hidden;box-shadow:0 24px 70px rgba(20,25,38,.08)}.account-auth-visual{display:flex;flex-direction:column;justify-content:center;min-height:560px;padding:56px;background:radial-gradient(circle at 100% 0,#f4e9ff 0,transparent 42%),linear-gradient(135deg,#fff8fd,#f7f3ff)}.account-auth-visual h1{font-size:46px;line-height:1.05;letter-spacing:-.04em;margin:12px 0}.account-auth-visual p{font-size:15px;line-height:1.7;color:#5f6678;max-width:470px}.account-assurance{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.account-assurance span{display:flex;align-items:center;gap:6px;border:1px solid #e4d8ea;border-radius:99px;padding:9px 12px;font-size:11px;background:#fff}.account-assurance .icon{width:16px;height:16px;color:#9f2089}.account-auth-card{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;align-self:center;padding:48px!important;max-width:none!important;width:100%}.account-form-card,.address-form-card{max-width:720px;margin:30px auto 70px!important;padding:28px!important}.account-card-icon{width:52px;height:52px}.account-card-icon .icon{width:26px;height:26px}.account-welcome{padding-top:22px}.account-grid-polished{grid-template-columns:repeat(3,1fr);gap:14px}.account-grid-polished .account-tile{min-height:104px;border-radius:16px;padding:18px}.account-logout{padding:0 0 50px}.account-logout .btn{width:auto;min-width:150px}.polished-list{padding:0 0 50px}.order-list-card{border-radius:15px;padding:16px}.order-list-copy strong{font-size:14px}.order-list-total b{font-size:15px}.address-list{padding:0 0 50px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.address-card{border-radius:16px;padding:16px}.address-card p{font-size:12px}.page-head-actions{padding-top:20px}.order-items article{padding:17px}.order-items article strong{font-size:13px}.order-items article small{font-size:11px}.order-items article>b{font-size:14px}.polished-empty{grid-column:1/-1;min-height:280px}.policy-page{padding-bottom:35px}.policy-content{font-size:14px}
}


/* V16 approved wordmark in desktop header/footer */
@media(min-width:992px){
  .desktop-brand{gap:12px;min-width:0}
  .desktop-brand .desktop-wordmark{width:150px!important;height:auto!important;max-height:40px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;flex:0 0 auto}
  .desktop-brand span{justify-content:center;min-width:0}
  .desktop-brand small{white-space:nowrap}
  .site-footer .footer-wordmark{width:160px;height:auto}
}
