
:root{--navy:#17263d;--ink:#1d2a3d;--muted:#718096;--pink:#d92768;--pink2:#f46d98;--rose:#fff0f5;--cream:#fbf7f3;--sage:#e9efe7;--sky:#eaf4fb;--line:#e9e7e5;--bg:#fff;--card:#fff;--shadow:0 10px 30px rgba(23,38,61,.08);--radius:18px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}body.no-scroll{overflow:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:12px;text-align:center;padding:8px 12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-main{min-height:78px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;min-width:245px}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#f7a8bd,#d82c68);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-weight:700;font-size:20px;box-shadow:0 6px 16px rgba(216,44,104,.2)}.brand-copy strong{display:block;font-family:Georgia,serif;font-size:25px;line-height:1}.brand-copy small{display:block;color:var(--muted);font-size:10px;letter-spacing:2px;margin-top:4px}.search-box{flex:1;display:flex;max-width:520px;margin-left:auto}.search-box input{width:100%;height:44px;border:1px solid #dddfe5;border-right:0;border-radius:12px 0 0 12px;padding:0 16px;outline:none}.search-box button{width:52px;border:0;border-radius:0 12px 12px 0;background:var(--pink);color:#fff}.header-actions{display:flex;align-items:center;gap:14px}.head-action{background:none;border:0;color:var(--ink);font-size:13px;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:50px}.head-icon{font-size:22px;line-height:1}.badge{background:var(--pink);color:#fff;border-radius:99px;font-size:9px;min-width:17px;height:17px;display:grid;place-items:center;position:absolute;margin:-27px -25px 0 28px}.nav-row{border-top:1px solid #f2f2f4}.main-nav{height:48px;display:flex;align-items:center;justify-content:center;gap:34px;font-size:14px;font-weight:650}.main-nav a{height:48px;display:grid;place-items:center;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--pink)}.main-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--pink)}.mobile-menu{display:none}
.hero{background:linear-gradient(105deg,#fff4f5 0%,#f8e8e3 58%,#f2e7e2 100%);overflow:hidden}.hero-inner{min-height:430px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:25px}.hero-copy{padding:60px 0}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:800;color:var(--pink)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif}.hero h1{font-size:58px;line-height:1.02;margin:14px 0;color:var(--navy)}.hero h1 em{font-weight:400;color:#bd5577}.hero p{max-width:530px;color:#5f6672;font-size:17px;line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid transparent;padding:12px 22px;font-weight:750;transition:.2s}.btn-primary{background:var(--pink);color:#fff;box-shadow:0 8px 20px rgba(216,44,104,.18)}.btn-primary:hover{transform:translateY(-1px);background:#c7225b}.btn-light{background:#fff;border-color:var(--line)}.hero-art{height:100%;min-height:430px;position:relative;display:flex;align-items:end;justify-content:center}.hero-art:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;background:#f8dce4;top:10px;right:8%;}.hero-art-card{position:relative;width:min(420px,90%);height:350px;border-radius:28px 28px 0 0;background:linear-gradient(145deg,#f4d7df,#fff8f5);box-shadow:var(--shadow);display:flex;align-items:end;justify-content:center;overflow:hidden}.hero-art-card img{width:75%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 18px rgba(23,38,61,.14))}.hero-tag{position:absolute;left:24px;top:24px;background:#fff;padding:10px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:1px}.hero-note{position:absolute;right:0;top:80px;color:#7d6a67;font-family:cursive;font-size:23px;transform:rotate(-5deg)}
.category-strip{padding:34px 0 28px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.section-head h2{font-size:32px;margin:7px 0 0;color:var(--navy)}.text-link{color:var(--pink);font-weight:750;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}.category-card{border:0;background:none;text-align:center;padding:0}.category-image{width:100%;aspect-ratio:1;border-radius:50%;background:#f7f4f3;display:grid;place-items:center;overflow:hidden;border:1px solid #f0edef;transition:.2s}.category-card:hover .category-image{transform:translateY(-3px);box-shadow:var(--shadow)}.category-image img{width:78%;height:78%;object-fit:contain}.category-placeholder{font-size:28px;color:#aaa}.category-card strong{display:block;font-size:13px;margin-top:10px}.category-card small{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.perks{background:#faf8f8;border-top:1px solid #f2eef0;border-bottom:1px solid #f2eef0}.perk-grid{display:grid;grid-template-columns:repeat(4,1fr)}.perk{padding:19px 25px;display:flex;gap:13px;align-items:center;border-right:1px solid #ddd8dc}.perk:last-child{border-right:0}.perk-icon{font-size:26px;color:var(--pink)}.perk strong{display:block;font-size:13px}.perk span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.section{padding:52px 0}.soft-section{background:#fcf8f8}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:.22s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image-wrap{background:#f8f6f6;aspect-ratio:1/1.12;position:relative;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain}.wish{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;border:0;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);font-size:18px}.tag{position:absolute;left:12px;bottom:12px;background:var(--pink);color:#fff;padding:5px 9px;border-radius:6px;font-size:10px;font-weight:800}.product-body{padding:13px}.product-cat{color:var(--muted);font-size:11px}.product-name{font-weight:700;font-size:14px;margin:5px 0;min-height:38px}.product-meta{font-size:11px;color:var(--muted);min-height:16px}.price-row{display:flex;align-items:center;gap:8px;margin-top:9px}.price{font-weight:800;font-size:17px;color:var(--pink)}.compare{text-decoration:line-through;color:#9ca3af;font-size:12px}.add-btn{width:100%;margin-top:11px;border:1px solid var(--pink);color:var(--pink);background:#fff;border-radius:9px;padding:9px;font-weight:750}.add-btn:hover{background:var(--pink);color:#fff}.stock{font-size:11px;margin-top:7px}.stock.in{color:#27834f}.stock.out{color:#b64747}
.promo-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.promo{min-height:175px;border-radius:14px;padding:24px;position:relative;overflow:hidden;display:flex;align-items:center}.promo h3{font-size:25px;margin:0 0 7px;max-width:210px}.promo p{margin:0 0 14px;font-size:12px;color:#5c6470}.promo .btn{padding:9px 15px;font-size:12px}.promo-pink{background:#f9dce4}.promo-sage{background:#e8ede5}.promo-blue{background:#dfeef7}.promo-art{position:absolute;right:-8px;bottom:-12px;width:48%;height:110%;object-fit:contain}
.footer{background:var(--navy);color:#fff;margin-top:20px}.footer-grid{padding:48px 0 36px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}.footer-brand{font-family:Georgia,serif;font-size:28px}.footer p,.footer a,.footer small{color:#b9c1cd;font-size:12px;line-height:1.8}.footer h4{margin:0 0 13px;font-size:13px}.footer a{display:block}.footer a:hover{color:#fff}.newsletter{display:flex}.newsletter input{min-width:0;flex:1;border:0;border-radius:8px 0 0 8px;padding:10px}.newsletter button{border:0;border-radius:0 8px 8px 0;background:var(--pink);color:#fff;padding:0 14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:15px 0;display:flex;justify-content:space-between;color:#9fa9b7;font-size:11px}
.page-hero{background:#fbf1f3;padding:38px 0}.page-hero h1{font-size:42px;margin:8px 0}.breadcrumbs{font-size:12px;color:var(--muted)}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:30px}.filters{border:1px solid var(--line);border-radius:16px;padding:18px;height:max-content;position:sticky;top:150px}.filters h3{font-size:20px;margin:0 0 15px}.filter-group{padding:15px 0;border-top:1px solid var(--line)}.filter-group:first-of-type{border-top:0}.filter-group label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.field{width:100%;height:40px;border:1px solid #dddfe5;border-radius:9px;padding:0 10px;outline:none}.shop-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.shop-toolbar .search{flex:1}.product-grid.shop-grid{grid-template-columns:repeat(3,1fr)}
.detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;padding:45px 0}.gallery{display:grid;grid-template-columns:76px 1fr;gap:14px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumb{width:72px;height:84px;object-fit:contain;border:1px solid var(--line);border-radius:10px;background:#fafafa}.thumb.active{border:2px solid var(--pink)}.main-image{width:100%;height:590px;object-fit:contain;background:#faf8f8;border-radius:20px}.detail-copy h1{font-size:42px;line-height:1.1;margin:10px 0}.sku{color:var(--muted);font-size:12px}.detail-price{font-size:29px;color:var(--pink);font-weight:850;margin:20px 0}.detail-copy p{color:#626b79;line-height:1.7}.detail-info{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.info-box{background:#faf8f8;border-radius:12px;padding:13px}.info-box small{display:block;color:var(--muted);font-size:10px}.info-box strong{display:block;margin-top:4px}.detail-actions{display:flex;gap:10px}.detail-actions .btn{flex:1}
.account-layout{display:grid;grid-template-columns:230px 1fr;gap:28px;padding:45px 0}.account-menu{border:1px solid var(--line);border-radius:16px;padding:10px;height:max-content}.account-menu button{display:block;width:100%;border:0;background:none;text-align:left;padding:12px;border-radius:9px;font-weight:650}.account-menu button.active,.account-menu button:hover{background:#fff0f5;color:var(--pink)}.account-panel{border:1px solid var(--line);border-radius:18px;padding:25px}.account-panel h2{margin-top:0}.form-grid{display:grid;gap:14px}.form-grid label{font-size:12px;font-weight:700}.form-grid input,.form-grid textarea,.form-grid select{display:block;width:100%;margin-top:6px;border:1px solid #dddfe5;border-radius:9px;padding:10px;outline:none}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hidden{display:none!important}.auth-box{max-width:480px;margin:45px auto;padding:30px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.address-card,.return-card,.order-card{border:1px solid var(--line);border-radius:12px;padding:15px;margin-bottom:12px}.card-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.muted{color:var(--muted)}.empty{padding:45px;text-align:center;color:var(--muted);border:1px dashed #d9dce2;border-radius:14px}.customer-order-card{padding:18px}.order-date{font-size:12px;margin-top:4px}.order-status{font-size:12px;font-weight:750;padding:6px 10px;border-radius:999px;background:#f4f7fb}.account-order-items{display:grid;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.account-order-item{display:grid;grid-template-columns:68px 1fr auto;gap:12px;align-items:center;padding:8px 0}.account-order-thumb{width:68px;height:78px;border-radius:10px;background:#faf8f8;overflow:hidden;border:1px solid #eee}.account-order-thumb img{width:100%;height:100%;object-fit:contain}.account-order-item-info{display:grid;gap:4px;min-width:0}.account-order-item-info strong{font-size:13px}.account-order-item-info span{font-size:11px;color:var(--muted)}.account-order-item-total{font-size:13px;color:var(--navy)}.order-summary-row{display:flex;justify-content:space-between;gap:15px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}@media(max-width:700px){.account-order-item{grid-template-columns:58px 1fr}.account-order-thumb{width:58px;height:68px}.account-order-item-total{grid-column:2}.order-summary-row{display:grid;gap:5px}}
.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:25px;padding:45px 0}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-img{width:100px;height:110px;background:#faf8f8;border-radius:10px;overflow:hidden}.cart-img img{width:100%;height:100%;object-fit:contain}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:7px}.cart-summary{border:1px solid var(--line);border-radius:16px;padding:20px;height:max-content;position:sticky;top:150px}.summary-row,.summary-total{display:flex;justify-content:space-between;padding:9px 0}.summary-total{border-top:1px solid var(--line);margin-top:10px;padding-top:15px;font-size:18px}.checkout-layout{padding:45px 0;display:grid;grid-template-columns:1fr 360px;gap:25px}.checkout-card{border:1px solid var(--line);border-radius:16px;padding:22px;margin-bottom:15px}.address-choice{display:block;border:1px solid var(--line);border-radius:12px;padding:13px;margin:8px 0}.address-choice.selected{border-color:var(--pink);background:#fff7f9}.success{text-align:center;padding:50px}.success-icon{width:64px;height:64px;border-radius:50%;background:#eaf7ef;color:#2d8b58;display:grid;place-items:center;margin:0 auto 15px;font-size:30px}
.toast{position:fixed;right:20px;bottom:20px;background:var(--navy);color:#fff;padding:13px 17px;border-radius:10px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:none}.loading{padding:35px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.header-main{gap:14px}.brand{min-width:auto}.brand-copy strong{font-size:21px}.search-box{max-width:none}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:46px}.shop-layout,.account-layout{grid-template-columns:1fr}.filters{position:static}.product-grid.shop-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr}}
@media(max-width:700px){.container{width:min(var(--max),calc(100% - 24px))}.topbar{font-size:10px}.header-main{min-height:64px;flex-wrap:wrap;padding:10px 0}.search-box{order:3;flex-basis:100%}.header-actions{margin-left:auto}.head-action span.label{display:none}.nav-row{display:none}.mobile-menu{display:block;border:0;background:none;font-size:23px}.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:45px 0 20px}.hero h1{font-size:42px}.hero-art{min-height:310px}.hero-art-card{height:280px}.hero-note{display:none}.category-grid{grid-template-columns:repeat(4,1fr);gap:10px}.category-card strong{font-size:10px}.category-card small{display:none}.perk-grid{grid-template-columns:1fr 1fr}.perk{border-bottom:1px solid #ddd8dc;padding:14px}.product-grid,.product-grid.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.promo-grid{grid-template-columns:1fr}.section{padding:38px 0}.section-head h2{font-size:26px}.page-hero h1{font-size:34px}.detail-layout{grid-template-columns:1fr;gap:25px}.main-image{height:420px}.gallery{grid-template-columns:60px 1fr}.thumb{width:56px;height:68px}.form-two{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{display:block;line-height:1.8}.cart-item{grid-template-columns:75px 1fr}.cart-img{width:75px;height:85px}.cart-item>strong{grid-column:2}.promo{min-height:160px}}
@media(max-width:430px){.brand-copy small{display:none}.brand-copy strong{font-size:18px}.header-actions{gap:3px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid,.product-grid.shop-grid{grid-template-columns:1fr 1fr}.product-name{font-size:12px}.price{font-size:15px}}

/* Storefront UI V3 polish */
.site-header{box-shadow:0 4px 18px rgba(23,40,61,.04)}
.brand-mark{border-radius:15px 15px 15px 4px;box-shadow:0 8px 20px rgba(217,39,104,.08)}
.hero{background:linear-gradient(105deg,#f8e0e6 0%,#fbefe9 52%,#f6e6e1 100%)}
.hero-inner{min-height:440px}
.hero-copy h1{letter-spacing:-.055em}
.hero-art-card{box-shadow:0 24px 55px rgba(23,40,61,.08)}
.category-card{transition:.2s}
.category-card:hover{transform:translateY(-4px)}
.category-image{box-shadow:0 8px 24px rgba(23,40,61,.08)}
.product-card{box-shadow:0 6px 20px rgba(23,40,61,.04)}
.product-card:hover{box-shadow:0 18px 38px rgba(23,40,61,.12)}
.product-image-wrap{background:linear-gradient(145deg,#faf7f5,#f3efed)}
.section-head h2{letter-spacing:-.04em}
.promo{box-shadow:0 8px 25px rgba(23,40,61,.05)}
@media(max-width:760px){.hero-inner{min-height:0}.hero-copy h1{font-size:44px}.section-head{align-items:center}.main-nav{flex-wrap:wrap;gap:12px 20px;padding:8px 0}.nav-row{border-top:0}.nav-row .main-nav a{padding:10px 0}.hero-art-card{width:94%}}


/* ===== Huma Collections UI V3 — Step 1: Global Shell ===== */
:root{
  --hc-navy:#15243a; --hc-pink:#d82f6b; --hc-pink-dark:#bd2458;
  --hc-rose:#fff1f5; --hc-cream:#fcf8f5; --hc-border:#ebe7e5;
  --hc-text:#1b2a3d; --hc-muted:#6e7887; --hc-max:1280px;
  --hc-shadow:0 10px 32px rgba(21,36,58,.07);
}
body{color:var(--hc-text);background:#fff}
.container{width:min(var(--hc-max),calc(100% - 48px))}
.topbar{height:34px;display:flex;align-items:center;justify-content:center;letter-spacing:.15px;background:var(--hc-navy);font-size:11px}
.site-header{box-shadow:0 3px 18px rgba(21,36,58,.06);border-bottom:1px solid rgba(21,36,58,.06)}
.header-main{min-height:86px;gap:28px}
.brand{min-width:260px;gap:11px}
.brand-mark{width:48px;height:48px;border-radius:18px 18px 18px 6px;background:linear-gradient(145deg,#f5a6bb,#d72d69);font-family:Georgia,serif;font-size:22px;box-shadow:0 9px 22px rgba(216,47,107,.18);position:relative}
.brand-mark:after{content:"";position:absolute;width:13px;height:24px;border:2px solid rgba(255,255,255,.72);border-left:0;border-bottom:0;border-radius:100% 0 0 0;transform:rotate(-35deg);right:8px;top:8px}
.brand-copy strong{font-size:29px;letter-spacing:-.6px}
.brand-copy small{font-size:9px;letter-spacing:2.4px;margin-top:5px}
.search-box{height:46px;max-width:590px}
.search-box input{height:46px;background:#fff;border-color:#dedfe4;border-radius:13px 0 0 13px;font-size:13px}
.search-box input:focus{border-color:#e5a0b8;box-shadow:0 0 0 3px rgba(216,47,107,.07)}
.search-box button{height:46px;width:54px;border-radius:0 13px 13px 0;background:var(--hc-pink);font-size:22px}
.header-actions{gap:8px}
.head-action{min-width:66px;padding:7px 8px;border-radius:12px;position:relative;transition:.2s}
.head-action:hover{background:var(--hc-rose);color:var(--hc-pink)}
.head-icon{font-size:23px;font-weight:400}
.head-action .label{font-size:11px;font-weight:700}
.badge{margin:-34px -18px 0 32px}
.nav-row{background:#fff;border-top:1px solid #f2eff0}
.main-nav{height:52px;gap:38px;font-size:13px;letter-spacing:.05px}
.main-nav a{height:52px;padding:0 2px}
.main-nav a.active:after{height:3px;border-radius:3px 3px 0 0}
.mobile-menu{width:40px;height:40px;border-radius:11px;border:1px solid var(--hc-border);background:#fff;color:var(--hc-navy);font-size:20px}
.footer{margin-top:0;background:linear-gradient(180deg,#18273b,#121e30);border-top:1px solid rgba(255,255,255,.05)}
.footer-grid{padding:58px 0 42px;gap:46px}
.footer-brand{font-size:31px;letter-spacing:-.4px}
.footer h4{font-size:13px;letter-spacing:.2px}
.footer a,.footer p,.footer small{font-size:12px}
.footer a{transition:.18s}
.footer a:hover{color:#fff;transform:translateX(2px)}
.newsletter{border:1px solid rgba(255,255,255,.14);border-radius:10px;overflow:hidden}
.newsletter input{background:#fff;height:42px}
.newsletter button{background:var(--hc-pink);font-weight:750;height:42px}
.footer-bottom{padding:18px 0;color:#aab4c1}
@media(max-width:1000px){
 .container{width:min(var(--hc-max),calc(100% - 32px))}
 .brand{min-width:215px}.header-main{gap:16px}.main-nav{gap:24px}
}
@media(max-width:700px){
 .container{width:calc(100% - 24px)}
 .topbar{height:30px;font-size:9px;padding:0 8px}
 .header-main{min-height:64px;padding:9px 0;gap:8px;flex-wrap:wrap}
 .brand{min-width:0;flex:1;gap:7px}.brand-mark{width:40px;height:40px;border-radius:14px 14px 14px 5px;font-size:18px}.brand-copy strong{font-size:21px}.brand-copy small{font-size:7px;letter-spacing:1.6px}
 .header-actions{gap:0}.head-action{min-width:38px;padding:5px}.head-icon{font-size:21px}.head-action .label{display:none}.badge{margin:-31px -9px 0 20px}
 .mobile-menu{display:grid;place-items:center;order:-1;width:38px;height:38px}
 .search-box{order:4;flex-basis:100%;margin:0;max-width:none}
 .nav-row{display:none}
 .footer-grid{padding:40px 0 30px;grid-template-columns:1fr 1fr;gap:28px 20px}
 .footer-brand{font-size:25px}.footer-bottom{font-size:10px}
}

@media(max-width:700px){
 .nav-row.mobile-open{display:block;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--hc-border);box-shadow:0 16px 30px rgba(21,36,58,.12);z-index:60}
 .nav-row.mobile-open .main-nav{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:8px 0}
 .nav-row.mobile-open .main-nav a{height:46px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f2eff0}
}


/* STEP 1 RESTART — approved standalone demo visual language. UI only. */
:root{--hc-demo-pink:#d92b69;--hc-demo-navy:#172231;--hc-demo-line:#e8e8ec;--hc-demo-muted:#687487}
body{font-family:Arial,Helvetica,sans-serif;color:var(--hc-demo-navy);background:#fff}
.topbar{height:34px;background:#fafafa;color:#505967;border-bottom:1px solid var(--hc-demo-line);display:flex;justify-content:space-between;align-items:center;padding:0 5%;font-size:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--hc-demo-line);box-shadow:0 3px 18px rgba(21,36,58,.05)}
.header-main{min-height:78px;display:grid;grid-template-columns:220px minmax(280px,1fr) 250px;gap:28px;align-items:center}
.brand{min-width:0;display:flex;align-items:center;gap:10px}
.brand-mark{width:48px;height:48px;border-radius:18px 18px 18px 6px;background:linear-gradient(145deg,#f5a6bb,#d72d69);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-weight:700;font-size:22px;box-shadow:0 9px 22px rgba(216,47,107,.18);position:relative}
.brand-mark:after{content:"";position:absolute;width:13px;height:24px;border:2px solid rgba(255,255,255,.72);border-left:0;border-bottom:0;border-radius:100% 0 0 0;transform:rotate(-35deg);right:8px;top:8px}
.brand-copy strong{display:block;font-family:Georgia,serif;font-size:29px;letter-spacing:-.6px;line-height:1}
.brand-copy small{display:block;color:var(--hc-demo-muted);font-size:9px;letter-spacing:2.4px;margin-top:5px}
.search-box{height:44px;display:flex;max-width:590px;width:100%;margin:0 auto}
.search-box input{height:44px;flex:1;border:1px solid #dedfe4;border-right:0;border-radius:8px 0 0 8px;padding:0 15px;outline:0;font-size:13px;background:#fff}
.search-box input:focus{border-color:#e5a0b8;box-shadow:0 0 0 3px rgba(216,47,107,.07)}
.search-box button{height:44px;width:52px;border:0;border-radius:0 8px 8px 0;background:var(--hc-demo-pink);color:#fff;font-size:21px}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}
.head-action{position:relative;background:none;border:0;color:var(--hc-demo-navy);font-size:12px;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:55px;padding:5px}
.head-icon{font-size:21px;line-height:1}
.badge{background:var(--hc-demo-pink);color:#fff;border-radius:99px;font-size:9px;min-width:16px;height:16px;display:grid;place-items:center;position:absolute;right:4px;top:1px;margin:0}
.nav-row{background:#fff;border-top:1px solid #f2eff0}
.main-nav{height:48px;display:flex;align-items:center;justify-content:center;gap:34px;font-size:13px;font-weight:600}
.main-nav a{height:48px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 3px}
.main-nav a:hover,.main-nav a.active{color:var(--hc-demo-pink)}
.main-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px 3px 0 0;background:var(--hc-demo-pink)}
.footer{background:linear-gradient(180deg,#18273b,#121e30);color:#fff;margin-top:0;border-top:1px solid rgba(255,255,255,.05)}
.footer-grid{padding:50px 0 38px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:42px}
.footer-brand{font-family:Georgia,serif;font-size:30px;letter-spacing:-.4px}
.footer h4{font-size:13px;margin:0 0 13px}.footer p,.footer a{color:#b9c1cd;font-size:12px;line-height:1.8}.footer a{display:block}.footer a:hover{color:#fff}
.newsletter{display:flex}.newsletter input{min-width:0;flex:1;border:0;border-radius:7px 0 0 7px;padding:10px}.newsletter button{border:0;border-radius:0 7px 7px 0;background:var(--hc-demo-pink);color:#fff;padding:0 14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;color:#aab4c1;font-size:11px;display:flex;justify-content:space-between}
@media(max-width:1000px){.header-main{grid-template-columns:180px 1fr 190px;gap:14px}.main-nav{gap:24px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.topbar{font-size:9px;height:30px;padding:0 8px;gap:8px;overflow:hidden}.topbar span:nth-child(2){display:none}.header-main{display:flex;min-height:64px;flex-wrap:wrap;padding:9px 0;gap:8px}.mobile-menu{display:block;border:0;background:none;font-size:23px;color:var(--hc-demo-navy)}.brand{flex:1;min-width:0}.brand-mark{width:40px;height:40px;font-size:18px;border-radius:14px 14px 14px 5px}.brand-copy strong{font-size:21px}.brand-copy small{font-size:7px;letter-spacing:1.6px}.header-actions{gap:0}.head-action{min-width:38px}.head-action .label{display:none}.badge{right:0;top:0}.search-box{order:4;flex-basis:100%;max-width:none;margin:0}.nav-row{display:none}.nav-row.mobile-open{display:block;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--hc-demo-line);box-shadow:0 16px 30px rgba(21,36,58,.12)}.nav-row.mobile-open .main-nav{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:8px 0}.nav-row.mobile-open .main-nav a{height:46px;border-bottom:1px solid #f2eff0}.footer-grid{padding:38px 0 30px;grid-template-columns:1fr 1fr;gap:25px 20px}.footer-bottom{display:block;line-height:1.8}.footer-bottom span:last-child{display:block;margin-top:5px}}
@media(max-width:430px){.brand-copy small{display:none}.brand-copy strong{font-size:18px}.header-actions{gap:0}.head-action{padding:4px;min-width:34px}.head-icon{font-size:19px}}

/* ===== Huma Collections UI V4 — Step 2: Home Page ===== */
.home-hero-v4{position:relative;overflow:hidden;background:linear-gradient(105deg,#f9e2e9 0%,#fff5f0 58%,#f7ebe5 100%);border-bottom:1px solid #f0e2e6}
.home-hero-grid{min-height:520px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:25px}.home-hero-copy{padding:55px 0}.home-hero-copy h1{font-family:Georgia,serif;font-size:62px;line-height:1.02;letter-spacing:-2.8px;margin:16px 0;color:var(--hc-navy)}.home-hero-copy h1 em{font-style:normal;color:var(--hc-pink)}.home-hero-copy p{max-width:560px;font-size:18px;line-height:1.7;color:var(--hc-muted);margin:0 0 24px}.hero-actions{display:flex;align-items:center;gap:22px}.hero-link{font-weight:750;color:var(--hc-navy);border-bottom:1px solid #9aa3af;padding-bottom:3px}.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#53606f;font-size:12px}.hero-points span{background:rgba(255,255,255,.7);padding:8px 11px;border-radius:99px}.home-hero-visual{min-height:500px;display:flex;align-items:center;justify-content:center;position:relative}.hero-image-frame{width:min(560px,100%);height:410px;border-radius:34px 34px 100px 100px;overflow:hidden;box-shadow:0 28px 60px rgba(21,36,58,.12);background:#f7e9e8;position:relative;z-index:2}.hero-image-frame img{width:100%;height:100%;object-fit:cover}.hero-note{position:absolute;right:4%;bottom:46px;z-index:3;background:#fff;border-radius:16px;padding:13px 17px;box-shadow:0 12px 28px rgba(21,36,58,.1);transform:rotate(-3deg)}.hero-note strong{display:block;font-family:Georgia,serif;font-size:16px}.hero-note span{font-size:11px;color:var(--hc-pink)}.hero-orbit{position:absolute;border:1px solid rgba(216,47,107,.18);border-radius:50%;z-index:1}.hero-orbit.one{width:430px;height:430px;right:9%;top:4%}.hero-orbit.two{width:600px;height:600px;right:-5%;top:-9%;border-color:rgba(21,36,58,.08)}
.category-strip-v4{padding:48px 0 42px;background:#fff}.section-subtitle{margin:7px 0 0;color:var(--hc-muted);font-size:13px}.category-strip-v4 .section-head{margin-bottom:25px}.category-strip-v4 .category-grid{grid-template-columns:repeat(8,1fr);gap:14px}.category-strip-v4 .category-card{padding:9px 6px 13px;border:1px solid transparent;border-radius:18px}.category-strip-v4 .category-card:hover{border-color:#f2d4df;background:#fff8fa;box-shadow:0 10px 24px rgba(21,36,58,.06)}.category-strip-v4 .category-image{width:118px;height:118px;margin:auto;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:#faf6f7;box-shadow:0 8px 22px rgba(21,36,58,.07)}.category-strip-v4 .category-image img{width:100%;height:100%;object-fit:cover}.category-strip-v4 .category-card strong{margin-top:12px;font-size:12px}.category-strip-v4 .category-card small{font-size:10px;color:#9aa1ad}
.perks-v4{background:#fcfafb;border-top:1px solid #f0ecee;border-bottom:1px solid #f0ecee}.perks-v4 .perk-grid{min-height:82px}.perks-v4 .perk{padding:16px 22px}.perks-v4 .perk-icon{font-size:22px;color:var(--hc-pink)}.perks-v4 .perk strong{font-size:12px}.perks-v4 .perk span{font-size:10px}
.featured-v4{padding-top:54px}.featured-carousel-v4{position:relative;display:flex;align-items:center;gap:10px}.featured-viewport-v4{overflow:hidden;flex:1;min-width:0}.featured-track-v4{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.featured-nav-v4{display:none;flex:0 0 38px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--hc-navy);font-size:27px;line-height:1;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px rgba(21,36,58,.08);transition:.18s}.featured-carousel-v4.has-nav .featured-nav-v4{display:flex}.featured-nav-v4:hover:not(:disabled){border-color:var(--hc-pink);color:var(--hc-pink);transform:translateY(-1px)}.featured-nav-v4:disabled{opacity:.35;cursor:not-allowed}.featured-nav-v4[hidden]{display:none!important}.featured-v4 .product-card{border-radius:14px;overflow:hidden}.featured-v4 .product-image-wrap{aspect-ratio:1/1.16}.featured-v4 .product-image{object-fit:cover}.featured-v4 .product-body{padding:12px}.featured-v4 .product-name{font-size:13px}.featured-v4 .product-meta{min-height:17px}.featured-v4 .add-btn{margin:0 12px 12px;width:calc(100% - 24px);border-radius:8px}.wish-btn{position:absolute;right:9px;top:9px;width:31px;height:31px;border-radius:50%;border:1px solid #e5e0e1;background:rgba(255,255,255,.95);color:#46515e;font-size:17px;z-index:3}.wish-btn:hover{color:var(--hc-pink);border-color:#e6a5b9}
.promo-section-v4{padding-top:22px;background:#fff}.promo-grid-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.promo-v4{height:220px;border-radius:20px;overflow:hidden;position:relative;isolation:isolate;display:block;background:#f5f2ef;box-shadow:0 12px 30px rgba(21,36,58,.07);transition:transform .2s ease,box-shadow .2s ease}.promo-v4:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(21,36,58,.11)}.promo-art-v4{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;transition:transform .35s ease}.promo-v4:hover .promo-art-v4{transform:scale(1.025)}.promo-v4::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.82) 38%,rgba(255,255,255,.16) 73%,rgba(255,255,255,0) 100%);pointer-events:none}.promo-sets-v4::after{background:linear-gradient(90deg,rgba(247,250,244,.96) 0%,rgba(247,250,244,.82) 38%,rgba(247,250,244,.14) 73%,rgba(247,250,244,0) 100%)}.promo-boys-v4::after{background:linear-gradient(90deg,rgba(247,251,254,.96) 0%,rgba(247,251,254,.82) 38%,rgba(247,251,254,.14) 73%,rgba(247,251,254,0) 100%)}.promo-copy-v4{position:relative;z-index:1;padding:27px;max-width:58%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.promo-v4 span{font-size:10px;letter-spacing:1.5px;font-weight:800;color:#4b5563}.promo-v4 h3{font:31px/1.0 Georgia,serif;color:#17243a;margin:9px 0}.promo-v4 p{font-size:12px;line-height:1.5;color:#5c6470;margin:0 0 16px}.promo-v4 b{font-size:12px;color:#17243a}.promo-v4 b i{font-style:normal;display:inline-block;margin-left:4px;transition:transform .2s ease}.promo-v4:hover b i{transform:translateX(3px)}
.home-trust-v4{margin-top:58px;background:var(--hc-navy);color:#fff}.trust-inner{min-height:240px;display:grid;grid-template-columns:1.1fr 1fr auto;align-items:center;gap:35px}.trust-inner h2{font:38px/1.05 Georgia,serif;margin:12px 0 0}.trust-inner p{color:#c7ced8;line-height:1.7;font-size:14px;max-width:470px}.trust-inner .eyebrow{color:#f2a6bd}.btn-light{background:#fff!important;color:var(--hc-navy)!important}
@media(max-width:1100px){.home-hero-copy h1{font-size:51px}.category-strip-v4 .category-grid{grid-template-columns:repeat(4,1fr);gap:16px}.featured-track-v4{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.featured-nav-v4{flex-basis:34px;width:34px;height:34px;font-size:24px}}
@media(max-width:760px){.home-hero-grid{grid-template-columns:1fr;min-height:0}.home-hero-copy{padding:42px 0 12px}.home-hero-copy h1{font-size:43px;letter-spacing:-1.8px}.home-hero-copy p{font-size:15px}.home-hero-visual{min-height:330px}.hero-image-frame{height:280px;width:92%;border-radius:25px 25px 70px 70px}.hero-orbit.one{width:300px;height:300px;right:10%;top:0}.hero-orbit.two{width:420px;height:420px;right:-7%;top:-8%}.hero-note{right:5%;bottom:25px}.category-strip-v4{padding-top:35px}.category-strip-v4 .category-grid{grid-template-columns:repeat(4,1fr);gap:9px}.category-strip-v4 .category-image{width:76px;height:76px}.category-strip-v4 .category-card{padding:5px 2px 10px}.category-strip-v4 .category-card strong{font-size:10px}.perks-v4 .perk-grid{grid-template-columns:1fr 1fr}.featured-track-v4{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.featured-nav-v4{flex-basis:32px;width:32px;height:32px;font-size:23px}.promo-grid-v4{grid-template-columns:1fr}.promo-v4{height:190px}.promo-copy-v4{max-width:64%;padding:22px}.promo-v4 h3{font-size:28px}.trust-inner{grid-template-columns:1fr;padding:38px 0;gap:15px}.trust-inner h2{font-size:31px}}
@media(max-width:430px){.hero-actions{gap:12px;flex-wrap:wrap}.hero-link{font-size:12px}.hero-points{gap:7px}.hero-points span{font-size:10px}.category-strip-v4 .category-grid{gap:5px}.category-strip-v4 .category-image{width:67px;height:67px}.featured-track-v4{gap:9px}.featured-v4 .product-name{font-size:12px}.featured-v4 .product-body{padding:9px}.featured-v4 .add-btn{font-size:11px;padding:9px}.promo-v4 h3{font-size:26px}.promo-copy-v4{max-width:72%;padding:18px}}

/* SHOP PAGE V4 */
.shop-hero-v4{background:linear-gradient(110deg,#fff4f5 0%,#fff9f5 55%,#f5ebe8 100%);overflow:hidden;border-bottom:1px solid #f0e5e8}.shop-hero-inner-v4{min-height:290px;display:grid;grid-template-columns:1fr 360px;align-items:center;gap:30px;position:relative}.shop-hero-v4 .breadcrumbs{margin-top:9px}.shop-hero-v4 h1{font-size:48px;line-height:1.02;margin:12px 0 8px;color:var(--navy)}.shop-hero-v4 h1 em{font-style:normal;color:var(--pink)}.shop-hero-v4 p{max-width:650px;color:#6c7180;line-height:1.65;margin:0}.shop-hero-art-v4{height:250px;position:relative;display:flex;align-items:center;justify-content:center}.shop-art-circle{position:absolute;width:270px;height:270px;border-radius:50%;background:#f6dbe3;right:30px;top:-8px}.shop-hero-art-v4 img{position:relative;width:205px;height:205px;object-fit:contain;filter:drop-shadow(0 16px 20px rgba(23,38,61,.13))}
.shop-section-v4{padding-top:38px}.shop-category-bar-v4{display:flex;align-items:end;justify-content:space-between;gap:20px}.shop-category-bar-v4 h2,.shop-toolbar-v4 h2{font-size:28px;margin:5px 0;color:var(--navy)}.shop-clear-link{border:0;background:none;color:var(--pink);font-weight:750;font-size:12px;padding:5px}.category-chips-v4{display:flex;gap:10px;overflow:auto;padding:18px 2px 4px;scrollbar-width:thin}.category-chip{white-space:nowrap;border:1px solid #e7e2e4;background:#fff;border-radius:999px;padding:9px 17px;color:#4f5868;font-size:12px;font-weight:700;transition:.2s}.category-chip:hover,.category-chip.active{background:var(--pink);border-color:var(--pink);color:#fff}.shop-main-v4{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;padding-bottom:70px}.filters-v4{border:1px solid var(--line);border-radius:18px;padding:20px;height:max-content;position:sticky;top:145px;background:#fff}.filters-title-v4{display:flex;justify-content:space-between;align-items:start;margin-bottom:5px}.filters-title-v4 h3{font-size:23px;margin:5px 0 0}.filter-close-v4{display:none;border:0;background:#f8f5f6;width:34px;height:34px;border-radius:50%;font-size:22px}.filter-group-v4{border-top:1px solid #eee9eb;padding:17px 0}.filter-group-v4:first-of-type{border-top:0}.filter-group-v4 label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}.filter-search-v4{position:relative}.filter-search-v4>span{position:absolute;left:11px;top:10px;color:#8d95a2}.filter-search-v4 input{padding-left:32px}.filter-reset-v4{width:100%;margin-top:3px}.shop-results-v4{min-width:0}.shop-toolbar-v4{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px}.shop-toolbar-v4 p{margin:5px 0 0}.shop-sort-v4{display:flex;align-items:center;gap:9px}.shop-sort-v4 label{font-size:11px;color:var(--muted);font-weight:700}.shop-sort-v4 .field{width:175px}.product-grid.shop-grid-v4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.shop-product-card-v4{border:1px solid #e9e5e6;border-radius:15px;overflow:hidden;background:#fff;position:relative;transition:.22s;min-width:0}.shop-product-card-v4:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(23,38,61,.09)}.shop-product-image-v4{aspect-ratio:1/1.18;background:#f8f5f4;position:relative;overflow:hidden}.shop-product-image-v4 img{width:100%;height:100%;object-fit:cover}.shop-product-image-v4 .wish-btn{position:absolute;right:9px;top:9px}.sale-pill-v4{position:absolute;left:10px;top:10px;background:var(--pink);color:#fff;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850}.shop-product-body-v4{padding:12px 12px 2px}.shop-product-body-v4 h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:13px;line-height:1.35;margin:5px 0;min-height:35px}.shop-product-body-v4 .product-cat{font-size:10px}.shop-product-body-v4 .product-meta{font-size:10px}.shop-product-body-v4 .price{font-size:16px}.shop-product-body-v4 .stock{font-size:10px}.shop-add-btn-v4{margin:10px 12px 12px;width:calc(100% - 24px);padding:9px;font-size:11px}.active-filters-v4{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 15px;min-height:26px}.filter-pill-v4{border:1px solid #f0b4c5;background:#fff6f8;color:#a51e51;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:750}.filter-pill-v4 span{font-size:13px;margin-left:3px}.filter-hint-v4{font-size:11px;color:#9aa0aa}.shop-loading-v4{grid-column:1/-1;min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted)}.shop-loading-v4 span{width:8px;height:8px;background:#e8a2b8;border-radius:50%;display:inline-block;margin:0 3px;animation:shopDot 1s infinite alternate}.shop-loading-v4 span:nth-child(2){animation-delay:.18s}.shop-loading-v4 span:nth-child(3){animation-delay:.36s}.shop-loading-v4 p{font-size:12px;margin-top:12px}@keyframes shopDot{to{transform:translateY(-7px);opacity:.45}}.shop-empty-v4{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed #ded9dc;border-radius:18px;background:#fcfafb}.shop-empty-v4 .empty-icon{font-size:34px;color:#c5a9b4}.shop-empty-v4 h3{font-size:24px;margin:10px 0 5px}.shop-empty-v4 p{font-size:12px;color:var(--muted);margin:0 0 18px}.shop-mobile-tools-v4{display:none}.filter-backdrop-v4{display:none}
@media(max-width:1100px){.shop-main-v4{grid-template-columns:210px minmax(0,1fr);gap:22px}.product-grid.shop-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-hero-inner-v4{grid-template-columns:1fr 300px}}
@media(max-width:760px){.shop-hero-inner-v4{grid-template-columns:1fr;min-height:0;padding:36px 0 0}.shop-hero-v4 h1{font-size:40px}.shop-hero-art-v4{height:190px}.shop-art-circle{width:190px;height:190px;right:15%;top:0}.shop-hero-art-v4 img{width:145px;height:145px}.shop-main-v4{display:block;padding-top:25px}.shop-mobile-tools-v4{display:flex;align-items:center;gap:8px;margin-bottom:16px}.shop-mobile-tools-v4 .btn{padding:9px 14px;font-size:12px}.shop-mobile-tools-v4 #mobileCount{flex:1;text-align:center;font-size:11px}.shop-mobile-tools-v4 .field{width:120px;height:38px}.filters-v4{position:fixed;z-index:80;left:0;top:0;bottom:0;width:min(330px,88vw);border-radius:0;transform:translateX(-105%);transition:.25s;overflow:auto;box-shadow:20px 0 45px rgba(0,0,0,.15);padding:22px}.filters-v4.open{transform:translateX(0)}.filter-close-v4{display:block}.filter-backdrop-v4.show{display:block;position:fixed;z-index:70;inset:0;background:rgba(23,38,61,.38)}.shop-toolbar-v4{align-items:start}.shop-sort-v4{display:none}.product-grid.shop-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.shop-product-body-v4{padding:10px 9px 1px}.shop-product-body-v4 h3{font-size:12px}.shop-add-btn-v4{margin:9px 9px 9px;width:calc(100% - 18px);font-size:10px}.shop-category-bar-v4 h2{font-size:25px}}
@media(max-width:430px){.shop-hero-v4 h1{font-size:35px}.shop-category-bar-v4 h2{font-size:23px}.product-grid.shop-grid-v4{gap:9px}.shop-product-image-v4{aspect-ratio:1/1.15}.shop-product-body-v4 .price{font-size:14px}.shop-product-body-v4 .compare{font-size:10px}.shop-product-body-v4 .stock{font-size:9px}}

/* Product Details V1 */
.product-breadcrumb{border-bottom:1px solid var(--line);background:#fff}.product-breadcrumb .container{min-height:48px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.product-breadcrumb a{color:var(--ink);font-weight:700}.detail-layout-v1{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;padding:42px 0 56px}.product-gallery-v1{display:grid;grid-template-columns:82px 1fr;gap:16px;min-width:0}.gallery-thumbs-v1{display:flex;flex-direction:column;gap:12px}.gallery-thumb-v1{width:78px;height:92px;border:1px solid var(--line);border-radius:12px;background:#faf8f8;padding:4px;overflow:hidden}.gallery-thumb-v1.active{border:2px solid var(--pink)}.gallery-thumb-v1 img{width:100%;height:100%;object-fit:contain}.main-product-visual-v1{position:relative;min-width:0}.main-product-image-frame-v1{height:650px;border-radius:24px;background:#faf7f7;overflow:hidden;display:grid;place-items:center}.main-product-image-frame-v1 img{width:100%;height:100%;object-fit:contain}.product-badge-v1{position:absolute;z-index:2;top:18px;left:18px;background:var(--pink);color:#fff;padding:7px 12px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:1px}.main-wish-v1{position:absolute;z-index:2;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(23,38,61,.12);font-size:21px}.product-info-v1{padding:6px 0}.product-info-v1 h1{font-size:48px;line-height:1.06;margin:10px 0;color:var(--navy)}.product-rating-v1{display:flex;align-items:center;gap:10px;margin:9px 0}.product-rating-v1 span{color:#f1a928;letter-spacing:2px;font-size:14px}.product-rating-v1 small{color:var(--muted);font-size:11px}.product-sku-v1{color:var(--muted);font-size:12px;margin-top:10px}.product-price-v1{display:flex;align-items:center;gap:12px;margin:20px 0 9px}.product-price-v1 strong{font-size:32px;color:var(--pink)}.product-price-v1 del{font-size:15px;color:#9ca3af}.product-price-v1 span{font-size:11px;font-weight:800;color:#27834f;background:#e9f7ef;padding:6px 9px;border-radius:7px}.product-stock-v1{font-size:12px;font-weight:750;display:flex;align-items:center;gap:7px;margin-bottom:20px}.product-stock-v1.available{color:#27834f}.product-stock-v1.unavailable{color:#b64747}.stock-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.product-description-v1{font-size:15px;line-height:1.75;color:#626b79;max-width:620px}.product-specs-v1{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.product-specs-v1>div{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}.product-specs-v1 small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.product-specs-v1 strong{font-size:13px}.quantity-block-v1{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:22px 0}.quantity-block-v1 label{font-size:13px;font-weight:800}.qty-control-v1{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;height:42px}.qty-control-v1 button{width:40px;height:100%;border:0;background:#fafafa;font-size:20px}.qty-control-v1 input{width:45px;height:100%;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;outline:none}.product-actions-v1{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.product-add-v1{min-height:48px}.product-wish-v1{min-height:48px}.trust-row-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.trust-row-v1>div{display:flex;gap:8px;align-items:center}.trust-row-v1 b{font-size:19px}.trust-row-v1 span{font-size:10px;font-weight:750;line-height:1.4}.trust-row-v1 small{color:var(--muted);font-weight:500}.product-detail-accordion-v1{border-bottom:1px solid var(--line)}.product-detail-accordion-v1 summary{list-style:none;cursor:pointer;padding:17px 0;font-weight:800;font-size:13px;display:flex;justify-content:space-between}.product-detail-accordion-v1 summary::-webkit-details-marker{display:none}.product-detail-accordion-v1 summary span{color:var(--pink);font-size:18px}.product-detail-accordion-v1>div{padding:0 0 16px;color:#626b79;font-size:12px;line-height:1.7}.product-detail-accordion-v1 p{margin:4px 0 8px}.product-detail-loading{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;padding:42px 0}.skeleton-image{height:650px;border-radius:24px;background:#faf8f8}.skeleton-copy{padding-top:30px;display:flex;flex-direction:column;gap:16px}.skeleton-copy span{display:block;height:18px;border-radius:8px;background:#f3eff0}.skeleton-copy span:first-child{height:12px;width:30%}.skeleton-copy span:nth-child(2){height:60px;width:90%}.skeleton-copy span:nth-child(3){height:28px;width:45%}.skeleton-copy span:nth-child(4){height:180px;width:100%}.product-error{text-align:center;padding:100px 20px}.error-mark{width:72px;height:72px;border-radius:50%;background:var(--rose);display:grid;place-items:center;margin:0 auto 18px;font-size:32px;color:var(--pink)}.product-error h2{font-size:34px;margin:0 0 8px}.product-error p{color:var(--muted);margin:0 auto 22px}.related-section{background:#fcf8f8}.related-grid{grid-template-columns:repeat(4,1fr)}.related-card-v1{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.related-image-v1{aspect-ratio:1/1.1;background:#faf8f8}.related-image-v1 img{width:100%;height:100%;object-fit:contain}.related-body-v1{padding:12px}.related-body-v1 small{font-size:10px;color:var(--muted)}.related-body-v1 h3{font-family:Inter,ui-sans-serif,sans-serif;font-size:13px;min-height:34px;margin:6px 0}.related-body-v1 strong{color:var(--pink);font-size:15px}.related-body-v1 del{color:#9ca3af;font-size:11px}.related-card-v1>.add-btn{margin:0 12px 12px;width:calc(100% - 24px)}
@media(max-width:900px){.detail-layout-v1{grid-template-columns:1fr;gap:28px}.main-product-image-frame-v1{height:560px}.product-info-v1 h1{font-size:40px}.related-grid{grid-template-columns:repeat(2,1fr)}.product-detail-loading{grid-template-columns:1fr}.skeleton-image{height:500px}}
@media(max-width:640px){.product-breadcrumb .container{min-height:40px}.detail-layout-v1{padding:24px 0 35px}.product-gallery-v1{grid-template-columns:1fr;gap:10px}.gallery-thumbs-v1{order:2;flex-direction:row;overflow-x:auto;padding-bottom:3px}.gallery-thumb-v1{flex:0 0 66px;width:66px;height:76px}.main-product-image-frame-v1{height:430px;border-radius:18px}.product-info-v1 h1{font-size:34px}.product-price-v1 strong{font-size:28px}.product-specs-v1{grid-template-columns:1fr 1fr}.product-actions-v1{grid-template-columns:1fr}.trust-row-v1{grid-template-columns:1fr;gap:12px}.quantity-block-v1{justify-content:space-between}.related-grid{grid-template-columns:1fr 1fr;gap:10px}.product-detail-loading{padding:24px 0}.skeleton-image{height:420px}.skeleton-copy span:nth-child(4){height:130px}}


/* Product Details V2 visual refinement */
.detail-layout-v2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:48px;padding:38px 0 52px;align-items:start}
.product-gallery-v2{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;min-width:0}
.gallery-thumbs-v2{display:flex;flex-direction:column;gap:10px}
.gallery-thumb-v2{width:72px;height:84px;border:1px solid var(--line);border-radius:11px;background:#faf8f8;padding:4px;overflow:hidden;cursor:pointer}
.gallery-thumb-v2.active{border:2px solid var(--pink)}
.gallery-thumb-v2 img{width:100%;height:100%;object-fit:cover}
.main-product-visual-v2{position:relative;min-width:0}
.main-product-image-frame-v2{height:610px;border-radius:22px;background:#faf7f7;overflow:hidden;display:grid;place-items:center}
.main-product-image-frame-v2 img{width:100%;height:100%;object-fit:contain}
.product-badge-v2{position:absolute;z-index:2;top:16px;left:16px;background:var(--pink);color:#fff;padding:6px 11px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:1px}
.main-wish-v2{position:absolute;z-index:2;right:16px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(23,38,61,.12);font-size:20px;cursor:pointer}
.product-info-v2{padding:4px 0 0}
.product-info-v2 h1{font-size:44px;line-height:1.08;margin:8px 0;color:var(--navy);max-width:700px}
.product-rating-v2{display:flex;align-items:center;gap:9px;margin:8px 0}.product-rating-v2 span{color:#f1a928;letter-spacing:2px;font-size:14px}.product-rating-v2 small{color:var(--muted);font-size:11px}
.product-sku-v2{color:var(--muted);font-size:11px;margin-top:8px}
.product-price-v2{display:flex;align-items:center;gap:11px;margin:16px 0 7px}.product-price-v2 strong{font-size:31px;color:var(--pink)}.product-price-v2 del{font-size:14px;color:#9ca3af}.product-price-v2 span{font-size:10px;font-weight:800;color:#27834f;background:#e9f7ef;padding:5px 8px;border-radius:6px}
.product-stock-v2{font-size:11px;font-weight:750;display:flex;align-items:center;gap:6px;margin-bottom:15px}.product-stock-v2.available{color:#27834f}.product-stock-v2.unavailable{color:#b64747}.product-stock-v2 .stock-dot{width:7px;height:7px;border-radius:50%;background:currentColor}
.product-description-v2{font-size:13px;line-height:1.65;color:#626b79;max-width:680px;margin:0 0 16px}
.product-specs-v2{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0}.product-specs-v2>div{border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff}.product-specs-v2 small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:5px}.product-specs-v2 strong{font-size:12px}
.quantity-block-v2{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:18px 0}.quantity-block-v2 label{font-size:12px;font-weight:800}.qty-control-v2{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden;height:40px}.qty-control-v2 button{width:38px;height:100%;border:0;background:#fafafa;font-size:18px;cursor:pointer}.qty-control-v2 input{width:42px;height:100%;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;outline:none}
.product-actions-v2{display:grid;grid-template-columns:1.55fr 1fr;gap:9px}.product-add-v2{min-height:46px}.product-wish-v2{min-height:46px}
.trust-row-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.trust-row-v2>div{display:flex;gap:7px;align-items:center}.trust-row-v2 b{font-size:17px}.trust-row-v2 span{font-size:9px;font-weight:750;line-height:1.35}.trust-row-v2 small{color:var(--muted);font-weight:500}
.product-detail-accordion-v2{border-bottom:1px solid var(--line)}.product-detail-accordion-v2 summary{list-style:none;cursor:pointer;padding:14px 0;font-weight:800;font-size:12px;display:flex;justify-content:space-between}.product-detail-accordion-v2 summary::-webkit-details-marker{display:none}.product-detail-accordion-v2 summary span{color:var(--pink);font-size:16px}.product-detail-accordion-v2>div{padding:0 0 13px;color:#626b79;font-size:11px;line-height:1.65}.product-detail-accordion-v2 p{margin:3px 0 7px}
.related-card-v2{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.related-image-v2{aspect-ratio:1/1.02;background:#faf8f8}.related-image-v2 img{width:100%;height:100%;object-fit:cover}.related-body-v2{padding:10px}.related-body-v2 small{font-size:9px;color:var(--muted)}.related-body-v2 h3{font-family:Inter,ui-sans-serif,sans-serif;font-size:12px;min-height:30px;margin:5px 0}.related-body-v2 strong{color:var(--pink);font-size:14px}.related-body-v2 del{color:#9ca3af;font-size:10px}
.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
@media(max-width:1000px){.detail-layout-v2{grid-template-columns:1fr 1fr;gap:30px}.product-info-v2 h1{font-size:38px}.main-product-image-frame-v2{height:520px}}
@media(max-width:800px){.detail-layout-v2{grid-template-columns:1fr;gap:25px}.main-product-image-frame-v2{height:560px}.product-info-v2 h1{font-size:38px}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.detail-layout-v2{padding:22px 0 34px}.product-gallery-v2{grid-template-columns:1fr;gap:9px}.gallery-thumbs-v2{order:2;flex-direction:row;overflow-x:auto;padding-bottom:3px}.gallery-thumb-v2{flex:0 0 64px;width:64px;height:74px}.main-product-image-frame-v2{height:430px;border-radius:18px}.product-info-v2 h1{font-size:32px}.product-price-v2 strong{font-size:27px}.product-specs-v2{grid-template-columns:1fr 1fr}.product-actions-v2{grid-template-columns:1fr}.trust-row-v2{grid-template-columns:1fr;gap:10px}.related-grid{grid-template-columns:1fr 1fr;gap:10px}}

/* Product Details V3 — gallery and related-product refinements */
.gallery-thumbs-v2{padding:2px 1px 3px;scrollbar-width:thin}
.gallery-thumb-v2{box-shadow:0 2px 8px rgba(23,38,61,.04);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.gallery-thumb-v2:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(23,38,61,.08)}
.related-section .section-head{margin-bottom:22px}
.related-grid{width:100%}
.related-card-v2{min-width:0;transition:transform .18s ease,box-shadow .18s ease}
.related-card-v2:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(23,38,61,.08)}
.related-card-v2 .add-btn{margin:0 10px 10px;width:calc(100% - 20px);border-radius:8px;padding:8px}
@media(max-width:1000px){.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* CART PAGE V1 */
.cart-hero-v1{padding:34px 0 30px;background:linear-gradient(105deg,#fff7f8 0%,#f8ece9 100%);overflow:hidden}.cart-hero-copy{display:flex;justify-content:space-between;align-items:center;gap:30px}.cart-hero-v1 h1{font-size:42px;line-height:1.02;margin:8px 0;color:var(--navy)}.cart-hero-v1 h1 em{color:var(--pink);font-style:normal}.cart-hero-v1 p{margin:0;color:#626b79;max-width:560px}.cart-hero-art{width:190px;height:115px;border-radius:0 0 26px 26px;background:#f5dbe3;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 30px rgba(23,38,61,.08);flex-shrink:0}.cart-hero-art span{width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--pink);font-weight:850}.cart-hero-art small{font-size:10px;color:#6e6470;line-height:1.5}.cart-layout-v1{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;padding:44px 0 60px;align-items:start}.cart-heading-v1{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.cart-heading-v1 h2{font-size:28px;margin:5px 0}.cart-heading-v1 p{margin:0;color:var(--muted);font-size:12px}.cart-list-v1{border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 20px}.cart-item-v1{display:grid;grid-template-columns:118px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item-v1:last-child{border-bottom:0}.cart-img-v1{width:118px;height:132px;border-radius:12px;background:#faf8f8;overflow:hidden}.cart-img-v1 img{width:100%;height:100%;object-fit:contain}.cart-item-copy-v1{min-width:0}.cart-item-copy-v1 .cart-cat{font-size:10px;color:var(--muted);margin-bottom:4px}.cart-item-copy-v1 h3{font-family:Inter,ui-sans-serif,sans-serif;font-size:15px;margin:0 0 5px}.cart-item-copy-v1 .sku{font-size:11px;color:var(--muted)}.cart-price-v1{color:var(--pink);font-weight:850;font-size:17px;margin-top:10px}.cart-line-total-v1{text-align:right;white-space:nowrap;font-weight:850;font-size:16px}.cart-actions-v1{display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.cart-qty-v1{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden;height:36px}.cart-qty-v1 button{width:34px;height:100%;border:0;background:#fff;font-size:17px}.cart-qty-v1 strong{width:34px;text-align:center;font-size:12px;border-left:1px solid var(--line);border-right:1px solid var(--line);height:100%;display:grid;place-items:center}.cart-remove-v1{border:0;background:none;color:#8a6470;font-size:11px;font-weight:750;cursor:pointer;padding:8px}.cart-summary-v1{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;position:sticky;top:135px;box-shadow:0 12px 30px rgba(23,38,61,.05)}.summary-kicker{font-size:10px;letter-spacing:2px;color:var(--pink);font-weight:850}.cart-summary-v1 h2{font-size:24px;margin:7px 0 18px}.cart-summary-v1 .summary-row{padding:10px 0;font-size:13px}.free-text{color:#27834f}.cart-summary-v1 .summary-note{background:#fff7f8;border-radius:10px;padding:11px;font-size:10px;line-height:1.5;color:var(--muted);margin:8px 0}.cart-summary-v1 .summary-total{margin-top:8px;font-size:20px}.cart-checkout-btn{width:100%;margin-top:15px;min-height:48px}.cart-trust-v1{display:grid;gap:11px;margin-top:18px;padding-top:17px;border-top:1px solid var(--line)}.cart-trust-v1>div{display:flex;align-items:center;gap:9px}.cart-trust-v1 b{width:28px;height:28px;border-radius:50%;background:#fff0f5;color:var(--pink);display:grid;place-items:center;font-size:12px}.cart-trust-v1 span{font-size:11px;font-weight:750}.cart-trust-v1 small{display:block;color:var(--muted);font-weight:500;margin-top:2px}.cart-list-v1 .empty{margin:20px 0}.cart-list-v1 .loading{padding:45px;text-align:center;color:var(--muted)}
@media(max-width:900px){.cart-layout-v1{grid-template-columns:1fr}.cart-summary-v1{position:static}.cart-hero-copy{align-items:flex-start}.cart-hero-art{display:none}}
@media(max-width:640px){.cart-hero-v1 h1{font-size:32px}.cart-heading-v1{align-items:flex-start;flex-direction:column}.cart-heading-v1 .btn{width:100%}.cart-list-v1{padding:0 12px}.cart-item-v1{grid-template-columns:84px minmax(0,1fr);gap:12px}.cart-img-v1{width:84px;height:100px;grid-row:1 / span 2}.cart-line-total-v1{grid-column:2;text-align:left}.cart-item-copy-v1 h3{font-size:13px}.cart-price-v1{font-size:15px}.cart-layout-v1{padding-top:28px}}

/* Checkout V1 */
.checkout-hero-v1{background:linear-gradient(105deg,#fff7f8 0%,#f7eceb 100%);padding:34px 0 30px;border-bottom:1px solid var(--line)}
.checkout-hero-v1 h1{font-size:44px;line-height:1.04;margin:8px 0;color:var(--navy)}
.checkout-hero-v1 p{margin:0;color:#626b79;max-width:600px}
.checkout-hero-copy{display:flex;justify-content:space-between;align-items:end;gap:30px}.checkout-steps-v1{display:flex;align-items:center;gap:9px;white-space:nowrap}.checkout-steps-v1 span{display:flex;align-items:center;gap:5px;color:#9a9097;font-size:11px}.checkout-steps-v1 span:first-letter{border:1px solid var(--line)}.checkout-steps-v1 span b{font-weight:750}.checkout-steps-v1 span.active,.checkout-steps-v1 span.done{color:var(--pink)}.checkout-steps-v1 i{width:32px;height:1px;background:#ddd4d8}
.checkout-layout-v1{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:26px;padding:42px 0 65px;align-items:start}.checkout-card-v1{border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;margin-bottom:16px}.card-heading-v1{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.card-heading-v1>div{display:flex;gap:13px;align-items:flex-start}.card-heading-v1 h2{font-size:24px;margin:4px 0}.card-heading-v1 p{font-size:11px;color:var(--muted);margin:0}.step-number-v1{width:34px;height:34px;border-radius:50%;background:#fff0f5;color:var(--pink);display:grid;place-items:center;font-size:10px;font-weight:850;flex:none}.payment-choice-v1{display:flex;align-items:center;gap:12px;border:1px solid var(--pink);background:#fff7f9;border-radius:13px;padding:15px}.payment-choice-v1 input{accent-color:var(--pink)}.payment-icon-v1{width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--pink);font-weight:850}.payment-choice-v1 strong,.payment-choice-v1 small{display:block}.payment-choice-v1 strong{font-size:13px}.payment-choice-v1 small{color:var(--muted);font-size:10px;margin-top:3px}.selected-check{margin-left:auto;color:#27834f}.payment-note-v1{margin-top:11px;padding:11px 13px;border-radius:10px;background:#faf8f8;color:var(--muted);font-size:10px;line-height:1.5}.checkout-textarea-v1{width:100%;border:1px solid #dddfe5;border-radius:11px;padding:12px;resize:vertical;min-height:110px;outline:none;font:inherit}.checkout-textarea-v1:focus{border-color:var(--pink)}.checkout-summary-v1{border:1px solid var(--line);border-radius:18px;padding:23px;background:#fff;position:sticky;top:135px;box-shadow:0 12px 30px rgba(23,38,61,.05)}.checkout-summary-v1 h2{font-size:26px;margin:6px 0 20px}.checkout-items-v1{max-height:280px;overflow:auto}.checkout-items-v1 .summary-row{font-size:11px;gap:15px}.checkout-items-v1 .summary-row span{max-width:220px}.summary-divider-v1{border-top:1px solid var(--line);margin:6px 0}.checkout-summary-v1 .summary-row{display:flex;justify-content:space-between;padding:9px 0}.checkout-summary-v1 .summary-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:8px;padding-top:16px;font-size:20px}.checkout-assurance-v1{display:flex;gap:10px;align-items:center;margin:17px 0;padding:12px;border-radius:11px;background:#f8faf8}.checkout-assurance-v1>span{width:27px;height:27px;border-radius:50%;background:#eaf7ef;color:#27834f;display:grid;place-items:center;font-size:12px}.checkout-assurance-v1 strong,.checkout-assurance-v1 small{display:block}.checkout-assurance-v1 strong{font-size:10px}.checkout-assurance-v1 small{font-size:9px;color:var(--muted);margin-top:2px}.checkout-place-v1{width:100%;min-height:50px}.checkout-place-v1:disabled{opacity:.5;cursor:not-allowed}.continue-cart-v1{display:block;text-align:center;margin-top:13px;color:var(--muted);font-size:11px;font-weight:700}.checkout-summary-v1 .success{padding:25px 5px}
@media(max-width:900px){.checkout-layout-v1{grid-template-columns:1fr}.checkout-summary-v1{position:static}.checkout-hero-copy{align-items:flex-start;flex-direction:column}.checkout-steps-v1{display:none}}
@media(max-width:600px){.checkout-hero-v1 h1{font-size:35px}.checkout-card-v1{padding:18px}.card-heading-v1{display:block}.card-heading-v1>a{display:inline-block;margin:12px 0 0 47px}.checkout-summary-v1{padding:18px}}

/* Stock-aware controls */
button:disabled,.add-btn:disabled,.product-add-v2:disabled,.qty-control-v2 button:disabled,.qty-control-v2 input:disabled{opacity:.55;cursor:not-allowed;pointer-events:none;}
.add-btn:disabled:hover{background:#fff;color:var(--pink);}
.product-add-v2:disabled:hover{filter:none;}

.section-label{font-weight:700;font-size:14px;margin:0 0 10px;color:#17253b}.order-card,.return-card{margin-bottom:10px}.order-card p,.return-card p{margin:6px 0}

/* Wishlist product cards — match My Orders visual language */
.wishlist-card{padding:18px;margin-bottom:12px}.wishlist-item-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:16px;align-items:center}.wishlist-thumb{width:92px;height:108px}.wishlist-info{gap:5px}.wishlist-info strong{font-size:15px}.wishlist-info span{font-size:11px;color:var(--muted)}.wishlist-add-btn{width:max-content;margin-top:7px;padding:10px 20px}.wishlist-price{font-size:15px;white-space:nowrap}
@media(max-width:700px){.wishlist-item-row{grid-template-columns:72px 1fr}.wishlist-thumb{width:72px;height:88px}.wishlist-price{grid-column:2}.wishlist-add-btn{width:100%}}

/* Wishlist V2 — order-style product sections */
.wishlist-card{padding:18px 20px;margin-bottom:14px;background:#fff}
.wishlist-item-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:14px}
.wishlist-added{font-size:11px;color:var(--muted);margin-top:3px}
.wishlist-item-row{display:grid;grid-template-columns:92px minmax(0,1fr) 150px;gap:18px;align-items:center}
.wishlist-thumb{width:92px;height:108px}
.wishlist-info{gap:6px}
.wishlist-info strong{font-size:15px}
.wishlist-info span{font-size:11px;color:var(--muted)}
.wishlist-stock-in{color:#17824b!important;font-weight:700}
.wishlist-stock-out{color:#c83c50!important;font-weight:700}
.wishlist-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.wishlist-price{font-size:16px;white-space:nowrap}
.wishlist-add-btn{width:100%;max-width:150px;margin:0;padding:10px 14px}
.wishlist-add-disabled{background:#f3d8e2!important;color:#a26a7e!important;border-color:#f3d8e2!important;cursor:not-allowed!important;box-shadow:none!important}
@media(max-width:700px){
  .wishlist-item-row{grid-template-columns:72px minmax(0,1fr)}
  .wishlist-thumb{width:72px;height:88px}
  .wishlist-actions{grid-column:1/-1;align-items:stretch;border-top:1px solid var(--line);padding-top:12px}
  .wishlist-add-btn{max-width:none}
  .wishlist-price{font-size:15px}
}
