:root{--background: 210 20% 6%;--foreground: 0 0% 98%;--card: 210 18% 10%;--muted-foreground: 210 10% 60%;--primary: 195 100% 50%;--primary-foreground: 210 20% 6%;--secondary: 210 15% 15%;--border: 210 15% 20%;--ice: 195 100% 75%;--deep-cold: 210 25% 4%;--shadow-glow: 0 0 40px hsl(195 100% 50% / .3);--shadow-ice: 0 4px 30px hsl(195 100% 50% / .2);--gradient-hero: linear-gradient(180deg, hsl(210 20% 6% / .3) 0%, hsl(210 20% 6% / .9) 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.frozn-body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground))}.frozn-skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.frozn-skip:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 12px;background:#000;color:#fff;z-index:9999;border-radius:10px}.frozn-main{min-height:100vh}.frozn-container{width:min(1100px,100% - 32px);margin-inline:auto}.frozn-header{position:fixed;inset:0 0 auto 0;z-index:100;background:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid hsl(var(--border) / .5)}.frozn-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between}.frozn-logo{text-decoration:none;display:flex;align-items:baseline;gap:2px;font-weight:800;letter-spacing:.08em}.frozn-logo__word{font-size:22px;color:hsl(var(--foreground))}.frozn-logo__tm{font-size:18px;color:hsl(var(--primary))}.frozn-nav--desktop{display:none;align-items:center;gap:32px}.frozn-nav__link{text-decoration:none;color:hsl(var(--muted-foreground));font-weight:600;font-size:14px}.frozn-nav__link:hover{color:hsl(var(--foreground))}.frozn-cart{position:relative;color:hsl(var(--foreground));text-decoration:none;display:inline-flex;align-items:center}.frozn-cart__bubble{position:absolute;top:-8px;right:-10px;width:20px;height:20px;border-radius:999px;background:hsl(var(--ice));color:hsl(var(--deep-cold));display:grid;place-items:center;font-size:12px;font-weight:800}.frozn-burger{border:0;background:transparent;color:hsl(var(--foreground));width:42px;height:42px;display:inline-grid;place-items:center;padding:0;cursor:pointer}.frozn-burger__bar{display:block;width:22px;height:2px;background:hsl(var(--foreground));margin:2.5px 0;border-radius:2px}.frozn-nav--mobile{border-top:1px solid hsl(var(--border) / .5);background:hsl(var(--background) / .92)}.frozn-nav--mobile__inner{padding:14px 0;display:flex;flex-direction:column;gap:14px}.frozn-hero{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding-top:64px}.frozn-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-image);background-size:cover;background-position:50% 20%;transform:scale(1.02)}.frozn-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero)}.frozn-hero__content{position:relative;text-align:center;padding:56px 0 84px}.frozn-hero__title{margin:0 0 18px;font-weight:900;letter-spacing:.02em;line-height:1.02;font-size:clamp(44px,6vw,92px)}.frozn-text-gradient{background:linear-gradient(135deg,hsl(var(--primary)),#6cf);-webkit-background-clip:text;background-clip:text;color:transparent}.frozn-hero__sub{margin:0 auto 28px;width:min(680px,100%);color:hsl(var(--muted-foreground));font-size:clamp(16px,2vw,20px);line-height:1.6}.frozn-hero__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.frozn-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:10px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.frozn-btn:active{transform:translateY(1px)}.frozn-btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.frozn-btn--outline{background:transparent;border-color:hsl(var(--border));color:hsl(var(--foreground))}.frozn-btn--outline:hover{border-color:hsl(var(--primary));box-shadow:var(--shadow-ice)}.frozn-glow{box-shadow:var(--shadow-glow)}.frozn-scroll{position:absolute;left:50%;bottom:26px;transform:translate(-50%)}.frozn-scroll__link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:hsl(var(--muted-foreground))}.frozn-scroll__link:hover{color:hsl(var(--foreground))}.frozn-scroll__arrow{animation:frozn-bounce 1.4s ease-in-out infinite}.frozn-section{padding:96px 0}.frozn-section--card{background:hsl(var(--card))}.frozn-section--midnight{background:hsl(var(--deep-cold))}.frozn-section__head{text-align:center;margin-bottom:56px}.frozn-h2{margin:0 0 12px;font-size:clamp(34px,4vw,52px);font-weight:900;letter-spacing:.01em}.frozn-h3{margin:0 0 8px;font-size:20px;font-weight:800}.frozn-muted{color:hsl(var(--muted-foreground))}.frozn-lead{font-size:18px;line-height:1.6;margin:0 auto;width:min(720px,100%)}.frozn-ice{color:hsl(var(--ice))}.frozn-ice70{color:hsl(var(--ice) / .7)}.frozn-grid{display:grid;gap:22px}.frozn-grid--4,.frozn-grid--3{grid-template-columns:1fr}.frozn-card{background:hsl(var(--secondary) / .5);border:1px solid hsl(var(--border) / .5);border-radius:16px;padding:22px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.frozn-card:hover{border-color:hsl(var(--primary) / .5);box-shadow:var(--shadow-ice);transform:translateY(-2px)}.frozn-icon{width:56px;height:56px;border-radius:12px;background:hsl(var(--primary) / .1);display:grid;place-items:center;margin-bottom:14px}.frozn-icon__dot{width:18px;height:18px;border-radius:6px;background:hsl(var(--primary))}.frozn-product{display:block;text-decoration:none;border-radius:16px;overflow:hidden;background:hsl(var(--deep-cold));border:1px solid hsl(var(--ice) / .1);transition:border-color .2s ease,transform .2s ease;color:inherit}.frozn-product:hover{border-color:hsl(var(--ice) / .3);transform:translateY(-2px)}.frozn-product__media{aspect-ratio:1/1;background:linear-gradient(135deg,hsl(var(--ice) / .1),transparent);overflow:hidden}.frozn-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.frozn-product:hover .frozn-product__media img{transform:scale(1.05)}.frozn-product__body{padding:22px}.frozn-product__title{margin:0 0 10px;font-size:20px;font-weight:900;color:hsl(var(--ice));transition:color .2s ease}.frozn-product:hover .frozn-product__title{color:#fff}.frozn-product__desc{margin:0 0 14px;color:hsl(var(--ice) / .6);font-size:14px;line-height:1.55}.frozn-product__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.frozn-product__price{font-size:22px;font-weight:900;color:hsl(var(--ice))}.frozn-btn--small{padding:10px 14px;border-radius:12px;font-size:13px}.frozn-btn--ice{background:hsl(var(--ice));color:hsl(var(--deep-cold))}.frozn-testimonial{background:hsl(var(--secondary) / .3);border:1px solid hsl(var(--border) / .5);border-radius:16px;padding:28px}.frozn-stars{color:hsl(var(--primary));letter-spacing:2px;margin-bottom:14px}.frozn-testimonial__text{margin:0 0 18px;font-size:18px;line-height:1.6}.frozn-testimonial__name{font-weight:900}.frozn-testimonial__role{font-size:13px;color:hsl(var(--muted-foreground))}.frozn-cta{position:relative;overflow:hidden;background:hsl(var(--background))}.frozn-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--cta-image);background-size:cover;background-position:50% 70%;background-repeat:no-repeat;opacity:.2}.frozn-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero)}.frozn-cta__inner{position:relative;text-align:center}.frozn-form{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:22px}.frozn-input{width:min(420px,100%);padding:15px 16px;border-radius:12px;border:1px solid hsl(var(--border) / .5);background:hsl(var(--secondary) / .5);color:hsl(var(--foreground));outline:none}.frozn-input:focus{border-color:hsl(var(--primary));box-shadow:var(--shadow-ice)}.frozn-form__msg{margin-top:12px;color:hsl(var(--ice));font-weight:700}.frozn-small{font-size:12px}.frozn-footer{background:hsl(var(--deep-cold));border-top:1px solid hsl(var(--border) / .5);padding:44px 0 20px}.frozn-footer__inner{display:flex;flex-direction:column;gap:22px;align-items:center;justify-content:space-between;text-align:center}.frozn-footer__links{display:flex;gap:22px;flex-wrap:wrap;justify-content:center}.frozn-footer__links a,.frozn-footer__social a{color:hsl(var(--muted-foreground));text-decoration:none;font-weight:600;font-size:14px}.frozn-footer__links a:hover,.frozn-footer__social a:hover{color:hsl(var(--foreground))}.frozn-footer__social{display:flex;gap:10px}.frozn-footer__social a{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:hsl(var(--secondary) / .5)}.frozn-footer__social a:hover{background:hsl(var(--secondary))}.frozn-footer__bottom{border-top:1px solid hsl(var(--border) / .3);margin-top:24px;padding-top:18px;text-align:center}.frozn-productpage{padding-top:76px}.frozn-back{display:inline-block;margin:16px 0 28px;color:hsl(var(--ice) / .7);text-decoration:none;font-weight:600}.frozn-back:hover{color:hsl(var(--ice))}.frozn-productpage__grid{display:grid;gap:28px}.frozn-productpage__mainimg{aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,hsl(var(--ice) / .1),transparent)}.frozn-productpage__mainimg img{width:100%;height:100%;object-fit:cover}.frozn-productpage__thumbs{display:flex;gap:10px;overflow:auto;padding:10px 0}.frozn-thumb{width:78px;height:78px;border-radius:12px;overflow:hidden;border:2px solid hsl(var(--ice) / .2)}.frozn-thumb img{width:100%;height:100%;object-fit:cover}.frozn-productpage__title{margin:0 0 10px;font-size:clamp(34px,4vw,54px);font-weight:900;color:hsl(var(--ice))}.frozn-productpage__price{font-size:30px;font-weight:900;color:hsl(var(--ice));margin-bottom:18px}.frozn-productpage__desc{color:hsl(var(--ice) / .7);font-size:18px;line-height:1.7;margin-bottom:22px}.frozn-product-form{display:flex;flex-direction:column;gap:18px}.frozn-option__label{display:block;font-size:13px;font-weight:700;color:hsl(var(--ice) / .7);margin-bottom:8px}.frozn-option__values{display:flex;flex-wrap:wrap;gap:10px}.frozn-pill{display:inline-flex;align-items:center}.frozn-pill input{position:absolute;opacity:0;pointer-events:none}.frozn-pill span{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;border:1px solid hsl(var(--ice) / .3);color:hsl(var(--ice));font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.frozn-pill input:checked+span{background:hsl(var(--ice));color:hsl(var(--deep-cold));border-color:hsl(var(--ice))}.frozn-qty__row{display:flex;align-items:center;gap:12px}.frozn-qty__btn{width:44px;height:44px;border-radius:12px;border:1px solid hsl(var(--ice) / .3);background:transparent;color:hsl(var(--ice));font-size:18px;font-weight:900;cursor:pointer}.frozn-qty__btn:hover{border-color:hsl(var(--ice))}.frozn-qty__input{width:86px;height:44px;border-radius:12px;border:1px solid hsl(var(--ice) / .3);background:transparent;color:hsl(var(--ice));text-align:center;font-size:18px;font-weight:800}.frozn-btn--full{width:100%;height:56px;font-size:18px}.frozn-btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.frozn-features{padding-top:22px;border-top:1px solid hsl(var(--ice) / .2)}.frozn-featurelist{list-style:none;padding:0;margin:10px 0 0;color:hsl(var(--ice) / .7);display:grid;gap:10px}.frozn-bullet{display:inline-block;width:8px;height:8px;border-radius:999px;background:hsl(var(--ice));margin-right:10px;transform:translateY(-1px)}.frozn-animate-in{opacity:0;transform:translateY(20px);animation:frozn-fade-in .6s ease-out forwards}@keyframes frozn-fade-in{to{opacity:1;transform:translateY(0)}}@keyframes frozn-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (min-width: 768px){.frozn-nav--desktop{display:flex}.frozn-burger{display:none}.frozn-grid--3,.frozn-grid--4{grid-template-columns:repeat(2,1fr)}.frozn-productpage__grid{grid-template-columns:1fr 1fr;gap:48px}.frozn-footer__inner{flex-direction:row;text-align:left}}@media (min-width: 1024px){.frozn-grid--3{grid-template-columns:repeat(3,1fr)}.frozn-grid--4{grid-template-columns:repeat(4,1fr)}}.frozn-grid--3 .frozn-testimonial:nth-child(2){display:none!important}@media (max-width: 768px){.frozn-hero__bg{background-position:50% 30%}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/main.css.map */
