:root{--bg:#080d14;--bg-soft:#0e1724;--surface:#111b2a;--surface-2:#172437;--card:hsla(0,0%,100%,.075);--card-strong:hsla(0,0%,100%,.11);--text:hsla(0,0%,100%,.94);--muted:hsla(0,0%,100%,.66);--muted-2:hsla(0,0%,100%,.48);--border:hsla(0,0%,100%,.13);--accent:#ff4d3d;--accent-hover:#ff6759;--accent-soft:rgba(255,77,61,.14);--gold:#ffd166;--green:#4ade80;--blue:#4ea1ff;--danger:#ff5d5d;--ok:#41d19a;--shadow:0 22px 70px rgba(0,0,0,.48);--radius-lg:24px;--radius:18px;--radius-sm:12px;--container:1160px;--topbar-h:72px;--panel:var(--card);--panel-2:var(--card-strong)}*{box-sizing:border-box}body,html{padding:0;margin:0;background:radial-gradient(1100px 560px at 12% 0,rgba(255,77,61,.14),transparent 60%),radial-gradient(820px 520px at 88% 10%,rgba(255,209,102,.08),transparent 62%),radial-gradient(1200px 720px at 50% 110%,rgba(78,161,255,.08),transparent 60%),var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Liberation Sans,sans-serif;line-height:1.35}.hero{border:1px solid var(--border);background:linear-gradient(135deg,rgba(255,77,61,.16),rgba(255,209,102,.1));border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.heroGrid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;align-items:center}@media (min-width:900px){.heroGrid{grid-template-columns:1fr 360px}}.heroTitle{font-size:34px;font-weight:820;letter-spacing:-.4px}.heroLead{margin-top:10px;color:var(--muted);font-size:16px}.heroActions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.heroKicker,.heroSecondary{display:inline-flex}.heroKicker{align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:rgba(0,0,0,.18);color:var(--muted);font-weight:700;font-size:12px;letter-spacing:.2px}.heroBadges{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}.heroBadges span{padding:7px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.045);color:var(--text);font-size:12px;font-weight:700}.heroArt{border-radius:var(--radius);border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03));min-height:180px;display:grid;place-items:center}.heroArtInner{font-weight:900;letter-spacing:.8px;opacity:.9}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}.container{max-width:var(--container);margin:0 auto;padding:20px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(8,13,20,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.09)}.topbarInner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;max-width:var(--container);margin:0 auto}.brand{display:flex;flex-direction:column;gap:2px}.brandTitle{font-weight:720;letter-spacing:.2px}.brandSub{font-size:12px;color:var(--muted)}.nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.chipLink,.nav{align-items:center}.chipLink{display:inline-flex;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:999px;background:hsla(0,0%,100%,.03)}.chipLink:hover{border-color:hsla(0,0%,100%,.22);background:hsla(0,0%,100%,.06)}.cartChip{border-color:rgba(255,77,61,.55);background:rgba(255,77,61,.12)}.topbarMeta{display:none;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.topbarMetaItem{padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.03)}@media (min-width:980px){.topbarMeta{display:inline-flex}}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:14px;gap:14px}.card{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow)}.cardInner{padding:14px}.addressCheck{margin-top:14px}.h1{font-size:30px;letter-spacing:-.2px}.h1,.lead{margin:8px 0 0}.lead{color:var(--muted)}.sectionTitle{margin:26px 0 10px;font-size:18px;font-weight:700}.categoryNav{position:-webkit-sticky;position:sticky;top:var(--topbar-h);z-index:20;display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:10px 0;margin:0 0 18px;background:linear-gradient(180deg,rgba(8,13,20,.96),rgba(8,13,20,.82));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:none;scroll-padding-left:0;scroll-padding-right:0}.categoryNav::-webkit-scrollbar{display:none}.categoryBtn{flex:0 0 auto;cursor:pointer;padding:9px 13px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.055);color:var(--text);white-space:nowrap}.categoryBtnActive{border-color:rgba(255,77,61,.75);background:rgba(255,77,61,.16)}@media (max-width:900px){.categoryNav{flex-wrap:nowrap;overflow-x:auto;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px}}.productCard{grid-column:span 12;display:grid;grid-template-columns:132px 1fr;grid-template-rows:1fr auto;grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--border);background:linear-gradient(180deg,hsla(0,0%,100%,.085),hsla(0,0%,100%,.055));border-radius:var(--radius);box-shadow:0 12px 35px rgba(0,0,0,.22);width:100%;text-align:left}.productCard:hover{border-color:hsla(0,0%,100%,.22);background:linear-gradient(180deg,hsla(0,0%,100%,.11),hsla(0,0%,100%,.06))}.productCardDisabled{opacity:.72;filter:grayscale(.22)}.productOpenArea{grid-column:1/-1;display:grid;grid-template-columns:132px 1fr;grid-gap:12px;gap:12px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.productOpenArea:focus-visible{outline:2px solid rgba(255,77,61,.65);outline-offset:2px}@media (min-width:720px){.productCard{grid-column:span 6}}@media (min-width:1020px){.productCard{grid-column:span 4}}.productImg{width:132px;height:132px;border-radius:16px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);overflow:hidden;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.55);font-size:12px}.productImg img{width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.productTitle{font-size:16px;font-weight:800;line-height:1.2;letter-spacing:-.15px;color:var(--text)}.productMeta{color:var(--muted);font-size:13px;margin-top:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productInfo{min-width:0}.row{margin-top:10px}.productBuyRow,.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.productBuyRow{grid-column:1/-1;padding-top:2px}.productBuyRow .price{font-size:18px;letter-spacing:-.1px}.price{font-weight:800}.btn,.price{color:var(--text)}.btn{cursor:pointer;padding:9px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.08)}.btn:hover{border-color:hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.12)}.btnPrimary{border-color:rgba(255,77,61,.72);background:linear-gradient(135deg,rgba(255,77,61,.26),rgba(255,209,102,.14))}.btnPrimary:hover{border-color:rgba(255,77,61,.82);background:linear-gradient(135deg,rgba(255,103,89,.3),rgba(255,209,102,.16))}.btnGhost{border-color:hsla(0,0%,100%,.18);background:rgba(0,0,0,.16)}.btnLarge{padding:12px 16px;border-radius:14px;font-weight:800}.btnDanger{border-color:rgba(255,93,93,.55);background:rgba(255,93,93,.12)}.muted{color:var(--muted)}.input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:hsla(0,0%,100%,.06);color:var(--text);outline:none}.input:focus{border-color:rgba(255,77,61,.65)}.twoCol{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}@media (min-width:980px){.twoCol{grid-template-columns:1fr 420px;align-items:start}}.alert{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:hsla(0,0%,100%,.06)}.alertOk{border-color:rgba(65,209,154,.4);background:rgba(65,209,154,.1)}.alertDanger{border-color:rgba(255,93,93,.45);background:rgba(255,93,93,.12)}.qty{display:inline-flex;align-items:center;gap:8px}.qtyBtn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:hsla(0,0%,100%,.06);color:var(--text);cursor:pointer}.qtyBtnPrimary{border-color:rgba(255,77,61,.65);background:rgba(255,77,61,.14);font-weight:900}.qtyBtnPrimary:hover{border-color:rgba(255,77,61,.8);background:rgba(255,77,61,.18)}.qtyVal{min-width:28px;text-align:center;font-weight:700}.badge,.qtyVal{color:var(--text)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:rgba(255,77,61,.16);border:1px solid rgba(255,77,61,.35);font-size:12px;font-weight:800}.modalBackdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px;z-index:50}.modalCard{position:relative;width:min(980px,100%);border:1px solid var(--border);background:rgba(15,22,38,.92);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.modalClose{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:hsla(0,0%,100%,.06);color:var(--text);cursor:pointer}.modalBody{display:grid;grid-template-columns:1fr}@media (min-width:900px){.modalBody{grid-template-columns:420px 1fr}}.modalMedia{min-height:320px;background:hsla(0,0%,100%,.04);border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.modalMedia img{width:100%;height:100%;object-fit:cover}.modalNoImg{color:hsla(0,0%,100%,.55)}.modalContent{padding:18px}.modalBuyRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}.modalBuyRow .price{font-size:20px}@media (max-width:720px){.modalBackdrop{place-items:end center;padding:10px}.modalCard{width:100%;border-radius:22px 22px 0 0;max-height:calc(100dvh - 20px);overflow:hidden}.modalBody{grid-template-columns:1fr}.modalMedia{min-height:220px;border-right:0;border-bottom:1px solid var(--border)}.modalContent{padding:14px;overflow:auto;-webkit-overflow-scrolling:touch}}.mobileCartBar{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:60;display:grid;place-items:center}.mobileCartBtn{width:100%;height:56px;display:flex;justify-content:center;gap:10px;padding:12px 14px;border-radius:18px;border:1px solid hsla(0,0%,100%,.18);background:rgba(15,22,38,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 40px rgba(0,0,0,.45)}.mobileCartBtnPrimary{border-color:rgba(255,77,61,.5);background:rgba(15,22,38,.84)}.linkDanger{color:rgba(255,93,93,.92)}.linkDanger:hover{text-decoration:underline}.stickyAside{position:-webkit-sticky;position:sticky;top:92px}.progressBar{height:10px;border-radius:999px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06)}.progressBarFill{height:100%;background:linear-gradient(90deg,rgba(255,77,61,.85),rgba(255,209,102,.75));width:0}@media (max-width:768px){:root{--topbar-h:64px}.topbarInner{padding:10px 12px}.brandSub{font-size:11px}.navOnlyDesktop,.topbar .nav .chipLink:not(.cartChip){display:none}.topbar .nav{flex-wrap:nowrap;gap:8px}.hero{padding:18px 16px;margin:12px 12px 10px;border-radius:22px}.heroTitle{font-size:28px;line-height:1.08}.heroLead{font-size:15px;line-height:1.35;max-width:320px}.heroActions{gap:8px}.heroSecondary{display:none}.addressCheck{margin:0 12px 12px;border-radius:20px}.addressCheck .cardInner{padding:14px}.addressCheck .sectionTitle{font-size:22px;margin-bottom:10px}.addressCheck .input{height:46px;font-size:16px}.deliveryActions .btn{height:48px}.addressSuggestStatus,.deliveryCheckoutLink{display:none}}@media (max-width:520px){.productCard,.productOpenArea{grid-template-columns:96px 1fr}.productImg{width:96px;height:96px}.productBuyRow .price{font-size:17px}.qtyBtn{width:42px;height:42px;border-radius:14px}}@media (min-width:900px){.hero{padding:22px}.mobileCartBar{display:none}}body.hasMobileCart{padding-bottom:84px}