:root{--bg: #f6f5f1;--bg-card: #ffffff;--bg-dark: #0a0a0a;--text: #1a1a1a;--text-muted: #6b6b6b;--text-light: #ffffff;--accent: #00c853;--accent-hover: #00e676;--accent-dark: #00a844;--accent-glow: rgba(0, 200, 83, .12);--orange: #ff6d00;--blue: #2979ff;--purple: #7c4dff;--red: #ff1744;--border: #e8e7e3;--radius: 16px;--radius-sm: 12px;--radius-xs: 8px;--shadow: 0 2px 20px rgba(0,0,0,.06);--shadow-hover: 0 8px 40px rgba(0,0,0,.12);--transition: .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.container{max-width:1400px;margin:0 auto;padding:0 32px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.section-tag{font-family:Space Mono,monospace;font-size:12px;font-weight:700;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.section-title{font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.03em;line-height:1.1}.section-link{color:var(--accent-dark);font-weight:600;font-size:15px;display:flex;align-items:center;gap:8px;transition:var(--transition);white-space:nowrap}.section-link:hover{gap:12px}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:100px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:-.01em}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px #00c8534d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #00c85366}.btn-secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.btn-dark{background:var(--bg-dark);color:#fff}.btn-dark:hover{background:#222;transform:translateY(-2px)}.topbar{background:var(--bg-dark);color:var(--text-light);padding:10px 0;font-size:13px;overflow:hidden}.topbar-track{display:flex;animation:marquee 30s linear infinite;width:max-content}.topbar-item{display:flex;align-items:center;gap:8px;padding:0 40px;white-space:nowrap;font-weight:500;letter-spacing:.02em}.site-header{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;transition:var(--transition)}.site-header.scrolled{box-shadow:0 4px 30px #00000014}.header-inner{max-width:1400px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:68px}.site-logo{font-weight:800;font-size:22px;letter-spacing:-.03em;display:flex;align-items:center;gap:3px}.site-logo .accent{color:var(--accent)}.logo-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;display:inline-block;margin-left:1px;animation:pulse 2s ease-in-out infinite}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{font-weight:500;font-size:14px;padding:8px 14px;border-radius:var(--radius-sm);transition:var(--transition)}.main-nav a:hover{background:var(--accent-glow);color:var(--accent-dark)}.main-nav a.active{background:var(--accent);color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.header-search{display:flex;align-items:center;background:var(--bg);border-radius:100px;padding:10px 18px;gap:10px;width:240px;transition:var(--transition);border:1px solid transparent}.header-search:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px var(--accent-glow);width:300px}.header-search input{border:none;background:none;outline:none;font-size:14px;width:100%;color:var(--text)}.header-search input::placeholder{color:var(--text-muted)}.icon-btn{width:42px;height:42px;border-radius:50%;border:none;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--text);position:relative}.icon-btn:hover{background:var(--accent-glow);color:var(--accent-dark)}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--accent);color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px}.mobile-toggle span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition)}.pc{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all .3s ease;display:flex;flex-direction:column}.pc:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--accent)}.pc__img{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:12px}.pc__img img{width:82%;height:82%;object-fit:contain;transition:transform .4s ease}.pc:hover .pc__img img{transform:scale(1.05)}.pc__body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;background:#f9f9f9;border-top:1px solid var(--border)}.pc__title{font-weight:800;font-size:17px;margin-bottom:8px;letter-spacing:-.02em}.pc__opts{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}.pc__opt{font-size:10px;font-weight:600;color:var(--text-muted);background:#fff;border:1px solid var(--border);padding:3px 9px;border-radius:4px}.pc__colors{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px;align-items:center}.pc__cdot{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(0,0,0,.1)}.pc__pricing{margin-top:auto;display:flex;align-items:baseline;gap:8px}.pc__price{font-size:17px;font-weight:800;color:var(--text)}.pc__price-old{font-size:12px;color:var(--text-muted);text-decoration:line-through}@media(max-width:640px){.pc__body{padding:12px 14px 14px}.pc__title{font-size:15px;margin-bottom:6px}.pc__price{font-size:15px}.pc__opt{font-size:9px;padding:2px 7px}.pc__cdot{width:14px;height:14px}}.product-card{display:none}.trust-bar{background:#fff;border-bottom:1px solid var(--border);padding:28px 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.trust-item{display:flex;align-items:center;gap:16px}.trust-item__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__icon--green{background:var(--accent-glow);color:var(--accent-dark)}.trust-item__icon--blue{background:#2979ff1a;color:var(--blue)}.trust-item__icon--orange{background:#ff6d001a;color:var(--orange)}.trust-item__icon--purple{background:#7c4dff1a;color:var(--purple)}.trust-item__title{font-weight:700;font-size:15px}.trust-item__desc{font-size:13px;color:var(--text-muted)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding-bottom:80px}.product-gallery{position:sticky;top:100px}.product-gallery__main{background:#fff;border-radius:var(--radius);border:1px solid var(--border);aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:16px}.product-gallery__main img{width:70%;height:70%;object-fit:contain;transition:transform .5s ease}.product-gallery__main:hover img{transform:scale(1.05)}.product-gallery__badge{position:absolute;top:20px;left:20px;background:var(--accent);color:#fff;padding:10px 16px;border-radius:var(--radius-xs);font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px}.product-gallery__save{position:absolute;top:20px;right:20px;background:var(--orange);color:#fff;padding:8px 14px;border-radius:var(--radius-xs);font-weight:700;font-size:14px}.product-gallery__thumbs{display:flex;gap:10px;justify-content:center}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-xs);background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);overflow:hidden}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--accent)}.product-gallery__thumb img{width:80%;height:80%;object-fit:contain}.config-section{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.config-label{font-weight:700;font-size:16px}.config-label .val{font-weight:500;color:var(--text-muted)}.config-link{font-size:13px;color:var(--accent-dark);font-weight:600;display:flex;align-items:center;gap:4px}.option-grid{display:flex;gap:10px;flex-wrap:wrap}.option-btn{flex:1;min-width:90px;padding:14px 16px;border-radius:var(--radius-xs);border:2px solid var(--border);background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;position:relative}.option-btn:hover{border-color:#ccc}.option-btn.active{border-color:var(--accent);background:#00c8530a;box-shadow:0 0 0 3px var(--accent-glow)}.option-btn.active:after{content:"\2713";position:absolute;top:8px;right:10px;font-size:12px;color:var(--accent);font-weight:700}.option-btn .opt-main{font-weight:700;font-size:15px}.option-btn .opt-sub{font-size:12px;color:var(--text-muted);margin-top:3px}.option-btn .opt-price{font-size:12px;color:var(--accent-dark);font-weight:600;margin-top:4px}.config-desc{margin-top:14px;padding:16px 20px;background:var(--bg);border-radius:var(--radius-xs);font-size:14px;color:var(--text-muted);line-height:1.7}.config-desc strong{color:var(--text)}.color-grid{display:flex;gap:14px;align-items:flex-start}.color-swatch{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.color-circle{width:44px;height:44px;border-radius:50%;border:3px solid transparent;transition:all .2s ease;position:relative}.color-swatch:hover .color-circle{border-color:#ccc}.color-swatch.active .color-circle{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.color-swatch.active .color-circle:after{content:"\2713";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.color-name{font-size:11px;color:var(--text-muted);font-weight:500}.purchase-section{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:28px;margin-top:8px}.stock-indicator{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:16px}.stock-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);animation:pulse 1.5s infinite}.stock-text{font-weight:600}.stock-text--low{color:var(--orange)}.stock-text--ok{color:var(--accent-dark)}.price-summary{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.price-total{font-size:40px;font-weight:900;letter-spacing:-.03em}.price-original{font-size:15px;color:var(--text-muted);text-decoration:line-through;text-align:right}.price-incl{font-size:12px;color:var(--text-muted);text-align:right}.add-to-cart-btn{width:100%;padding:18px;border:none;border-radius:var(--radius-xs);background:var(--accent);color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.02em;box-shadow:0 4px 20px #00c8534d}.add-to-cart-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #00c85366}.payment-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:13px;color:var(--text-muted)}.pay-icon{padding:4px 10px;background:var(--bg);border-radius:6px;font-size:11px;font-weight:700}.perks{margin-top:24px;display:flex;flex-direction:column;gap:12px}.perk{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fff;border-radius:var(--radius-xs);border:1px solid var(--border);font-size:14px}.perk__icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perk__icon--green{background:var(--accent-glow);color:var(--accent-dark)}.perk__icon--blue{background:#2979ff1a;color:var(--blue)}.site-footer{background:var(--bg-dark);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand p{color:#fff6;font-size:14px;line-height:1.7;margin-top:16px;max-width:340px}.footer-heading{color:#fff;font-weight:600;font-size:14px;margin-bottom:20px;letter-spacing:.04em;text-transform:uppercase}.site-footer a{display:block;color:#fff6;font-size:14px;padding:5px 0;transition:var(--transition)}.site-footer a:hover{color:var(--accent)}.footer-payments{display:flex;gap:12px;margin-top:20px}.footer-pay-icon{width:48px;height:32px;background:#ffffff14;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#ffffff80;font-weight:700}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:24px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff4d}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cart-page{padding:48px 0 80px}.cart-items{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.cart-item{display:flex;gap:20px;background:#fff;padding:20px;border-radius:var(--radius-sm);border:1px solid var(--border)}.cart-item__image{width:120px;height:120px;border-radius:var(--radius-xs);background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item__image img{width:80%;height:80%;object-fit:contain}.cart-item__info{flex:1}.cart-item__title{font-weight:700;font-size:16px;margin-bottom:4px}.cart-item__specs{font-size:13px;color:var(--text-muted);margin-bottom:12px}.cart-item__qty{display:flex;align-items:center;gap:12px}.cart-item__qty button{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center}.cart-item__price{text-align:right}.cart-item__price-current{font-size:20px;font-weight:800}.cart-summary{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:32px;max-width:480px;margin-left:auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:12px;overflow:hidden}.faq-question{width:100%;padding:20px 24px;background:var(--bg);border:none;font-size:16px;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:var(--transition);color:var(--text)}.faq-question:hover{background:var(--accent-glow)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding:0 24px 20px;font-size:15px;color:var(--text-muted);line-height:1.7}@media(max-width:1024px){.main-nav{display:none}.mobile-toggle{display:flex}.header-search{display:none}.trust-bar__grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container,.header-inner{padding:0 16px}.trust-bar__grid{grid-template-columns:1fr;gap:16px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pc__body{padding:12px}.pc__price{font-size:15px}.option-grid{gap:8px}.option-btn{min-width:70px;padding:12px 8px}.footer-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.price-total{font-size:32px}}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:#fff;z-index:998;padding:20px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.mobile-menu.open{display:block;transform:translate(0)}body.menu-open{overflow:hidden}.mob-nav{display:flex;flex-direction:column;gap:0}.mob-nav a{padding:16px 0;font-size:18px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);text-decoration:none}.mob-nav a:hover{color:var(--accent-dark)}.mob-search{margin-bottom:16px}.mob-search-field{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:100px;padding:12px 18px;border:1px solid transparent;transition:.2s}.mob-search-field:focus-within{border-color:var(--accent);background:#fff}.mob-search-field input{border:none;background:none;outline:none;font-size:15px;width:100%;font-family:inherit}@media(max-width:640px){.ci{flex-wrap:wrap}.ci-price{width:100%;text-align:right;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.ci-qty-btn{width:28px;height:28px;font-size:13px}}.rich-text,.shopify-policy__body,.article-content,.page-content,.product__description{font-size:16px;line-height:1.8;color:var(--text-muted)}.rich-text h2,.shopify-policy__body h2,.article-content h2,.page-content h2,.product__description h2{font-size:28px;font-weight:700;margin:40px 0 16px;color:var(--text);letter-spacing:-.02em;line-height:1.25}.rich-text h3,.shopify-policy__body h3,.article-content h3,.page-content h3,.product__description h3{font-size:20px;font-weight:700;margin:32px 0 12px;color:var(--text);letter-spacing:-.01em}.rich-text h4,.shopify-policy__body h4,.article-content h4,.page-content h4,.product__description h4{font-size:17px;font-weight:700;margin:24px 0 10px;color:var(--text)}.rich-text p,.shopify-policy__body p,.article-content p,.page-content p,.product__description p{margin:0 0 16px}.rich-text ol,.shopify-policy__body ol,.article-content ol,.page-content ol,.product__description ol,.rich-text ul,.shopify-policy__body ul,.article-content ul,.page-content ul,.product__description ul{margin:0 0 24px 1.6em;padding-left:0;list-style-position:outside}.rich-text ol,.shopify-policy__body ol,.article-content ol,.page-content ol,.product__description ol{list-style-type:decimal}.rich-text ul,.shopify-policy__body ul,.article-content ul,.page-content ul,.product__description ul{list-style-type:disc}.rich-text li,.shopify-policy__body li,.article-content li,.page-content li,.product__description li{margin:0 0 8px;padding-left:.3em;text-indent:0}.rich-text a,.shopify-policy__body a,.article-content a,.page-content a,.product__description a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px;transition:var(--transition)}.rich-text a:hover,.shopify-policy__body a:hover,.article-content a:hover,.page-content a:hover,.product__description a:hover{color:var(--accent)}.rich-text strong,.rich-text b,.shopify-policy__body strong,.article-content strong,.page-content strong,.product__description strong{color:var(--text);font-weight:600}.rich-text em,.rich-text i,.shopify-policy__body em,.article-content em,.page-content em,.product__description em{font-style:italic}.rich-text blockquote,.shopify-policy__body blockquote,.article-content blockquote,.page-content blockquote,.product__description blockquote{margin:24px 0;padding:16px 24px;border-left:4px solid var(--accent);background:var(--bg);border-radius:var(--radius-xs);color:var(--text);font-style:italic}.rich-text img,.shopify-policy__body img,.article-content img,.page-content img,.product__description img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:24px 0}.rich-text hr,.shopify-policy__body hr,.article-content hr,.page-content hr,.product__description hr{border:0;border-top:1px solid var(--border);margin:32px 0}.rte,.page__content,.page__rte{font-size:16px;line-height:1.8;color:var(--text-muted)}.rte h2,.page__content h2,.page__rte h2{font-size:28px;font-weight:700;margin:40px 0 16px;color:var(--text);letter-spacing:-.02em;line-height:1.25}.rte h3,.page__content h3,.page__rte h3{font-size:20px;font-weight:700;margin:32px 0 12px;color:var(--text);letter-spacing:-.01em}.rte h4,.page__content h4,.page__rte h4{font-size:17px;font-weight:700;margin:24px 0 10px;color:var(--text)}.rte p,.page__content p,.page__rte p{margin:0 0 16px}.rte ol,.rte ul,.page__content ol,.page__content ul,.page__rte ol,.page__rte ul,.template-page ol,.template-page ul{margin:0 0 24px 1.6em;padding-left:0;list-style-position:outside}.rte ol,.page__content ol,.page__rte ol,.template-page ol{list-style-type:decimal}.rte ul,.page__content ul,.page__rte ul,.template-page ul{list-style-type:disc}.rte li,.page__content li,.page__rte li,.template-page li{margin:0 0 8px;padding-left:.3em;text-indent:0}.rte a,.page__content a,.page__rte a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px;transition:var(--transition)}.rte a:hover,.page__content a:hover,.page__rte a:hover{color:var(--accent)}.rte strong,.rte b,.page__content strong,.page__rte strong{color:var(--text);font-weight:600}.rte em,.rte i,.page__content em,.page__rte em{font-style:italic}.rte blockquote,.page__content blockquote,.page__rte blockquote{margin:24px 0;padding:16px 24px;border-left:4px solid var(--accent);background:var(--bg);border-radius:var(--radius-xs);color:var(--text);font-style:italic}.rte img,.page__content img,.page__rte img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:24px 0}.rte hr,.page__content hr,.page__rte hr{border:0;border-top:1px solid var(--border);margin:32px 0}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
