html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}.skip-to-content{position:absolute;top:-100%;left:16px;z-index:9999;padding:12px 24px;background:#2997ff;color:#fff;border-radius:980px;font-size:.9rem;font-weight:600;text-decoration:none;transition:top .2s ease}.skip-to-content:focus{top:8px}*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#000;color:#f5f5f7;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;scrollbar-width:none}body::-webkit-scrollbar{display:none}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}a{color:inherit;text-decoration:none}.shopify-section{--content-width: min( calc(var(--page-width, 90rem) - var(--page-margin, 20px) * 2), calc(100% - var(--page-margin, 20px) * 2) );--content-margin: minmax(var(--page-margin, 20px), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}h1,h2,h3,h4{font-weight:700;line-height:1.06;letter-spacing:-.03em}.headline-xl{font-size:clamp(2.5rem,7vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1.05}.headline-lg{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.08}.headline-md{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:600;letter-spacing:-.02em;line-height:1.12}.body-lg{font-size:clamp(1rem,1.8vw,1.3rem);line-height:1.5;font-weight:400}.body-md{font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.6}.caption{font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.text-gradient{background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-muted{color:#86868b}.text-white{color:#f5f5f7}.section-dark{background:#000;color:#f5f5f7}.section-light{background:#fff;color:#1d1d1f}.section-gray{background:#f5f5f7;color:#1d1d1f}.accent-blue{color:#2997ff}.accent-green{color:#30d158}.container{max-width:980px;margin:0 auto;padding:0 24px;width:100%}.container-wide{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.text-center{text-align:center}.section-pad{padding:120px 0}@media(max-width:768px){.section-pad{padding:80px 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:none;border-radius:980px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease;letter-spacing:0}.btn-primary{background:#2997ff;color:#fff}.btn-primary:hover{background:#0077ed}.btn-light{background:#f5f5f7;color:#1d1d1f}.btn-light:hover{background:#e8e8ed}.btn-dark{background:#1d1d1f;color:#f5f5f7}.btn-dark:hover{background:#333}.btn-ghost{background:transparent;color:#2997ff;padding:0;font-size:1.1rem}.btn-ghost:hover{text-decoration:underline}.btn-ghost svg{transition:transform .2s ease}.btn-ghost:hover svg{transform:translate(4px)}.btn-large{padding:18px 36px;font-size:1.1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000c;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);height:48px;transition:background .3s ease}.header-inner{max-width:980px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.header-logo{font-size:1.15rem;font-weight:700;color:#f5f5f7;text-decoration:none;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:28px}.header-nav a{text-decoration:none;font-size:.8rem;font-weight:400;color:#d2d2d7;transition:color .2s ease}.header-nav a:hover{color:#f5f5f7}.header-cart{position:relative;text-decoration:none;color:#d2d2d7;transition:color .2s ease}.header-cart:hover{color:#f5f5f7}.header-cart svg{width:18px;height:18px}.header-cart-count{position:absolute;top:-5px;right:-7px;background:#2997ff;color:#fff;font-size:.55rem;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#d2d2d7}.mobile-toggle svg{width:22px;height:22px}@media(max-width:768px){.header-nav{display:none;position:absolute;top:48px;left:0;right:0;flex-direction:column;background:#000000f2;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);padding:16px 24px 20px;gap:0;border-top:1px solid #1d1d1f}.header-nav.show{display:flex}.header-nav a{padding:14px 0;font-size:.95rem;border-bottom:1px solid #1d1d1f}.header-nav a:last-child{border-bottom:none}.mobile-toggle{display:block}}.scroll-hero{height:300vh;position:relative;scrollbar-width:none}.scroll-hero::-webkit-scrollbar{display:none}.scroll-hero__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.scroll-hero__video-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;padding:48px 20px 20px}.scroll-hero__video-container video{max-height:85vh;max-width:45vw;width:auto;height:auto;object-fit:contain}.scroll-hero__overlay{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;opacity:0;pointer-events:none}.scroll-hero__content{position:absolute;left:max(5vw,24px);max-width:420px;display:flex;flex-direction:column;gap:16px;pointer-events:auto}.scroll-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1d1d1f;line-height:1.06;letter-spacing:-.03em}.scroll-hero__subtitle{font-size:1rem;color:#86868b;line-height:1.5;max-width:380px}.hero-badge{display:inline-flex;align-items:center;gap:6px;color:#86868b;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;width:fit-content}.hero-badge svg{color:#2997ff}.hero-price{display:flex;align-items:baseline;gap:12px}.hero-price .current{font-size:2rem;font-weight:700;color:#1d1d1f;letter-spacing:-.02em}.hero-price .compare{font-size:1rem;color:#6e6e73;text-decoration:line-through}.hero-price .save{font-size:.75rem;font-weight:600;color:#30d158;background:#30d1581f;padding:3px 10px;border-radius:980px}.hero-trust{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-trust-item{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#86868b}.hero-trust-item svg{width:14px;height:14px;color:#86868b}.hero-trust-sep{color:#424245;font-size:.6rem}.scroll-hero__scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:6px;color:#6e6e73;font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;animation:bounceHint 2s ease infinite}@keyframes bounceHint{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media(max-width:768px){.scroll-hero{height:250vh}.scroll-hero__video-container{padding:0}.scroll-hero__video-container video{max-width:92vw;max-height:85vh}.scroll-hero__overlay{align-items:flex-end;padding-bottom:24px;background:linear-gradient(to top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.8) 60%,transparent 100%)}.scroll-hero__content{position:relative;left:auto;padding:0 24px;max-width:100%;text-align:center;align-items:center}.scroll-hero__title{font-size:1.4rem;color:#1d1d1f}.scroll-hero__subtitle{font-size:.82rem;color:#6e6e73}.hero-trust{justify-content:center;gap:12px}.hero-price{justify-content:center}.hero-price .current{font-size:1.5rem;color:#1d1d1f}.hero-price .compare{font-size:.85rem}.hero-trust-item{font-size:.65rem;color:#6e6e73}.hero-trust-sep,.scroll-hero__scroll-hint{display:none}.btn-large{padding:15px 28px;font-size:1rem}}.features-section{padding:0}.feature-block{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 24px;position:relative}.feature-block__inner{max-width:980px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-block__text{display:flex;flex-direction:column;gap:16px}.feature-block__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#2997ff}.feature-block__icon svg{width:32px;height:32px}.feature-block__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.08}.feature-block__desc{font-size:1.05rem;line-height:1.6;color:#86868b;max-width:440px}.feature-block__visual{display:flex;align-items:center;justify-content:center}.feature-block__number{font-size:8rem;font-weight:800;letter-spacing:-.04em;line-height:1;background:linear-gradient(180deg,#ffffff26,#ffffff08);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-block:nth-child(2n) .feature-block__inner{direction:rtl}.feature-block:nth-child(2n) .feature-block__inner>*{direction:ltr}.feature-block__text,.feature-block__visual{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.feature-block.visible .feature-block__text,.feature-block.visible .feature-block__visual{opacity:1;transform:translateY(0)}.feature-block.visible .feature-block__visual{transition-delay:.15s}@media(max-width:768px){.feature-block{min-height:auto;padding:60px 24px}.feature-block__inner{grid-template-columns:1fr;gap:32px;text-align:center}.feature-block:nth-child(2n) .feature-block__inner{direction:ltr}.feature-block__icon{margin:0 auto}.feature-block__desc{max-width:100%}.feature-block__number{font-size:5rem}}.how-section{padding:120px 24px;text-align:center}.how-section .section-title{margin-bottom:80px}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:980px;margin:0 auto}.step-card{display:flex;flex-direction:column;align-items:center;gap:16px;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.step-card.visible{opacity:1;transform:translateY(0)}.step-number{width:56px;height:56px;border-radius:50%;border:1.5px solid #424245;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:#f5f5f7;transition:all .3s ease}.step-card:hover .step-number{border-color:#2997ff;color:#2997ff}.step-card h3{font-size:1.15rem;font-weight:600;color:#f5f5f7;letter-spacing:-.01em}.step-card p{font-size:.95rem;color:#86868b;line-height:1.55;max-width:280px}@media(max-width:768px){.how-section{padding:80px 24px}.steps-row{grid-template-columns:1fr;gap:40px}}.reviews-section{padding:120px 24px}.reviews-section .section-title{text-align:center;margin-bottom:64px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:980px;margin:0 auto}.review-card{background:#1d1d1f;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:16px;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.review-card.visible{opacity:1;transform:translateY(0)}.review-stars{color:#ff9f0a;font-size:.85rem;letter-spacing:3px}.review-text{font-size:.95rem;line-height:1.6;color:#d2d2d7;flex:1}.review-author{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #2d2d2d}.review-avatar{width:36px;height:36px;border-radius:50%;background:#2d2d2d;color:#86868b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.review-name{font-weight:600;font-size:.85rem;color:#f5f5f7}.review-verified{font-size:.7rem;color:#30d158;display:flex;align-items:center;gap:3px}@media(max-width:768px){.reviews-section{padding:80px 24px}.reviews-grid{grid-template-columns:1fr}}.cta-section{padding:140px 24px;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(41,151,255,.08) 0%,transparent 70%);pointer-events:none}.cta-inner{max-width:680px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-section h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.06;color:#f5f5f7}.cta-section p{font-size:1.1rem;color:#86868b;max-width:480px;line-height:1.5}.cta-guarantees{display:flex;justify-content:center;gap:32px;margin-top:12px;flex-wrap:wrap}.cta-guarantees span{font-size:.75rem;color:#6e6e73;display:flex;align-items:center;gap:5px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.cta-guarantees svg{color:#86868b}@media(max-width:768px){.cta-section{padding:100px 24px}}.product-page{padding:100px 24px 120px;background:#000}.product-layout{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:80px}.product-main-image{border-radius:20px;overflow:hidden;background:#1d1d1f;margin-bottom:12px;aspect-ratio:1}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-thumb{border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;aspect-ratio:1;background:#1d1d1f;transition:border-color .2s ease}.product-thumb:hover,.product-thumb.active{border-color:#2997ff}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:20px}.product-details .product-title{font-size:1.75rem;font-weight:700;color:#f5f5f7;letter-spacing:-.02em}.product-rating{display:flex;align-items:center;gap:8px}.product-rating .stars{color:#ff9f0a;letter-spacing:2px;font-size:.85rem}.product-rating .count{font-size:.8rem;color:#86868b}.product-pricing{display:flex;align-items:baseline;gap:12px;padding:16px 0;border-top:1px solid #2d2d2d;border-bottom:1px solid #2d2d2d}.product-pricing .price-current{font-size:2rem;font-weight:700;color:#f5f5f7}.product-pricing .price-compare{font-size:1rem;color:#6e6e73;text-decoration:line-through}.product-description{font-size:.95rem;color:#86868b;line-height:1.65}.variant-selector{display:flex;flex-direction:column;gap:8px}.variant-selector label{font-weight:600;font-size:.85rem;color:#d2d2d7}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-option{padding:10px 20px;border:1.5px solid #424245;border-radius:980px;background:transparent;cursor:pointer;font-size:.85rem;font-weight:500;color:#d2d2d7;transition:all .2s ease}.variant-option:hover{border-color:#86868b}.variant-option.selected{border-color:#2997ff;color:#2997ff}.quantity-selector{display:flex;align-items:center;border:1.5px solid #424245;border-radius:980px;width:fit-content;overflow:hidden}.quantity-selector button{width:44px;height:44px;background:transparent;border:none;cursor:pointer;font-size:1.1rem;color:#d2d2d7;display:flex;align-items:center;justify-content:center}.quantity-selector button:hover{color:#f5f5f7}.quantity-selector input{width:48px;height:44px;text-align:center;border:none;font-weight:600;font-size:.95rem;background:transparent;color:#f5f5f7;-moz-appearance:textfield}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none}.add-to-cart-btn{width:100%;padding:17px 32px;background:#2997ff;color:#fff;border:none;border-radius:980px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{background:#0077ed}.product-trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;font-size:.75rem;color:#86868b}.trust-badge-icon{font-size:1.2rem;margin-bottom:2px}.product-highlights{background:#1d1d1f;border-radius:16px;padding:24px}.product-highlights h4{font-size:.9rem;margin-bottom:12px;color:#f5f5f7}.product-highlights ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.product-highlights li{font-size:.85rem;color:#86868b;display:flex;align-items:flex-start;gap:8px;line-height:1.5}.product-highlights li:before{content:"\2713";color:#30d158;font-weight:700;flex-shrink:0}@media(max-width:768px){.product-page{padding:70px 16px 80px}.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.product-main-image{border-radius:16px}.product-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}.product-thumb{border-radius:8px}.product-details .product-title{font-size:1.4rem}.product-pricing .price-current{font-size:1.6rem}.add-to-cart-btn{padding:15px 24px;font-size:1rem}.product-trust-badges{gap:8px}}.site-footer{background:#000;color:#6e6e73;padding:40px 24px;border-top:1px solid #1d1d1f}.footer-inner{max-width:980px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:24px;border-bottom:1px solid #1d1d1f;flex-wrap:wrap}.footer-brand p{font-size:.8rem;line-height:1.6;max-width:300px}.footer-col h4{color:#d2d2d7;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-weight:600}.footer-col a{display:block;color:#6e6e73;text-decoration:none;font-size:.8rem;padding:3px 0;transition:color .2s ease}.footer-col a:hover{color:#d2d2d7}.footer-bottom{padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:.7rem;color:#424245}.footer-disclaimer{font-size:.65rem!important;color:#424245!important;margin-top:2px}.footer-payments{display:flex;gap:6px;align-items:center}.footer-payments svg{height:20px;opacity:.4}@media(max-width:768px){.footer-top{flex-direction:column;gap:24px}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.shopify-payment-button{margin-top:8px}.shopify-payment-button__button{border-radius:980px!important;min-height:52px!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/critical.css.map */
