.ProductContainer-module__ASiWGq__grid{gap:30px;width:100%;display:grid}.ProductContainer-module__ASiWGq__card{border:1px solid var(--card-border);background:var(--card-bg);border-radius:8px;flex-direction:column;padding:15px;transition:transform .2s;display:flex}.ProductContainer-module__ASiWGq__cardLink{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.ProductContainer-module__ASiWGq__imageWrap{background:var(--card-bg);justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:15px;display:flex}.ProductContainer-module__ASiWGq__cardBody{margin-top:auto}.ProductContainer-module__ASiWGq__cardTitle{-webkit-line-clamp:2;height:44px;color:var(--text);-webkit-box-orient:vertical;margin:0 0 10px;font-size:1rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductContainer-module__ASiWGq__cardPrice{color:var(--accent);font-size:1.2rem;font-weight:700}.ProductContainer-module__ASiWGq__cardPriceNote{color:var(--text-muted);font-size:.75rem;font-weight:400}.ProductContainer-module__ASiWGq__cardSku{color:var(--text-muted);margin:5px 0 0;font-size:.8rem}.ProductContainer-module__ASiWGq__empty{text-align:center;width:100%;color:var(--text);padding:20px}
.Hero-module__KTD73a__hero{background:var(--bg-tertiary);justify-content:center;align-items:center;width:100%;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__KTD73a__heroBg{position:absolute;inset:0}.Hero-module__KTD73a__heroGradient{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-tertiary) 50%, var(--bg-secondary) 100%);position:absolute;inset:0}.Hero-module__KTD73a__heroContent{z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:6rem 1.5rem 4rem;position:relative}.Hero-module__KTD73a__overline{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;animation:.6s both Hero-module__KTD73a__fadeIn}.Hero-module__KTD73a__heroTitle{letter-spacing:-.03em;color:var(--text-primary);white-space:pre-line;margin:0 0 1.5rem;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:clamp(2.5rem,7vw,5rem);font-weight:800;line-height:1.05;animation:.7s both Hero-module__KTD73a__fadeInUp}.Hero-module__KTD73a__heroSubtitle{color:var(--text-secondary);max-width:480px;margin:0 auto 2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;animation:.7s .15s both Hero-module__KTD73a__fadeInUp}.Hero-module__KTD73a__heroCtas{justify-content:center;align-items:center;gap:1rem;animation:.7s .3s both Hero-module__KTD73a__fadeInUp;display:flex}.Hero-module__KTD73a__heroCta{background:var(--accent);color:var(--accent-text);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.Hero-module__KTD73a__heroCta:hover{background:var(--accent-hover);transform:translateY(-1px)}.Hero-module__KTD73a__heroCtaOutline{color:var(--text-primary);border:1.5px solid var(--border-strong);letter-spacing:.08em;text-transform:uppercase;background:0 0;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Hero-module__KTD73a__heroCtaOutline:hover{background:var(--text-primary);color:var(--text-inverse);border-color:var(--text-primary)}.Hero-module__KTD73a__slideDots{justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;animation:.6s .5s both Hero-module__KTD73a__fadeIn;display:flex}.Hero-module__KTD73a__dot{border:1.5px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Hero-module__KTD73a__dot:hover{border-color:var(--text-primary)}.Hero-module__KTD73a__dotActive{background:var(--text-primary);cursor:pointer;border:none;border-radius:4px;width:24px;height:8px;padding:0;transition:all .3s}@keyframes Hero-module__KTD73a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__KTD73a__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Hero-module__KTD73a__hero{min-height:85vh}.Hero-module__KTD73a__heroContent{padding:8rem 2rem 5rem}}@media (max-width:479px){.Hero-module__KTD73a__heroCtas{flex-direction:column;width:100%}.Hero-module__KTD73a__heroCta,.Hero-module__KTD73a__heroCtaOutline{width:100%}}
.ProductCategories-module__FtS55a__section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.ProductCategories-module__FtS55a__heading{text-align:center;color:var(--text);margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.ProductCategories-module__FtS55a__subheading{text-align:center;color:var(--text-muted);max-width:36rem;margin:0 auto 2.5rem;font-size:1rem}.ProductCategories-module__FtS55a__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.ProductCategories-module__FtS55a__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProductCategories-module__FtS55a__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.ProductCategories-module__FtS55a__card{background:var(--card-bg);color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;transition:box-shadow .25s,transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.ProductCategories-module__FtS55a__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.ProductCategories-module__FtS55a__cardImage{aspect-ratio:4/3;background:var(--card-border);width:100%;position:relative}.ProductCategories-module__FtS55a__img{object-fit:cover}.ProductCategories-module__FtS55a__cardBody{padding:1.25rem 1.25rem 1.5rem}.ProductCategories-module__FtS55a__cardTitle{color:var(--text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.ProductCategories-module__FtS55a__cardDesc{color:var(--text-muted);margin:0 0 .75rem;font-size:.875rem;line-height:1.45}.ProductCategories-module__FtS55a__cardLink{color:var(--accent);font-size:.875rem;font-weight:600}.ProductCategories-module__FtS55a__card:hover .ProductCategories-module__FtS55a__cardLink{text-decoration:underline}
.WhyChooseUs-module__lrF9pa__section{background:var(--bg);padding:4rem 1.5rem}.WhyChooseUs-module__lrF9pa__inner{max-width:1200px;margin:0 auto}.WhyChooseUs-module__lrF9pa__heading{text-align:center;color:var(--text);margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.WhyChooseUs-module__lrF9pa__subheading{text-align:center;color:var(--text-muted);max-width:36rem;margin:0 auto 2.5rem;font-size:1rem}.WhyChooseUs-module__lrF9pa__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.WhyChooseUs-module__lrF9pa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.WhyChooseUs-module__lrF9pa__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.WhyChooseUs-module__lrF9pa__card{background:var(--card-bg);text-align:center;border-radius:12px;padding:1.75rem 1.25rem;transition:box-shadow .2s;box-shadow:0 2px 12px #0000000f}.WhyChooseUs-module__lrF9pa__card:hover{box-shadow:0 8px 24px #00000014}.WhyChooseUs-module__lrF9pa__icon{width:3rem;height:3rem;color:var(--accent);background:#c628281a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}.WhyChooseUs-module__lrF9pa__cardTitle{color:var(--text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.WhyChooseUs-module__lrF9pa__cardDesc{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}
.ComingSoon-module__nVUmyG__page{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.ComingSoon-module__nVUmyG__header{z-index:100;background:0 0;padding:1.25rem 1.5rem;position:fixed;top:0;left:0;right:0}.ComingSoon-module__nVUmyG__headerInner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.ComingSoon-module__nVUmyG__logo{-webkit-user-select:none;user-select:none;align-items:baseline;gap:0;display:flex}.ComingSoon-module__nVUmyG__logoText{letter-spacing:.15em;color:var(--text-primary);font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.5rem;font-weight:800}.ComingSoon-module__nVUmyG__logoAccent{letter-spacing:.15em;color:var(--text-muted);font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.5rem;font-weight:500}.ComingSoon-module__nVUmyG__headerRight{align-items:center;gap:1rem;display:flex}.ComingSoon-module__nVUmyG__langLabel{align-items:center;min-width:48px;min-height:48px;display:flex}.ComingSoon-module__nVUmyG__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ComingSoon-module__nVUmyG__langSelect{border:1px solid var(--border-strong);color:var(--text-primary);letter-spacing:.05em;cursor:pointer;appearance:none;background:0 0;border-radius:0;min-width:48px;min-height:48px;padding:.65rem .75rem;font-size:.8rem;font-weight:600}.ComingSoon-module__nVUmyG__themeToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:48px;min-height:48px;padding:.75rem;transition:color .2s,transform .3s;display:flex}.ComingSoon-module__nVUmyG__themeToggle:hover{color:var(--text-primary);transform:rotate(30deg)}.ComingSoon-module__nVUmyG__hero{flex:1;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex;position:relative}.ComingSoon-module__nVUmyG__heroContent{z-index:2;text-align:center;width:100%;max-width:640px;position:relative}.ComingSoon-module__nVUmyG__overline{letter-spacing:.25em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700;animation:.8s both ComingSoon-module__nVUmyG__fadeInUp}.ComingSoon-module__nVUmyG__title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.05;animation:.8s .15s both ComingSoon-module__nVUmyG__fadeInUp}.ComingSoon-module__nVUmyG__subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.7;animation:.8s .3s both ComingSoon-module__nVUmyG__fadeInUp}.ComingSoon-module__nVUmyG__countdown{justify-content:center;align-items:center;gap:0;margin-bottom:3rem;animation:.8s .45s both ComingSoon-module__nVUmyG__fadeInUp;display:flex}.ComingSoon-module__nVUmyG__countdownUnit{flex-direction:column;align-items:center;min-width:4.5rem;display:flex}.ComingSoon-module__nVUmyG__countdownValue{color:var(--text-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1}.ComingSoon-module__nVUmyG__countdownLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-top:.5rem;font-size:.625rem;font-weight:700}.ComingSoon-module__nVUmyG__countdownSep{color:var(--border-strong);margin:0 .25rem;padding-bottom:1.25rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300}.ComingSoon-module__nVUmyG__signupForm{animation:.8s .6s both ComingSoon-module__nVUmyG__fadeInUp}.ComingSoon-module__nVUmyG__inputGroup{border:1.5px solid var(--border-strong);max-width:440px;margin:0 auto;transition:border-color .2s;display:flex}.ComingSoon-module__nVUmyG__inputGroup:focus-within{border-color:var(--text-primary)}.ComingSoon-module__nVUmyG__emailInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.9375rem}.ComingSoon-module__nVUmyG__emailInput::placeholder{color:var(--text-muted)}.ComingSoon-module__nVUmyG__submitBtn{background:var(--accent);width:56px;color:var(--accent-text);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background .2s,transform .15s;display:flex}.ComingSoon-module__nVUmyG__submitBtn:hover:not(:disabled){background:var(--accent-hover)}.ComingSoon-module__nVUmyG__submitBtn:active:not(:disabled){transform:scale(.95)}.ComingSoon-module__nVUmyG__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ComingSoon-module__nVUmyG__spinner{border:2px solid #0000;border-top-color:var(--accent-text);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite ComingSoon-module__nVUmyG__spin}@keyframes ComingSoon-module__nVUmyG__spin{to{transform:rotate(360deg)}}.ComingSoon-module__nVUmyG__incentive{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.8125rem}.ComingSoon-module__nVUmyG__alreadyMsg{color:var(--warning);text-align:center;margin-top:.75rem;font-size:.875rem}.ComingSoon-module__nVUmyG__errorMsg{color:var(--error);text-align:center;margin-top:.75rem;font-size:.875rem}.ComingSoon-module__nVUmyG__successMsg{text-align:center;animation:.6s both ComingSoon-module__nVUmyG__fadeInUp}.ComingSoon-module__nVUmyG__successIcon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex}.ComingSoon-module__nVUmyG__successTitle{color:var(--text-primary);margin-bottom:.5rem;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.5rem;font-weight:700}.ComingSoon-module__nVUmyG__successText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9375rem}.ComingSoon-module__nVUmyG__discountCode{background:var(--bg-tertiary);border:1px dashed var(--border-strong);flex-direction:column;align-items:center;gap:.25rem;padding:1rem 2rem;display:inline-flex}.ComingSoon-module__nVUmyG__discountLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:600}.ComingSoon-module__nVUmyG__discountValue{letter-spacing:.1em;color:var(--text-primary);font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.25rem;font-weight:800}.ComingSoon-module__nVUmyG__gridLine{background:linear-gradient(to bottom, transparent 0%, var(--border) 15%, var(--border) 85%, transparent 100%);opacity:.4;z-index:0;width:1px;height:100%;position:absolute;top:0;left:50%}.ComingSoon-module__nVUmyG__teasers{border-top:1px solid var(--border);padding:4rem 1.5rem}.ComingSoon-module__nVUmyG__teaserGrid{grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.ComingSoon-module__nVUmyG__teaserGrid{grid-template-columns:repeat(3,1fr);gap:3rem}}.ComingSoon-module__nVUmyG__teaserCard{text-align:center;padding:2rem 1rem}.ComingSoon-module__nVUmyG__teaserIcon{border:1px solid var(--border);width:52px;height:52px;color:var(--text-primary);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.ComingSoon-module__nVUmyG__teaserTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.625rem;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.125rem;font-weight:700}.ComingSoon-module__nVUmyG__teaserText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.ComingSoon-module__nVUmyG__social{text-align:center;border-top:1px solid var(--border);padding:3rem 1.5rem}.ComingSoon-module__nVUmyG__socialLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.6875rem;font-weight:700}.ComingSoon-module__nVUmyG__socialLinks{justify-content:center;align-items:center;gap:2rem;display:flex}.ComingSoon-module__nVUmyG__socialLink{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;transition:color .2s;display:flex}.ComingSoon-module__nVUmyG__socialLink:hover{color:var(--text-primary)}.ComingSoon-module__nVUmyG__footer{border-top:1px solid var(--border);padding:1.5rem}.ComingSoon-module__nVUmyG__footerInner{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.ComingSoon-module__nVUmyG__footerDot{color:var(--border-strong)}.ComingSoon-module__nVUmyG__footer a{color:var(--text-muted);transition:color .2s}.ComingSoon-module__nVUmyG__footer a:hover{color:var(--text-primary)}@keyframes ComingSoon-module__nVUmyG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.ComingSoon-module__nVUmyG__header{padding:1.5rem 2.5rem}.ComingSoon-module__nVUmyG__hero{padding:8rem 2rem 4rem}.ComingSoon-module__nVUmyG__countdownUnit{min-width:5.5rem}.ComingSoon-module__nVUmyG__teasers{padding:5rem 2rem}}@media (min-width:1280px){.ComingSoon-module__nVUmyG__logoText,.ComingSoon-module__nVUmyG__logoAccent{font-size:1.75rem}}
