:root{--background: #0b0d10;--foreground: #f4f5f6;--card: #14171b;--card-foreground: #f4f5f6;--muted: #1b1f24;--muted-foreground: #a2a9b0;--primary: #35d0e0;--primary-foreground: #0b0d10;--border: rgba(255, 255, 255, .08);--radius: .75rem;--maxw: 72rem;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;padding:.75rem 1.5rem;font-weight:500;font-size:.95rem;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{opacity:.9}.btn--outline{background:transparent;border-color:var(--border);color:var(--foreground)}.btn--outline:hover{border-color:var(--primary)}.btn--block{width:100%}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#0b0d10b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.brand{display:flex;align-items:center;gap:.625rem;font-weight:600;letter-spacing:-.01em;font-size:1.125rem}.brand__mark{height:2rem;width:2rem;object-fit:contain}.site-nav{display:none;align-items:center;gap:2rem;font-size:.9rem;color:var(--muted-foreground)}.site-nav a:hover{color:var(--foreground)}@media(min-width:768px){.site-nav{display:flex}}.header__actions{display:flex;align-items:center;gap:.75rem}.cart-count{font-size:.75rem;background:var(--primary);color:var(--primary-foreground);border-radius:9999px;padding:0 .4rem;margin-left:.15rem}.hero{position:relative;overflow:hidden}.hero__glow{pointer-events:none;position:absolute;left:50%;top:-10%;height:520px;width:520px;transform:translate(-50%);border-radius:9999px;background:color-mix(in oklab,var(--primary) 20%,transparent);filter:blur(120px)}.hero__grid{position:relative;display:grid;gap:2.5rem;align-items:center;padding:4rem 0 2rem}@media(min-width:768px){.hero__grid{grid-template-columns:1fr 1fr;padding:6rem 0 2rem}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:color-mix(in oklab,var(--card) 60%,transparent);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);width:fit-content}.eyebrow__dot{height:.375rem;width:.375rem;border-radius:9999px;background:var(--primary)}.hero__title{font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.02em;font-weight:600;margin:1.25rem 0 0}.hero__title span{color:var(--primary)}.hero__subtitle{max-width:28rem;color:var(--muted-foreground);font-size:1.05rem;margin:1rem 0 0}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero__stats{display:flex;align-items:center;gap:1.5rem;margin-top:1.75rem;font-size:.875rem;color:var(--muted-foreground)}.hero__stats strong{display:block;font-size:1.125rem;color:var(--foreground);font-weight:600}.hero__stat-divider{height:2rem;width:1px;background:var(--border)}.hero__media{position:relative}.hero__media img{position:relative;width:100%;border-radius:1.5rem;border:1px solid var(--border)}.section{padding:5rem 0}.section--bordered{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--card) 30%,transparent)}.section__head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.section__head--center{text-align:center;align-items:center}.section__eyebrow{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary)}.section__title{font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:-.01em;font-weight:600;margin:0}.section__subtitle{max-width:32rem;color:var(--muted-foreground);margin:0}.product-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;border:1px solid var(--border);background:var(--card);transition:border-color .2s ease}.product-card:hover{border-color:color-mix(in oklab,var(--primary) 40%,transparent)}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(to bottom,color-mix(in oklab,var(--muted) 40%,transparent),transparent)}.product-card__media img{height:100%;width:100%;object-fit:contain;padding:1.5rem;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__price{position:absolute;right:1rem;top:1rem;border-radius:9999px;background:#0b0d10cc;padding:.25rem .75rem;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__body{display:flex;flex:1;flex-direction:column;gap:1rem;padding:1.5rem}.product-card__title{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;margin:0}.product-card__tagline{font-size:.875rem;color:var(--primary);margin:.25rem 0 0}.product-card__desc{font-size:.875rem;color:var(--muted-foreground);margin:0}.product-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.product-card__list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:color-mix(in oklab,var(--foreground) 90%,transparent)}.product-card__list svg{flex-shrink:0;color:var(--primary)}.product-card__cta{margin-top:auto}.feature-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(4,1fr)}}.feature{display:flex;flex-direction:column;gap:1rem;border-radius:1rem;border:1px solid var(--border);background:var(--background);padding:1.5rem}.feature__icon{display:inline-flex;height:2.75rem;width:2.75rem;align-items:center;justify-content:center;border-radius:.75rem;background:color-mix(in oklab,var(--primary) 12%,transparent);color:var(--primary)}.feature__title{font-size:1rem;font-weight:600;margin:0}.feature__desc{font-size:.875rem;color:var(--muted-foreground);margin:0}.faq{max-width:48rem;margin:0 auto}.faq__list{display:flex;flex-direction:column;border-radius:1rem;border:1px solid var(--border);background:var(--card);overflow:hidden}.faq__item{padding:1.5rem;border-top:1px solid var(--border)}.faq__item:first-child{border-top:none}.faq__q{font-size:1rem;font-weight:600;margin:0 0 .5rem}.faq__a{font-size:.875rem;color:var(--muted-foreground);margin:0}.cta-band{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-band__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.01em;margin:0;max-width:32rem}.site-footer{border-top:1px solid var(--border)}.site-footer__inner{display:flex;flex-direction:column;gap:1rem;padding:2.5rem 0;align-items:center;text-align:center}@media(min-width:768px){.site-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__meta{font-size:.875rem;color:var(--muted-foreground)}.footer-links{display:flex;gap:1.5rem;font-size:.875rem;color:var(--muted-foreground)}.footer-links a:hover{color:var(--foreground)}.rte{color:var(--muted-foreground)}.rte h1,.rte h2,.rte h3{color:var(--foreground)}.page-width-narrow{max-width:48rem;margin:0 auto}.product{display:grid;gap:2.5rem;padding:3rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr}}.product__media img{border-radius:1.5rem;border:1px solid var(--border);width:100%}.product__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.01em;margin:0 0 .5rem}.product__price{font-size:1.5rem;font-weight:600;color:var(--primary);margin:0 0 1.5rem}.product-form__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;max-width:22rem}.quantity{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:9999px;overflow:hidden;width:fit-content}.quantity input{width:3rem;text-align:center;background:transparent;border:none;color:var(--foreground);font-size:1rem;padding:.5rem 0}.quantity button{background:transparent;border:none;color:var(--foreground);font-size:1.1rem;padding:.5rem .9rem;cursor:pointer}.collection-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;padding:3rem 0}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.cart{padding:3rem 0}.cart__row{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart__row img{border-radius:.75rem;border:1px solid var(--border)}.cart__footer{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;padding-top:1.5rem}.cart__total{font-size:1.25rem;font-weight:600}.empty-state{text-align:center;padding:5rem 0;color:var(--muted-foreground)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
