:root{--bg:#05070a;--surface:#0a0e13;--surface-2:#10151d;--line:#202a34;--text:#ffffff;--muted:#a8b2bf;--cyan:#00d6e8;--blue:#4777ff;--max:1480px;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page{width:min(calc(100% - 38px),var(--max));margin:auto}.section{padding:54px 0}.eyebrow{font-size:.75rem;letter-spacing:.18em;color:var(--cyan);font-weight:900;text-transform:uppercase}.h1,.h2,.h3{margin:0;line-height:1;letter-spacing:-.035em}.h1{font-size:clamp(2.9rem,6.5vw,6.2rem)}.h2{font-size:clamp(1.9rem,3.4vw,3.5rem)}.h3{font-size:1.1rem}.muted{color:var(--muted)}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 26px;border-radius:7px;border:1px solid #4a5664;font-weight:900;font-size:.85rem;letter-spacing:.02em}.btn-primary{border:0;background:linear-gradient(90deg,var(--cyan),var(--blue));color:#fff}.btn-dark{background:#00000052;color:#fff}.announcement{height:36px;border-bottom:1px solid #1b232c;background:#030507}.announcement .page{height:100%;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.announcement__item{text-align:center;font-size:.72rem;font-weight:900;letter-spacing:.02em;border-right:1px solid #26313b}.announcement__item:last-child{border-right:0}.announcement__icon{color:var(--cyan);margin-right:7px}.header{position:sticky;top:0;z-index:80;background:#030507f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.045)}.header-in{height:78px;display:grid;grid-template-columns:230px 1fr 230px;align-items:center}.brand{display:flex;align-items:center;gap:13px;font-weight:950;letter-spacing:.23em;font-size:1.05rem}.brand img{width:48px;height:48px;object-fit:contain}.nav{display:flex;justify-content:center;gap:42px;font-size:.82rem;font-weight:900}.nav a{padding:28px 0}.nav a:hover{color:var(--cyan)}.actions{display:flex;justify-content:flex-end;gap:10px}.action{height:40px;min-width:40px;border-radius:50%;display:grid;place-items:center;border:1px solid #27313c;font-size:.8rem}.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #111820}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#05070ad9,#05070a14 40% 60%,#05070ad9),linear-gradient(0deg,rgba(5,7,10,.9),transparent 46%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:auto;padding-top:190px}.hero-logo{width:min(430px,70vw);margin:0 auto 4px;filter:drop-shadow(0 0 22px rgba(0,214,232,.18))}.hero-tag{font-size:clamp(1.7rem,3vw,2.8rem);font-weight:1000;letter-spacing:-.03em;margin-top:12px}.hero-copy{color:#e3e7eb;font-size:1.02rem;margin:12px auto 22px;max-width:620px}.hero-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.section-title{text-align:center;margin-bottom:28px}.section-title .h2{font-size:clamp(1.5rem,2.3vw,2.25rem);letter-spacing:.03em}.title-lines{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;max-width:720px;margin:auto}.title-lines:before,.title-lines:after{content:"";height:2px;background:linear-gradient(90deg,transparent,var(--cyan))}.title-lines:after{background:linear-gradient(90deg,var(--cyan),transparent)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.category-card{border:1px solid #36404b;border-radius:12px;background:#080b0f;overflow:hidden;min-width:0}.category-media{aspect-ratio:1.13/1;overflow:hidden;background:#0e1319}.category-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.category-card:hover .category-media img{transform:scale(1.04)}.category-label{min-height:52px;display:flex;align-items:center;gap:9px;padding:0 13px;font-size:.75rem;font-weight:900}.category-label b{color:var(--cyan);font-size:1rem}.product-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.product-card{border:1px solid #313b46;border-radius:9px;background:#080b0f;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-card__img{aspect-ratio:1/1;background:#111821;overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-card__img img{transform:scale(1.03)}.product-card__body{padding:14px;text-align:center;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:.87rem;font-weight:950;line-height:1.15;min-height:32px}.product-card__price{font-size:1.02rem;font-weight:950;margin:10px 0 12px}.product-card__button{margin-top:auto;min-height:34px;border:1px solid var(--cyan);border-radius:5px;background:transparent;color:var(--cyan);font-size:.7rem;font-weight:900}.product-card__button:hover{background:var(--cyan);color:#001014}.featured-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.featured-card{border:1px solid #313b46;border-radius:9px;overflow:hidden;position:relative;aspect-ratio:1/1;background:#0b1016}.featured-card img{width:100%;height:100%;object-fit:cover}.featured-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.82),transparent 58%)}.featured-card__text{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;text-align:center}.featured-card__text strong{display:block;font-size:.95rem;line-height:1.08}.featured-card__text span{display:inline-block;margin-top:9px;padding:5px 12px;border:1px solid #77818c;border-radius:4px;font-size:.62rem;font-weight:900}.benefits{border-block:1px solid #202833;background:linear-gradient(180deg,#0b0f13,#07090c)}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr)}.benefit{min-height:92px;display:flex;align-items:center;gap:13px;padding:16px 22px;border-right:1px solid #2a333e}.benefit:last-child{border-right:0}.benefit-icon{font-size:1.55rem;color:var(--cyan)}.benefit strong{font-size:.74rem;display:block}.benefit small{color:var(--muted);font-size:.7rem}.newsletter{border-bottom:1px solid #1d2630;padding:26px 0;background:#05080b}.newsletter-in{display:grid;grid-template-columns:1fr 1.25fr;gap:44px;align-items:center}.newsletter-copy{display:flex;align-items:center;gap:18px}.newsletter-copy .mail{font-size:2.15rem;color:var(--cyan)}.newsletter-copy strong{display:block;font-size:1rem}.newsletter-copy span{color:var(--muted);font-size:.82rem}.newsletter form{display:flex}.newsletter input{flex:1;min-height:46px;background:#070a0e;color:#fff;border:1px solid #33404c;border-right:0;padding:0 16px}.newsletter button{min-width:150px;border:0;background:linear-gradient(90deg,var(--cyan),var(--blue));color:#fff;font-weight:900}.footer{padding:42px 0 18px;background:#080b0e}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:36px}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:.2em}.footer-brand img{width:64px}.footer h4{font-size:.75rem;margin:0 0 14px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:8px 0;color:#b2bbc6;font-size:.73rem}.footer-bottom{text-align:center;color:#9ba5b1;font-size:.72rem;margin-top:28px;padding-top:18px;border-top:1px solid #1d2630}.product-main{display:grid;grid-template-columns:1.05fr .95fr;gap:56px}.product-media img{border:1px solid var(--line);border-radius:12px;margin-bottom:12px}.product-info{position:sticky;top:120px}.input{width:100%;min-height:46px;border:1px solid #313d49;background:#090d12;color:#fff;border-radius:6px;padding:0 13px}.collection-products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}@media(max-width:1180px){.category-grid,.product-strip,.featured-grid{grid-template-columns:repeat(3,1fr)}.header-in{grid-template-columns:180px 1fr 180px}.nav{gap:24px}}@media(max-width:820px){.announcement{height:auto}.announcement .page{grid-template-columns:1fr}.announcement__item{padding:7px;border-right:0;border-bottom:1px solid #1d2630}.announcement__item:nth-child(2){display:none}.header-in{grid-template-columns:1fr auto}.nav,.actions .search{display:none}.hero{min-height:535px}.hero-content{padding-top:170px}.category-grid,.product-strip,.featured-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:1fr 1fr}.benefit{border-bottom:1px solid #29333d}.newsletter-in,.footer-grid,.product-main{grid-template-columns:1fr}.product-info{position:static}.collection-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.page{width:min(calc(100% - 20px),var(--max))}.section{padding:38px 0}.brand{font-size:.9rem}.brand img{width:42px;height:42px}.hero{min-height:500px}.hero-content{padding-top:145px}.hero-logo{width:280px}.hero-tag{font-size:1.65rem}.hero-copy{font-size:.9rem}.category-grid{gap:8px}.category-label{font-size:.64rem;padding:0 8px}.product-strip,.featured-grid{gap:8px}.product-card__body{padding:10px}.product-card__title{font-size:.73rem}.product-card__price{font-size:.85rem}.benefit-grid{grid-template-columns:1fr}.benefit{border-right:0}.newsletter form{flex-direction:column}.newsletter input{border-right:1px solid #33404c}.newsletter button{min-height:44px}.collection-products{grid-template-columns:repeat(2,1fr)}}.category-media img,.product-card__img img,.featured-card img{width:100%;height:100%;object-fit:contain;object-position:center;background:#080b0f}.product-media img{width:100%;height:auto;object-fit:contain}@media(max-width:820px){.category-media,.product-card__img,.featured-card{width:100%;height:auto;aspect-ratio:1 / 1;overflow:hidden}.category-media img,.product-card__img img,.featured-card img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-logo{width:min(300px,72vw);height:auto;object-fit:contain}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/zooka.css.map */
