:root{--color-bg: #070b09;--color-bg-alt: #0c130f;--color-surface: #101813;--color-surface-raised: #141f19;--color-border: rgba(160, 200, 180, .12);--color-border-strong: rgba(160, 200, 180, .22);--color-text: #f3f6f4;--color-text-muted: #9fb0a8;--color-text-faint: #6f8079;--color-accent: #3ee08a;--color-accent-dim: #1f8f57;--color-accent-deep: #0f3d28;--color-accent-contrast: #06120c;--font-display: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-pill: 999px;--shadow-glow: 0 0 60px rgba(62, 224, 138, .25);--shadow-card: 0 10px 30px rgba(0, 0, 0, .35);--container-max: 1280px;--section-pad-y: 96px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.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}.container{max-width:var(--container-max);margin:0 auto;padding:0 32px}.section{padding:var(--section-pad-y) 0}.section--tight{padding:56px 0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0 0 16px;letter-spacing:-.02em;color:var(--color-text)}h1{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:600;line-height:1.1}h2{font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:1.2}h3{font-size:1.15rem}p{margin:0 0 16px;color:var(--color-text-muted)}.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);font-weight:600;margin-bottom:10px}.section-heading{text-align:center;max-width:620px;margin:0 auto 48px}.section-heading p{margin-bottom:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;border:1px solid transparent;transition:transform .15s ease,background .2s ease,border-color .2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-accent);color:var(--color-accent-contrast)}.btn--primary:hover{background:#59e79e}.btn--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--block{width:100%;justify-content:center}.btn svg{width:16px;height:16px}.site-header{position:sticky;top:0;z-index:50;background:#070b09d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:var(--container-max);margin:0 auto}.site-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:1.15rem}.site-logo__mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(160deg,var(--color-accent-deep),var(--color-surface));border:1px solid var(--color-border-strong);display:flex;align-items:center;justify-content:center}.site-logo__mark svg{width:20px;height:20px;stroke:var(--color-accent)}.site-nav{display:flex;gap:32px}.site-nav a{font-size:.92rem;color:var(--color-text-muted);transition:color .2s ease}.site-nav a:hover{color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:18px}.icon-btn{background:none;border:none;color:var(--color-text-muted);display:flex;padding:4px;position:relative}.icon-btn:hover{color:var(--color-accent)}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.62rem;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;background:none;border:none;color:var(--color-text)}.hero{padding:88px 0 64px}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.hero__title{margin-bottom:20px}.hero__title .accent{color:var(--color-accent)}.hero__desc{max-width:440px;font-size:1.02rem}.hero__ctas{display:flex;gap:14px;margin:28px 0 40px}.hero__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hero__badge{display:flex;align-items:center;gap:10px}.hero__badge-icon{width:34px;height:34px;border-radius:9px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__badge-icon svg{width:16px;height:16px;stroke:var(--color-accent)}.hero__badge-text{font-size:.78rem;color:var(--color-text-muted);line-height:1.3}.hero__badge-text strong{display:block;color:var(--color-text);font-weight:600;font-size:.82rem}.hero__visual{aspect-ratio:1 / .95;border-radius:32px;background:radial-gradient(120% 120% at 50% 20%,rgba(62,224,138,.18),transparent 60%),var(--color-surface);border:1px solid var(--color-border-strong);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow)}.hero__visual svg{width:46%;height:46%;stroke:var(--color-accent);filter:drop-shadow(0 0 24px rgba(62,224,138,.55))}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px}.feature-card__icon{width:38px;height:38px;border-radius:10px;background:var(--color-surface-raised);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feature-card__icon svg{width:18px;height:18px;stroke:var(--color-accent)}.feature-card h3{margin-bottom:6px}.feature-card p{font-size:.85rem;margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:32px}.category-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.category-card:hover{border-color:var(--color-accent);transform:translateY(-3px)}.category-card__image{aspect-ratio:1/.9;background:linear-gradient(160deg,var(--color-surface-raised),var(--color-bg-alt));display:flex;align-items:center;justify-content:center}.category-card__image svg,.category-card__image img{width:42%;opacity:.9}.category-card__body{padding:14px 16px 18px}.category-card__body h3{margin-bottom:2px;font-size:.95rem}.category-card__body span{font-size:.78rem;color:var(--color-text-faint)}.view-all-wrap{text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,transform .2s ease}.product-card:hover{border-color:var(--color-border-strong);transform:translateY(-4px)}.product-card__image{aspect-ratio:1/1;background:linear-gradient(160deg,var(--color-surface-raised),var(--color-bg-alt));display:flex;align-items:center;justify-content:center;position:relative}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image svg{width:40%;stroke:var(--color-accent);opacity:.9}.product-card__type{position:absolute;top:12px;left:12px;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:#06120cb3;padding:4px 8px;border-radius:var(--radius-pill);border:1px solid var(--color-border-strong)}.product-card__body{padding:16px 18px 20px;flex:1;display:flex;flex-direction:column}.product-card__title{font-family:var(--font-display);font-weight:600;font-size:.98rem;margin-bottom:8px;flex:1}.product-card__title a{color:var(--color-text)}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-weight:600;color:var(--color-text)}.product-card__price .compare{color:var(--color-text-faint);text-decoration:line-through;font-weight:400;margin-right:6px;font-size:.85rem}.product-card__cart{width:34px;height:34px;border-radius:50%;background:var(--color-surface-raised);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .2s ease}.product-card__cart:hover{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.product-card__cart svg{width:15px;height:15px}.cta-banner{border-radius:var(--radius-lg);padding:80px 32px;text-align:center;position:relative;overflow:hidden;background:radial-gradient(80% 100% at 50% 0%,rgba(62,224,138,.18),transparent 65%),linear-gradient(180deg,#0c1512,#071b12 60%,#04120c);border:1px solid var(--color-border)}.cta-banner__content{position:relative;z-index:2;max-width:560px;margin:0 auto}.cta-banner h2{margin-bottom:12px}.featured-product{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;display:grid;grid-template-columns:1fr;gap:20px}.featured-product__image{aspect-ratio:1/.95;border-radius:var(--radius-md);background:radial-gradient(120% 120% at 50% 20%,rgba(62,224,138,.15),transparent 60%),var(--color-bg-alt);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.featured-product__image img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md)}.featured-product__image svg{width:44%;stroke:var(--color-accent)}.featured-product__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.featured-product__thumbs div{aspect-ratio:1/1;border-radius:var(--radius-sm);background:var(--color-bg-alt);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.featured-product__thumbs svg{width:40%;stroke:var(--color-text-faint)}.featured-product__eyebrow{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:6px;display:block}.featured-product__price{font-size:1.4rem;font-weight:600;margin:10px 0 14px}.featured-product__list{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:8px}.featured-product__list li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--color-text-muted)}.featured-product__list svg{width:15px;height:15px;stroke:var(--color-accent);flex-shrink:0}.featured-product__actions{display:flex;flex-direction:column;gap:10px}.newsletter{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;display:flex;align-items:center;gap:20px}.newsletter__icon{width:52px;height:52px;border-radius:12px;flex-shrink:0;background:var(--color-surface-raised);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.newsletter__icon svg{width:26px;stroke:var(--color-accent)}.newsletter__body h3{margin-bottom:4px}.newsletter__body p{font-size:.85rem;margin-bottom:14px}.newsletter__form{display:flex;gap:8px}.newsletter__form input{flex:1;padding:11px 14px;border-radius:var(--radius-pill);border:1px solid var(--color-border-strong);background:var(--color-bg-alt);color:var(--color-text);font-size:.88rem}.newsletter__form input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.newsletter__form button{padding:11px 18px;border-radius:var(--radius-pill);border:none;background:var(--color-accent);color:var(--color-accent-contrast);font-weight:600;font-size:.88rem}.home-layout{display:grid;grid-template-columns:1.55fr 1fr;gap:28px;align-items:start}.home-layout__stack{display:flex;flex-direction:column;gap:28px}.panel{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px}.site-footer{border-top:1px solid var(--color-border);padding:64px 0 32px;background:var(--color-bg-alt)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px;margin-bottom:48px}.footer-grid h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);margin-bottom:16px}.footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-grid a{color:var(--color-text-muted);font-size:.88rem}.footer-grid a:hover{color:var(--color-accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--color-border);padding-top:24px;font-size:.8rem;color:var(--color-text-faint)}.footer-social{display:flex;gap:14px}.footer-social svg{width:18px;height:18px}.page-hero{text-align:center;padding:72px 0 40px}.rte{color:var(--color-text-muted)}.rte h2,.rte h3{color:var(--color-text)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.blog-card__image{aspect-ratio:16/10;background:linear-gradient(160deg,var(--color-surface-raised),var(--color-bg-alt))}.blog-card__body{padding:18px 20px 22px}.blog-card__body h3{margin-bottom:6px}.blog-card__body p{font-size:.85rem}.contact-form{display:grid;gap:14px;max-width:560px;margin:0 auto}.contact-form input,.contact-form textarea{width:100%;padding:13px 16px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);font-family:inherit;font-size:.92rem}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,100%);background:var(--color-bg-alt);border-left:1px solid var(--color-border);transform:translate(100%);transition:transform .3s ease;z-index:100;padding:28px;overflow-y:auto}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer__overlay.is-open{opacity:1;pointer-events:auto}@media(max-width:990px){.site-nav{display:none}.nav-toggle{display:flex}.hero__grid{grid-template-columns:1fr}.hero__visual{max-width:420px;margin:0 auto}.features-grid,.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.home-layout{grid-template-columns:1fr}.footer-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{padding:0 20px}:root{--section-pad-y: 64px}.hero__badges{grid-template-columns:repeat(2,1fr)}.features-grid,.category-grid,.product-grid,.blog-grid,.footer-grid{grid-template-columns:1fr}.newsletter{flex-direction:column;text-align:center}.newsletter__form{flex-direction:column;width:100%}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
