:root{--bg:#0a0a0a;--fg:#fff;--blue:#0047FF;--green:#00E08A;--muted:#a3a3a3;--border:#1f1f1f}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 16px}.display{font-family:Bebas Neue,sans-serif;letter-spacing:.01em;font-style:italic;line-height:.9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:6px;font-weight:600;transition:transform .15s,box-shadow .15s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 28px #0047ff59}.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{border:1px solid #2a2a2a;color:#fff}.site-header{position:sticky;top:0;z-index:50;background:#0a0a0acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header .row{display:flex;align-items:center;justify-content:space-between;height:64px}.site-header .logo img{height:36px;width:auto}.site-header nav{display:none;gap:24px}@media(min-width:768px){.site-header nav{display:flex}}.site-header nav a{font-size:14px;color:#d4d4d4}.site-header nav a:hover{color:#fff}.hero{position:relative;min-height:80vh;display:flex;flex-direction:column;justify-content:flex-end;padding:80px 0 60px;border-bottom:1px solid var(--border)}.hero .badge{display:inline-block;background:#00e08a1f;color:var(--green);padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(64px,15vw,200px);color:#fff}.hero h1 .blue{color:var(--blue)}.hero p{margin-top:24px;max-width:560px;color:var(--muted);font-size:18px}.hero .ctas{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}.marquee{background:var(--blue);overflow:hidden;padding:18px 0;border-block:1px solid #001e6e}.marquee-track{display:flex;gap:48px;animation:scroll 30s linear infinite;white-space:nowrap}.marquee span{font-family:Bebas Neue,sans-serif;font-size:28px;font-style:italic;color:#fff;letter-spacing:.04em}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}section.block{padding:80px 0;border-bottom:1px solid var(--border)}.eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.section-title{font-family:Bebas Neue,sans-serif;font-style:italic;font-size:clamp(40px,7vw,80px);line-height:1}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.grid{grid-template-columns:repeat(4,1fr);gap:24px}}.card{background:#111;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s}.card:hover{border-color:#333}.card .media{aspect-ratio:1;background:#0a0a0a;overflow:hidden}.card .media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover .media img{transform:scale(1.05)}.card .body{padding:14px}.card h3{font-size:14px;font-weight:600;margin-bottom:6px;line-height:1.3}.card .price{color:var(--blue);font-weight:700;font-size:15px}.card .compare{color:var(--muted);text-decoration:line-through;font-size:12px;margin-left:6px}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}@media(min-width:768px){.benefits{grid-template-columns:repeat(4,1fr)}}.benefit{padding:24px;border:1px solid var(--border);border-radius:12px;background:#0d0d0d}.benefit .ico{width:40px;height:40px;background:#0047ff26;color:var(--blue);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px}.benefit h4{font-size:16px;margin-bottom:6px}.benefit p{color:var(--muted);font-size:14px}.faq details{border-bottom:1px solid var(--border);padding:20px 0}.faq summary{cursor:pointer;font-weight:600;font-size:16px;list-style:none;display:flex;justify-content:space-between}.faq summary::-webkit-details-marker{display:none}.faq p{color:var(--muted);margin-top:12px;font-size:15px;line-height:1.6}footer.site-footer{padding:60px 0 30px;background:#050505;border-top:1px solid var(--border)}footer .cols{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){footer .cols{grid-template-columns:2fr 1fr 1fr 1fr}}footer h5{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:16px}footer ul{list-style:none}footer ul li{margin-bottom:10px}footer ul a{color:var(--muted);font-size:14px}footer ul a:hover{color:#fff}footer .legal{margin-top:40px;padding-top:24px;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:12px}.wa{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #25d36673;z-index:99;animation:pulse 2.4s infinite}@keyframes pulse{0%,to{box-shadow:0 12px 32px #25d36673}50%{box-shadow:0 12px 38px #25d366b3}}.product{display:grid;grid-template-columns:1fr;gap:32px;padding:40px 0}@media(min-width:900px){.product{grid-template-columns:1fr 1fr;gap:60px;padding:60px 0}}.product .gallery img{width:100%;border-radius:12px;border:1px solid var(--border)}.product .thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto}.product .thumbs img{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:1px solid var(--border)}.product h1{font-family:Bebas Neue,sans-serif;font-style:italic;font-size:clamp(36px,5vw,56px);line-height:1;margin-bottom:16px}.product .price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.product .price-row .now{color:var(--blue);font-size:28px;font-weight:700}.product .price-row .was{color:var(--muted);text-decoration:line-through}.product .desc{color:#d4d4d4;line-height:1.7;margin:24px 0}.product .desc img{border-radius:12px;margin:24px 0}.variant-select{width:100%;background:#111;border:1px solid var(--border);color:#fff;padding:14px;border-radius:8px;margin-bottom:16px;font-size:15px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
