@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");:root{--bg:#060b16;--surface:#0b1426;--surface2:#12213b;--line:rgba(111,145,222,.24);--text:#f5f7ff;--muted:#9aa9c7;--accent:#5b82e8;--accent2:#4166c4}*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer;border:0}a,button{color:inherit}a{text-decoration:none}.app{max-width:520px;margin:0 auto;min-height:100vh;background:var(--bg);padding-bottom:92px}.safe{padding-top:max(14px,env(safe-area-inset-top))}.header{height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Space Grotesk;letter-spacing:-.07em;font-size:26px;font-weight:700}.header-actions{display:flex;gap:8px}.icon-btn{width:44px;height:44px;border-radius:14px;background:transparent;display:grid;place-items:center}.icon-btn:hover{background:var(--surface2)}.page{padding:0 18px}.eyebrow{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:800}.hero{margin:10px 0 28px;border:1px solid var(--line);border-radius:24px;overflow:hidden;min-height:320px;position:relative;background:linear-gradient(145deg,#21251d,#0e100d 55%,#080808)}.hero:after{content:"";position:absolute;width:260px;height:260px;right:-45px;top:-40px;border:1px solid rgba(213,244,91,.42);border-radius:50%;box-shadow:0 0 0 30px rgba(213,244,91,.06),0 0 0 70px rgba(213,244,91,.025)}.hero-art{position:absolute;right:20px;top:46px;width:160px;height:160px;border-radius:38% 62% 48% 52%;background:linear-gradient(140deg,#deded8,#6c6c68);transform:rotate(-18deg);box-shadow:-18px 24px 0 rgba(0,0,0,.22),inset -18px -16px 20px rgba(0,0,0,.25)}.hero-art:after{content:"";position:absolute;inset:38px 48px;border-radius:50%;background:#20211e;box-shadow:0 0 0 10px hsla(0,0%,100%,.1)}.hero-content{position:absolute;z-index:2;left:22px;bottom:22px;max-width:250px}.hero h1{font-family:Space Grotesk;font-size:42px;line-height:.92;letter-spacing:-.06em;margin:7px 0 11px}.hero p{font-size:13px;color:#c8c8c2;line-height:1.45;margin:0 0 17px}.button{padding:0 18px;border-radius:14px;background:var(--accent);color:#111;font-weight:800;font-size:13px;display:inline-flex;align-items:center;gap:8px}.button.secondary{background:var(--surface2);color:var(--text);border:1px solid var(--line)}.button.full{width:100%;justify-content:center}.section{margin:28px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section h2{font-family:Space Grotesk;font-size:20px;letter-spacing:-.04em;margin:0}.link{font-size:12px;color:var(--accent);font-weight:800}.h-scroll{display:flex;gap:10px;overflow:auto;padding-bottom:4px;scrollbar-width:none}.h-scroll::-webkit-scrollbar{display:none}.cat{min-width:126px;height:74px;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:14px;display:flex;flex-direction:column;justify-content:space-between}.cat strong{font-size:13px}.cat span{font-size:10px}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.card{min-width:0;position:relative}.product-image{height:164px;border-radius:18px;background:#141414;position:relative;overflow:hidden;display:grid;place-items:center}.product-image .shape{width:86px;height:112px;border-radius:28px;background:linear-gradient(140deg,#ddd,#646460);transform:rotate(-16deg);box-shadow:inset -14px -16px 16px rgba(0,0,0,.25),0 18px 22px rgba(0,0,0,.26)}.product-image.keyboard .shape{width:128px;height:54px;border-radius:10px;transform:rotate(-10deg)}.product-image.headphones .shape{width:84px;height:96px;border:12px solid #979792;border-bottom-color:transparent;background:transparent;border-radius:50%;transform:rotate(-15deg)}.product-image.pad .shape{width:132px;height:80px;border-radius:8px;background:linear-gradient(135deg,#4d4d49,#191919);transform:rotate(-11deg)}.product-image.white{background:linear-gradient(145deg,#d3d4d0,#797a75)}.product-image.white .shape{background:linear-gradient(140deg,#20221f,#62635e)}.product-info h3{font-size:13px;line-height:1.25;margin:4px 0 7px;font-weight:700}.product-meta{font-size:10px}.price{font-size:14px;font-weight:800}.old{color:var(--muted);text-decoration:line-through;font-size:11px;margin-left:5px}.fav{position:absolute;right:8px;top:8px;width:36px;height:36px;border-radius:12px;background:rgba(7,7,7,.65);display:grid;place-items:center}.fav.active{color:var(--accent)}.badge{position:absolute;left:8px;top:8px;background:var(--accent);color:#151515;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:800}.setup-banner{border:1px solid var(--line);border-radius:20px;padding:20px;background:linear-gradient(135deg,#171a13,#0d0d0d);position:relative;overflow:hidden}.setup-banner h3{font-family:Space Grotesk;font-size:29px;line-height:.95;max-width:210px;margin:8px 0}.setup-banner p{font-size:12px;color:var(--muted);max-width:220px;line-height:1.5}.setup-banner .orb{position:absolute;right:-15px;bottom:-40px;width:150px;height:150px;border:1px solid var(--accent);border-radius:50%;opacity:.45}.promo{padding:16px;border:1px solid rgba(213,244,91,.26);background:rgba(213,244,91,.07);border-radius:18px;display:flex;justify-content:space-between;gap:10px;align-items:center}.promo strong{display:block;font-size:14px}.promo span{font-size:11px;color:#c5c6b7}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);padding:10px 12px max(12px,env(safe-area-inset-bottom));background:rgba(7,7,7,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr)}.nav-item{background:transparent;font-size:9px;display:flex;gap:4px;align-items:center;flex-direction:column;min-height:45px;position:relative}.nav-item.active{color:var(--accent)}.count{position:absolute;top:-4px;right:15%;background:var(--accent);color:#111;border-radius:10px;padding:2px 5px;font-size:9px;font-weight:800}.topbar{display:flex;align-items:center;gap:10px;height:58px}.topbar h1{font-family:Space Grotesk;font-size:22px;letter-spacing:-.04em;margin:0}.search{height:46px;background:var(--surface);border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;padding:0 13px;gap:9px;margin-bottom:14px}.search input{background:none;border:0;outline:0;color:var(--text);width:100%;font-size:13px}.chips{display:flex;gap:7px;overflow:auto;margin-bottom:16px}.chip{white-space:nowrap;padding:9px 12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;font-size:11px;color:var(--muted)}.chip.active{background:var(--accent);color:#111;border-color:var(--accent);font-weight:800}.sheet-backdrop{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.68);display:flex;align-items:flex-end}.sheet{width:min(520px,100%);margin:0 auto;background:#131313;border-radius:24px 24px 0 0;padding:16px 18px max(24px,env(safe-area-inset-bottom));max-height:82vh;overflow:auto}.sheet-handle{width:38px;height:4px;background:#555;border-radius:4px;margin:0 auto 18px}.sheet h2{font-family:Space Grotesk;margin:0 0 14px}.sheet-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.mini-image{width:54px;height:54px;border-radius:12px;background:#222}.mini-image .shape{width:28px;height:38px;background:#999;border-radius:9px;transform:rotate(-15deg)}.sheet-row .grow{flex:1 1}.sheet-row strong{font-size:12px;display:block}.sheet-row span{font-size:11px;color:var(--muted)}.detail-image{height:300px;border-radius:22px;background:linear-gradient(145deg,#22251f,#0e0e0e);display:grid;place-items:center;position:relative}.detail-image .shape{transform:scale(1.65) rotate(-16deg)}.detail h1{font-family:Space Grotesk;font-size:32px;line-height:1;margin:18px 0 8px;letter-spacing:-.05em}.detail-desc{color:#bbb;font-size:13px;line-height:1.55}.specs{border-top:1px solid var(--line);margin-top:22px}.spec-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.spec-row span{color:var(--muted)}.sticky-cta{position:fixed;z-index:15;bottom:80px;left:50%;transform:translateX(-50%);width:min(484px,calc(100% - 36px));display:flex;gap:8px;background:linear-gradient(transparent,var(--bg) 35%);padding-top:22px}.sticky-cta .button{flex:1 1;justify-content:center}.cart-line{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line .grow{flex:1 1}.qty{display:flex;align-items:center;gap:10px;color:var(--muted);margin-top:8px}.qty button{width:28px;height:28px;border-radius:8px;background:var(--surface2)}.summary{background:var(--surface);border-radius:18px;padding:16px;margin-top:16px}.sum-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.sum-row.total{font-weight:800;font-size:17px;border-top:1px solid var(--line);margin-top:8px;padding-top:14px}.input{width:100%;height:46px;border:1px solid var(--line);border-radius:13px;padding:0 13px;color:var(--text);outline:0;margin:5px 0}.input,.profile-head{background:var(--surface)}.profile-head{display:flex;gap:13px;align-items:center;border:1px solid var(--line);padding:16px;border-radius:18px}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#5e7724);display:grid;place-items:center;color:#111;font-weight:800;font-size:20px}.menu-list{margin-top:18px}.menu-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.empty{text-align:center;padding:60px 20px}.toast{position:fixed;z-index:60;left:50%;top:22px;transform:translateX(-50%);background:var(--accent);color:#111;padding:11px 15px;border-radius:12px;font-size:12px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.35)}.order{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;margin:12px 0}.timeline{border-left:1px solid var(--accent);padding-left:17px;margin:17px 0}.timeline div{position:relative;margin:15px 0;font-size:13px}.timeline div:before{content:"";position:absolute;left:-22px;top:4px;width:8px;height:8px;border-radius:50%;background:var(--accent)}@media(min-width:600px){body{background:#151515}.app{box-shadow:0 0 40px rgba(0,0,0,.4)}}.hero{background:#101a31!important;background-image:none!important}.link,.section-head .link{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;background:transparent!important;background-color:transparent!important;background-image:none!important;padding:0!important;border:0!important;box-shadow:none!important;color:var(--accent)!important}.app,.app .logo,.app button,.app h1,.app h2,.app h3,.app input{font-family:Inter,Arial,sans-serif!important}.app .logo,.app h1,.app h2,.app h3{font-weight:600}.brand-lockup{display:flex;align-items:center;height:28px}.brand-lockup img{display:block;width:108px;height:auto}.brand-lockup.compact{height:23px}.brand-lockup.compact img{width:80px}.hero:after{display:none!important}.hero-art{right:-18px!important;top:34px!important;width:230px!important;height:190px!important;border-radius:0!important;background:transparent url(/products/keyboard.webp) 50%/contain no-repeat!important;transform:rotate(-5deg)!important;box-shadow:none!important;filter:none!important}.hero h1{font-size:0!important}.hero h1:after{content:"Тебе светит Moonlight";font-size:42px;line-height:.92;display:block}.hero .eyebrow{font-size:0}.hero .eyebrow:after{content:"LUNACY / LIMITED DROP";font-size:10px}.hero p{font-size:0}.hero p:after{content:"Новая механическая клавиатура для тех, кто требует максимум от тайпинга.";font-size:13px}.hero .button{font-size:0}.hero .button:before{content:"Смотреть дроп";font-size:13px}.product-image{background:#edf1fb!important;background-image:none!important;border:1px solid rgba(30,52,100,.16)!important}.product-image .shape{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important;background:none!important;border:0!important;border-radius:0!important;transform:none!important;filter:none!important}.product-image.mouse .shape{padding:18px!important;transform:scale(1.04)!important}.product-image.keyboard .shape{padding:10px!important;transform:scale(1)!important}.product-image.headphones .shape{padding:8px!important;transform:scale(.98)!important}.product-image.pad .shape{padding:8px!important;transform:scale(.94)!important}.product-image.white{background:#f1f4fc!important}.detail-image{background:#111b33!important;background-image:none!important}.detail-image .shape{padding:18px!important;transform:scale(1.04)!important;filter:none!important}.mini-image .shape{width:44px;height:44px;object-fit:contain;background:none;border-radius:0;transform:none}.fav{background:#0b0f1a!important;border:1px solid rgba(157,184,255,.22)!important}.fav.active{background:rgba(255,77,103,.1)!important;border-color:rgba(255,77,103,.55)!important}.promo,.setup-banner,.sticky-cta{background:#101a31!important;background-image:none!important}.avatar{background:#9db8ff!important;background-image:none!important}.sheet{background:#101729}.card-cart{position:absolute;right:8px;top:136px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f3f5fb;color:#0b1020;border:1px solid rgba(30,52,100,.18);z-index:2;box-shadow:0 5px 14px rgba(20,35,70,.16)}.card-cart:active{transform:scale(.94)}.variant-sheet{width:min(520px,100%);margin:0 auto;background:#111729;border-radius:25px 25px 0 0;padding:16px 18px max(24px,env(safe-area-inset-bottom));max-height:82vh;overflow:auto;border-top:1px solid rgba(157,184,255,.18)}.variant-head{display:flex;align-items:center;gap:12px;padding:3px 0 18px;border-bottom:1px solid var(--line)}.variant-head strong{font-size:14px;display:block;line-height:1.25}.variant-head span{font-size:13px;color:var(--muted);display:block;margin-top:4px}.button,.card-cart,.cat,.chip,.fav,.icon-btn,.nav-item,.qty-picker button,.variant-option{transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.button:active,.card-cart:active,.cat:active,.chip:active,.fav:active,.icon-btn:active,.qty-picker button:active,.variant-option:active{transform:scale(.96)}.button:hover{filter:brightness(1.05)}.chip{min-height:40px}.chip.active{box-shadow:0 5px 16px rgba(117,150,235,.16);transform:translateY(-1px)}.nav-item.active svg{animation:iconimate-welcome .36s cubic-bezier(.2,.8,.2,1)}.nav-item.active{animation:nav-label-in .24s ease-out}.fav.active svg{animation:iconimate-heart .3s cubic-bezier(.2,.8,.2,1)}.sheet-backdrop{animation:sheet-fade-in .18s ease-out}.sheet,.variant-sheet{animation:sheet-rise .24s cubic-bezier(.2,.8,.2,1)}.toast{animation:toast-in .22s cubic-bezier(.2,.8,.2,1)}@keyframes iconimate-welcome{0%{transform:translateY(3px) scale(.82);opacity:.45}65%{transform:translateY(-2px) scale(1.08)}to{transform:translateY(0) scale(1);opacity:1}}@keyframes iconimate-heart{0%{transform:scale(.7)}55%{transform:scale(1.22)}to{transform:scale(1)}}@keyframes nav-label-in{0%{opacity:.55}to{opacity:1}}@keyframes sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-rise{0%{transform:translateY(22px);opacity:.8}to{transform:translateY(0);opacity:1}}@keyframes toast-in{0%{transform:translate(-50%,-8px);opacity:0}to{transform:translate(-50%);opacity:1}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.variant-option.selected{background:#9db8ff!important;border-color:#9db8ff!important;color:#07101f!important;box-shadow:none!important;font-weight:800}.hero{background:#102044!important}.button{background:#4166c4!important}.button.secondary{background:#12213b!important;color:#f5f7ff!important}.product-image{background:#17294b!important;border-color:rgba(111,145,222,.28)!important}.product-image.white{background:#1d3158!important}.detail-image{background:#0e1a33!important}.card-cart{background:#d9e4ff!important;color:#102044!important}.chip.active,.variant-option.selected{background:#4166c4!important;border-color:#4166c4!important}.fav.active{color:#ff4d67!important}.cat,.cat strong{overflow:hidden}.cat strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;word-break:break-word;line-height:1.15;max-height:45px}.cat span{white-space:nowrap}.menu-list{border:0;border-radius:0;overflow:visible}.menu-list,.menu-row{background:transparent!important}.menu-row{width:100%!important;text-align:left!important;margin:0!important;border-bottom:1px solid var(--line)!important;padding:16px 0!important}.menu-row:first-child{border-top:1px solid var(--line)!important}.page{text-align:left}.section-head,.topbar{align-items:center}.section-head h2,.topbar h1{margin-right:auto}.cart-line,.detail-desc,.menu-row,.product-info h3,.product-meta,.profile-head,.promo,.setup-banner,.spec-row,.summary{max-width:100%}.sheet-row{text-align:left!important}.mini-product{width:46px;height:46px;display:block;object-fit:contain}.cart-line{align-items:center}.cart-line>strong{white-space:nowrap;margin-left:auto}.setup-banner p{margin-bottom:18px}.detail-visual{position:relative}.detail-fav{position:absolute;right:14px;top:14px;z-index:3}.detail-fav .fav{width:44px;height:44px;border-radius:14px;background:#0b1426!important}.app:has(.detail)>.header{display:none!important}.sticky-cta{background:#0b1426!important;border:1px solid rgba(111,145,222,.28);bottom:82px;box-shadow:0 12px 34px rgba(0,0,0,.28)}.sticky-cta .button.secondary{border:1px solid rgba(111,145,222,.32)}.order-status{display:inline-flex;align-items:center;gap:8px;color:#b7c8f0;font-size:13px;font-weight:600;white-space:nowrap}.order-status i{width:9px;height:9px;border-radius:50%;background:#5b82e8;box-shadow:0 0 0 4px rgba(91,130,232,.14);animation:status-pulse 1.6s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.skeleton{background:#121b2d;animation:skeleton-pulse 1.25s ease-in-out infinite}.skeleton-page{padding-top:18px}.skeleton-hero{height:320px;border-radius:24px}.skeleton-line{height:18px;width:38%;border-radius:6px;margin:28px 0 14px}.skeleton-line.short{width:34%}.skeleton-tabs{display:flex;gap:9px;margin-bottom:22px}.skeleton-tabs .skeleton{width:94px;height:40px;border-radius:12px}.skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.skeleton-grid .skeleton{height:220px;border-radius:18px}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:.95}}.variant-head .icon-btn{margin-left:auto;flex:none}.variant-thumb{padding:5px}.variant-label{font-size:10px;letter-spacing:.14em;color:var(--muted);margin:19px 0 9px;font-weight:800}.variant-options{display:grid;grid-gap:8px;gap:8px}.variant-options.compact{display:flex;flex-wrap:wrap}.variant-option{min-height:44px;text-align:left;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#0b1020;color:var(--text);font-size:12px}.variant-options.compact .variant-option{min-width:82px;text-align:center}.variant-option.selected{border-color:#9db8ff;background:#182646;color:#f4f6ff}.qty-picker{display:flex;align-items:center;justify-content:space-between;width:142px;border:1px solid var(--line);border-radius:13px;background:#0b1020;padding:4px}.qty-picker button{width:38px;height:36px;border-radius:9px;background:#18233d;font-size:20px}.variant-submit{margin-top:20px}:root{--bg:#f4f1eb;--surface:#fffdf9;--surface2:#ebe6de;--line:hsla(0,0%,8%,.14);--text:#171717;--muted:#77736d;--accent:#111;--accent2:#111}body,html{font-family:Inter,Arial,sans-serif!important}.header{height:70px}.haliky-lockup img{width:142px;height:30px;object-fit:contain;object-position:left center}.haliky-lockup.compact img{width:88px;height:22px}.icon-btn{background:transparent!important;color:var(--text)!important}.icon-btn:hover{background:var(--surface2)!important}.haliky-hero{background:#ddd8ce!important;border-color:var(--line)!important;min-height:370px}.haliky-hero:after{display:none}.haliky-hero-art{inset:0!important;width:auto!important;height:auto!important;background:url(/haliky/hoodie-lc2.jpg) 50%/cover no-repeat!important;opacity:.65;transform:none!important;filter:grayscale(.2)!important}.haliky-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,8%,.82),hsla(0,0%,8%,.1));z-index:1}.haliky-hero .hero-content{color:#fff}.haliky-hero .hero-content p{color:hsla(0,0%,100%,.76)}.haliky-hero .eyebrow{color:hsla(0,0%,100%,.72)}.haliky-hero .button{background:#fff!important;color:#111!important}.haliky-hero .button:before,.haliky-hero .eyebrow:after,.haliky-hero h1:after,.haliky-hero p:after{content:none!important}.haliky-hero h1{font-size:42px!important}.haliky-hero p{font-size:13px!important}.haliky-hero .eyebrow{font-size:10px!important}.haliky-hero .button{font-size:13px!important}.button{border-radius:5px!important;min-height:46px}.button.secondary{background:transparent!important;color:var(--text)!important}.detail h1,.section h2,.setup-banner h3,.topbar h1{font-family:Inter,Arial,sans-serif!important;font-weight:600!important}.section h2{font-size:21px}.cat{background:transparent!important;border:1px solid var(--line)!important;border-radius:5px!important}.cat span{color:var(--muted)}.link{background:transparent!important;color:var(--text)!important}.product-image{background:#ebe6de!important;border-radius:5px!important}.fashion-image img{width:100%;height:100%;object-fit:contain;display:block;padding:8px}.fashion-image.detail-image{height:390px!important;border-radius:5px!important}.fashion-image.detail-image img{object-fit:contain;padding:14px}.product-info{padding:10px 2px}.product-info h3{font-weight:600}.product-meta{color:var(--muted)}.badge{background:#111!important;border-radius:3px!important}.fav{background:rgba(255,253,249,.9)!important;color:#111!important;border:1px solid hsla(0,0%,8%,.14)}.fav.active{color:#c73838!important}.card-cart{background:#fffdf9!important;border:1px solid var(--line)!important}.haliky-setup-banner{background:#ded8cd!important;border-color:var(--line)!important;border-radius:5px!important}.haliky-setup-banner .button{background:#111!important;color:#fff!important}.haliky-promo{background:#e5dfd5!important;border-color:var(--line)!important;border-radius:5px!important}.look-card strong{font-size:14px}.chip{border-radius:4px!important;background:transparent!important;color:var(--text)!important}.order,.profile-head,.search,.summary{background:var(--surface)!important;border-color:var(--line)!important;border-radius:5px!important}.input{background:var(--surface)!important;border-color:var(--line)!important;border-radius:4px!important;color:var(--text)!important}.menu-list{border-top:1px solid var(--line)}.menu-row{color:var(--text)!important}.mini-image{background:#ebe6de!important;border-radius:4px!important}.mini-product,.variant-thumb{width:100%;height:100%;object-fit:contain;border-radius:4px}.variant-thumb{width:54px;height:54px;object-fit:contain}.sheet,.variant-sheet{background:var(--surface)!important;color:var(--text)!important}.variant-option{background:transparent!important;color:var(--text)!important;border-color:var(--line)!important;border-radius:4px!important}.variant-option.selected{background:#111!important;color:#fff!important;border-color:#111!important}.order-status{color:var(--text)}.order-status i{background:#111;box-shadow:0 0 0 4px hsla(0,0%,7%,.12)}.bottom-nav{background:hsla(40,29%,94%,.94)!important;border-color:var(--line)!important}.nav-item{color:var(--muted)}.nav-item.active{color:#111}.count{background:#111;color:#fff}.detail{padding-bottom:190px!important}.sticky-cta{bottom:calc(74px + env(safe-area-inset-bottom))!important}.setup-slots .sheet-row{width:100%!important;background:transparent!important;color:var(--text)!important}.sheet-row{width:100%!important}.empty{color:var(--muted)}.slot-plus{font-size:24px;color:#111}.menu-label{display:flex;align-items:center;gap:10px;min-width:0}.menu-label svg{flex:none;display:block}.mini-image{overflow:hidden;flex:none;display:grid;place-items:center}.mini-product,.variant-thumb{display:block;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center}.detail-visual{border-radius:5px}.detail-visual,.fashion-image{overflow:hidden}.gallery-controls{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:11px;font-weight:700}.gallery-controls span{min-width:42px;text-align:center;text-shadow:0 1px 3px #000}.gallery-button{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:hsla(0,0%,7%,.78);color:#fff;border:1px solid hsla(0,0%,100%,.25)}.gallery-button:disabled{opacity:.35}.detail-size-section,.size-chart{margin-top:24px}.detail-size-section .section-head{margin-bottom:10px}.detail-size-options{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.detail-size-options .variant-option{min-height:44px;text-align:center;padding:0}.size-chart-link{font-size:11px;text-decoration:underline;color:var(--muted);background:none}.size-chart-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;border-top:1px solid var(--line);font-size:12px}.size-chart-grid>*{padding:10px 8px;border-bottom:1px solid var(--line)}.size-chart-grid strong{font-weight:700}.sticky-cta{border-radius:34px;overflow:hidden;align-items:center;min-height:70px;padding:8px;box-shadow:0 10px 30px hsla(0,0%,8%,.16)}.sticky-cta .button{min-height:52px;border-radius:27px}.product-image{border-radius:14px!important;overflow:hidden!important}.fashion-image img{object-position:center!important;padding:18px!important}.fashion-image.detail-image img{padding:28px!important}.card-cart{border-radius:50%!important}.button,.sticky-cta .button{border-radius:14px!important}.sticky-cta{background:var(--surface)!important;background-image:none!important}.sticky-cta .button{border-radius:27px!important}.variant-sheet{background:var(--surface)!important;border-radius:28px 28px 0 0!important;border-color:var(--line)!important}.variant-sheet,.variant-sheet .grow,.variant-sheet .variant-head,.variant-sheet .variant-label,.variant-sheet strong{color:var(--text)!important}.variant-sheet .variant-head span,.variant-sheet .variant-label{color:var(--muted)!important}.variant-sheet .variant-option{background:#ebe6de!important;color:var(--text)!important;border:1px solid var(--line)!important;border-radius:12px!important}.variant-sheet .variant-option.selected{background:#111!important;border-color:#111!important}.variant-sheet .qty-picker{background:#ebe6de!important;color:var(--text)!important;border:1px solid var(--line)!important}.variant-sheet .qty-picker button{border-radius:10px!important}.variant-sheet .variant-submit{border-radius:14px!important}.variant-sheet .mini-image{background:#ebe6de!important;border-radius:10px!important}.variant-sheet .variant-thumb{padding:7px!important}.fashion-image img{width:auto!important;height:100%!important;max-width:100%!important;object-fit:contain!important}.mini-product,.variant-thumb{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important}.fashion-image.detail-image{aspect-ratio:2/3!important;background:#ebe6de!important}.variant-sheet .qty-picker,.variant-sheet .variant-option{box-shadow:none!important}.fashion-image{height:auto!important;aspect-ratio:1/1!important}.fashion-image:not(.detail-image) img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;object-fit:cover!important}.fashion-image.detail-image{height:auto!important;aspect-ratio:1/1!important;display:block!important}.fashion-image.detail-image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;object-fit:cover!important;object-position:center!important}.admin-intro{padding:18px 0 14px}.admin-intro h2{font-family:Space Grotesk;font-size:28px;letter-spacing:-.05em;margin:7px 0}.admin-intro p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}.admin-label{display:block;font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-select{margin-top:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.admin-preview{display:flex;gap:14px;align-items:center;padding:12px;margin:16px 0;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.admin-preview-image{width:92px;height:92px;flex:none;border-radius:14px;overflow:hidden;background:#ebe6de}.admin-preview-image img{width:100%;height:100%;display:block;object-fit:cover}.admin-preview-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.admin-preview-copy strong{font-size:14px;line-height:1.25}.admin-preview-copy>span:last-child{font-weight:800}.admin-upload{min-height:132px;border:1px dashed var(--line);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;padding:20px;background:var(--surface)}.admin-upload input{display:none}.admin-upload strong{font-size:14px}.admin-upload span{font-size:11px;color:var(--muted)}.admin-status{display:flex;align-items:center;gap:7px;color:var(--text);font-size:12px;margin:12px 0}.admin-actions{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.admin-actions .button{min-height:48px}.admin-note{display:flex;gap:8px;align-items:flex-start;line-height:1.45;margin:20px 0 90px;padding-top:14px;border-top:1px solid var(--line)}.admin-note,.size-chart-note{color:var(--muted);font-size:11px}.size-chart-note{padding-top:10px}:root{--bg:#f7f7f5!important;--surface:#fff!important;--surface2:#efefec!important;--line:hsla(0,0%,7%,.14)!important;--text:#111!important;--muted:#6c6c68!important;--accent:#8e171d!important}body,html{color:var(--text)!important}.app,body,html{background:var(--bg)!important}.routine-lockup{display:flex;align-items:center}.routine-lockup img{width:126px;height:40px;object-fit:contain;mix-blend-mode:multiply}.header .routine-lockup img{height:42px}.topbar .routine-lockup img{width:94px;height:28px}.laroutine-hero{background:#ecece8!important;border-color:var(--line)!important;min-height:370px;overflow:hidden}.laroutine-hero-art{inset:0!important;width:100%!important;height:100%!important;background:url(/laroutine/routine-bomber.gif) 50%/cover no-repeat!important;opacity:.32;filter:grayscale(1)!important;transform:none!important}.laroutine-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.25));z-index:1}.laroutine-hero .hero-content{color:#111!important;z-index:2}.laroutine-hero .hero-content p{color:#555!important}.laroutine-hero .eyebrow{color:#8e171d!important}.laroutine-hero .button{background:#111!important;color:#fff!important}.laroutine-promo,.laroutine-setup-banner{background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important}.chip.active{background:#8e171d!important;border-color:#8e171d!important}.nav-item.active{color:#8e171d!important}.count{background:#8e171d!important}.fav.active{color:#c52c34!important}.button.secondary{border:1px solid var(--line)!important}.product-image{background:#ededeb!important;border-radius:16px!important}.fashion-image:not(.detail-image) img{object-position:center!important;padding:12px!important}.fashion-image.detail-image{border-radius:18px!important}.fashion-image.detail-image img{object-fit:contain!important;padding:18px!important}.card-cart{background:#fff!important;color:#111!important;border-color:var(--line)!important}.sheet,.variant-sheet{border-radius:30px 30px 0 0!important}.variant-sheet .qty-picker{background:#efefec!important}.variant-sheet .qty-picker button{background:#111!important;color:#fff!important}.variant-sheet .variant-submit{color:#fff!important}.sticky-cta{border-radius:34px!important;border-color:var(--line)!important}.laroutine-hero h1{font-size:42px!important}.laroutine-hero h1:after{content:none!important}.laroutine-hero .eyebrow{font-size:10px!important}.laroutine-hero .eyebrow:after{content:none!important}.laroutine-hero p{font-size:13px!important}.laroutine-hero p:after{content:none!important}.laroutine-hero .button{font-size:13px!important}.laroutine-hero .button:before{content:none!important}.brux-logo img{filter:invert(1)!important}.brux-logo{display:flex;align-items:center}.brux-logo img{width:86px;height:42px;object-fit:contain}.brux-hero{background:#fff!important;border-color:hsla(0,0%,7%,.12)!important;min-height:470px;border-radius:0!important}.brux-hero:after,.brux-hero:before{display:none!important}.brux-hero .hero-art{position:absolute;right:0;top:0;width:55%;height:100%;background:#f5f5f5;display:grid;place-items:center;transform:none;box-shadow:none}.brux-hero .hero-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.brux-hero .hero-content{left:28px;bottom:34px;max-width:52%;color:#111!important}.brux-hero h1{font-size:43px!important;color:#111!important}.brux-hero h1:after{content:none!important}.brux-hero .eyebrow{font-size:10px!important;color:#111!important}.brux-hero .eyebrow:after{content:none!important}.brux-hero p{font-size:13px!important;color:#555!important}.brux-hero p:after{content:none!important}.brux-hero .button{font-size:13px!important;background:#111!important;color:#fff!important}.brux-hero .button:before{content:none!important}.brux-builder{background:#f1f1ef!important;border-color:hsla(0,0%,7%,.14)!important;border-radius:0!important}.brux-builder .button{background:#111!important}.app,.brux-mini-app{background:#fff!important}.app{color:#111!important}.product-image{background:#f0f0ee!important}.fashion-image:not(.detail-image) img,.product-image img{object-fit:contain!important}.detail-image{background:#f0f0ee!important;border-radius:0!important}.button{background:#111!important}.button.secondary{color:#111!important;border:1px solid #111!important}.chip.active{background:#111!important;border-color:#111!important}.nav-item.active{color:#111!important}.count{background:#d20f22!important;color:#fff!important}.fav.active{color:#d20f22!important}.card-cart,.fav{color:#111!important;border:1px solid hsla(0,0%,7%,.14)!important}.input,.order,.profile-head,.promo,.search,.setup-banner,.summary{border-radius:0!important}.menu-list{border-top:1px solid var(--line)!important}.sheet,.variant-sheet{border-radius:0!important;color:#111!important}.variant-sheet .variant-submit{background:#111!important}.sticky-cta{border-radius:0!important}.brux-hero .hero-art img{mix-blend-mode:normal!important;object-position:center!important;content:url(/brux/redbull-white.jpg)!important}.brux-hero .hero-art{background:#f5f5f5 url(/brux/redbull-white.jpg) 50%/contain no-repeat!important}.brux-hero .hero-art img{display:none!important}.brux-hero .hero-art{background:#f5f5f5!important;overflow:hidden!important;background:#f5f5f5 url(/brux/monster-white.jpg) 50%/contain no-repeat!important}.detail-fav .fav{color:#111!important;border:1px solid hsla(0,0%,7%,.2)!important;border-radius:50%!important}.detail-fav .fav.active{background:#fff!important;color:#d20f22!important;border-color:#d20f22!important}.sticky-cta{margin:0 8px!important;border-radius:28px 28px 0 0!important;border:1px solid hsla(0,0%,7%,.12)!important;box-shadow:0 -8px 20px hsla(0,0%,7%,.08)!important}.sticky-cta .button{border-radius:16px!important}.app .button.full{border-radius:14px!important;margin-top:10px!important;min-height:48px}.strive-logo{font:800 30px/1 Arial,sans-serif;letter-spacing:-.08em;color:#090909;white-space:nowrap}.strive-hero{background:#10151f!important;border-color:#10151f!important;border-radius:0!important;min-height:470px;overflow:hidden;color:#fff!important}.strive-hero:after,.strive-hero:before{display:none!important}.strive-hero .hero-art{position:absolute;right:0;top:0;width:58%;height:100%;background:#27344a!important;display:grid;place-items:center;transform:none;box-shadow:none;overflow:hidden}.strive-hero .hero-art img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:normal!important;filter:none!important}.strive-hero .hero-content{left:28px;bottom:34px;max-width:55%;color:#fff!important;z-index:2}.strive-hero h1{font-size:43px!important;color:#fff!important}.strive-hero .button:before,.strive-hero .eyebrow:after,.strive-hero h1:after,.strive-hero p:after{content:none!important}.strive-hero .eyebrow{font-size:10px!important;color:#b8c6da!important}.strive-hero p{font-size:13px!important;color:#d5dce7!important}.strive-hero .button{font-size:13px!important;background:#e32e36!important;color:#fff!important;border-radius:0!important}.strive-hero .hero-art:after{display:none!important;content:none!important}.app{background:#f7f8fa!important;color:#10151f!important}.app button,.app input{font-family:Inter,Arial,sans-serif!important}.header{background:#fff!important;border-bottom:1px solid #d7dbe2!important}.header .icon-btn{color:#10151f!important}.detail h1,.section-head h2,.setup-banner h3,.topbar h1{font-weight:700!important;letter-spacing:-.035em}.button{background:#10151f!important;color:#fff!important;border-radius:0!important}.button.secondary{background:#fff!important;color:#10151f!important;border:1px solid #10151f!important}.link{color:#d51f2b!important}.chip.active{background:#d51f2b!important;border-color:#d51f2b!important;color:#fff!important}.product-image{background:#e8edf4!important;border-radius:0!important;border:0!important;height:204px!important}.product-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important}.detail-image{height:390px!important;background:#e8edf4!important}.detail-image img{padding:8px!important}.product-info h3{font-size:13px!important;line-height:1.22!important}.product-meta{color:#6b7482!important}.badge{background:#d51f2b!important;color:#fff!important}.badge,.card-cart,.fav{border-radius:0!important}.card-cart,.fav{background:#fff!important;color:#10151f!important;border:1px solid #d7dbe2!important}.fav.active{color:#d51f2b!important}.card-cart{top:136px!important}.cat{background:#fff!important;border:1px solid #d7dbe2!important;border-radius:0!important}.input,.order,.profile-head,.search,.setup-banner,.summary{border-radius:0!important;background:#fff!important;border-color:#d7dbe2!important}.strive-builder{background:#e9eef5!important;border:1px solid #d7dbe2!important;border-radius:0!important}.strive-builder .button{background:#d51f2b!important}.community-block{padding:26px 0 90px;border-top:1px solid #d7dbe2}.community-block h3{font-size:28px;margin:12px 0 8px}.community-block p{max-width:300px;color:#6b7482;line-height:1.45}.menu-list{border-top:1px solid #d7dbe2!important}.menu-row{color:#10151f!important}.bottom-nav,.menu-row{border-color:#d7dbe2!important}.bottom-nav{background:hsla(0,0%,100%,.96)!important}.nav-item.active{color:#d51f2b!important}.count{background:#d51f2b!important}.sheet,.variant-sheet{background:#fff!important;color:#10151f!important;border-radius:24px 24px 0 0!important}.variant-sheet .variant-submit{background:#d51f2b!important}.sticky-cta{background:#fff!important;border-radius:24px 24px 0 0!important;border-color:#d7dbe2!important}.sticky-cta .button{border-radius:0!important}.detail-fav .fav{background:#fff!important;color:#10151f!important}.detail-fav .fav.active{color:#d51f2b!important}.product-image:not(.detail-image) img{object-fit:cover!important;object-position:center top!important;transform:scale(1.04)}.detail-image img{object-fit:contain!important;padding:0!important}.variant-sheet .variant-option{background:#fff!important;color:#10151f!important;border:1px solid #cdd2da!important;border-radius:10px!important;font-weight:700}.variant-sheet .variant-option.selected{background:#d51f2b!important;border-color:#d51f2b!important;color:#fff!important;box-shadow:0 0 0 2px rgba(213,31,43,.18)!important}.variant-sheet .variant-submit:not(:last-child),.variant-submit:disabled{display:none!important}.cart-line{display:flex!important;gap:10px!important;align-items:center!important;padding:14px 0!important;border-bottom:1px solid #d7dbe2!important}.cart-line .grow{min-width:0!important}.cart-line strong{display:block!important;font-size:12px!important;line-height:1.25!important}.cart-line span{display:block!important;color:#6b7482!important;font-size:11px!important;margin-top:5px}.cart-line b{white-space:nowrap!important;font-size:12px!important}