:root{--bg:#080a0c;--surface:#111519;--line:#293039;--muted:#a1aab4;--ink:#f6f7f8;--accent:#b9c887}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.public-head{position:sticky;top:0;z-index:10;background:rgba(8,10,12,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.public-nav{min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:22px}.public-logo{display:flex;gap:12px;align-items:center;font:700 23px Rajdhani,sans-serif;letter-spacing:.14em}.public-logo img{width:36px;height:36px;object-fit:contain}.public-links{display:flex;gap:24px;align-items:center;font-size:14px;color:#b4bcc5}.public-links a:hover,.public-links .active{color:#fff}.public-action,.quiet-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:9px;padding:8px 16px;background:#f3f5f6;color:#0c1013;border:1px solid #f3f5f6;font-size:14px;font-weight:700}.quiet-action{background:transparent;color:#f1f3f5;border-color:#363e47}.quiet-action:hover{border-color:#77828d}.public-action:hover{background:#dce2e5}.page-intro{padding:80px 0 42px}.kicker{color:#b5c39c;text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700}.page-intro h1{margin:16px 0 12px;font:700 clamp(44px,6vw,80px)/.95 Rajdhani,sans-serif;text-transform:uppercase}.page-intro p{color:var(--muted);max-width:610px;margin:0;font-size:17px;line-height:1.7}.public-foot{margin-top:90px;border-top:1px solid var(--line);padding:32px 0;color:#929ba5;font-size:13px}.public-foot .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.public-foot a{text-decoration:underline}.product-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:16px}.product-toolbar span{font-size:13px;color:#99a3ad;letter-spacing:.07em}.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.shop-card{background:#111519;border:1px solid #252c33;border-radius:14px;overflow:hidden}.shop-photo{aspect-ratio:1.18;display:grid;place-items:center;background:#f9fafb;overflow:hidden}.shop-photo img{width:100%;height:100%;object-fit:contain}.shop-detail{padding:23px;display:grid;gap:9px}.shop-detail .meta{color:#9da6af;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.shop-detail h2{margin:0;font:700 28px/1 Rajdhani,sans-serif;text-transform:uppercase}.shop-detail p{margin:0;color:#aeb6be;font-size:14px}.shop-purchase{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:12px}.shop-purchase strong{font-size:20px}.shop-purchase .sizes{display:flex;gap:8px;align-items:center}.shop-purchase label{font-size:12px;color:#aeb6be}.shop-purchase select{padding:7px 9px;border:1px solid #38414b;border-radius:7px;background:#090c0e;color:white}.shop-purchase button{border:0;background:#f3f5f6;color:#0c1013;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:700}.shop-purchase button:hover{background:#dbe0e4}.bag-sheet{position:fixed;z-index:30;right:16px;top:84px;width:min(430px,calc(100% - 32px));max-height:calc(100vh - 110px);overflow:auto;border:1px solid #343d45;border-radius:15px;background:#12171b;box-shadow:0 25px 90px #000b;padding:22px}.bag-sheet[hidden]{display:none}.bag-sheet header{display:flex;justify-content:space-between;align-items:center}.bag-sheet h2{margin:0;font:700 28px Rajdhani,sans-serif;text-transform:uppercase}.bag-sheet .bag-line{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:13px 0;gap:12px}.bag-line small{color:#a3adb5}.bag-line button{border:0;background:none;color:#e1a4a4}.bag-total{display:flex;justify-content:space-between;padding:16px 0 20px;font-weight:700}.bag-sheet p{font-size:13px;color:#aeb7c0}.bag-sheet .public-action{width:100%}.bag-count{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:#c8d2b6;color:#121619;font-size:12px}.support-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px}.support-card,.support-aside{background:#111519;border:1px solid #293039;border-radius:14px;padding:30px}.support-card h2,.support-aside h2{font:700 30px Rajdhani,sans-serif;text-transform:uppercase;margin:0 0 18px}.support-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}.support-form label{display:grid;gap:7px;font-size:14px;color:#dce0e4}.support-form .full{grid-column:1/-1}.support-form input,.support-form textarea{width:100%;background:#090c0e;border:1px solid #38414b;border-radius:8px;color:#f5f6f7;padding:12px 13px;outline:none}.support-form textarea{min-height:160px;resize:vertical}.support-form input:focus,.support-form textarea:focus{border-color:#b9c887}.support-form .honeypot{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.support-form button{justify-self:start}.support-status{font-size:14px}.support-status.error{color:#ec9999}.support-status.success{color:#b9d4b2}.support-aside p{color:#aab4bd}.support-aside a{color:#e9eef1;text-decoration:underline}.support-aside hr{border:0;border-top:1px solid var(--line);margin:27px 0}
@media(max-width:850px){.shop-grid,.support-layout{grid-template-columns:1fr}.public-links{gap:12px;flex-wrap:wrap}}@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.public-nav{flex-wrap:wrap;padding:14px 0}.public-links{width:100%;justify-content:space-between;font-size:13px}.public-nav>.public-action{display:none}.page-intro{padding:52px 0 30px}.support-form{grid-template-columns:1fr}.shop-purchase{align-items:start;flex-wrap:wrap}.shop-purchase button{width:100%}}

/* Storefront product experience */
body.modal-open{overflow:hidden}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.shop-card{cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s}.shop-card:hover,.shop-card:focus-visible{transform:translateY(-4px);border-color:#59636d;box-shadow:0 18px 48px #0007;outline:0}.shop-photo{position:relative;aspect-ratio:1.03}.shop-photo img{transition:transform .3s}.shop-card:hover .shop-photo img{transform:scale(1.035)}.shop-photo span{position:absolute;left:12px;right:12px;bottom:12px;padding:10px;border-radius:8px;background:rgba(9,12,14,.9);color:#fff;text-align:center;font-size:12px;font-weight:700;opacity:0;transform:translateY(6px);transition:.2s}.shop-card:hover .shop-photo span,.shop-card:focus-visible .shop-photo span{opacity:1;transform:none}.shop-detail{padding:21px}.shop-detail h2{font-size:25px}.shop-detail p{font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:15px;border-top:1px solid #293039}.shop-card-foot strong{font-size:18px}.shop-card-foot span{color:#aeb6be;font-size:12px}.bag-sheet{z-index:70}.product-modal{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:28px}.product-modal[hidden]{display:none}.product-modal-shade{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,4,6,.84);backdrop-filter:blur(13px)}.product-dialog{position:relative;width:min(1060px,100%);max-height:min(760px,calc(100vh - 56px));overflow:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);border:1px solid #38414a;border-radius:18px;background:#101418;box-shadow:0 36px 110px #000;isolation:isolate}.product-close{position:absolute;z-index:4;top:16px;right:16px;width:38px;height:38px;border:1px solid #3d464f;border-radius:50%;background:#12171b;color:#fff;font-size:24px;line-height:1}.product-gallery{min-width:0;padding:24px;border-right:1px solid #303840;background:#0a0d0f}.product-stage{position:relative;aspect-ratio:1.05;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#f7f8f9}.product-stage>img{width:100%;height:100%;object-fit:contain;transition:transform .32s ease}.product-stage>img.logo{transform:scale(1.65) translate(-13%,8%)}.product-stage>img.fabric{transform:scale(2.25) translate(11%,-8%);filter:contrast(1.08)}.product-stage>span{position:absolute;left:15px;bottom:13px;padding:7px 9px;border-radius:6px;background:rgba(10,13,15,.82);color:#fff;font-size:11px;letter-spacing:.05em}.gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #d8dde1;border-radius:50%;background:rgba(255,255,255,.92);color:#101418;font-size:30px;line-height:1}.gallery-arrow.previous{left:14px}.gallery-arrow.next{right:14px}.product-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.product-thumbnails button{min-width:0;padding:7px;border:1px solid #303841;border-radius:9px;background:#11161a;color:#aeb7bf;text-align:left}.product-thumbnails button.active{border-color:#b9c887;color:#fff}.thumb-crop{display:block;height:72px;overflow:hidden;border-radius:5px;background:#f7f8f9}.thumb-crop img{width:100%;height:100%;object-fit:contain}.thumb-crop.logo img{transform:scale(1.65) translate(-13%,8%)}.thumb-crop.fabric img{transform:scale(2.25) translate(11%,-8%)}.product-thumbnails b{display:block;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.product-info{display:flex;flex-direction:column;padding:54px 36px 32px}.product-info .meta{color:#9da6af;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.product-info h2{margin:14px 0 8px;font:700 clamp(34px,4vw,50px)/.95 Rajdhani,sans-serif;text-transform:uppercase}.product-price{font-size:25px}.product-info>p{color:#aeb6be;line-height:1.7;margin:22px 0 15px}.product-info ul{margin:0 0 26px;padding:0;list-style:none;color:#d4d9dd}.product-info li{padding:8px 0;border-bottom:1px solid #252d34;font-size:14px}.product-info li:before{content:'✓';margin-right:10px;color:#b9c887}.product-size{display:grid;gap:8px;margin-top:auto;color:#c8ced3;font-size:13px}.product-size select{height:46px;padding:0 13px;border:1px solid #3a444d;border-radius:8px;background:#090c0e;color:#fff}.product-add{width:100%;margin-top:12px}.product-info>small{margin-top:12px;color:#7f8991;line-height:1.5}@media(max-width:1000px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-dialog{grid-template-columns:1fr 360px}}@media(max-width:720px){.shop-grid{grid-template-columns:1fr}.product-modal{padding:10px}.product-dialog{display:block;max-height:calc(100dvh - 20px)}.product-gallery{padding:14px;border-right:0;border-bottom:1px solid #303840}.product-info{padding:30px 22px}.product-stage{aspect-ratio:1.12}.product-thumbnails b{display:none}.thumb-crop{height:54px}}

/* Refined shop bag and branded scrollbars */
html{scrollbar-color:#66716f #090c0e;scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#090c0e}*::-webkit-scrollbar-thumb{background:#4b5655;border:2px solid #090c0e;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:#71807b}.product-dialog,.bag-sheet{scrollbar-color:#75817d #101418}.bag-sheet{top:82px;right:20px;width:min(460px,calc(100% - 40px));max-height:calc(100dvh - 104px);padding:0;border-color:#3a444b;border-radius:18px;background:linear-gradient(180deg,#151a1e,#0e1215);box-shadow:0 30px 100px #000d}.bag-sheet header{position:sticky;z-index:2;top:0;padding:22px 24px;border-bottom:1px solid #2c343b;background:rgba(18,23,27,.96);backdrop-filter:blur(16px)}.bag-sheet header h2{font-size:30px;letter-spacing:.02em}.bag-sheet header .quiet-action{width:36px;min-height:36px;padding:0;border-radius:50%;font-size:21px}.bag-sheet #bagItems{padding:8px 24px}.bag-sheet .bag-line{display:grid;grid-template-columns:72px 1fr 34px;align-items:center;gap:14px;padding:16px 0}.bag-thumb{width:72px;height:78px;overflow:hidden;border:1px solid #303941;border-radius:10px;background:#f3f4f5}.bag-thumb img{width:100%;height:100%;object-fit:contain}.bag-copy{display:grid;gap:4px;min-width:0}.bag-copy strong{font:700 17px/1.1 Rajdhani,sans-serif;text-transform:uppercase}.bag-copy span{color:#8f9aa3;font-size:12px}.bag-copy small{color:#eef1f2;font-size:14px;font-weight:700}.bag-line>button{display:grid;place-items:center;width:32px;height:32px;border:1px solid #323c43!important;border-radius:50%;background:transparent!important;color:#aeb8be!important;font-size:20px}.bag-line>button:hover{border-color:#a26767!important;color:#f3aaaa!important}.bag-empty{display:grid;gap:5px;padding:48px 10px;text-align:center}.bag-empty strong{font:700 23px Rajdhani,sans-serif;text-transform:uppercase}.bag-empty span{color:#87929a;font-size:13px}.bag-total{margin:0 24px;padding:20px 0 12px;border-top:1px solid #323a41;font-size:16px}.bag-total span:last-child{font-size:20px}.bag-sheet>p{margin:0 24px 18px;line-height:1.6}.bag-sheet>.public-action{position:sticky;bottom:0;width:calc(100% - 48px);margin:0 24px 24px;box-shadow:0 -14px 28px #0e1215}.bag-sheet>.public-action.disabled{pointer-events:none;opacity:.42}@media(max-width:600px){.bag-sheet{top:10px;right:10px;width:calc(100% - 20px);max-height:calc(100dvh - 20px)}}

/* Apparel storefront details */
#bagToggle{min-height:46px;padding:9px 12px 9px 17px;border-color:#48525a;border-radius:999px;background:#12171b;box-shadow:0 8px 24px #0005;font-weight:700}#bagToggle:hover{border-color:#87928e;background:#182024}#bagToggle:before{content:'BAG';margin-right:9px;color:#8f999f;font:700 11px Rajdhani,sans-serif;letter-spacing:.15em}.bag-count{margin-left:7px;background:#eef1ed;color:#0d1213;font-weight:800}.authentic-product>img{width:100%;height:100%;object-fit:contain;transform:none!important}.authentic-product>span{left:16px;right:auto}.size-heading{display:flex;justify-content:space-between;align-items:center;margin:6px 0 10px}.size-heading b{font-size:14px}.size-heading span{color:#a8b49d;font-size:12px}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.size-grid button{display:grid;gap:2px;padding:10px 8px;border:1px solid #364049;border-radius:8px;background:#0b0f12;color:#fff;text-align:left}.size-grid button b{font-size:14px}.size-grid button span{color:#89949c;font-size:10px}.size-grid button:hover:not(:disabled),.size-grid button.active{border-color:#b5c58d;background:#1a211d}.size-grid button.active span{color:#c3cdb2}.size-grid button:disabled{cursor:not-allowed;opacity:.38}.product-add:disabled{cursor:not-allowed;opacity:.45}.bag-quantity{display:flex;align-items:center;gap:8px;margin-top:4px}.bag-quantity button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid #39434a;border-radius:6px;background:#0a0e10;color:#e9edee}.bag-quantity button:disabled{opacity:.35}.bag-quantity b{min-width:16px;text-align:center;font-size:12px}.bag-line>.bag-remove{align-self:start;margin-top:2px}@media(max-width:720px){.size-grid{grid-template-columns:repeat(3,1fr)}#bagToggle:before{display:none}}

/* Clean retail storefront */
.shop-intro{padding-bottom:34px}.product-toolbar{padding:14px 0 22px;border-top:1px solid #242b31}.product-toolbar>div{display:grid;gap:3px}.product-toolbar b{font:700 14px Rajdhani,sans-serif;letter-spacing:.14em}.product-toolbar>div span{font-size:10px;letter-spacing:.16em}.bag-icon-button{position:relative;display:grid!important;place-items:center;width:50px;height:50px;min-height:50px!important;padding:0!important;border:1px solid #3a444b!important;border-radius:50%!important;background:#12171b!important;color:#f5f7f7!important;box-shadow:0 8px 28px #0007!important}.bag-icon-button:before{display:none!important}.bag-icon-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.bag-icon-button:hover{border-color:#a9b79a!important;background:#19201d!important;transform:translateY(-1px)}.bag-icon-button .bag-count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;margin:0;border:2px solid #080a0c;background:#c9d69e;color:#0a0e0f;font-size:10px}.shop-card{border-radius:10px;background:#0e1215}.shop-photo{aspect-ratio:.96;background:#f4f5f4}.shop-detail{padding:19px 19px 21px}.shop-detail .meta{font-size:10px}.shop-detail h2{font-size:24px}.shop-card-foot span{color:#c2c9ce}.shop-photo span{left:50%;right:auto;bottom:16px;min-width:138px;transform:translate(-50%,6px);border:1px solid #333b41;border-radius:999px}.shop-card:hover .shop-photo span,.shop-card:focus-visible .shop-photo span{transform:translate(-50%,0)}
.bag-backdrop{position:fixed;z-index:68;inset:0;width:100%;height:100%;border:0;background:rgba(2,4,5,.72);backdrop-filter:blur(4px)}.bag-backdrop[hidden]{display:none}.bag-sheet{z-index:70;top:0;right:0;width:min(450px,100%);height:100dvh;max-height:none;border-width:0 0 0 1px;border-radius:0;background:#0e1215;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.bag-sheet[hidden]{display:none}.bag-sheet header{padding:26px 25px}.bag-sheet header>div>span{display:block;margin-bottom:2px;color:#8f999f;font:700 10px Rajdhani,sans-serif;letter-spacing:.17em}.bag-sheet #bagItems{overflow:auto;padding:8px 25px}.bag-summary{padding:0 25px 25px;border-top:1px solid #30373d;background:#0e1215}.bag-summary .bag-total{margin:0;padding:19px 0 8px;border:0}.bag-summary p{margin:0 0 18px;color:#929ca4;font-size:12px;line-height:1.55}.bag-summary .public-action{width:100%}.bag-sheet .bag-line{grid-template-columns:74px 1fr 32px}.bag-thumb{border-radius:7px}.bag-copy strong{font-size:16px}.bag-quantity button{border-radius:50%}.bag-open{overflow:hidden}
.product-dialog{border-radius:12px}.product-stage{border-radius:7px}.product-stage>span{font-size:9px;letter-spacing:.12em}.gallery-arrow[hidden],.product-thumbnails[hidden]{display:none}.product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr))}.size-heading{margin-top:auto;padding-top:12px}.size-grid{grid-template-columns:repeat(6,1fr);gap:6px}.size-grid button{min-width:0;align-content:center;min-height:57px;padding:8px 4px;border-radius:6px;text-align:center}.size-grid button b{font-size:13px}.size-grid button span{font-size:9px;white-space:nowrap}.size-grid button.active{box-shadow:inset 0 0 0 1px #b5c58d}.product-add{min-height:48px}
@media(max-width:720px){.shop-intro{padding-bottom:26px}.product-toolbar{padding-top:12px}.bag-sheet{width:100%}.size-grid{grid-template-columns:repeat(3,1fr)}.product-info{padding-top:38px}.product-stage>span{bottom:9px;left:9px}.shop-photo span{opacity:1;transform:translate(-50%,0);background:rgba(9,12,14,.82)}}

/* Premium collection pass */
.shop-intro{position:relative;isolation:isolate;min-height:430px;margin:44px 0 36px;padding:64px 50px;overflow:hidden;border:1px solid #30383d;border-radius:14px;background:linear-gradient(112deg,#11161a 0%,#0d1114 59%,#e9ecea 59%,#f6f7f6 100%);box-shadow:0 26px 80px #0008}.shop-intro:before{content:'FIELD ESSENTIALS · DROP 01';position:absolute;z-index:2;right:32px;top:25px;color:#151a1d;font:700 10px Rajdhani,sans-serif;letter-spacing:.18em}.shop-intro:after{content:'';position:absolute;z-index:1;right:0;top:30px;width:42%;height:calc(100% - 30px);background:url('../assets/shop-black-hoodie.png') center/contain no-repeat;filter:drop-shadow(0 28px 28px #0004)}.shop-intro>*{position:relative;z-index:3;max-width:53%}.shop-intro .kicker{display:inline-flex;align-items:center;gap:9px}.shop-intro .kicker:before{content:'';width:26px;height:1px;background:#b9c887}.shop-intro h1{max-width:620px;margin-top:24px;font-size:clamp(50px,6vw,78px);letter-spacing:-.025em}.shop-intro p{max-width:570px;color:#b5bec5;font-size:15px}.product-toolbar{margin-bottom:18px;padding:0 0 18px;border-top:0;border-bottom:1px solid #293137}.product-toolbar b{font-size:16px}.product-toolbar>div span{color:#77828b}.shop-grid{gap:18px}.shop-card{position:relative;border-color:#293137;border-radius:12px;background:linear-gradient(180deg,#111619,#0c1013);box-shadow:0 12px 35px #0003}.shop-card:hover,.shop-card:focus-visible{transform:translateY(-5px);border-color:#79856f;box-shadow:0 24px 65px #000a}.shop-photo{aspect-ratio:1.04;background:linear-gradient(145deg,#eef0ef,#fff)}.shop-photo:after{content:'';position:absolute;inset:auto 18px 14px;height:1px;background:linear-gradient(90deg,transparent,#bac0bd,transparent);opacity:.8}.shop-photo img{position:relative;z-index:1;transform:scale(.96)}.shop-card:hover .shop-photo img{transform:scale(1.015)}.shop-photo .product-index{position:absolute;z-index:2;left:16px;top:14px;padding:5px 7px;border:1px solid #c9cecb;border-radius:5px;background:#f7f8f7;color:#646c68;font:700 10px Rajdhani,sans-serif;letter-spacing:.12em;opacity:1;transform:none}.shop-photo .product-view{z-index:3;display:flex;align-items:center;justify-content:space-between;min-width:140px;padding:10px 12px;border-radius:999px}.shop-photo .product-view i,.shop-card-foot i{font-style:normal;font-size:14px}.shop-detail{gap:8px;padding:21px 20px 22px}.shop-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-card-meta>span:last-child{display:flex;align-items:center;gap:6px;color:#8fa17b;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.shop-card-meta>span:last-child:before{content:'';width:5px;height:5px;border-radius:50%;background:#9eb27d;box-shadow:0 0 0 3px #9eb27d18}.shop-detail h2{font-size:26px;letter-spacing:.01em}.shop-detail p{color:#919ca4}.shop-card-foot{margin-top:10px}.shop-card-foot strong{font-size:19px}.shop-card-foot span{display:flex;align-items:center;gap:7px;color:#d3d9dc;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.product-dialog{border-color:#465047;background:#0d1114;box-shadow:0 40px 140px #000}.product-info{background:linear-gradient(180deg,#11161a,#0c1013)}.size-heading{margin:0 0 12px;padding-top:17px;border-top:1px solid #2b3237}.size-heading b{font:700 14px Rajdhani,sans-serif;text-transform:uppercase;letter-spacing:.08em}.size-heading span{padding:5px 8px;border-radius:999px;background:#1b211c;color:#b8c79f;font-size:10px;letter-spacing:.04em}.size-grid{grid-template-columns:repeat(3,1fr);gap:7px}.size-grid button{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:10px 12px;border-color:#343d43;border-radius:7px;background:#0a0e11;text-align:left;transition:border-color .18s,background .18s,color .18s,transform .18s}.size-grid button b{font:700 14px Rajdhani,sans-serif;letter-spacing:.06em}.size-grid button span{font-size:9px}.size-grid button:hover:not(:disabled){transform:translateY(-1px);border-color:#78856a;background:#141a17}.size-grid button.active{border-color:#d8dfcd;background:#eef1e9;color:#0a0e0f;box-shadow:none}.size-grid button.active span{color:#56604d}.size-grid button.active:after{content:'✓';display:grid;place-items:center;width:18px;height:18px;margin-left:4px;border-radius:50%;background:#111713;color:#eef1e9;font-size:10px}.size-grid button:disabled{opacity:.42;background:repeating-linear-gradient(135deg,#0a0e11,#0a0e11 6px,#11161a 6px,#11161a 7px)}.size-grid button:disabled b{text-decoration:line-through}.product-add{margin-top:14px;border-radius:7px;background:#eef1ef}.product-add:hover{background:#dce4d7}
.bag-sheet{border-left-color:#465047;background:linear-gradient(180deg,#11161a,#0a0e11)}.bag-sheet:before{content:'';position:absolute;z-index:5;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,#71805f,#cbd7b1,#71805f)}.bag-sheet header{padding:30px 27px 24px;background:rgba(15,20,23,.97)}.bag-sheet header h2{font-size:32px}.bag-sheet header>div>span{color:#a8b696}.bag-sheet #bagItems{padding-inline:27px}.bag-sheet .bag-line{padding:20px 0}.bag-thumb{width:78px;height:84px;border-color:#414a4f;border-radius:8px;background:#f2f4f2}.bag-copy{gap:5px}.bag-copy strong{font-size:17px}.bag-copy span{color:#929da5}.bag-quantity{gap:10px;margin-top:7px}.bag-quantity button{width:28px;height:28px;border-color:#465047;background:#11171a}.bag-summary{padding:0 27px 27px;background:#0b0f12}.bag-summary .bag-total{padding-top:22px}.bag-summary .bag-total span:last-child{font:700 24px Rajdhani,sans-serif}.bag-summary .public-action{min-height:48px;border-radius:7px}.bag-empty{align-content:center;height:100%}.bag-empty-icon{display:grid!important;place-items:center;width:54px;height:54px;margin:0 auto 8px;border:1px solid #3b464b;border-radius:50%;color:#b8c69e!important;font-size:22px!important}
@media(max-width:900px){.shop-intro{min-height:380px;padding:52px 38px}.shop-intro:after{width:44%}.shop-intro h1{font-size:58px}.shop-intro p{max-width:48%;font-size:14px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.shop-intro{min-height:470px;margin:24px 0 28px;padding:38px 28px;background:linear-gradient(180deg,#11161a 0%,#0d1114 56%,#eef0ef 56%,#f7f8f7 100%)}.shop-intro>*{max-width:100%}.shop-intro:before{right:18px;top:auto;bottom:17px}.shop-intro:after{top:auto;bottom:2px;width:100%;height:45%;background-position:center}.shop-intro h1{font-size:48px}.shop-intro p{max-width:100%;font-size:13px;line-height:1.6}.shop-grid{grid-template-columns:1fr}.product-toolbar b{font-size:14px}.size-grid{grid-template-columns:repeat(2,1fr)}.size-grid button{min-height:48px}.bag-sheet header{padding:25px 21px 20px}.bag-sheet #bagItems,.bag-summary{padding-inline:21px}}

/* Minimal premium storefront */
.shop-intro{min-height:0;margin:0;padding:76px 0 48px;overflow:visible;border:0;border-radius:0;background:none;box-shadow:none}.shop-intro:before,.shop-intro:after{display:none}.shop-intro>*{max-width:680px}.shop-intro .kicker:before{width:20px}.shop-intro h1{max-width:680px;margin:20px 0 16px;font-size:clamp(48px,6vw,72px);letter-spacing:-.02em}.shop-intro p{max-width:600px;color:#9da6ae;font-size:16px;line-height:1.65}.product-toolbar{margin-bottom:24px;padding:0 0 15px;border-bottom:1px solid #252c31}.product-toolbar>div{display:flex;align-items:baseline;gap:12px}.product-toolbar b{font-size:14px;letter-spacing:.13em}.product-toolbar>div span{font-size:10px}.shop-grid{gap:22px}.shop-card{border:0;border-radius:8px;background:transparent;box-shadow:none}.shop-card:hover,.shop-card:focus-visible{transform:none;border-color:transparent;box-shadow:none}.shop-photo{aspect-ratio:1;background:#f3f4f3;border-radius:8px}.shop-photo:after{display:none}.shop-photo img{transform:scale(.96);transition:transform .28s ease}.shop-card:hover .shop-photo img{transform:scale(1)}.shop-photo .product-view{left:50%;right:auto;bottom:14px;min-width:0;padding:9px 14px;border:0;border-radius:999px;background:#0b0f11;color:#fff;font-size:11px;opacity:0;transform:translate(-50%,5px)}.shop-card:hover .shop-photo .product-view,.shop-card:focus-visible .shop-photo .product-view{opacity:1;transform:translate(-50%,0)}.shop-detail{gap:8px;padding:16px 2px 4px}.shop-detail .meta{font-size:9px;color:#818a91}.shop-title-row{display:grid;grid-template-columns:1fr auto;align-items:start;gap:14px}.shop-title-row h2{margin:0;font:700 22px/1.05 Rajdhani,sans-serif;text-transform:uppercase}.shop-title-row strong{font-size:14px;font-weight:600;white-space:nowrap}.shop-card-meta,.shop-card-foot,.shop-detail>p{display:none}
.product-dialog{border:1px solid #343c41;border-radius:10px;background:#0d1114}.product-gallery{background:#090c0e}.product-info{background:#0e1215}.size-heading{margin:0 0 10px;padding-top:16px}.size-heading span{padding:0;background:none;color:#aebc96}.size-grid{grid-template-columns:repeat(3,1fr);gap:7px}.size-grid button{min-height:48px;padding:9px 11px;border:1px solid #343c42;border-radius:6px;background:#0a0e10}.size-grid button b{font-size:13px}.size-grid button span{font-size:9px;color:#7f898f}.size-grid button:hover:not(:disabled){transform:none;border-color:#7d8a70;background:#111714}.size-grid button.active{border-color:#d9ded5;background:#f0f2ef;color:#0b0f10}.size-grid button.active:after{display:none}.size-grid button.active span{color:#626963}.size-grid button:disabled{background:#0a0e10;opacity:.3}.product-add{border-radius:6px}
.bag-sheet{border-left:1px solid #343c41;background:#0d1114}.bag-sheet:before{display:none}.bag-sheet header{padding:27px 25px 22px;background:#0f1417}.bag-sheet header>div>span{color:#858f95}.bag-sheet header h2{font-size:30px}.bag-sheet #bagItems{padding-inline:25px}.bag-sheet .bag-line{padding:18px 0}.bag-thumb{width:74px;height:80px;border-color:#343d42;border-radius:6px}.bag-copy{gap:4px}.bag-copy strong{font-size:16px}.bag-quantity button{width:27px;height:27px}.bag-summary{padding:0 25px 25px;background:#0b0f11}.bag-summary .bag-total{padding-top:20px}.bag-summary .bag-total span:last-child{font-size:22px}.bag-summary .public-action{border-radius:6px}.bag-backdrop{background:rgba(2,4,5,.76);backdrop-filter:blur(6px)}
@media(max-width:900px){.shop-intro{min-height:0;padding:60px 0 42px}.shop-intro>*{max-width:680px}.shop-intro p{max-width:600px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.shop-intro{min-height:0;margin:0;padding:48px 0 34px;background:none}.shop-intro h1{font-size:48px}.shop-intro p{max-width:100%;font-size:14px}.product-toolbar>div{display:grid;gap:1px}.shop-grid{grid-template-columns:1fr}.shop-photo .product-view{opacity:1;transform:translate(-50%,0)}.size-grid{grid-template-columns:repeat(2,1fr)}}
