:root{--background: 222 60% 5%;--foreground: 0 0% 98%;--card: 222 50% 8%;--card-foreground: 0 0% 98%;--primary: 222 100% 60%;--primary-foreground: 0 0% 100%;--primary-glow: 222 100% 70%;--accent: 183 100% 45%;--accent-foreground: 222 60% 8%;--secondary: 222 35% 12%;--muted: 222 30% 14%;--muted-foreground: 220 15% 65%;--border: 222 30% 16%;--radius: .875rem;--gradient-brand: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);--gradient-hero: radial-gradient(ellipse at top, hsl(222 80% 14% / .8) 0%, hsl(var(--background)) 60%);--gradient-card: linear-gradient(180deg, hsl(222 45% 10%) 0%, hsl(222 50% 7%) 100%);--shadow-soft: 0 4px 20px -8px hsl(222 100% 50% / .25);--shadow-card: 0 10px 40px -15px hsl(0 0% 0% / .6);--shadow-cta: 0 10px 30px -10px hsl(222 100% 60% / .5);--font-display: "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;background-image:linear-gradient(to right,hsl(222 30% 12% / .6) 1px,transparent 1px),linear-gradient(to bottom,hsl(222 30% 12% / .6) 1px,transparent 1px);background-size:56px 56px;background-attachment:fixed;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:hsl(var(--primary) / .35);color:hsl(var(--foreground))}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.skip-to-content{position:absolute;left:-9999px}.skip-to-content:focus{left:1rem;top:1rem;z-index:100;background:hsl(var(--primary));color:#fff;padding:.5rem 1rem;border-radius:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.875rem;cursor:pointer;border:none;transition:all .3s ease;font-family:inherit}.btn-hero{background:var(--gradient-brand);color:hsl(var(--primary-foreground));box-shadow:var(--shadow-cta)}.btn-hero:hover{transform:translateY(-2px);opacity:.95}.btn-outline{background:transparent;color:hsl(var(--primary));border:2px solid hsl(var(--primary) / .3)}.btn-outline:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn-lg{padding:.95rem 2rem;font-size:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsl(var(--border) / .6);transition:background .3s}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.site-logo{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:-.02em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.site-nav{display:none;gap:2rem}@media(min-width:768px){.site-nav{display:flex}}.site-nav a{font-size:.875rem;font-weight:500;color:hsl(var(--foreground) / .8);position:relative;transition:color .2s}.site-nav a:hover{color:hsl(var(--primary))}.site-nav a:after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--gradient-brand);transition:width .3s}.site-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:.5rem}.cart-toggle,.menu-toggle{position:relative;background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground));border-radius:9999px;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.cart-toggle:hover,.menu-toggle:hover{background:hsl(var(--secondary))}@media(min-width:768px){.menu-toggle{display:none}}.cart-count{position:absolute;top:-4px;right:-4px;background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.7rem;font-weight:700;border-radius:9999px;min-width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .3rem}.mobile-menu{display:none;border-top:1px solid hsl(var(--border));background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0}.mobile-menu.is-open{display:block}.mobile-menu a{display:block;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.mobile-menu a:hover{background:hsl(var(--secondary))}.hero{position:relative;padding:9rem 0 6rem;overflow:hidden;text-align:center}@media(min-width:768px){.hero{padding:11rem 0 8rem}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero);z-index:0}.hero:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);height:500px;width:900px;border-radius:9999px;background:hsl(var(--primary) / .2);filter:blur(120px);z-index:0;pointer-events:none}.hero__inner{position:relative;z-index:1;max-width:64rem;margin:0 auto}.eyebrow{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:9999px;background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .3);color:hsl(var(--primary));font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.05;margin-bottom:2rem}.text-gradient{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-glow)));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.15rem;color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 2.5rem;line-height:1.6}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.section{padding:6rem 0;position:relative}@media(min-width:768px){.section{padding:8rem 0}}.section-head{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-head h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1rem;line-height:1.1}.section-head p{color:hsl(var(--muted-foreground));font-size:1.05rem}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--gradient-card);border:1px solid hsl(var(--border));border-radius:1.5rem;padding:2rem;transition:all .3s;position:relative}.card:hover{transform:translateY(-4px);border-color:hsl(var(--primary) / .3);box-shadow:var(--shadow-card)}.card.is-featured{border-color:hsl(var(--primary) / .5);box-shadow:var(--shadow-cta)}.card-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--gradient-brand);color:hsl(var(--primary-foreground));padding:.25rem .75rem;border-radius:9999px;font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.product-card .product-image{aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:hsl(var(--secondary));margin-bottom:1.25rem}.product-card .product-image img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:1.15rem;margin-bottom:.5rem}.product-card .price{font-family:var(--font-display);font-size:1.75rem;font-weight:800;margin:1rem 0 .25rem}.product-card .meta{font-size:.8rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.product-card .btn{width:100%}.feature-list{list-style:none;padding:0;margin:1.5rem 0}.feature-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;font-size:.9rem;color:hsl(var(--foreground) / .85)}.feature-list .check{color:hsl(var(--accent));flex-shrink:0;margin-top:.15rem}.steps{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step .step-num{display:inline-flex;width:3rem;height:3rem;border-radius:9999px;background:var(--gradient-brand);color:hsl(var(--primary-foreground));align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:1.25rem;margin-bottom:1.25rem}.step h3{font-size:1.2rem;margin-bottom:.5rem}.step p{color:hsl(var(--muted-foreground));font-size:.95rem}.faq{max-width:48rem;margin:0 auto}.faq details{background:var(--gradient-card);border:1px solid hsl(var(--border));border-radius:1rem;padding:1.25rem 1.5rem;margin-bottom:.75rem;transition:border-color .2s}.faq details[open]{border-color:hsl(var(--primary) / .3)}.faq summary{font-family:var(--font-display);font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;color:hsl(var(--accent));transition:transform .2s}.faq details[open] summary:after{content:"\2212"}.faq details>p{margin-top:1rem;color:hsl(var(--muted-foreground));line-height:1.6}.cta-block{background:var(--gradient-card);border:1px solid hsl(var(--primary) / .3);border-radius:2rem;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow-cta)}.cta-block h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-block p{color:hsl(var(--muted-foreground));max-width:32rem;margin:0 auto 2rem}.site-footer{background:hsl(var(--card) / .4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid hsl(var(--border));padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 2fr}}.site-footer h4{font-size:1rem;margin-bottom:1rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.5rem}.site-footer a{color:hsl(var(--muted-foreground));font-size:.875rem;transition:color .2s}.site-footer a:hover{color:hsl(var(--accent))}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border));text-align:center;color:hsl(var(--muted-foreground) / .7);font-size:.75rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.65rem 1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:9999px;color:hsl(var(--foreground));font-family:inherit;font-size:.875rem}.newsletter-form input:focus{outline:none;border-color:hsl(var(--primary))}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:28rem;background:hsl(var(--background));border-left:1px solid hsl(var(--border));transform:translate(100%);transition:transform .3s;z-index:100;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s;z-index:99}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid hsl(var(--border))}.cart-header h2{font-size:1.25rem}.cart-close{background:transparent;border:none;color:hsl(var(--foreground));font-size:1.5rem;cursor:pointer}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 1rem}.cart-line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.cart-line img{width:4rem;height:4rem;object-fit:cover;border-radius:.5rem}.cart-line__info{flex:1;min-width:0}.cart-line__title{font-weight:600;font-size:.875rem}.cart-line__price{font-weight:700;margin-top:.25rem}.qty{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem}.qty button{width:1.5rem;height:1.5rem;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--foreground));border-radius:.25rem;cursor:pointer}.qty span{width:2rem;text-align:center;font-size:.875rem}.cart-footer{padding:1.5rem;border-top:1px solid hsl(var(--border))}.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.cart-checkout-btn{width:100%}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}img[width][height]{height:auto}.product-section{padding-top:8rem;padding-bottom:4rem}.product-grid{display:grid;gap:2rem;grid-template-columns:1fr;align-items:start}@media(min-width:768px){.product-grid{grid-template-columns:1fr 1fr;gap:3rem}.product-section{padding-top:9rem}}.product-gallery__main{border-radius:1.5rem;overflow:hidden;background:hsl(var(--secondary));width:100%}.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem}.product-gallery__thumb{padding:0;border:2px solid transparent;background:transparent;border-radius:.75rem;overflow:hidden;cursor:pointer;aspect-ratio:1 / 1;transition:border-color .2s ease,opacity .2s ease;opacity:.6}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:hsl(var(--primary));opacity:1}.product-info{min-width:0}.product-title{font-size:clamp(1.75rem,4vw,3rem);margin:.75rem 0 1rem;line-height:1.15}.product-price{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:hsl(var(--primary-glow));margin-bottom:1.5rem}.product-description{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:2rem}.product-description p{margin:0 0 .75rem}.product-form{display:flex;flex-direction:column;gap:1rem}.product-variant-select{width:100%;padding:.85rem 2.5rem .85rem 1rem;border-radius:.75rem;background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--foreground));font:inherit;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,hsl(var(--muted-foreground)) 50%),linear-gradient(135deg,hsl(var(--muted-foreground)) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px;background-repeat:no-repeat}.product-submit{width:100%;min-height:52px}.product-submit[aria-busy=true]{opacity:.85;cursor:wait}@media(min-width:768px){.product-submit{width:auto;min-width:240px}}@media(max-width:767px){.container{padding-left:1rem;padding-right:1rem}.product-section{padding-top:6.5rem;padding-bottom:3rem}.product-title{margin-top:.5rem}.product-form{gap:.75rem}.product-card .btn{width:100%}}.cart-checkout-btn.is-disabled{pointer-events:none;opacity:.5;cursor:not-allowed}[data-add-btn][aria-busy=true]{opacity:.85;cursor:wait}html,body{max-width:100%;overflow-x:hidden}@supports (overflow-x: clip){html,body{overflow-x:clip}}.page-wrapper,main,.shopify-section,.pf-app-instance,.pagefly-section{max-width:100vw;overflow-x:clip}.site-header{position:sticky;top:0;z-index:1000}.product-countdown,[data-countdown],.pf-countdown,.pagefly-countdown{min-height:64px;display:block;contain:layout paint}@media(min-width:768px){.product-countdown,[data-countdown],.pf-countdown,.pagefly-countdown{min-height:80px}}.hero img,.hero-image,.product-hero img,.pf-hero img{aspect-ratio:16 / 9;width:100%;height:auto;display:block}.product-title,h1.product__title{min-height:1.2em}.sticky-atc,.sticky-add-to-cart,.pf-sticky-atc,[data-sticky-atc],.product-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:90}@media(max-width:767px){.sticky-atc,.sticky-add-to-cart,.pf-sticky-atc,[data-sticky-atc],.product-sticky-bar{bottom:80px}body.template-product{padding-bottom:140px}}#ProductMainImage,.product-gallery__main img,.product__media--featured img{content-visibility:visible!important}.services-section{padding:6rem 0}.services-section .section-head{text-align:center;max-width:42rem;margin:0 auto 4rem}.services-section .section-head h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.services-section .section-head .text-accent{color:hsl(var(--primary))}.services-section .section-head p{margin-top:1rem;color:hsl(var(--muted-foreground));font-size:1.125rem}.services-grid{display:grid;gap:1.5rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.service-card{background:hsl(var(--card));border:1px solid hsl(var(--border) / .6);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;transition:border-color .2s ease}.service-card:hover{border-color:hsl(var(--primary) / .4)}.service-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin:0}.service-price{font-size:3rem;font-weight:800;color:hsl(var(--primary));line-height:1;margin-top:1.25rem;letter-spacing:-.02em}.service-delivery{display:flex;align-items:center;gap:.5rem;margin-top:2rem;color:hsl(var(--muted-foreground));font-size:.875rem}.service-features{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem;flex:1}.service-features li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:hsl(var(--foreground) / .85);line-height:1.5}.service-features .check{color:hsl(var(--primary));margin-top:.125rem;flex-shrink:0}.btn-block{width:100%;margin-top:2.5rem}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}.btn-primary:hover{background:hsl(var(--primary) / .9)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
