:root{--radius:1.25rem;--background:#ffffff;--foreground:#202332;--card:#ffffff;--secondary:#f4f6fb;--muted:#f0f3f8;--muted-foreground:#717684;--border:#e8ebf2;--ink:#171b27;--cream:#ffffff;--electric:#2563eb;--electric-deep:#1d4ed8;--electric-soft:#eaf0ff;--shadow-electric:0 20px 60px -20px rgba(37,99,235,.45);--shadow-soft:0 10px 40px -15px rgba(32,35,50,.14);--page-width:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter Tight,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"ss01","cv11";font-synthesis-weight:none;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0}button:disabled{cursor:not-allowed}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,.font-display{font-family:Inter Tight,Inter,system-ui,sans-serif;letter-spacing:-.04em;font-weight:650}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:1.5rem}.font-mono-tag{font-family:JetBrains Mono,ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase}.text-muted{color:var(--muted-foreground)}.text-electric{color:var(--electric)}.bg-ink{background:var(--ink);color:var(--cream)}.bg-secondary{background:var(--secondary)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-electric{box-shadow:var(--shadow-electric)}.gradient-electric{background:linear-gradient(135deg,var(--electric),var(--electric-deep));color:var(--cream)}.text-balance{text-wrap:balance}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link{position:absolute;left:1rem;top:1rem;z-index:9999;transform:translateY(-150%);background:var(--foreground);color:var(--background);padding:.75rem 1rem;border-radius:999px}.skip-to-content-link:focus{transform:none}.shopify-section{position:relative}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.5rem;padding:0 2rem;border-radius:999px;font-weight:600;line-height:1;transition:color .25s,background .25s,opacity .25s,border-color .25s,transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}.button--primary{background:var(--electric);color:var(--cream);box-shadow:var(--shadow-electric)}.button--primary:hover{background:var(--electric-deep);transform:translateY(-1px)}.button--dark{background:var(--foreground);color:var(--background)}.button--light{background:var(--cream);color:var(--electric-deep)}.button--outline{border:1px solid var(--foreground);background:transparent;color:var(--foreground)}.button--outline:hover{background:var(--foreground);color:var(--background)}.link-underline{display:inline-flex;align-items:center;gap:.25rem;border-bottom:1px solid currentColor;padding-bottom:.25rem;font-size:.9rem;font-weight:600}.link-underline:hover{color:var(--electric)}.pulse-dot{width:.375rem;height:.375rem;border-radius:999px;background:var(--electric);animation:pulse-dot 1.6s ease-in-out infinite;display:inline-block;flex:0 0 auto}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:fade-up .65s ease-out both}.icon{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon--solid{fill:currentColor;stroke:none}.top-bar{background:var(--ink);color:var(--cream);font-size:.75rem}.top-bar__inner{min-height:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.top-bar__inner span{opacity:.8}.header{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid transparent;transition:border-color .25s,background .25s}.header.is-scrolled{border-bottom-color:var(--border);background:#ffffffdb}.header__inner{height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.5rem;min-width:0}.brand__mark{width:2.25rem;height:2.25rem;border-radius:1rem;background:var(--foreground);color:var(--background);display:grid;place-items:center;flex:0 0 auto}.brand__name{font-size:1.55rem;line-height:1;font-weight:700;letter-spacing:-.05em;white-space:nowrap}.nav{display:flex;align-items:center;gap:2.5rem}.nav a{font-size:.9rem;font-weight:600;color:var(--muted-foreground);position:relative;padding:.25rem 0}.nav a:hover,.nav a[aria-current=page]{color:var(--foreground)}.nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-.15rem;height:1px;background:var(--foreground)}.header-actions{display:flex;align-items:center;gap:.5rem}.cart-pill{display:inline-flex;align-items:center;gap:.5rem;height:2.5rem;padding:0 1rem;border-radius:999px;background:var(--electric);color:var(--cream);font-size:.9rem;font-weight:650}.cart-pill:hover{background:var(--electric-deep)}.cart-pill__count{margin-left:.2rem;font-size:.72rem;font-family:JetBrains Mono,monospace;opacity:.85}.menu-toggle{display:none;height:2.5rem;width:2.5rem;align-items:center;justify-content:center}.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--background)}.mobile-menu a{display:block;padding:1rem 1.5rem;font-weight:650}.mobile-menu a:hover{background:var(--secondary)}.hero{border-bottom:1px solid var(--border)}.hero__inner{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2.5rem;align-items:end;padding-top:clamp(3rem,6vw,5rem);padding-bottom:5rem}.hero__copy{grid-column:span 6}.eyebrow{display:flex;align-items:center;gap:.75rem;color:var(--muted-foreground);margin-bottom:2rem}.hero h1{font-size:clamp(2.8rem,9vw,6.5rem);line-height:.92}.hero__text{margin-top:2rem;font-size:1.13rem;line-height:1.7;color:var(--muted-foreground);max-width:28rem}.hero__actions{margin-top:2.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__stats{margin-top:3.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;border-top:1px solid var(--border)}.stat__number{font-size:2.5rem;line-height:1}.stat__label{margin-top:.5rem;color:var(--muted-foreground)}.hero__media{grid-column:span 6;position:relative}.hero__image{aspect-ratio:4/5;border-radius:1rem;overflow:hidden;background:var(--secondary);max-height:600px}.hero__image img{width:100%;height:100%;object-fit:cover}.floating-chip{position:absolute;left:1rem;top:1rem;display:flex;align-items:center;gap:.55rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;padding:.65rem .85rem;color:var(--foreground)}.floating-card{position:absolute;right:1rem;bottom:1rem;background:var(--electric);color:var(--cream);border-radius:1.05rem;padding:1rem;box-shadow:var(--shadow-electric);min-width:12rem}.floating-card__kicker{opacity:.7}.floating-card__number{font-size:2rem;margin-top:.25rem}.floating-card__text{font-size:.8rem;opacity:.9;margin-top:.25rem}.marquee{background:var(--ink);color:var(--cream);border-block:1px solid var(--ink);padding:1.25rem 0;overflow:hidden}.marquee__track{display:flex;gap:3rem;white-space:nowrap;animation:marquee 30s linear infinite;width:max-content}.marquee__item{display:inline-flex;align-items:center;gap:.75rem;opacity:.82}.marquee__item:before{content:"";width:.25rem;height:.25rem;border-radius:999px;background:var(--electric);display:block}.section{padding-top:clamp(3.5rem,7vw,6rem);padding-bottom:clamp(3.5rem,7vw,6rem);border-bottom:1px solid var(--border)}.section__head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem}.section__title{font-size:clamp(2.25rem,5.5vw,4rem);line-height:.96}.section__subtext{max-width:28rem;color:var(--muted-foreground);line-height:1.7}.pillars__top{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:end;margin-bottom:4rem}.pillars__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border)}.pillar{padding:2rem;border-right:1px solid var(--border);border-bottom:0}.pillar:last-child{border-right:0}.pillar svg{width:1.5rem;height:1.5rem;margin-bottom:1.5rem}.pillar h3{font-size:1.6rem;margin-bottom:.65rem;line-height:1.05}.pillar p{font-size:.95rem;line-height:1.55;color:var(--muted-foreground)}.featured-card{display:block;border-radius:2rem;overflow:hidden;background:var(--secondary);box-shadow:var(--shadow-soft)}.featured-card__grid{display:grid;grid-template-columns:1fr 1fr}.featured-card__image{aspect-ratio:1;overflow:hidden;max-height:560px}.featured-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.featured-card:hover .featured-card__image img{transform:scale(1.02)}.featured-card__content{padding:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:space-between;gap:2rem;min-width:0}.badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:var(--electric);color:var(--cream);padding:.35rem .6rem}.featured-card h3{font-size:clamp(2.4rem,5vw,4rem);line-height:.95;margin-top:1.5rem}.featured-card p{color:var(--muted-foreground);line-height:1.7;max-width:30rem;margin-top:1.25rem}.price-line{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.price-line__price{font-size:2.5rem;line-height:1}.price-line__compare{text-decoration:line-through;color:var(--muted-foreground)}.featured-card__bottom{display:flex;align-items:end;justify-content:space-between;gap:1.5rem}.upsells{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}.upsells__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem 1.5rem}.product-card{display:block;min-width:0}.product-card__image{position:relative;aspect-ratio:1;background:var(--secondary);border-radius:1rem;overflow:hidden;margin-bottom:1rem;max-height:380px}.product-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__badge{position:absolute;left:.75rem;top:.75rem}.product-card__arrow{position:absolute;right:.75rem;bottom:.75rem;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--background);display:grid;place-items:center;opacity:0;transform:translateY(.5rem);transition:.3s}.product-card:hover .product-card__arrow{opacity:1;transform:translateY(0)}.product-card__meta{color:var(--muted-foreground);margin-bottom:.45rem}.product-card__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start}.product-card__title{font-size:1.55rem;line-height:1.08}.product-card:hover .product-card__title{color:var(--electric)}.product-card__rating{display:flex;align-items:center;gap:.35rem;margin-top:.45rem;font-size:.8rem;color:var(--muted-foreground)}.product-card__price{text-align:right}.product-card__price strong{display:block;font-size:1.5rem;line-height:1}.product-card__price s{font-size:.8rem;color:var(--muted-foreground)}.product-card__button{margin-top:1rem;width:100%;height:2.75rem;border-radius:.45rem;border:1px solid var(--foreground);font-size:.9rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center}.product-card__button:hover{background:var(--foreground);color:var(--background)}.lifestyle{position:relative;border-bottom:0}.lifestyle__wrap{position:relative;min-height:560px;overflow:hidden;max-width:1600px;margin-inline:auto}.lifestyle__wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(23,27,39,.8),rgba(23,27,39,.4),transparent);z-index:1}.lifestyle__wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lifestyle__content{position:relative;z-index:2;min-height:560px;display:flex;align-items:center;color:var(--cream)}.lifestyle__content>div{max-width:34rem}.lifestyle h2{font-size:clamp(2.6rem,5.5vw,4rem);line-height:.98;margin-bottom:1.5rem}.lifestyle p{line-height:1.7;opacity:.85;max-width:30rem;margin-bottom:2rem}.comparison{text-align:center}.comparison__table{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,1fr);border:1px solid var(--border);border-radius:1.5rem;overflow:hidden;background:var(--background);box-shadow:var(--shadow-soft);text-align:left}.comparison__cell{padding:1.25rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.6rem;min-width:0}.comparison__cell:nth-child(-n+3){border-top:0}.comparison__header-empty,.comparison__competitor{background:var(--secondary)}.comparison__luzguard{background:linear-gradient(135deg,var(--electric),var(--electric-deep));color:var(--cream)}.comparison__competitor{border-left:1px solid var(--border)}.comparison__label{font-weight:650}.comparison__value{background:var(--electric);color:var(--cream)}.comparison__other{color:var(--muted-foreground);border-left:1px solid var(--border)}.comparison__brand{font-size:2rem;line-height:1;margin-top:.3rem}.comparison__mobile{display:none}.reviews{background:var(--secondary);border-block:1px solid var(--border)}.reviews__head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem}.reviews__score{text-align:right;flex:0 0 auto}.stars{display:flex;gap:.18rem}.stars svg{width:1.2rem;height:1.2rem;fill:currentColor}.reviews__score-number{font-size:2.5rem;margin-top:.5rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--background);border:1px solid var(--border);padding:2rem}.review-card__quote{color:var(--electric);margin-bottom:1.25rem}.review-card p{line-height:1.65}.review-card__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.faq{max-width:1024px}.faq__head{text-align:center;margin-bottom:3.5rem}.accordion{border-top:1px solid var(--border)}.accordion__item{border-bottom:1px solid var(--border)}.accordion__button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;text-align:left;padding:1.5rem 0}.accordion__question{font-size:1.55rem;line-height:1.2}.accordion__button:hover .accordion__question{color:var(--electric)}.accordion__answer{display:none;color:var(--muted-foreground);line-height:1.7;max-width:44rem;padding-bottom:1.5rem}.accordion__item.is-open .accordion__answer{display:block}.accordion__item.is-open .icon-plus{display:none}.accordion__item:not(.is-open) .icon-minus{display:none}.final-cta{padding-block:clamp(3.5rem,7vw,6rem)}.final-cta__box{border-radius:2.5rem;padding:clamp(3rem,6vw,5rem);text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow-electric);background:linear-gradient(135deg,var(--electric),var(--electric-deep));color:var(--cream)}.final-cta__box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,rgba(255,255,255,.18),transparent 60%);opacity:.7}.final-cta__box>*{position:relative}.final-cta h2{font-size:clamp(2.5rem,6vw,4.75rem);line-height:.95}.final-cta p{margin:2rem auto 0;line-height:1.7;opacity:.86;max-width:34rem}.final-cta .button{margin-top:2.5rem}.breadcrumbs{border-bottom:1px solid var(--border)}.breadcrumbs__inner{min-height:3.2rem;display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.75rem;overflow:auto}.breadcrumbs a:hover{color:var(--foreground)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-top:3rem;padding-bottom:3rem}.product-gallery{position:sticky;top:7rem;align-self:start}.product-gallery__main{aspect-ratio:1;border-radius:1rem;overflow:hidden;background:var(--secondary);margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__main img:not(.is-active){display:none}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-gallery__thumb{aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:2px solid transparent;opacity:.62;background:var(--secondary);padding:0}.product-gallery__thumb.is-active{border-color:var(--foreground);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-meta-line{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.product-title{font-size:clamp(2.4rem,5vw,4rem);line-height:1}.product-rating{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.product-price{display:flex;align-items:baseline;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.product-price__current{font-size:3.25rem;line-height:1}.product-price__compare{text-decoration:line-through;color:var(--muted-foreground);font-size:1.3rem}.discount-badge{border-radius:.25rem;background:var(--electric);color:var(--cream);padding:.35rem .5rem}.tax-note{margin-top:.25rem;color:var(--muted-foreground)}.product-description{margin-top:2rem;line-height:1.7;color:#202332e0}.variant-picker{margin-top:2.5rem}.variant-picker__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.variant-list{display:flex;gap:.5rem;flex-wrap:wrap}.variant-button{min-height:3rem;padding:.25rem 1.25rem;border-radius:999px;border:1px solid var(--border);font-weight:650}.variant-button:hover{border-color:var(--foreground)}.variant-button.is-active{background:var(--electric);color:var(--cream);border-color:var(--electric)}.variant-button[disabled]{opacity:.42;text-decoration:line-through}.buy-row{margin-top:2rem;display:flex;gap:.75rem}.quantity-box{display:flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;flex:0 0 auto}.quantity-box button{height:3.5rem;width:3.5rem;display:grid;place-items:center}.quantity-box button:hover{background:var(--secondary)}.quantity-box input{width:2.8rem;border:0;text-align:center;background:transparent;font-weight:650;-webkit-appearance:textfield;appearance:textfield}.quantity-box input::-webkit-outer-spin-button,.quantity-box input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.add-button{flex:1}.payment-button{margin-top:.75rem}.payment-button .shopify-payment-button__button{border-radius:999px!important;min-height:3.25rem!important}.stock-line{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;color:var(--muted-foreground)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem}.service-card{border:1px solid var(--border);border-radius:.45rem;padding:1rem}.service-card svg{width:1rem;height:1rem;margin-bottom:.5rem}.service-card strong{display:block;font-size:.78rem;line-height:1.15}.service-card span{display:block;margin-top:.2rem;font-size:.75rem;color:var(--muted-foreground)}.features-list{margin-top:3rem}.features-list ul{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.features-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.features-list svg{color:var(--electric);margin-top:.08rem;flex:0 0 auto}.specs{background:var(--secondary);border-block:1px solid var(--border)}.specs__grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--foreground);margin-top:3rem}.spec-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.related-products{padding-block:clamp(3.5rem,7vw,6rem)}.collection-hero{border-bottom:1px solid var(--border)}.collection-hero__inner{padding-top:4rem;padding-bottom:4rem}.collection-hero h1{font-size:clamp(2.8rem,7vw,5.5rem);line-height:.92}.collection-hero p{max-width:35rem;margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7}.collection-grid{padding-top:clamp(3.5rem,7vw,5rem);padding-bottom:clamp(3.5rem,7vw,5rem)}.cart-hero{border-bottom:1px solid var(--border)}.cart-hero__inner{padding-top:3rem;padding-bottom:3rem}.cart-hero h1{font-size:clamp(2.25rem,5vw,4rem);line-height:.96}.cart-empty{max-width:48rem;text-align:center;padding-block:clamp(4rem,8vw,6rem)}.cart-empty svg{width:3rem;height:3rem;margin:0 auto 1.5rem;color:var(--muted-foreground)}.cart-empty h2{font-size:2.5rem;margin-bottom:.75rem}.cart-empty p{color:var(--muted-foreground);margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:3rem;padding-top:3rem;padding-bottom:3rem}.cart-lines{border-top:1px solid var(--border);min-width:0}.cart-line{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-line__image{width:96px;height:96px;border-radius:.45rem;background:var(--secondary);padding:.5rem;overflow:hidden}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__title{font-size:1.5rem;line-height:1.1}.cart-line__meta{margin-top:.5rem;color:var(--muted-foreground)}.cart-line__controls{display:flex;align-items:center;gap:1rem}.cart-line__remove{color:var(--muted-foreground);padding:.5rem}.cart-line__remove:hover{color:#dc2626}.cart-line__price{font-weight:650;min-width:6rem;text-align:right}.cart-clear{margin-top:1.5rem;color:var(--muted-foreground)}.cart-summary{position:sticky;top:7rem;align-self:start}.cart-summary__box{background:var(--ink);color:var(--cream);border-radius:1rem;padding:2rem}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.summary-sub{padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.15)}.summary-total{padding:1.25rem 0;display:flex;align-items:baseline;justify-content:space-between}.summary-total strong{font-size:2rem}.checkout-button{width:100%;min-height:3.5rem;border-radius:1rem;background:var(--electric);color:var(--cream);font-weight:650;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-button:hover{background:var(--electric-deep)}.summary-services{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.5rem;font-size:.78rem;opacity:.82}.summary-services div{display:flex;align-items:center;gap:.5rem}.summary-note{text-align:center;color:var(--muted-foreground);margin-top:1rem}.footer{margin-top:8rem;background:var(--ink);color:var(--cream)}.footer__inner{display:grid;grid-template-columns:5fr 2fr 2fr 2fr;gap:3rem;padding-top:4rem;padding-bottom:4rem}.footer__brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer__mark{width:1.8rem;height:1.8rem;border-radius:.45rem;background:var(--cream);color:var(--ink);display:grid;place-items:center}.footer__brand-name{font-size:2rem;line-height:1}.footer p{opacity:.72;line-height:1.7;font-size:.95rem;max-width:24rem}.newsletter{margin-top:2rem;display:flex;gap:.5rem;max-width:25rem}.newsletter input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:var(--cream);padding:.9rem 1rem;border-radius:.45rem;outline:0}.newsletter button{border-radius:.45rem;background:var(--electric);color:var(--cream);padding:.9rem 1.25rem;font-weight:650}.footer-col h3{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;opacity:.62;font-weight:500;margin-bottom:1.25rem}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.footer-col a{font-size:.95rem;opacity:.9;display:inline-flex;align-items:center;gap:.25rem}.footer-col a:hover{opacity:1;color:var(--electric)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.footer-bottom__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem;font-size:.78rem;opacity:.65}.footer-bottom__links{display:flex;gap:1.25rem;flex-wrap:wrap}.contact-grid{display:grid;grid-template-columns:4fr 8fr;gap:3rem;padding-top:4rem;padding-bottom:4rem}.contact-cards{display:grid;gap:.75rem}.contact-card{border:1px solid var(--border);border-radius:.45rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem}.contact-card__icon{width:2.5rem;height:2.5rem;border-radius:1rem;background:var(--electric);color:var(--cream);display:grid;place-items:center;flex:0 0 auto}.contact-form{border:1px solid var(--border);border-radius:.45rem;background:var(--card);padding:clamp(2rem,4vw,2.5rem)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.field{margin-bottom:1.25rem}.field label{display:block;margin-bottom:.5rem}.field input,.field select,.field textarea{width:100%;border:1px solid transparent;background:var(--secondary);border-radius:.45rem;min-height:3rem;padding:.75rem 1rem;outline:none}.field textarea{min-height:9rem;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--foreground)}.form-success{padding:1rem;border-radius:.5rem;background:var(--electric-soft);color:var(--electric-deep);margin-bottom:1rem}.form-errors{padding:1rem;border-radius:.5rem;background:#fee2e2;color:#991b1b;margin-bottom:1rem}.shopify-challenge__container{padding:5rem 1.5rem}.pagination{margin-top:3rem;display:flex;justify-content:center;gap:.5rem}.pagination a,.pagination span{min-width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--border);display:grid;place-items:center}.pagination .current{background:var(--foreground);color:var(--background)}@media(max-width:990px){.nav{display:none}.menu-toggle{display:flex}.mobile-menu.is-open{display:block}.hero__inner,.product-main,.cart-layout,.contact-grid{grid-template-columns:1fr}.hero__copy,.hero__media{grid-column:auto}.hero__media{order:-1}.hero__image{max-height:none}.pillars__top{grid-template-columns:1fr}.pillars__grid{grid-template-columns:repeat(2,1fr)}.pillar:nth-child(2n){border-right:0}.pillar:nth-child(-n+2){border-bottom:1px solid var(--border)}.featured-card__grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews__head{align-items:flex-start;flex-direction:column}.reviews__score{text-align:left}.review-grid{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr 1fr}.product-gallery,.cart-summary{position:relative;top:0}.service-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:88px minmax(0,1fr);align-items:start}.cart-line__controls{grid-column:1/-1;justify-content:space-between}.cart-line__image{width:88px;height:88px}.summary-services{grid-template-columns:1fr}}@media(max-width:760px){.page-width{padding-inline:1.25rem}.top-bar__inner{justify-content:center;text-align:center}.top-bar__inner span:nth-child(2){display:none}.brand__name{font-size:1.35rem}.cart-pill{padding:0 .8rem}.cart-pill span:not(.cart-pill__count){display:none}.hero__inner{padding-top:2rem;padding-bottom:3.5rem}.hero__stats{gap:1rem}.stat__number{font-size:2rem}.section__head{display:block}.section__head .link-underline{display:none}.section__title{margin-bottom:1rem}.upsells__grid{grid-template-columns:1fr}.product-grid{gap:2.5rem 1rem}.product-card__title,.product-card__price strong{font-size:1.25rem}.featured-card__bottom{align-items:stretch;flex-direction:column}.featured-card__bottom .button{width:100%}.lifestyle__wrap:before{background:#171b2799}.comparison__table{display:none}.comparison__mobile{display:grid;gap:.75rem;text-align:left}.comparison-mobile__head{border:1px solid var(--border);border-radius:1.5rem;overflow:hidden;background:var(--background);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:1fr 1fr}.comparison-mobile__head>div{padding:1rem}.comparison-mobile__head>div:first-child{background:linear-gradient(135deg,var(--electric),var(--electric-deep));color:var(--cream)}.comparison-mobile__head>div:last-child{background:var(--secondary);border-left:1px solid var(--border);color:var(--muted-foreground)}.comparison-card{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--background);box-shadow:var(--shadow-soft)}.comparison-card__label{padding:.9rem 1rem;background:var(--secondary);font-weight:650}.comparison-card__values{display:grid;grid-template-columns:1fr}.comparison-card__value{padding:1rem;display:flex;align-items:flex-start;gap:.5rem}.comparison-card__value:first-child{background:var(--electric);color:var(--cream)}.comparison-card__value:last-child{color:var(--muted-foreground);border-top:1px solid var(--border)}.product-main{padding-top:1.5rem;gap:2rem}.buy-row{flex-direction:column}.quantity-box{width:max-content}.specs__grid{grid-template-columns:1fr}.cart-line__title{font-size:1.25rem}.footer__inner{grid-template-columns:1fr}.footer-bottom__inner{align-items:flex-start;flex-direction:column}.newsletter{flex-direction:column}.field-grid{grid-template-columns:1fr}}@media(max-width:420px){.hero__stats,.product-grid,.pillars__grid{grid-template-columns:1fr}.pillar{border-right:0!important;border-bottom:1px solid var(--border)!important}.pillar:last-child{border-bottom:0!important}.product-gallery__thumbs{gap:.5rem}.reviews__head{margin-bottom:2rem}.review-card{padding:1.5rem}.final-cta__box{border-radius:1.5rem}.service-grid{grid-template-columns:1fr}.summary-total strong{font-size:1.65rem}}.button .icon,.checkout-button .icon,.cart-pill .icon,.link-underline .icon,.product-form .button .icon,.hero__actions .icon,.error-page .button .icon,.cart-empty .button .icon{width:1rem!important;height:1rem!important;min-width:1rem!important;flex:0 0 1rem!important;margin:0!important;color:inherit!important;stroke:currentColor!important}.error-page{max-width:46rem;text-align:center;padding-top:clamp(4rem,8vw,7rem);padding-bottom:clamp(4rem,8vw,7rem)}.error-page h1{font-size:clamp(2.5rem,7vw,5.25rem);line-height:.95;margin:.75rem 0 1rem}.error-page p:not(.font-mono-tag){color:var(--muted-foreground);margin:0 auto 2rem;max-width:32rem;line-height:1.65}.error-page .button,.cart-empty .button{white-space:nowrap;gap:.55rem}.cart-empty>.icon{width:3rem;height:3rem;margin:0 auto 1.5rem;color:var(--muted-foreground)}.cart-line__controls .icon,.quantity-box .icon,.cart-line__remove .icon,.summary-services .icon,.service-card .icon,.product-gallery__thumb .icon{width:1rem;height:1rem;margin:0}.quantity-box{overflow:hidden}.quantity-box button{flex:0 0 2.75rem}.quantity-box input{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-box input::-webkit-outer-spin-button,.quantity-box input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:760px){.cart-pill{width:2.75rem;padding:0;justify-content:center}.cart-pill__count{position:absolute;right:-.25rem;top:-.25rem;min-width:1.1rem;height:1.1rem;display:grid;place-items:center;border-radius:999px;background:var(--foreground);color:var(--background);font-size:.65rem;line-height:1;margin:0;opacity:1}}.is-hidden{display:none!important}.product-description-toggle{margin-top:2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-description-toggle__summary{min-height:3.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:650;list-style:none}.product-description-toggle__summary::-webkit-details-marker{display:none}.product-description-toggle__icons{width:1.25rem;height:1.25rem;display:grid;place-items:center;color:var(--muted-foreground)}.product-description-toggle__icons .icon{grid-area:1/1}.product-description-toggle[open] .icon-plus,.product-description-toggle:not([open]) .icon-minus{display:none}.product-description-toggle .product-description{margin-top:0;padding:0 0 1.5rem;max-width:44rem}.variant-picker{border-top:1px solid var(--border);padding-top:2rem}.option-group{border:0;padding:0;margin:1.25rem 0 0}.option-group__legend{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.option-values{display:flex;flex-wrap:wrap;gap:.65rem}.option-value{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.25rem 1.2rem;border-radius:999px;border:1px solid var(--border);background:var(--background);font-weight:650;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.option-value:hover{border-color:var(--foreground)}.option-value input{position:absolute;opacity:0;pointer-events:none}.option-value.is-active{background:var(--electric);color:var(--cream);border-color:var(--electric);box-shadow:0 12px 26px #2f67f62e}.option-values--swatches{align-items:center}.option-value--swatch{width:3rem;height:3rem;min-height:3rem;padding:0;border-radius:999px;background:var(--background);color:transparent}.option-value--swatch .option-value__dot{width:2rem;height:2rem;border-radius:999px;background:var(--swatch-color);border:1px solid rgba(0,0,0,.16);box-shadow:inset 0 0 0 3px #ffffffc7}.option-value--swatch .option-value__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.option-value--swatch.is-active{background:var(--background);border-color:var(--electric);box-shadow:0 0 0 4px #2f67f61f}.variant-help{margin-top:.9rem;line-height:1.55}.product-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-benefit-card{border:1px solid var(--border);border-radius:1rem;padding:1.4rem;background:var(--background);min-height:15rem}.product-benefit-card__icon{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--secondary);display:grid;place-items:center;color:var(--electric);margin-bottom:1.5rem}.product-benefit-card h3{font-size:1.55rem;line-height:1.05;margin-bottom:.75rem}.product-benefit-card p{color:var(--muted-foreground);line-height:1.65}.product-story{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.product-story__media{border-radius:1rem;overflow:hidden;background:var(--secondary);aspect-ratio:4/5;max-height:620px}.product-story__media img{width:100%;height:100%;object-fit:cover}.product-story__content .section__subtext{margin-top:1.5rem}.product-story__list{display:grid;gap:1rem;margin-top:2rem}.product-story__item{display:flex;gap:.9rem;align-items:flex-start;border-top:1px solid var(--border);padding-top:1rem}.product-story__item>.icon{color:var(--electric);margin-top:.15rem;flex:0 0 auto}.product-story__item strong{display:block}.product-story__item span{display:block;color:var(--muted-foreground);margin-top:.25rem;line-height:1.55}.cart-upsell{margin-top:2rem;border:1px solid var(--border);border-radius:1rem;background:var(--secondary);padding:1.25rem}.cart-upsell__head{display:grid;gap:.4rem;margin-bottom:1rem}.cart-upsell__head h2{font-size:1.65rem;line-height:1.05}.cart-upsell__head p:not(.font-mono-tag){color:var(--muted-foreground);line-height:1.5}.cart-upsell__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.cart-upsell__card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:.85rem;align-items:center;background:var(--background);border:1px solid var(--border);border-radius:.8rem;padding:.75rem}.cart-upsell__media{width:78px;height:78px;border-radius:.55rem;background:var(--secondary);display:grid;place-items:center;overflow:hidden;font-weight:700;color:var(--muted-foreground)}.cart-upsell__media img{width:100%;height:100%;object-fit:contain}.cart-upsell__info h3{font-size:.98rem;line-height:1.15;letter-spacing:-.02em}.cart-upsell__info p{font-size:.78rem;color:var(--muted-foreground);line-height:1.35;margin-top:.25rem}.cart-upsell__bottom{margin-top:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-upsell__bottom button{min-height:2rem;padding:0 .85rem;border-radius:999px;background:var(--foreground);color:var(--background);font-size:.78rem;font-weight:650}.cart-upsell__bottom button:disabled{opacity:.65}@media(max-width:900px){.product-benefits-grid,.product-story,.cart-upsell__grid{grid-template-columns:1fr}}@media(max-width:640px){.option-value{min-height:2.75rem;padding:.25rem 1rem}.product-benefit-card{min-height:0}.cart-line{grid-template-columns:80px minmax(0,1fr);align-items:start}.cart-line__controls{grid-column:1/-1;justify-content:space-between}.cart-upsell__card{grid-template-columns:68px minmax(0,1fr)}.cart-upsell__media{width:68px;height:68px}}:root{--muted-foreground:#4f5665;--electric-soft:#edf4ff}.product-info .product-description-toggle{margin-top:2.25rem}.option-values--swatches{gap:.75rem}.option-value--swatch{width:3rem;height:3rem;min-height:3rem;padding:0;border-radius:999px;background:var(--swatch-color)!important;color:transparent;border:1px solid rgba(32,35,50,.22);box-shadow:none;overflow:hidden}.option-value--swatch .option-value__dot{display:none!important}.option-value--swatch .option-value__text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.option-value--swatch.is-active{background:var(--swatch-color)!important;border-color:var(--foreground);box-shadow:0 0 0 3px #2563eb2e,inset 0 0 0 2px #ffffffa6}.option-value--swatch:hover{border-color:var(--foreground)}.product-benefits-section{background:var(--electric-soft)}.product-benefits-section .product-benefit-card{background:#ffffffeb}.product-story-section{background:#f7faff}.product-story__content,.product-benefits-section{color:var(--foreground)}.product-story__content .section__subtext,.product-benefit-card p,.product-story__item span{color:#4f5665}.contact-grid--form-only{display:block;max-width:760px;padding-top:4rem;padding-bottom:4rem}.contact-grid--form-only .contact-form{background:#fff;box-shadow:var(--shadow-soft)}@media(max-width:760px){.contact-grid--form-only{padding-top:2.5rem;padding-bottom:2.5rem}}.top-bar{background:#f3f7ff;color:var(--foreground);border-bottom:1px solid var(--border)}.top-bar__inner span{opacity:.82}.service-card{background:#f7faff;border-color:#dfeaff}.product-bundle-section{background:linear-gradient(180deg,#fff,#f3f8ff)}.product-bundle{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:3rem;align-items:center}.product-bundle__head .section__subtext{margin-top:1.3rem;color:#4f5665}.product-bundle__panel{background:#fffffff0;border:1px solid #dfeaff;border-radius:1.4rem;box-shadow:0 20px 70px -38px #2563eb8c;padding:1.25rem}.bundle-selector{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:1rem;background:#f7faff;border:1px solid #e2ecff;margin-bottom:1rem}.bundle-selector__hint{margin-top:.35rem;color:#4f5665;line-height:1.45;font-size:.92rem}.bundle-variant-pills{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.bundle-variant-pill{position:relative;min-height:2.85rem;min-width:5.8rem;padding:0 1.2rem;border-radius:999px;background:#fff;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-weight:700;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.bundle-variant-pill input{position:absolute;opacity:0;pointer-events:none}.bundle-variant-pill.is-active{background:var(--foreground);color:var(--background);border-color:var(--foreground);box-shadow:0 12px 26px #20233224}.bundle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.bundle-card{position:relative;text-align:left;border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1rem;min-height:12.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;transition:transform .25s,border-color .2s,box-shadow .2s,background .2s}.bundle-card:hover{transform:translateY(-2px);border-color:#c8d9ff}.bundle-card.is-active{border-color:var(--electric);box-shadow:0 16px 45px -24px #2563ebbf;background:#fbfdff}.bundle-card__badge{position:absolute;right:.75rem;top:.75rem;background:var(--electric);color:var(--cream);border-radius:999px;padding:.35rem .55rem;font-family:JetBrains Mono,monospace;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.bundle-card__top{display:grid;gap:.4rem;padding-right:1.8rem}.bundle-card__top strong{font-size:1.05rem;line-height:1}.bundle-card__top em{font-style:normal;color:var(--muted-foreground);font-size:.82rem}.bundle-card__price{font-size:clamp(1.55rem,2.4vw,2.1rem);line-height:.95;letter-spacing:-.06em;color:var(--foreground)}.bundle-card__note{color:#4f5665;line-height:1.45;font-size:.88rem}.bundle-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e2ecff;margin-top:1rem;padding:1rem 0 0}.bundle-action strong{display:block;margin-top:.35rem;font-size:1rem}.bundle-action .button{white-space:nowrap;box-shadow:var(--shadow-electric)}.final-cta{background:#f7faff}.final-cta__box{background:#fff!important;color:var(--foreground)!important;border:1px solid #dfeaff;box-shadow:var(--shadow-soft)!important}.final-cta__box:before{background:radial-gradient(ellipse at top,rgba(37,99,235,.12),transparent 62%)!important}.final-cta p{opacity:1!important;color:#4f5665}.final-cta .button--light{background:var(--electric);color:var(--cream);box-shadow:var(--shadow-electric)}.summary-services div:last-child{color:inherit}@media(max-width:990px){.product-bundle{grid-template-columns:1fr;gap:2rem}.bundle-selector{align-items:flex-start;flex-direction:column}.bundle-variant-pills{justify-content:flex-start}.bundle-cards{grid-template-columns:1fr 1fr}.bundle-card:last-child{grid-column:1/-1}}@media(max-width:640px){.product-bundle__panel{padding:.85rem;border-radius:1rem}.bundle-cards{grid-template-columns:1fr}.bundle-card{min-height:0}.bundle-action{align-items:stretch;flex-direction:column}.bundle-action .button{width:100%}.bundle-variant-pill{min-width:0;flex:1}.top-bar__inner{min-height:2.4rem}}.product-story__media{display:grid;place-items:center;background:#f7faff}.product-story__media img{width:100%;height:100%;object-fit:contain!important;padding:clamp(.75rem,2vw,1.35rem)}.product-reviews-slider-section{background:#f3f8ff;overflow:hidden}.product-reviews-slider__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding-bottom:2rem}.product-reviews-slider__score{min-width:12rem;display:grid;gap:.35rem;justify-items:end;text-align:right}.product-reviews-slider__score strong{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.product-reviews-slider{width:100%;overflow:hidden;padding-block:.25rem 1rem;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.product-reviews-slider__track{display:flex;width:max-content;gap:1rem;animation:product-reviews-slide 36s linear infinite}.product-reviews-slider:hover .product-reviews-slider__track{animation-play-state:paused}.product-review-slide{width:min(25rem,82vw);min-height:16rem;flex:0 0 auto;border:1px solid #dfeaff;border-radius:1.15rem;background:#fffffff5;box-shadow:0 18px 55px -34px #2563eb73;padding:1.35rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}.product-review-slide__top,.product-review-slide footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-review-slide p{color:var(--foreground);line-height:1.62;font-size:1.02rem}.product-review-slide footer{align-items:flex-end;border-top:1px solid #e2ecff;padding-top:1rem}.product-review-slide footer strong{display:block}.product-review-slide footer span{text-align:right}@keyframes product-reviews-slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:760px){.cart-pill__count{display:none!important}.product-reviews-slider__head{display:block;padding-bottom:1.5rem}.product-reviews-slider__score{justify-items:start;text-align:left;margin-top:1.5rem}.product-reviews-slider{mask-image:none;-webkit-mask-image:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1.25rem}.product-reviews-slider__track{animation:none;width:max-content}.product-review-slide{scroll-snap-align:start;width:82vw;min-height:15rem}}.footer{margin-top:0!important}.cart-hero{border-bottom:0!important}.cart-layout{padding-top:clamp(2rem,4vw,2.75rem)!important;padding-bottom:clamp(2rem,4vw,3rem)!important}.cart-lines{border-top:1px solid var(--border)}.summary-note{display:none!important}.cart-summary__box{margin-bottom:0}@media(max-width:760px){.cart-hero__inner{padding-top:2.25rem;padding-bottom:1.75rem!important}.cart-layout{padding-top:1.25rem!important;padding-bottom:2rem!important}.footer__inner{padding-top:3rem;padding-bottom:3rem}}body.template-product,body.template-page-contact{background:#f3f8ff}.template-product #MainContent,.template-page-contact #MainContent{background:radial-gradient(circle at 15% 0%,rgba(37,99,235,.08),transparent 26rem),linear-gradient(180deg,#f7fbff,#fff 34%,#f3f8ff)}.template-product .breadcrumbs,.template-page-contact .collection-hero{background:linear-gradient(180deg,#f4f8ff,#fff);border-bottom-color:#dfeaff}.template-product .product-main{margin-top:2rem;margin-bottom:2rem;border:1px solid #dfeaff;border-radius:1.6rem;background:#f7faffeb;box-shadow:0 24px 80px -52px #2563eb73}.template-product .product-gallery__main,.template-product .product-gallery__thumb,.template-product .quantity-box,.template-product .product-description-toggle,.template-product .option-value:not(.option-value--swatch){background:#f3f8ff;border-color:#dfeaff}.template-product .product-gallery__main{box-shadow:inset 0 0 0 1px #dfeaffc7}.template-product .product-gallery__thumb.is-active{border-color:var(--electric);box-shadow:0 10px 30px -22px #2563ebbf}.template-product .product-info{border-radius:1.35rem;background:#ffffffb8;border:1px solid rgba(223,234,255,.86);padding:clamp(1rem,2vw,1.35rem)}.template-product .product-bundle-section,.template-product .product-benefits-section,.template-product .product-reviews-slider-section{background:linear-gradient(180deg,#eef5ff,#f8fbff)}.template-page-contact .collection-hero__inner{padding-top:4.5rem;padding-bottom:4.5rem}.template-page-contact .contact-grid--form-only{margin-top:2rem;margin-bottom:2rem;border:1px solid #dfeaff;border-radius:1.6rem;background:linear-gradient(180deg,#f4f8ff,#fff);box-shadow:0 24px 80px -52px #2563eb6b}.template-page-contact .contact-grid--form-only .contact-form{border-color:#d7e6ff;background:#fffffff5}.template-page-contact .field input,.template-page-contact .field select,.template-page-contact .field textarea{background:#f3f8ff;border-color:#dfeaff}.template-page-contact .field input:focus,.template-page-contact .field select:focus,.template-page-contact .field textarea:focus{background:#fff;border-color:var(--electric);box-shadow:0 0 0 4px #2563eb1a}@media(max-width:990px){.template-product .product-main{margin-top:1rem;margin-bottom:1rem;border-radius:1.15rem;gap:2rem}.template-product .product-info{padding:1rem}.template-page-contact .contact-grid--form-only{margin-top:1rem;margin-bottom:1rem;border-radius:1.15rem}}.cart-summary__box .summary-services{opacity:1!important;display:block!important;margin-top:1rem!important}.cart-summary__box .summary-services--single div{display:flex!important;align-items:center!important;justify-content:center!important;gap:.55rem!important;width:100%;padding:.82rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:.85rem;background:#ffffff13;color:#fff;font-size:.88rem;font-weight:650;letter-spacing:-.01em}.cart-summary__box .summary-services--single .icon{color:#93c5fd;width:1rem!important;height:1rem!important;flex:0 0 1rem!important}.footer-col ul li:empty{display:none!important}.top-bar{position:relative!important;z-index:70!important;background:#0f1422!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.top-bar__inner{min-height:2.35rem!important}.header{top:0!important}.template-product .option-value:not(.option-value--swatch){background:#f7fbff;color:var(--foreground);border-color:#cfe0ff}.template-product .option-value:not(.option-value--swatch):hover{border-color:var(--electric);color:var(--foreground)}.template-product .option-value:not(.option-value--swatch).is-active,.template-product .option-value:not(.option-value--swatch):has(input:checked){background:#1d4ed8!important;color:#fff!important;border-color:#1d4ed8!important;box-shadow:0 12px 28px -18px #2563ebe6!important}.template-product .option-value:not(.option-value--swatch).is-active .option-value__text,.template-product .option-value:not(.option-value--swatch):has(input:checked) .option-value__text{color:#fff!important}.template-product .product-description-toggle{margin-top:2rem!important;border:0!important;background:transparent!important}.template-product .product-description-toggle__summary{min-height:3.35rem!important;padding:0 1.15rem!important;border:1px solid #cfe0ff!important;border-radius:999px!important;background:#fff!important;box-shadow:0 12px 34px -28px #2563eb8c!important;color:var(--foreground)!important}.template-product .product-description-toggle__summary:hover{border-color:var(--electric)!important;background:#f7fbff!important}.template-product .product-description-toggle__icons{width:2rem!important;height:2rem!important;border-radius:999px!important;background:#eef5ff!important;color:var(--electric)!important}.template-product .product-description-toggle .product-description{margin-top:1rem!important;padding:1.2rem!important;border:1px solid #dfeaff!important;border-radius:1.1rem!important;background:#fff!important}.footer__inner{grid-template-columns:minmax(0,5fr) minmax(180px,2fr)!important;gap:clamp(2rem,5vw,4rem)!important}.footer-bottom__links a{white-space:nowrap}@media(max-width:990px){.footer__inner{grid-template-columns:1fr!important}}.template-index #MainContent{background:linear-gradient(180deg,#fff,#f4f8ff 18%,#fff 42%,#eef5ff 72%,#fff)}.template-index .hero{background:linear-gradient(180deg,#fff,#f4f8ff);border-bottom-color:#dfeaff}.template-index .pillars,.template-index .product-benefits-section,.template-index .comparison,.template-index .faq{background:#f3f8ff}.template-index .featured-card,.template-index .pillar,.template-index .product-benefit-card,.template-index .comparison-card,.template-index .faq-item{border-color:#dfeaff!important}.template-index .featured-card{background:#eef5ff!important}.template-index .product-story-section{background:linear-gradient(180deg,#eef5ff,#f8fbff)!important}.template-index .product-story-section .product-story{grid-template-columns:minmax(0,1fr)!important}.template-index .product-story-section .product-story__media{display:none!important}.template-index .product-story-section .product-story__content{max-width:58rem;border:1px solid #dfeaff;border-radius:1.5rem;background:#ffffffc7;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 22px 70px -48px #2563eb73}@media(max-width:760px){.top-bar__inner{min-height:2.25rem!important}.template-product .product-description-toggle__summary{min-height:3.15rem!important}}.cart-line{align-items:center!important}.cart-line__image{border-radius:.9rem!important;padding:0!important;border:1px solid #dfeaff!important;background:#f4f8ff!important;box-shadow:0 12px 30px -24px #2563eb8c!important}.cart-line__image img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:.72rem!important}.cart-line__details{align-self:center;min-width:0;display:flex;flex-direction:column;justify-content:center}.cart-line__title{display:block;margin:0!important;line-height:1.08!important}.cart-line__meta.font-mono-tag{margin-top:.45rem!important;color:#5b6474!important;text-transform:none!important;letter-spacing:.055em!important;font-size:.86rem!important;line-height:1.25!important;font-weight:650!important}.lifestyle--commercial{background:linear-gradient(180deg,#eef5ff,#f8fbff)!important;border-bottom:1px solid #dfeaff!important}.lifestyle--commercial .commercial-install{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;border:1px solid #dfeaff;border-radius:2rem;background:#ffffffbd;box-shadow:0 24px 80px -58px #2563eb8c;padding:clamp(1.5rem,4vw,3rem)}.commercial-install__copy .font-mono-tag{margin-bottom:.9rem}.commercial-install__copy .section__subtext{margin-top:1.15rem;color:#4f5665}.commercial-install__copy .button{margin-top:2rem}.commercial-install__cards{display:grid;gap:1rem}.commercial-install__card{border:1px solid #dfeaff;border-radius:1.35rem;background:#fff;padding:1.35rem;box-shadow:0 18px 52px -42px #2563eb73}.commercial-install__card--strong{background:linear-gradient(135deg,#1d4ed8,#2f67f6);color:#fff;border-color:#1d4ed8}.commercial-install__icon{width:2.65rem;height:2.65rem;border-radius:999px;display:grid;place-items:center;background:#eef5ff;color:var(--electric);font-weight:750;margin-bottom:1rem}.commercial-install__card--strong .commercial-install__icon{background:#ffffff29;color:#fff}.commercial-install__card h3{font-size:clamp(1.5rem,3vw,2rem);line-height:1.03;letter-spacing:-.04em;margin:.45rem 0 .7rem}.commercial-install__card p:not(.font-mono-tag){color:#556070;line-height:1.6}.commercial-install__card--strong p:not(.font-mono-tag),.commercial-install__card--strong .font-mono-tag{color:#ffffffd1!important}@media(max-width:990px){.lifestyle--commercial .commercial-install{grid-template-columns:1fr;border-radius:1.5rem}}@media(max-width:760px){.cart-line{grid-template-columns:76px minmax(0,1fr)!important;gap:1rem!important}.cart-line__image{width:76px!important;height:76px!important}.cart-line__details{min-height:76px}.cart-line__title{font-size:1.18rem!important}.cart-line__meta.font-mono-tag{margin-top:.38rem!important;font-size:.78rem!important;letter-spacing:.045em!important}.lifestyle--commercial .commercial-install{padding:1.2rem}}.cart-line__image{border-radius:.9rem!important}.cart-line__image img{border-radius:.72rem!important;object-fit:cover!important}@media(max-width:760px){.cart-line__image{border-radius:.85rem!important}.cart-line__image img{border-radius:.68rem!important}}.template-index #MainContent{background:linear-gradient(180deg,#f5f9ff,#eef5ff 14%,#fff 30%,#f3f8ff 54%,#fff 72%,#eef4ff)!important}.template-index .section{padding-top:clamp(2.9rem,5.5vw,4.85rem)!important;padding-bottom:clamp(2.9rem,5.5vw,4.85rem)!important}.template-index .section__head,.template-index .pillars__top,.template-index .reviews__head{margin-bottom:clamp(2rem,4vw,2.9rem)!important}.template-index .hero,.template-index .featured-product,.template-index .reviews,.template-index .final-cta,.template-index .product-reviews-slider-section{background:linear-gradient(180deg,#f7fbff,#eef5ff)!important}.template-index .pillars,.template-index .product-benefits-section,.template-index .lifestyle--commercial,.template-index .comparison,.template-index .faq{background:linear-gradient(180deg,#eef5ff,#f8fbff)!important}.template-index .featured-card,.template-index .pillar,.template-index .product-benefit-card,.template-index .comparison-card,.template-index .faq-item,.template-index .commercial-install,.template-index .final-cta__box,.template-index .review-card{border-color:#d8e6ff!important}.template-index .featured-card,.template-index .commercial-install,.template-index .final-cta__box,.template-index .review-card,.template-index .product-benefit-card,.template-index .comparison-card,.template-index .faq-item{box-shadow:0 20px 60px -48px #2563eb57!important}.template-index .section .font-mono-tag,.template-product .product-main .font-mono-tag,.template-product .product-story-section .font-mono-tag,.template-product .product-bundle-section .font-mono-tag,.template-product .product-benefits-section .font-mono-tag,.template-product .product-reviews-slider-section .font-mono-tag,.template-product .specs .font-mono-tag{font-family:Inter Tight,Inter,system-ui,sans-serif!important;letter-spacing:.12em!important;font-size:.76rem!important;font-weight:700!important;text-transform:uppercase!important}.template-index .section .text-muted,.template-product .text-muted,.template-product .product-story__item span,.template-product .product-benefit-card p,.template-product .product-description,.template-product .spec-row strong,.template-product .spec-row span{color:#111827!important}.template-product .product-meta-line--badge-only{margin-bottom:.8rem!important}.template-product .product-meta-line--badge-only .badge,.template-product .product-price .discount-badge{border-radius:999px!important;font-family:Inter Tight,Inter,system-ui,sans-serif!important;letter-spacing:.05em!important;font-size:.8rem!important;font-weight:800!important}.template-product .product-meta-line--badge-only .badge{padding:.45rem .78rem!important}.template-product .product-price{gap:.8rem .55rem!important;align-items:center!important;margin-top:1.6rem!important}.template-product .product-price__current{font-size:clamp(3rem,6vw,3.4rem)!important}.template-product .product-price__compare{font-size:1.18rem!important}.template-product .product-price .discount-badge{background:#e7f0ff!important;color:#1d4ed8!important;padding:.45rem .72rem!important;box-shadow:none!important;position:relative;top:-.02rem}.template-product .tax-note{display:inline-flex!important;align-items:center!important;gap:.45rem!important;margin-top:.7rem!important;padding:.5rem .8rem!important;border:1px solid #d8e6ff!important;border-radius:999px!important;background:#eef5ff!important;color:#111827!important;font-family:Inter Tight,Inter,system-ui,sans-serif!important;font-size:.87rem!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}.template-product .variant-picker{padding-top:1.45rem!important}.template-product .option-group{margin-top:1rem!important}.template-product .option-group__legend{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.8rem!important;margin-bottom:.8rem!important}.template-product .option-group__legend>.font-mono-tag,.template-product [data-option-selected]{color:#111827!important;opacity:1!important}.template-product [data-option-selected]{font-weight:800!important}.template-product .option-value:not(.option-value--swatch){min-height:3.05rem!important;font-weight:750!important}.template-product .option-value:not(.option-value--swatch).is-active,.template-product .option-value:not(.option-value--swatch):has(input:checked){background:#1d4ed8!important;color:#fff!important;border-color:#1d4ed8!important}.template-product .variant-help{max-width:24rem!important;margin:.7rem 0 .1rem!important;padding:.15rem 0 0!important;color:#111827!important;font-family:Inter Tight,Inter,system-ui,sans-serif!important;font-size:.92rem!important;font-weight:600!important;letter-spacing:0!important;line-height:1.55!important;text-transform:none!important}.template-product .product-rating .text-muted,.template-product .product-story__content .section__subtext,.template-product .product-benefit-card p,.template-product .spec-row span,.template-product .spec-row strong,.template-product .variant-help,.template-product .product-description{color:#111827!important}.template-product .product-rating .text-muted{font-weight:600!important}.template-product .product-story-section{background:linear-gradient(180deg,#eef5ff,#f8fbff)!important}.template-product .product-story-section .page-width{padding-inline:1rem!important}.template-product .product-story{gap:2rem!important;align-items:start!important}.template-product .product-story__media{aspect-ratio:auto!important;max-height:none!important;min-height:0!important;border-radius:1.5rem!important;border:1px solid #d8e6ff!important;background:#f5f9ff!important;padding:.35rem!important;box-shadow:0 18px 60px -46px #2563eb5c!important}.template-product .product-story__media img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;padding:0!important;border-radius:1.18rem!important}.template-product .product-story__content{padding-top:.25rem!important}.template-product .product-story__content .section__subtext{margin-top:1rem!important}.template-product .product-story__list{margin-top:1.4rem!important}.template-product .product-story__item{padding-top:.9rem!important}.template-product .product-description-toggle{margin-top:1.65rem!important}.template-product .product-description-toggle__summary{padding:0 1.1rem!important}.template-product .product-bundle-section .section,.template-product .product-benefits-section .section,.template-product .product-story-section .section,.template-product .product-reviews-slider-section.section,.template-product .specs .section{padding-top:clamp(2.8rem,5vw,4.1rem)!important;padding-bottom:clamp(2.8rem,5vw,4.1rem)!important}.template-index .shopify-payment-button,.template-index .shopify-payment-button__button,.template-index .shopify-payment-button__more-options,.template-index .shopify-payment-terms,.template-index .shopify-installments,.template-index .shopify-cleanslate [class*=payment],.template-index .shopify-cleanslate [id*=payment],.template-index [class*=payment-badge],.template-index [class*=paymentBadge],.template-index [class*=payment-icons],.template-index [class*=trustbadge],.template-index [id*=trustbadge],.template-index iframe[src*=afterpay],.template-index iframe[src*=klarna],.template-index iframe[src*=paypal]{display:none!important}@media(max-width:990px){.template-index .section{padding-top:clamp(2.6rem,5vw,4.15rem)!important;padding-bottom:clamp(2.6rem,5vw,4.15rem)!important}.template-product .product-story{gap:1.4rem!important}}@media(max-width:760px){.template-product .product-main{padding-top:1.2rem!important;gap:1.55rem!important}.template-product .product-story-section .page-width,.template-index .page-width{padding-inline:1rem!important}.template-product .product-story__media{border-radius:1.15rem!important;padding:.28rem!important}.template-product .product-story__media img{border-radius:.96rem!important}.template-product .option-group__legend{gap:.45rem!important}.template-product .variant-help{max-width:none!important;font-size:.9rem!important}.template-product .tax-note{font-size:.83rem!important}}.template-product .product-bundle-section.section,.template-product .product-benefits-section.section,.template-product .product-story-section.section,.template-product .product-reviews-slider-section.section{padding-top:clamp(2.8rem,5vw,4.1rem)!important;padding-bottom:clamp(2.8rem,5vw,4.1rem)!important}.template-product .product-price{position:relative!important;display:flex!important;align-items:flex-start!important;gap:.85rem .6rem!important;width:max-content!important;max-width:100%!important;padding:.15rem 0 1.65rem 3.7rem!important;margin-top:1.55rem!important}.template-product .product-price__current,.template-product .product-price__compare{position:relative;z-index:1}.template-product .product-price .discount-badge{position:absolute!important;left:0!important;top:.18rem!important;transform:none!important;margin:0!important;min-width:0!important;padding:.42rem .7rem!important;line-height:1!important}.template-product .product-price .tax-note{position:absolute!important;right:0!important;bottom:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:.28rem .62rem!important;min-height:0!important;border-radius:999px!important;border:1px solid #d8e6ff!important;background:#eef5ff!important;color:#111827!important;font-family:Inter Tight,Inter,system-ui,sans-serif!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:.02em!important;text-transform:uppercase!important;white-space:nowrap!important;box-shadow:none!important}@media(max-width:760px){.template-product .product-price{padding-left:3.55rem!important;padding-bottom:1.5rem!important;gap:.65rem .45rem!important}.template-product .product-price .discount-badge{top:.12rem!important;padding:.38rem .62rem!important;font-size:.76rem!important}.template-product .product-price .tax-note{padding:.24rem .52rem!important;font-size:.7rem!important}}.template-product .product-price{align-items:flex-start!important;gap:.95rem .72rem!important;padding:.1rem 0 2.2rem 4.55rem!important}.template-product .product-price__current{line-height:.94!important}.template-product .product-price__compare{align-self:flex-start!important;margin-top:.32rem!important;font-size:1.22rem!important}.template-product .product-price .discount-badge{left:0!important;top:.05rem!important;padding:.48rem .88rem!important;font-size:.85rem!important}.template-product .product-price .tax-note{left:4.55rem!important;right:auto!important;bottom:0!important;width:calc(100% - 4.55rem)!important;justify-content:center!important;padding:.42rem .82rem!important;font-size:.84rem!important;min-height:2rem!important}@media(max-width:760px){.template-product .product-price{gap:.75rem .58rem!important;padding:.08rem 0 2.05rem 4.15rem!important}.template-product .product-price__compare{margin-top:.28rem!important;font-size:1.14rem!important}.template-product .product-price .discount-badge{top:.02rem!important;padding:.44rem .82rem!important;font-size:.82rem!important}.template-product .product-price .tax-note{left:4.15rem!important;width:calc(100% - 4.15rem)!important;padding:.38rem .7rem!important;font-size:.8rem!important;min-height:1.9rem!important}}.template-product .product-price{position:relative!important;display:grid!important;grid-template-columns:auto auto!important;grid-template-areas:"current side" "tax tax"!important;column-gap:.85rem!important;row-gap:.45rem!important;align-items:start!important;width:max-content!important;max-width:100%!important;padding:.08rem 0 0!important;margin-top:1.55rem!important}.template-product .product-price__current{grid-area:current!important;line-height:.94!important}.template-product .product-price__side{grid-area:side!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.38rem!important;padding-top:.28rem!important}.template-product .product-price__compare{margin:0!important;font-size:1.22rem!important;line-height:1!important}.template-product .product-price .discount-badge{position:static!important;transform:none!important;margin:0!important;padding:.46rem .82rem!important;font-size:.83rem!important;line-height:1!important}.template-product .product-price .tax-note{grid-area:tax!important;position:static!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:.42rem .82rem!important;min-height:2rem!important;border-radius:999px!important;font-size:.84rem!important}@media(max-width:760px){.template-product .product-price{column-gap:.72rem!important;row-gap:.42rem!important}.template-product .product-price__side{gap:.34rem!important;padding-top:.22rem!important}.template-product .product-price__compare{font-size:1.14rem!important}.template-product .product-price .discount-badge{padding:.42rem .76rem!important;font-size:.8rem!important}.template-product .product-price .tax-note{padding:.38rem .72rem!important;font-size:.8rem!important;min-height:1.9rem!important}}.template-index .featured-product-section{padding-bottom:.85rem!important;border-bottom:1px solid #d8e6ff!important}.template-index .featured-product-section+.shopify-section .section,.template-index .featured-product-section+.shopify-section.featured-product-section .section{padding-top:1rem!important}@media(max-width:760px){.template-index .featured-product-section{padding-bottom:.7rem!important}.template-index .featured-product-section+.shopify-section .section{padding-top:.85rem!important}}.cart-line.is-syncing .quantity-box{opacity:.92}.cart-line.is-removing{opacity:.45}.cart-line.is-syncing .cart-line__image,.cart-line.is-removing .cart-line__image{opacity:1!important;visibility:visible!important}.cart-line.is-removing{opacity:1!important}.cart-line.is-removing .cart-line__details,.cart-line.is-removing .cart-line__controls{opacity:.55!important}.cart-line__image{display:block!important;flex:0 0 auto!important}.cart-line__image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}input[data-cart-quantity]{-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important;caret-color:transparent!important;cursor:default!important}input[data-cart-quantity]::-webkit-outer-spin-button,input[data-cart-quantity]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.cart-line.is-syncing .quantity-box{opacity:.82}.cart-layout[data-cart-updating=true] .cart-line:not(.is-removing){opacity:.92}.cart-layout[data-cart-updating=true] [data-cart-minus],.cart-layout[data-cart-updating=true] [data-cart-plus],.cart-layout[data-cart-updating=true] [data-cart-remove]{pointer-events:none}input[data-cart-quantity]{-moz-appearance:textfield;caret-color:transparent;-webkit-user-select:none;user-select:none}input[data-cart-quantity]::-webkit-outer-spin-button,input[data-cart-quantity]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
/*# sourceMappingURL=/cdn/shop/t/100/assets/theme.css.map */
