:root{--red:#f00;--red-dark:#a80000;--black:#0d0d0d;--steel:#808080;--ink:#f5f5f5;--muted:#aaa;--line:#303030;--surface:#101010;--shadow:0 16px 38px #0006}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,system-ui,sans-serif;color:var(--ink);background:var(--surface)}button,input{font:inherit}button,a{transition:.2s}button{cursor:pointer}.topbar{height:34px;padding:0 max(24px,calc((100vw - 1200px)/2));display:flex;align-items:center;gap:13px;background:#050505;color:#ddd;font-size:11px;font-weight:600;border-bottom:1px solid #242424}.topbar-safe{margin-left:auto}.topbar-dot{color:var(--red)}.header{min-height:84px;padding:10px max(24px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:210px 1fr 285px;gap:24px;align-items:center;background:#0d0d0df7;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:195px;height:62px;object-fit:contain}.search{height:48px;border:1px solid #363636;border-radius:8px;display:flex;align-items:center;overflow:hidden;background:#191919}.search>span{font-size:24px;margin-left:15px;color:#888}.search input{border:0;outline:0;flex:1;height:100%;padding:0 14px;color:#fff;background:transparent;min-width:0}.search button{border:0;height:100%;padding:0 24px;background:var(--red);color:#fff;font-weight:800;text-transform:uppercase;font-size:12px}.search button:hover,.product button:hover{background:#d40000}.header-actions{display:flex;justify-content:flex-end;gap:8px}.header-actions button{position:relative;border:0;background:transparent;color:#bbb;font-size:9px;display:grid;gap:3px;justify-items:center;padding:7px 9px;border-radius:7px;text-transform:uppercase;font-weight:700}.header-actions button:hover{background:#242424;color:#fff}.header-actions span{font-size:20px}.header-actions b{position:absolute;top:0;right:0;background:var(--red);color:#fff;border-radius:20px;padding:1px 5px;font-size:9px}.categories{min-height:50px;background:#151515;display:flex;align-items:center;justify-content:center;gap:5px;border-bottom:1px solid var(--line);overflow-x:auto;padding:6px 20px}.categories button{border:0;background:transparent;padding:9px 13px;border-radius:6px;color:#aaa;font-size:11px;white-space:nowrap;text-transform:uppercase;font-weight:700}.categories button:hover,.categories button.active{background:var(--red);color:#fff}.hero{min-height:500px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:65px max(24px,calc((100vw - 1200px)/2));background:radial-gradient(circle at 78% 45%,#f002,transparent 24%),linear-gradient(120deg,#050505,#111 58%,#1c1c1c);color:#fff}.hero-content,.hero-art{position:relative;z-index:2}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2px;color:var(--red)}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.04;margin:14px 0 18px;letter-spacing:-2px;text-transform:uppercase}.hero p{max-width:590px;font-size:16px;line-height:1.7;color:#b7b7b7}.primary{border:0;border-radius:7px;padding:15px 24px;background:var(--red);color:#fff;font-weight:800;margin-top:14px;text-transform:uppercase;font-size:12px}.primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f004}.hero-art{height:390px;display:grid;place-items:center}.hero-art img{width:min(430px,100%);height:390px;object-fit:contain;filter:drop-shadow(0 20px 35px #f003)}.orbit{position:absolute;border:1px solid #f003;border-radius:50%;transform:rotate(-20deg)}.orbit-one{width:360px;height:210px}.orbit-two{width:430px;height:285px;transform:rotate(30deg)}.benefits{max-width:1200px;margin:-28px auto 0;position:relative;z-index:4;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.benefit{min-height:108px;border:1px solid #333;border-radius:10px;padding:23px;color:#fff;display:flex;gap:15px;align-items:center;box-shadow:var(--shadow)}.benefit>span{font-size:31px}.benefit strong,.benefit small{display:block}.benefit strong{font-size:14px;text-transform:uppercase}.benefit small{font-size:11px;opacity:.75;margin-top:6px}.red{background:linear-gradient(120deg,#a40000,#f00000)}.steel{background:linear-gradient(120deg,#4c4c4c,#858585)}.dark{background:linear-gradient(120deg,#111,#292929)}.section{max-width:1200px;margin:auto;padding:75px 24px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.section h2{font-size:30px;margin:7px 0 0;text-transform:uppercase}.text-button{border:0;background:transparent;color:var(--red);font-weight:800}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#181818;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 5px 18px #0003;display:flex;flex-direction:column}.product:hover{transform:translateY(-5px);border-color:#555;box-shadow:var(--shadow)}.product-image{aspect-ratio:1;background:radial-gradient(circle,#343434,#171717 65%);display:grid;place-items:center;font-size:72px;position:relative}.product-badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;border-radius:4px;padding:5px 9px;font-size:9px;font-weight:800}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-category{font-size:9px;text-transform:uppercase;letter-spacing:1.2px;color:var(--red);font-weight:800}.product h3{font-size:14px;margin:8px 0 10px;line-height:1.4}.product-price{margin-top:auto}.old-price{display:block;color:#777;text-decoration:line-through;font-size:10px}.price{font-size:19px;color:#fff;font-weight:800}.product button{margin-top:14px;border:0;border-radius:6px;padding:11px;background:var(--red);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.empty{text-align:center;padding:60px;color:var(--muted)}.seller-banner{max-width:1152px;margin:0 auto 80px;border:1px solid #3b3b3b;border-radius:14px;padding:38px 45px;background:linear-gradient(125deg,#090909,#242424 65%,#5c0000);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.seller-banner h2{margin:8px 0;font-size:28px;text-transform:uppercase}.seller-banner p{margin:0;color:#aaa}.seller-banner button{border:0;padding:14px 20px;background:var(--red);color:#fff;border-radius:7px;font-weight:800;white-space:nowrap;text-transform:uppercase;font-size:11px}.footer{background:#070707;border-top:1px solid var(--line);text-align:center;padding:45px 24px;color:var(--muted)}.footer-brand{justify-content:center}.footer-brand img{width:210px;height:90px}.footer p{font-size:12px}.footer-links{display:flex;justify-content:center;gap:22px;margin:23px}.footer a{color:#ddd;text-decoration:none;font-weight:700}.footer a:hover{color:var(--red)}.cart{position:fixed;right:0;top:0;bottom:0;width:min(420px,100vw);background:#121212;z-index:50;box-shadow:-15px 0 40px #0008;display:flex;flex-direction:column;transform:translateX(105%);transition:.3s}.cart.open{transform:translateX(0)}.cart-head{padding:22px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head span,.cart-head strong{display:block}.cart-head span{font-size:20px;font-weight:800}.cart-head strong{font-size:11px;color:var(--muted);margin-top:3px}.cart-head button{border:0;background:#2a2a2a;color:#fff;border-radius:50%;width:38px;height:38px;font-size:24px}.cart-items{padding:12px 22px;overflow-y:auto}.cart-item{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item>span{width:52px;height:52px;display:grid;place-items:center;background:#252525;border-radius:8px;font-size:28px}.cart-item strong,.cart-item small{display:block}.cart-item small{color:var(--muted);margin-top:4px}.cart-item button{border:0;background:transparent;color:var(--red)}.cart-empty{margin:auto;text-align:center;color:var(--muted)}.cart-empty span{font-size:45px}.cart-footer{margin-top:auto;padding:22px;border-top:1px solid var(--line)}.cart-footer>div{display:flex;justify-content:space-between;font-size:18px}.cart-footer button{width:100%;border:0;border-radius:7px;padding:14px;background:var(--red);color:#fff;font-weight:800;margin:18px 0 8px}.cart-footer small{color:var(--muted);font-size:10px}.overlay{position:fixed;inset:0;background:#000b;z-index:40;opacity:0;visibility:hidden}.overlay.show{opacity:1;visibility:visible}.whatsapp{position:fixed;right:22px;bottom:22px;border:0;background:var(--red);color:#fff;border-radius:50px;padding:14px 17px;display:flex;align-items:center;gap:8px;font-weight:800;z-index:15;box-shadow:0 10px 30px #f004}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#fff;color:#111;padding:12px 18px;border-radius:7px;z-index:80;opacity:0;pointer-events:none;font-weight:700;font-size:12px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.header{grid-template-columns:1fr auto}.search{grid-row:2;grid-column:1/-1}.header-actions button:not(#cartButton){display:none}.products{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;min-height:520px}.hero-art{display:none}.benefits{grid-template-columns:1fr;margin-top:15px}.seller-banner{margin:0 24px 60px}.topbar-safe{display:none}}
@media(max-width:560px){.topbar{font-size:9px;justify-content:center}.topbar-dot,.topbar span:nth-of-type(3){display:none}.header{padding-left:15px;padding-right:15px}.brand img{width:165px;height:54px}.categories{justify-content:flex-start}.hero{padding:55px 22px;min-height:450px}.hero h1{font-size:36px}.hero p{font-size:14px}.benefits{padding:0 14px}.products{grid-template-columns:1fr 1fr;gap:10px}.section{padding:55px 14px}.product-body{padding:12px}.product-image{font-size:50px}.product h3{font-size:12px}.price{font-size:16px}.seller-banner{margin:0 14px 50px;padding:30px 24px;display:block}.seller-banner button{margin-top:20px}.whatsapp span{display:none}}
.promo-carousel{position:relative;overflow:hidden;background:#090909;border-bottom:1px solid #333}.promo-slides{height:360px}.promo-slide{display:none;height:100%;align-items:center;padding:40px max(24px,calc((100vw - 1200px)/2));background-image:linear-gradient(90deg,#080808 0%,#080808d9 28%,#08080833 70%,#08080866 100%),var(--banner);background-size:cover;background-position:center}.promo-slide.active{display:flex}.promo-slide>div{max-width:530px}.promo-slide h2{font-size:clamp(30px,4vw,55px);line-height:1.05;text-transform:uppercase;margin:12px 0}.promo-slide p{color:#ccc;font-size:15px;line-height:1.6;margin:0 0 10px}.promo-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:58px;border:1px solid #ffffff44;border-radius:5px;background:#0008;color:#fff;font-size:42px;line-height:1}.promo-arrow:hover{background:var(--red)}.promo-prev{left:22px}.promo-next{right:22px}.promo-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.promo-dots button{width:30px;height:4px;border:0;background:#ffffff66;border-radius:4px}.promo-dots button.active{background:var(--red)}
@media(max-width:560px){.promo-slides{height:390px}.promo-slide{padding:30px 48px;background-position:62% center}.promo-slide h2{font-size:32px}.promo-slide p{font-size:13px}.promo-arrow{width:30px;height:45px;font-size:32px}.promo-prev{left:8px}.promo-next{right:8px}}
.benefits{margin:28px auto 0}
.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-fallback{display:none}
