:root{--color-text:#222529;--color-muted:#777;--color-line:#e7e7e7;--color-accent:#0088cc;--color-secondary:#ff7272;--color-bg:#fff;--color-panel:#fff;--color-soft:#f5f5f5;--color-focus:#105f7f;--color-dark:#222529;--color-price:#444;--container-width:1200px}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Figtree,Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.714}a,button,input{min-width:0}.storefront{background:#fff}.site-footer{width:min(var(--container-width),calc(100% - 32px));margin:0 auto}.site-header{width:100%;border-bottom:1px solid var(--color-line)}.site-header-inner,.site-nav{width:min(var(--container-width),calc(100% - 32px));margin:0 auto}.contact-chip,.site-brand{overflow-wrap:anywhere}.site-header-inner{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:22px;align-items:center;min-height:92px}.site-brand{display:inline-flex;align-items:center;color:var(--color-text);font-size:20px;font-weight:900;text-decoration:none}.site-brand img{display:block;width:auto;max-width:250px;max-height:70px;object-fit:contain}.mobile-nav-toggle{position:relative;display:none;align-items:center;justify-content:center;width:44px;min-height:42px;border-color:var(--color-line);background:#fff;padding:0}.mobile-nav-toggle span{position:absolute;width:18px;height:2px;border-radius:999px;background:var(--color-text);transition:transform .2s ease,opacity .2s ease}.mobile-nav-toggle span:first-child{transform:translateY(-6px)}.mobile-nav-toggle span:nth-child(3){transform:translateY(6px)}.site-header.is-mobile-nav-open .mobile-nav-toggle span:first-child{transform:rotate(45deg)}.site-header.is-mobile-nav-open .mobile-nav-toggle span:nth-child(2){opacity:0}.site-header.is-mobile-nav-open .mobile-nav-toggle span:nth-child(3){transform:rotate(-45deg)}.site-nav{display:flex;align-items:center;justify-content:flex-start;gap:6px 18px;flex-wrap:wrap;min-height:50px}.site-nav-bar{border-top:1px solid var(--color-line);background:#fff}.site-nav-item{position:relative;display:flex;align-items:center;min-height:50px}.site-nav-link{display:inline-flex;align-items:center;gap:6px}.site-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.contact-chip{display:inline-flex;align-items:center;min-height:38px;border:1px solid var(--color-line);border-radius:6px;background:#fff;color:var(--color-text);padding:0 10px;font-size:12px;font-weight:800;text-decoration:none}.cart-chip{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.contact-chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.cart-chip:hover{background:#0077b3;color:#fff}.site-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;margin:0;min-width:0}.site-search input{width:100%;border-radius:6px 0 0 6px;border-right:0}.site-search button{min-height:42px;border-radius:0 6px 6px 0}.live-search-field{position:relative;display:block}.live-search-results{position:absolute;z-index:20;top:calc(100% + 8px);right:0;width:min(360px,88vw);border:1px solid var(--color-line);border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.12);padding:8px}.site-footer a,.site-nav a{color:var(--color-muted);font-weight:700;text-decoration:none}.site-nav a{color:#555;font-size:13px;letter-spacing:0;text-transform:uppercase}.site-footer a:hover,.site-nav a.is-active,.site-nav a:hover{color:var(--color-accent)}.site-nav a.is-active{position:relative}.site-nav a.is-active::after{position:absolute;right:0;bottom:-17px;left:0;height:3px;background:var(--color-accent);content:""}.site-nav-mobile-tools{display:none}.store-main{width:min(var(--container-width),calc(100% - 32px));margin:0 auto;padding:34px 0 58px}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{display:grid;grid-template-columns:minmax(230px,1fr) minmax(360px,1.45fr) minmax(220px,.9fr) minmax(180px,.75fr);gap:24px;align-items:start;padding:32px 0;border-top:1px solid var(--color-line);color:var(--color-muted)}.footer-brand,.footer-contact,.footer-link-group{display:grid;gap:9px}.footer-logo{width:max-content;max-width:100%}.footer-brand p{max-width:360px;margin:0}.footer-brand small{color:var(--color-muted)}.footer-contact strong,.footer-link-group strong{color:var(--color-text);font-size:14px}.footer-contact a,.footer-link-group a{width:max-content;max-width:100%}.footer-contact{font-style:normal}.footer-contact span{display:block}.social-link-row{display:flex;gap:8px;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;gap:8px;min-height:34px;border:1px solid var(--color-line);border-radius:999px;background:#fff;padding:0 10px 0 6px;color:var(--color-text);font-size:12px;font-weight:800;text-decoration:none}.social-link span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:10px;font-weight:900}.social-link-whatsapp span{background:#25d366}.social-link-instagram span{background:#e4405f}.social-link-facebook span{background:#1877f2}.social-link:hover{border-color:rgba(0,136,204,.35)}.shell{min-height:100vh;display:grid;place-items:center;padding:24px}h1{margin:0 0 12px;font-size:32px;line-height:1.15}p{color:var(--color-muted);line-height:1.6}.button,button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--color-accent);border-radius:6px;background:var(--color-accent);color:#fff;padding:0 16px;font-weight:700;text-decoration:none;cursor:pointer}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(0,136,204,.22);outline-offset:2px}form{display:grid;gap:14px;margin-top:20px}label{display:grid;gap:7px;color:var(--color-muted);font-size:14px}input{width:100%;height:42px;border:1px solid var(--color-line);border-radius:6px;padding:0 12px;font:inherit}.button.disabled{pointer-events:none;opacity:.45}@media (max-width:640px){h1{font-size:26px}.site-footer{width:min(100% - 24px,1200px)}.site-header-inner{width:min(100% - 24px,1200px);justify-items:stretch;min-height:0;padding:14px 0}.site-header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px}.site-brand{min-width:0}.site-brand img{max-width:min(210px,100%);max-height:58px}.mobile-nav-toggle{display:inline-flex;justify-self:end}.js-ready .site-nav-bar{display:none}.js-ready .site-header.is-mobile-nav-open .site-nav-bar{display:block}.site-nav{width:min(100% - 24px,1200px);display:grid;gap:0;padding:8px 0}.site-nav-item{display:grid;min-height:0;border-bottom:1px solid var(--color-line)}.site-nav a,.site-nav-link{position:relative;padding:12px 0}.site-nav a.is-active::after,.site-nav-link.is-active::after{top:12px;right:auto;bottom:12px;left:-12px;width:3px;height:auto}.site-nav-item:last-of-type{border-bottom:0}.site-nav-mobile-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 0 6px}.site-nav-mobile-tools a{justify-content:center;min-height:38px;border:1px solid var(--color-line);border-radius:6px;padding:0 8px;color:var(--color-text);font-size:12px;text-align:center}.site-nav-mobile-tools a::after{display:none}.site-tools{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.contact-chip{justify-content:center;min-height:42px;padding:0 8px;font-size:11px;line-height:1.25;text-align:center}.site-search{grid-column:1/-1;width:100%}.site-search input{width:100%}.live-search-field{width:100%}.live-search-results{left:0;right:auto;width:100%}.store-main{width:min(100% - 24px,1200px);padding-top:18px;padding-bottom:78px}.site-footer{grid-template-columns:1fr}.social-link-row{align-items:stretch;flex-direction:column}}:root{--mp-red:#EF2E2E;--mp-dark:#0A1018;--mp-text:#111827;--mp-muted:#6B7280;--mp-border:#E5E7EB;--mp-bg:#F7F8FA;--mp-white:#fff;--mp-green:#0F7A3F;--mp-shadow:0 2px 12px rgba(0,0,0,.06);--mp-radius:16px;--mp-transition:.25s cubic-bezier(.4,0,.2,1)}*,::after,::before{box-sizing:border-box}body.storefront{font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;color:var(--mp-text);background:var(--mp-white);margin:0;-webkit-font-smoothing:antialiased;line-height:1.6}.site-header{background:var(--mp-white)!important;border-bottom:1px solid var(--mp-border)!important;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.04)}.site-header-inner{max-width:1320px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:24px}.site-brand img{max-height:42px!important;width:auto}.site-search{flex:1;max-width:480px;display:flex;border:2px solid var(--mp-border);border-radius:999px;overflow:hidden;transition:var(--mp-transition)}.site-search:focus-within{border-color:var(--mp-red)}.site-search input{flex:1;border:none;padding:10px 20px;font-size:14px;outline:0;background:0 0;font-family:inherit}.site-search button{background:var(--mp-red);color:#fff;border:none;padding:10px 20px;font-weight:600;cursor:pointer;font-family:inherit;transition:var(--mp-transition)}.site-search button:hover{background:#d42626}.site-tools{display:flex;gap:12px;align-items:center}.contact-chip{text-decoration:none;color:var(--mp-muted);font-size:13px;font-weight:500;padding:6px 12px;border-radius:999px;transition:var(--mp-transition);white-space:nowrap}.contact-chip:hover{color:var(--mp-red);background:#fef2f2}.cart-chip{background:var(--mp-dark);color:#fff!important;font-weight:600}.cart-chip:hover{background:var(--mp-red);color:#fff!important}.site-nav-bar{background:var(--mp-white);border-bottom:1px solid var(--mp-border)}.site-nav{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;gap:0;align-items:center}.site-nav-link{text-decoration:none;color:var(--mp-text);font-size:13px;font-weight:600;padding:14px 16px;text-transform:uppercase;letter-spacing:.3px;transition:var(--mp-transition);position:relative}.site-nav-link.is-active,.site-nav-link:hover{color:var(--mp-red)}.site-nav-link.is-active::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:2px;background:var(--mp-red);border-radius:2px}.site-nav-item{position:relative}.site-footer{background:#0b1220;color:#94a3b8;padding:64px 24px 32px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;max-width:1320px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand img{max-height:40px!important;filter:brightness(10)}.footer-brand p{font-size:13px;line-height:1.6;margin:0;color:#64748b}.footer-brand small{font-size:12px;color:#475569;margin-top:auto}.footer-link-group{display:flex;flex-direction:column;gap:8px}.footer-link-group strong{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.footer-link-group a{color:#64748b;text-decoration:none;font-size:13px;transition:var(--mp-transition)}.footer-link-group a:hover{color:var(--mp-red)}.footer-contact{font-style:normal;display:flex;flex-direction:column;gap:8px}.footer-contact strong{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.footer-contact a{color:#64748b;text-decoration:none;font-size:13px;transition:var(--mp-transition)}.footer-contact a:hover{color:var(--mp-red)}.social-link-row{display:flex;gap:8px}.social-link{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);padding:8px 16px;border-radius:999px;color:#94a3b8;text-decoration:none;font-size:12px;font-weight:500;transition:var(--mp-transition)}.social-link:hover{background:var(--mp-red);color:#fff}@media(max-width:1024px){.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-header-inner{flex-wrap:wrap}.site-search{order:3;flex-basis:100%;max-width:100%;margin-top:8px}.site-tools{gap:8px}.site-footer{grid-template-columns:1fr}body.storefront{padding-bottom:68px}.site-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.site-nav-link{white-space:nowrap;font-size:12px;padding:12px}}.live-search-field{position:relative;flex:1;display:flex}.live-search-results{position:absolute;top:100%;left:0;right:0;background:var(--mp-white);border:1px solid var(--mp-border);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:200;max-height:320px;overflow-y:auto;margin-top:4px}.live-search-results a{display:block;padding:10px 16px;color:var(--mp-text);text-decoration:none;font-size:13px;border-bottom:1px solid var(--mp-border);transition:var(--mp-transition)}.live-search-results a:last-child{border-bottom:none}.live-search-results a:hover{background:var(--mp-bg)}.button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;text-decoration:none;transition:var(--mp-transition);border:none;cursor:pointer;font-family:inherit;background:var(--mp-red);color:#fff}.button:hover{background:#d42626;transform:translateY(-1px)}.store-main{min-height:60vh}@keyframes spin{to{transform:rotate(360deg)}}.trust-band{background:var(--mp-dark);color:#fff;padding:0}.trust-band-inner{max-width:1320px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;gap:32px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:#94a3b8;white-space:nowrap}.trust-item svg{color:var(--mp-red);flex-shrink:0}.trust-cta{margin-left:auto;background:var(--mp-red);color:#fff;text-decoration:none;padding:12px 24px;border-radius:12px;display:flex;flex-direction:column;align-items:center;transition:var(--mp-transition);white-space:nowrap}.trust-cta:hover{background:#d42626;transform:translateY(-2px)}.trust-cta strong{font-size:13px;font-weight:700}.trust-cta span{font-size:11px;opacity:.85}.site-footer{max-width:100%;background:#0b1220;padding:64px 0 32px}.site-footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;max-width:1320px;margin:0 auto;padding:64px 24px 32px}@media(max-width:1024px){.trust-band-inner{justify-content:center;text-align:center}.trust-cta{margin-left:0;width:100%}}@media(max-width:768px){.trust-band-inner{flex-direction:column;gap:16px}}@media(max-width:1024px){.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-footer{grid-template-columns:1fr;gap:24px;padding:44px 24px 28px}.footer-brand p,.footer-brand small,.footer-contact a,.footer-link-group a{overflow-wrap:anywhere}.social-link-row{align-items:stretch;flex-direction:column}.social-link{justify-content:center;width:100%}}.site-header{background:#fff!important;border-bottom:0!important;box-shadow:none}.site-header-inner{min-height:110px;padding:24px 24px;gap:30px;flex-wrap:nowrap;justify-content:space-between}.site-brand{display:flex;align-items:center;flex:0 0 255px}.site-brand img{max-height:62px!important}.site-search{height:52px;max-width:520px;background:#f4f4f4;border:0;border-radius:999px;box-shadow:none;overflow:visible}.site-search:focus-within{border-color:transparent;box-shadow:0 0 0 2px rgba(0,136,204,.1)}.site-search .live-search-field{min-width:0}.site-search input{height:52px;padding:0 20px;font-size:14px;color:#52565b}.site-search input::placeholder{color:#9b9da1}.site-search button{position:relative;width:60px;height:52px;min-width:60px;background:0 0;color:#4f5660;border:0;padding:0;font-size:0;border-radius:0}.site-search button:hover{background:0 0;color:#111827}.site-search button::before{content:'';position:absolute;left:18px;top:16px;width:16px;height:16px;border:1.8px solid currentColor;border-radius:50%}.site-search button::after{content:'';position:absolute;left:31px;top:31px;width:9px;height:2px;background:currentColor;transform:rotate(45deg);border-radius:2px}.header-phone{display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:180px;color:#222529;text-decoration:none;line-height:1.05}.header-phone svg{grid-row:1/3;color:#222529}.header-phone span{font-size:10px;font-weight:900;color:#595d63;letter-spacing:0}.header-phone strong{font-size:20px;font-weight:900;color:#222529;white-space:nowrap;letter-spacing:0}.site-tools{gap:16px;flex:0 0 auto}.header-auth-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.header-auth-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:900;line-height:1;white-space:nowrap;transition:var(--mp-transition)}.header-auth-link-secondary{border:1px solid #dfe4ec;background:#fff;color:#222529}.header-auth-link-secondary:hover{border-color:#222529;background:#222529;color:#fff}.header-auth-link-primary{border:1px solid #0f7a3f;background:#0f7a3f;color:#fff}.header-auth-link-primary:hover{border-color:#0b6333;background:#0b6333;color:#fff}.cart-chip.header-icon-link,.contact-chip.header-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:0;padding:0;background:0 0!important;color:#222529!important;border:0!important;border-radius:0;text-decoration:none}.cart-chip.header-icon-link:hover,.contact-chip.header-icon-link:hover{background:0 0!important;color:#08c!important}.header-icon-link svg{display:block;flex:0 0 auto}.header-icon-count{position:absolute;top:-8px;right:-8px;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:#ff3a3a;color:#fff;font-size:10px;font-weight:800;line-height:1}.header-icon-count:empty{display:none}.site-nav-bar{background:#f4f4f4;border:0}.site-nav{min-height:29px;gap:8px;flex-wrap:nowrap;overflow:visible;padding:10px 24px 14px}.site-nav-item{position:relative}.site-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid transparent;border-radius:999px;background:0 0;color:#555;font-size:12px;font-weight:900;line-height:1;text-transform:none;letter-spacing:0;text-decoration:none;transition:var(--mp-transition)}.site-nav-link.is-active,.site-nav-link:hover{color:#08c;background:#fff;border-color:#dbe2ea;box-shadow:0 10px 20px rgba(15,23,42,.06)}.site-nav-link.is-active::after{display:none}@media(max-width:1180px){.site-header-inner{gap:18px}.site-brand{flex-basis:230px}.header-phone{min-width:158px}.header-phone strong{font-size:17px}.site-search{max-width:430px}}@media(max-width:768px){.site-header-inner{width:100%;max-width:none;min-height:111px;padding:20px 16px;gap:18px;flex-wrap:nowrap;justify-content:flex-start}.site-brand{flex:0 1 222px;order:1}.site-brand img{width:auto;max-width:222px;max-height:42px!important}.header-auth-actions{display:none}.mobile-nav-toggle{order:0;width:28px;min-height:28px;border:0;background:0 0}.site-header.is-mobile-nav-open .mobile-nav-toggle{background:0 0}.site-tools{display:none!important}.header-phone{display:none}.cart-chip.header-icon-link,.contact-chip.header-icon-link{width:27px;height:27px}.header-icon-link svg{width:24px;height:24px}.site-search{order:4;flex-basis:100%;max-width:100%;height:44px;margin-top:0;display:none}.site-search input{height:44px;font-size:12px}.site-search button{height:44px;width:50px;min-width:50px}.site-nav-bar{background:#fff}.site-nav{display:grid;width:min(100% - 48px,720px);justify-content:stretch;align-items:stretch;gap:0;overflow:visible;padding:8px 0 18px}.site-nav-item{display:block;width:100%;min-height:0;border-bottom:1px solid #e7e7e7}.site-nav-link{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;padding:12px 8px;font-size:16px;line-height:1.25;text-align:center;white-space:normal}.site-nav-item:last-of-type{border-bottom:0}.site-nav-mobile-tools{width:100%;justify-self:stretch}}.trust-band{display:none}body.storefront .site-footer{max-width:1320px;margin:0 auto;background:#222529;color:#aaa;padding:70px 24px 34px;display:grid;grid-template-columns:1.08fr 1fr .88fr 1.08fr;gap:58px 48px;box-shadow:0 0 0 100vmax #222529;clip-path:inset(0 -100vmax)}body.storefront .footer-about,body.storefront .footer-contact-live,body.storefront .footer-design-desk,body.storefront .footer-service-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}body.storefront .footer-about>strong,body.storefront .footer-contact-live>strong,body.storefront .footer-design-desk>strong,body.storefront .footer-service-links>strong{color:#fff;font-size:15px;font-weight:900;letter-spacing:0;text-transform:uppercase;margin-bottom:18px}body.storefront .footer-logo{display:inline-flex;align-items:center;flex:0 0 auto!important;order:initial;width:max-content;max-width:100%;background:0 0;padding:0;margin-bottom:18px;box-shadow:none;text-decoration:none}body.storefront .footer-logo-image{display:block;width:260px;max-width:100%;max-height:none!important;height:auto;object-fit:contain}body.storefront .footer-about p{max-width:310px;margin:0;color:#b6b6b6;font-size:15px;line-height:1.75;font-weight:600}body.storefront .footer-read-more{margin-top:14px;color:#fff!important;font-size:14px;font-weight:900;text-decoration:underline}body.storefront .footer-contact-live{font-style:normal;color:#b6b6b6;font-size:14px;line-height:1.55}body.storefront .footer-contact-live span{display:block;max-width:320px}body.storefront .footer-contact-live b{display:block;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}body.storefront .footer-contact-live a{color:#b6b6b6;text-decoration:none}body.storefront .footer-contact-live a:hover,body.storefront .footer-design-desk a:hover,body.storefront .footer-service-links a:hover{color:#fff}body.storefront .footer-contact-live .social-link-row{display:flex;flex-direction:row;gap:12px;margin-top:12px}body.storefront .footer-contact-live .social-link{display:inline-flex;width:40px;height:40px;min-height:40px;align-items:center;justify-content:center;border:1px solid #34383d;border-radius:999px;background:0 0;color:#fff;padding:0;font-size:0}body.storefront .footer-contact-live .social-link span{width:auto;height:auto;background:0 0;color:#fff;font-size:13px}body.storefront .footer-service-links a{width:auto;color:#b6b6b6;text-decoration:none;font-size:14px;font-weight:600;line-height:1.4}body.storefront .footer-design-desk{padding:22px;border:1px solid #34383d;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015))}body.storefront .footer-design-desk p{margin:0;color:#c2c5ca;font-size:14px;font-weight:600;line-height:1.65}.footer-design-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;margin:8px 0 4px}.footer-design-points span{display:flex;flex-direction:column;gap:2px;min-height:64px;border:1px solid #34383d;border-radius:12px;padding:10px;background:#1b1e22;color:#aeb3ba;font-size:10px;font-weight:800;text-transform:uppercase}.footer-design-points b{color:#fff;font-size:16px;font-weight:950;text-transform:none}body.storefront .footer-design-desk a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;background:#21c667;color:#082f21!important;text-decoration:none;padding:10px 16px;font-size:13px;font-weight:950;text-transform:uppercase}body.storefront .footer-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:38px;padding-top:28px;border-top:1px solid #34383d;color:#777;font-size:13px}body.storefront .footer-bottom small{color:#777;font-size:13px}.footer-payment-badges{display:flex;gap:6px}.footer-payment-badges b{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:32px;background:#292d32;color:#fff;border-radius:3px;padding:0 10px;font-size:13px;font-weight:900}.footer-payment-badges b:last-child{font-size:13px;text-transform:lowercase}@media(max-width:1024px){body.storefront .site-footer{grid-template-columns:1fr 1fr;gap:42px 36px}body.storefront .footer-design-desk{grid-column:1/-1}}@media(max-width:768px){body.storefront .site-footer{grid-template-columns:1fr;gap:32px;padding:42px 10px 28px}body.storefront .footer-about>strong,body.storefront .footer-contact-live>strong,body.storefront .footer-design-desk>strong,body.storefront .footer-service-links>strong{margin-bottom:8px}body.storefront .footer-logo{margin-bottom:8px}body.storefront .footer-logo-image{width:250px}body.storefront .footer-about p,body.storefront .footer-contact-live span{max-width:none;font-size:13px}body.storefront .footer-contact-live .social-link-row{width:100%;justify-content:flex-start;flex-direction:row}.footer-design-points{grid-template-columns:1fr}body.storefront .footer-bottom{flex-direction:column;align-items:flex-start;margin-top:12px;padding-top:22px}.footer-payment-badges{flex-wrap:wrap}}body.storefront .store-main-home{--mp-home-section-gap:24px;--mp-home-section-pad:calc(var(--mp-home-section-gap) / 2);padding-top:18px;padding-bottom:40px}body.storefront .store-main-home-builder{padding-top:0;padding-bottom:0}body.storefront .store-main-home-builder .mp-reference-shell{padding-top:8px;padding-bottom:14px}body.storefront .store-main-home-builder .mp-reference-head{margin-bottom:14px}body.storefront .store-main-home:not(.store-main-home-builder){display:grid;gap:var(--mp-home-section-gap);align-items:start}@media(max-width:1024px){body.storefront .store-main-home{--mp-home-section-gap:22px}}@media(max-width:768px){body.storefront .store-main-home{--mp-home-section-gap:18px;padding-top:12px;padding-bottom:28px}}.store-main.store-main-home-builder{width:100%;max-width:none;padding-left:0;padding-right:0}.hb-section{padding:var(--hb-pad-top,48px) 0 var(--hb-pad-bottom,48px);background:0 0}.hb-container{width:min(1320px,calc(100% - 48px));margin:0 auto}.hb-bg-default,.hb-bg-white{background:0 0;color:var(--mp-text)}.hb-section-head{max-width:760px;margin:0 0 28px}.hb-section-head h1,.hb-section-head h2{margin:0;color:inherit;font-size:34px;line-height:1.12;font-weight:900;letter-spacing:0}.hb-section-head p{margin:12px 0 0;color:var(--mp-muted);font-size:16px;line-height:1.7}.hb-top-whatsapp-section{padding:26px 0 16px}.hb-top-wa-card{position:relative;display:grid;grid-template-columns:max-content minmax(260px,1fr) max-content;gap:28px;align-items:center;min-height:132px;padding:24px 40px;border-radius:28px;overflow:hidden;background:linear-gradient(100deg,var(--hb-top-wa-start,#2e7d56) 0,var(--hb-top-wa-mid,#184b3d) 48%,var(--hb-top-wa-end,#112f31) 100%);box-shadow:0 20px 42px rgba(15,23,42,.18);color:#fff}.hb-top-wa-card::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(86,205,118,.14),rgba(255,255,255,0));pointer-events:none}.hb-top-wa-card::after{content:'';position:absolute;right:18%;top:50%;width:250px;height:250px;transform:translateY(-50%) rotate(-8deg);background:rgba(255,255,255,.085);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.8 3 3 8.8 3 16c0 2.4.7 4.7 1.9 6.7L3.6 29l6.5-1.7c1.8 1 3.9 1.5 5.9 1.5 7.2 0 13-5.8 13-12.9C29 8.8 23.2 3 16 3zm0 23.2c-1.9 0-3.8-.5-5.4-1.5l-.4-.2-3.8 1 1-3.7-.2-.4c-1.1-1.6-1.6-3.5-1.6-5.4 0-5.8 4.7-10.5 10.5-10.5S26.5 10.2 26.5 16 21.8 26.2 16 26.2zm5.8-7.7c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.2-1.2-.5-2.4-1.5-.9-.8-1.5-1.7-1.7-2-.2-.3 0-.5.1-.6l.5-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5-.1-.2-.7-1.6-1-2.2-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4 0 1.4 1 2.8 1.2 3 .2.2 2.1 3.3 5.2 4.6.7.3 1.3.6 1.7.7.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2.1-1.4.3-.7.3-1.3.2-1.4-.1-.1-.3-.2-.6-.4z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.8 3 3 8.8 3 16c0 2.4.7 4.7 1.9 6.7L3.6 29l6.5-1.7c1.8 1 3.9 1.5 5.9 1.5 7.2 0 13-5.8 13-12.9C29 8.8 23.2 3 16 3zm0 23.2c-1.9 0-3.8-.5-5.4-1.5l-.4-.2-3.8 1 1-3.7-.2-.4c-1.1-1.6-1.6-3.5-1.6-5.4 0-5.8 4.7-10.5 10.5-10.5S26.5 10.2 26.5 16 21.8 26.2 16 26.2zm5.8-7.7c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.2-1.2-.5-2.4-1.5-.9-.8-1.5-1.7-1.7-2-.2-.3 0-.5.1-.6l.5-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5-.1-.2-.7-1.6-1-2.2-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4 0 1.4 1 2.8 1.2 3 .2.2 2.1 3.3 5.2 4.6.7.3 1.3.6 1.7.7.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2.1-1.4.3-.7.3-1.3.2-1.4-.1-.1-.3-.2-.6-.4z'/%3E%3C/svg%3E") center/contain no-repeat;pointer-events:none}.hb-top-wa-button,.hb-top-wa-pill,.hb-top-wa-title{position:relative;z-index:1}.hb-top-wa-pill{display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 26px;border-radius:999px;background:var(--hb-top-wa-accent,#5fd575);color:#fff;font-size:15px;font-weight:950;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 12px 24px rgba(21,128,61,.18)}.hb-top-wa-pill::before{content:'';width:9px;height:9px;border-radius:999px;background:#fff;flex-shrink:0}.hb-top-wa-title{min-width:0;margin:0;color:#fff;font-size:34px;line-height:1.12;font-weight:950;letter-spacing:0;white-space:normal}.hb-top-wa-title span{color:var(--hb-top-wa-accent,#5fd575)}.hb-top-wa-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:66px;padding:0 30px;border-radius:18px;background:#fff;color:#17493b;text-decoration:none;font-size:14px;font-weight:950;text-transform:uppercase;white-space:nowrap;box-shadow:0 18px 30px rgba(15,23,42,.16);transition:var(--mp-transition)}.hb-top-wa-button:hover{transform:translateY(-2px);color:#0f3f32}.hb-top-wa-button span{font-size:21px;line-height:1}@keyframes hb-hero-pulse{0%,100%{opacity:1}50%{opacity:.48}}.mp-reference-section{overflow:hidden;background:linear-gradient(180deg,#f7f9fc 0,#fff 100%)}.mp-reference-section .hb-container{width:min(1320px,calc(100% - 48px))}.mp-reference-shell{position:relative;padding:26px 0;border-top:1px solid rgba(226,232,240,.78);border-bottom:1px solid rgba(226,232,240,.78)}.mp-reference-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);gap:8px 24px;align-items:end;margin:0 0 20px}.mp-reference-head span{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:28px;padding:0 12px;border-radius:999px;background:#f2f7f4;border:1px solid #dcebe2;color:#26704b;font-size:11px;font-weight:900;text-transform:uppercase}.mp-reference-head span::before{content:'';width:7px;height:7px;margin-right:8px;border-radius:999px;background:#27b66b}.mp-reference-head h2{grid-column:1;margin:0;color:#111827;font-size:26px;line-height:1.12;font-weight:950;letter-spacing:0}.mp-reference-head p{grid-column:2;grid-row:1/span 2;margin:0;color:#667085;font-size:14px;line-height:1.6}.mp-reference-marquee{position:relative;overflow:hidden;padding:4px 0;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)}.mp-reference-track{display:flex;width:max-content;animation:mpReferenceMarquee var(--mp-reference-speed,34s) linear infinite;will-change:transform}.mp-reference-marquee.is-pausable:hover .mp-reference-track{animation-play-state:paused}.mp-reference-set{display:flex;align-items:center;gap:14px;padding-right:14px;flex:0 0 auto}.mp-reference-logo{display:flex;position:relative;align-items:center;justify-content:center;flex:0 0 var(--mp-reference-card-width,176px);width:var(--mp-reference-card-width,176px);height:92px;padding:18px 22px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 12px 28px rgba(15,23,42,.045);text-decoration:none;color:#111827;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}a.mp-reference-logo:hover{transform:translateY(-2px);border-color:#cfd8e6;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.075);color:#111827}.mp-reference-logo img{display:block;max-width:100%;max-height:var(--mp-reference-logo-height,54px);width:auto;height:auto;object-fit:contain;transform:scale(var(--mp-reference-logo-scale,1));transform-origin:center}.mp-reference-logo-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes mpReferenceMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.hb-faqs{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0,#f7f9fc 100%);color:#111827}.hb-faqs::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,transparent 0,#000 22%,#000 78%,transparent 100%);pointer-events:none}.hb-faqs .hb-container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:34px;align-items:start}.hb-faqs .hb-section-head{position:relative;max-width:480px;margin:0;padding-top:8px}.hb-faqs .hb-section-head::before{content:'';display:block;width:54px;height:4px;margin:0 0 18px;border-radius:999px;background:linear-gradient(90deg,#ef2e2e,#2f8d4e)}.hb-faqs .hb-section-head h1,.hb-faqs .hb-section-head h2{color:#101827;font-size:42px;line-height:1.04;font-weight:950}.hb-faqs .hb-section-head p{max-width:430px;color:#667085;font-size:16px;font-weight:650;line-height:1.65}.hb-faq-list{display:grid;counter-reset:homepageFaq;gap:10px;max-width:none}.hb-faq-item{counter-increment:homepageFaq;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 14px 34px rgba(15,23,42,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.hb-faq-item:hover{transform:translateY(-2px);border-color:#d8e2ef;box-shadow:0 20px 42px rgba(15,23,42,.085)}.hb-faq-item[open]{border-color:rgba(47,141,78,.22);background:#fff;box-shadow:0 22px 48px rgba(15,23,42,.095)}.hb-faq-item summary{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;gap:14px;align-items:center;cursor:pointer;list-style:none;padding:18px 20px;color:#111827;font-size:16px;font-weight:950;line-height:1.35}.hb-faq-item summary::-webkit-details-marker{display:none}.hb-faq-item summary::before{content:counter(homepageFaq,decimal-leading-zero);display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#f1f7f4;color:#2f8d4e;font-size:12px;font-weight:950;line-height:1}.hb-faq-item summary::after{content:'+';display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#111827;font-size:22px;font-weight:800;line-height:1;transition:transform .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease}.hb-faq-item[open] summary::after{content:'−';transform:rotate(180deg);border-color:#111827;background:#111827;color:#fff}.hb-faq-item p{margin:0;padding:0 68px 20px 76px;color:#667085;font-size:15px;font-weight:650;line-height:1.7}@media(max-width:1024px){.mp-reference-section .hb-container{width:min(100% - 44px,960px)}.mp-reference-head{grid-template-columns:1fr;align-items:start}.mp-reference-head h2,.mp-reference-head p{grid-column:1;grid-row:auto}.mp-reference-head h2{font-size:25px}.mp-reference-logo{height:86px}.hb-top-wa-card{grid-template-columns:1fr;gap:18px;justify-items:start;padding:30px}.hb-top-wa-title{white-space:normal;font-size:30px}.hb-top-wa-button{min-height:58px}}@media(max-width:768px){.hb-container{width:min(calc(100vw - 32px),720px)}.hb-section{padding:var(--hb-pad-top,36px) 0 var(--hb-pad-bottom,36px)}.hb-section-head h1,.hb-section-head h2{font-size:28px;line-height:1.15}.hb-section-head p{font-size:15px}.hb-top-whatsapp-section{padding:18px 0 12px}.hb-top-wa-card{min-height:0;border-radius:22px;padding:24px 20px}.hb-top-wa-card::after{right:-18px;width:180px;height:180px}.hb-top-wa-pill{min-height:44px;padding:0 18px;font-size:12px}.hb-top-wa-title{font-size:28px}.hb-top-wa-button{width:100%;min-height:54px;padding:0 18px;border-radius:14px;font-size:12px}.hb-faqs .hb-container{grid-template-columns:1fr;gap:20px}.hb-faqs .hb-section-head{max-width:none;padding-top:0}.hb-faqs .hb-section-head::before{margin-bottom:14px}.hb-faqs .hb-section-head h1,.hb-faqs .hb-section-head h2{font-size:31px;line-height:1.1}.hb-faqs .hb-section-head p{max-width:none;font-size:14px;line-height:1.55}.hb-faq-list{gap:8px}.hb-faq-item{border-radius:16px}.hb-faq-item summary{grid-template-columns:36px minmax(0,1fr) 30px;gap:10px;padding:14px;font-size:14px}.hb-faq-item summary::before{width:36px;height:36px;border-radius:12px;font-size:11px}.hb-faq-item summary::after{width:30px;height:30px;font-size:19px}.hb-faq-item p{padding:0 14px 16px 60px;font-size:13px;line-height:1.6}.mp-reference-section .hb-container{width:min(calc(100vw - 28px),720px)}.mp-reference-shell{padding:22px 0}.mp-reference-head{gap:8px;margin-bottom:16px}.mp-reference-head span{font-size:10px;min-height:26px}.mp-reference-head h2{font-size:23px}.mp-reference-head p{font-size:13px}.mp-reference-marquee{mask-image:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.mp-reference-marquee::-webkit-scrollbar{display:none}.mp-reference-track{animation:none}.mp-reference-set[aria-hidden=true]{display:none}.mp-reference-set{gap:10px;padding-right:0}.mp-reference-logo{scroll-snap-align:start;height:84px;padding:16px 18px;border-radius:16px}}@media(prefers-reduced-motion:reduce){.mp-reference-track{animation:none}.mp-reference-marquee{overflow-x:auto;mask-image:none}.mp-reference-set[aria-hidden=true]{display:none}}body.storefront .site-nav-bar{background:#fff;border-top:1px solid #e7ebf0;border-bottom:1px solid #e7ebf0}body.storefront .site-nav{min-height:52px;gap:8px 12px;flex-wrap:wrap;justify-content:center;overflow:visible;padding:10px 24px 12px}body.storefront .site-nav-item{display:flex;align-items:center;min-height:0;border:0}body.storefront .site-nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #e4e8ef;border-radius:999px;background:#f8fafc;color:#1f2937;padding:0 14px;font-size:12px;font-weight:850;line-height:1.2;text-transform:none;text-decoration:none;box-shadow:0 8px 20px rgba(15,23,42,.04);transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}body.storefront .site-nav-link.is-active,body.storefront .site-nav-link:hover{background:#fff;border-color:#cfe2f3;box-shadow:0 14px 28px rgba(15,23,42,.08);color:#08c;transform:translateY(-1px)}body.storefront .site-nav-link.is-active::after{display:none}@media(max-width:900px){body.storefront .site-nav{display:grid;width:min(100% - 48px,720px);gap:0;padding:8px 0 18px}body.storefront .site-nav-item{display:block;width:100%;border-bottom:1px solid #e7e7e7}body.storefront .site-nav-link{width:100%;min-height:46px;padding:12px 8px;font-size:16px;text-align:center;white-space:normal}body.storefront .site-nav-link.is-active::after{display:none}}.skip-link{position:fixed;top:12px;left:12px;z-index:10000;display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #d7dde6;border-radius:8px;background:#fff;color:#111827;padding:0 16px;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 18px 38px rgba(15,23,42,.16);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,transform .18s ease}.skip-link:focus{opacity:1;pointer-events:auto;transform:translateY(0);outline:3px solid rgba(32,184,90,.24);outline-offset:2px}body.storefront .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(226,232,240,.9)!important;box-shadow:0 1px 0 rgba(15,23,42,.03);backdrop-filter:saturate(180%) blur(14px)}body.storefront .site-header-inner{max-width:1320px;min-height:78px;padding:14px 24px;gap:22px;align-items:center}body.storefront .site-brand{flex:0 0 auto;min-width:168px}body.storefront .site-brand img{max-height:52px!important;max-width:210px}body.storefront .site-search{height:46px;max-width:500px;border:1px solid #e6ebf1;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}body.storefront .site-search:focus-within{background:#fff;border-color:#b8d8e8;box-shadow:0 0 0 4px rgba(0,136,204,.08)}body.storefront .site-search .live-search-field{min-width:0}body.storefront .site-search input{height:44px;padding:0 18px;color:#29313b;font-size:13px;border:0!important;background:0 0}body.storefront .site-search button{width:54px;min-width:54px;height:44px;border-left:1px solid #e6ebf1;border-radius:0}body.storefront .site-search button::before{left:16px;top:13px}body.storefront .site-search button::after{left:29px;top:28px}body.storefront .header-phone{grid-template-columns:28px auto;min-width:152px;column-gap:8px;color:#29313b}body.storefront .header-phone svg{width:26px;height:26px;color:#20a957}body.storefront .header-phone span{color:#6b7280;font-size:9px}body.storefront .header-phone strong{color:#1f2937;font-size:16px}body.storefront .site-tools{gap:12px}body.storefront .cart-chip.header-icon-link,body.storefront .contact-chip.header-icon-link{width:38px;height:38px;border-radius:999px!important;color:#1f2937!important;transition:background-color .18s ease,color .18s ease,transform .18s ease}body.storefront .cart-chip.header-icon-link:hover,body.storefront .contact-chip.header-icon-link:hover{background:#f3f6f9!important;color:#08c!important;transform:translateY(-1px)}body.storefront .header-auth-link{min-height:40px;border-radius:8px;font-size:12px}body.storefront .site-nav-bar{border-top:1px solid rgba(226,232,240,.78);border-bottom:0;background:rgba(255,255,255,.92)}body.storefront .site-nav{max-width:1320px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:4px 18px;flex-wrap:wrap;overflow:visible;padding:0 24px}body.storefront .site-nav-item{position:relative;display:flex;align-items:center;min-height:48px;border:0}body.storefront .site-nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:0;background:0 0;color:#344054;padding:0 2px;font-size:13px;font-weight:850;line-height:1.2;text-transform:none;text-decoration:none;box-shadow:none;transition:color .18s ease}body.storefront .site-nav-link.is-active,body.storefront .site-nav-link:hover{background:0 0;border-color:transparent;box-shadow:none;color:#101828;transform:none}body.storefront .site-nav-link::after{content:'';position:absolute;right:0;bottom:6px;left:0;display:block;height:2px;border-radius:999px;background:#0f7a3f;opacity:0;transform:scaleX(.3);transform-origin:center;transition:opacity .18s ease,transform .18s ease}body.storefront .site-nav-link.is-active::after,body.storefront .site-nav-link:hover::after{opacity:1;transform:scaleX(1)}body.storefront .site-nav-mobile-tools{display:none}.header-auth-link:focus-visible,.header-icon-link:focus-visible,.header-phone:focus-visible,.mobile-nav-toggle:focus-visible,.site-nav-link:focus-visible,.site-search button:focus-visible{outline:3px solid rgba(32,184,90,.25);outline-offset:3px}@media(max-width:1180px){body.storefront .site-header-inner{gap:14px}body.storefront .site-brand img{max-width:190px}body.storefront .site-search{max-width:360px}body.storefront .header-phone{display:none}body.storefront .site-nav{gap:4px 14px}}@media(max-width:900px){body.storefront .site-header{position:sticky}body.storefront .site-header-inner{min-height:70px;padding:12px 16px;gap:12px;justify-content:space-between}body.storefront .site-brand{flex:1 1 auto;min-width:0;order:1}body.storefront .site-brand img{max-width:190px;max-height:40px!important}body.storefront .mobile-nav-toggle{order:0;display:inline-flex;width:44px;min-width:44px;min-height:44px;border:1px solid #e3e8ef;border-radius:999px;background:#fff;color:#111827;box-shadow:0 8px 18px rgba(15,23,42,.06);cursor:pointer}body.storefront .site-header.is-mobile-nav-open .mobile-nav-toggle{background:#111827;border-color:#111827}body.storefront .site-header.is-mobile-nav-open .mobile-nav-toggle span{background:#fff}body.storefront .header-auth-actions,body.storefront .site-search,body.storefront .site-tools{display:none!important}.js-ready body.storefront .site-nav-bar{position:absolute;top:100%;right:12px;left:12px;display:none;border:1px solid #e5eaf0;border-radius:8px;background:#fff;box-shadow:0 24px 58px rgba(15,23,42,.18);overflow:visible}.js-ready body.storefront .site-header.is-mobile-nav-open .site-nav-bar{display:block}body.storefront .site-nav{width:100%;max-width:none;display:grid;justify-content:stretch;align-items:stretch;gap:0;padding:8px 12px 12px}body.storefront .site-nav-item{display:grid;width:100%;min-height:0;border-bottom:1px solid #edf1f5}body.storefront .site-nav-item:last-of-type{border-bottom:0}body.storefront .site-nav-link{justify-content:flex-start;width:100%;min-height:48px;padding:0 2px;color:#1f2937;font-size:15px;text-align:left;white-space:normal}body.storefront .site-nav-link::after{right:auto;bottom:8px;width:28px;transform-origin:left}body.storefront .site-nav-mobile-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 0 0}body.storefront .site-nav-mobile-tools a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #e5eaf0;border-radius:8px;background:#f8fafc;color:#344054;padding:0 10px;font-size:12px;font-weight:850;text-decoration:none}body.storefront .site-nav-mobile-tools a:hover{background:#fff;color:#0f8f46}}@media(max-width:520px){body.storefront .site-header-inner{min-height:64px}body.storefront .site-brand img{max-width:166px;max-height:36px!important}.js-ready body.storefront .site-nav-bar{right:8px;left:8px}}body.storefront:has(.product-page-main) .site-header-inner{width:calc(100% - 96px);max-width:1948px;min-height:100px;margin:0 auto;padding:20px 0;display:flex;justify-content:space-between}body.storefront:has(.product-page-main) .site-brand{flex:0 0 300px}body.storefront:has(.product-page-main) .site-brand img{max-width:280px;max-height:58px!important}body.storefront:has(.product-page-main) .site-search{flex:0 1 670px;max-width:670px;height:64px;border-radius:8px}body.storefront:has(.product-page-main) .site-search input{height:62px;font-size:16px}body.storefront:has(.product-page-main) .site-search button{width:66px;min-width:66px;height:62px}body.storefront:has(.product-page-main) .site-search button::before{left:20px;top:19px}body.storefront:has(.product-page-main) .site-search button::after{left:37px;top:38px}body.storefront:has(.product-page-main) .site-nav-bar{display:none}@media(max-width:980px){body.storefront:has(.product-page-main) .site-header-inner{width:calc(100% - 32px);min-height:70px;padding:12px 16px}body.storefront:has(.product-page-main) .site-brand{flex:1 1 auto}body.storefront:has(.product-page-main) .site-brand img{max-width:190px;max-height:40px!important}body.storefront:has(.product-page-main) .site-search{height:44px;max-width:100%}body.storefront:has(.product-page-main) .site-search button,body.storefront:has(.product-page-main) .site-search input{height:44px}}body.storefront:has(.product-page-main) .site-header-inner{width:min(1320px,calc(100% - 48px));max-width:1320px}body.storefront:has(.product-page-main) .site-header-inner{min-height:92px;padding:16px 0}body.storefront:has(.product-page-main) .site-brand{flex:0 0 260px}body.storefront:has(.product-page-main) .site-brand img{max-width:250px;max-height:52px!important}body.storefront:has(.product-page-main) .site-search{flex:0 1 560px;max-width:560px;height:56px}body.storefront:has(.product-page-main) .site-search button,body.storefront:has(.product-page-main) .site-search input{height:54px}body.storefront:has(.product-page-main) .site-search input{font-size:15px}body.storefront:has(.product-page-main) .site-search button{width:60px;min-width:60px}body.storefront:has(.product-page-main) .site-search button::before{left:18px;top:16px}body.storefront:has(.product-page-main) .site-search button::after{left:33px;top:34px}@media(max-width:980px){body.storefront:has(.product-page-main) .site-header-inner{width:auto;max-width:none}body.storefront:has(.product-page-main) .site-brand{flex:1 1 auto}}body.home-v2-active{background:#fff;color:#111827}body.home-v2-active .store-main.store-main-home-v2{width:100%;max-width:none;margin:0;padding:0}.home-v2{min-height:100vh;background:#fff;color:#111827;font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.45;letter-spacing:0}.home-v2 *,.home-v2 ::after,.home-v2 ::before{box-sizing:border-box}.home-v2 a{color:inherit;text-decoration:none}.home-v2 svg{width:20px;height:20px;flex:0 0 auto}.home-v2-shell{width:min(1280px,calc(100% - 64px));margin:0 auto}.home-v2-hero{overflow:hidden;border-bottom:1px solid #edf1f5;background:#fff}.home-v2-hero-grid{min-height:500px;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);align-items:stretch}.home-v2-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:54px 0 54px}.home-v2-hero-copy>p{margin:0 0 14px;color:#172033;font-size:16px;font-weight:600}.home-v2-hero-copy h1{max-width:610px;margin:0;color:#111827;font-size:58px;line-height:.98;font-weight:900;letter-spacing:0}.home-v2-hero-copy h1 span{display:block;margin-top:6px;color:#0f7a3f}.home-v2-hero-copy>em{display:block;max-width:500px;margin:24px 0 0;color:#536173;font-style:normal;font-size:15px;line-height:1.75}.home-v2-hero-points{display:flex;gap:14px;margin-top:26px}.home-v2-hero-points span{display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;align-items:center;gap:1px 9px;min-width:138px;padding:12px 14px;border:1px solid #edf1f5;border-radius:8px;background:rgba(255,255,255,.86);box-shadow:0 12px 28px rgba(15,23,42,.05)}.home-v2-hero-points svg{grid-row:1/3;width:28px;height:28px;padding:6px;border-radius:7px;background:#eaf8ef;color:#0f7a3f}.home-v2-hero-points b{font-size:12px;font-weight:850}.home-v2-hero-points small{color:#667085;font-size:11px;font-weight:600}.home-v2-actions{display:flex;align-items:center;gap:20px;margin-top:30px}.home-v2-primary,.home-v2-secondary{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;font-size:14px;font-weight:850}.home-v2-primary{min-width:242px;background:#0f7a3f;color:#fff!important;box-shadow:0 16px 30px rgba(34,180,90,.22)}.home-v2-primary svg{width:19px;height:19px}.home-v2-secondary{min-width:178px;border:1px solid #e4eaf1;background:#fff;color:#1f2937!important}.home-v2-rating{display:flex;align-items:center;gap:4px;margin-top:26px;color:#667085;font-size:12px;font-weight:700}.home-v2-rating span{width:25px;height:25px;margin-left:-8px;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#d9a37d,#314155);box-shadow:0 4px 10px rgba(15,23,42,.12)}.home-v2-rating span:first-child{margin-left:0}.home-v2-rating strong{margin-left:8px;color:#f5b328;font-size:12px;letter-spacing:0}.home-v2-hero-visual{position:relative;min-height:500px;overflow:hidden;border-radius:0 0 12px 12px}.home-v2-hero-visual::before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:42%;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.9) 28%,rgba(255,255,255,.18) 76%,rgba(255,255,255,0) 100%);pointer-events:none}.home-v2-hero-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v2-float{position:absolute;z-index:2;display:grid;grid-template-columns:38px auto;gap:3px 12px;align-items:center;min-width:186px;padding:16px 18px;border:1px solid rgba(226,232,240,.86);border-radius:10px;background:rgba(255,255,255,.95);box-shadow:0 18px 40px rgba(15,23,42,.12)}.home-v2-float svg{grid-row:1/3;width:34px;height:34px;padding:8px;border-radius:8px;background:#ebf8ef;color:#21a755}.home-v2-float b{font-size:13px;font-weight:900}.home-v2-float small{color:#667085;font-size:12px;font-weight:650}.home-v2-float-top{top:38px;right:18px}.home-v2-float-bottom{right:18px;bottom:36px}.home-v2-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.home-v2-process-title h2,.home-v2-quality h2,.home-v2-section-head h2{margin:0;color:#111827;font-size:24px;line-height:1.2;font-weight:900;letter-spacing:0}.home-v2-section-head a{color:#0f7a3f;font-size:13px;font-weight:850}.home-v2-categories{padding:30px 0 24px}.home-v2-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-v2-category-card{position:relative;min-height:184px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #e4eaf1;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.055)}.home-v2-category-card p,.home-v2-category-card strong{position:relative;z-index:1;margin:0;padding:0 18px}.home-v2-category-card strong{padding-top:18px;font-size:16px;font-weight:900}.home-v2-category-card p{max-width:92%;margin-top:7px;color:#4b5563;font-size:12px;font-weight:650;line-height:1.45}.home-v2-category-card img{width:100%;height:98px;display:block;object-fit:cover;object-position:center;margin-top:auto}.home-v2-category-card-v1{display:grid;grid-template-columns:1fr 140px;grid-template-rows:auto auto 1fr auto;min-height:210px;padding:0}.home-v2-category-card-v1 .home-v2-cat-top{grid-column:1;display:flex;align-items:center;gap:10px;padding:16px 18px 0}.home-v2-cat-icon{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:8px;background:#f0faf3;color:#0f7a3f}.home-v2-cat-icon svg{width:16px;height:16px}.home-v2-cat-badge{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:999px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.4px}.home-v2-category-card-v1 strong{grid-column:1;padding:10px 18px 0;font-size:17px;font-weight:900;line-height:1.25}.home-v2-category-card-v1 p{grid-column:1;padding:6px 18px 0;max-width:none;color:#667085;font-size:12px;line-height:1.5}.home-v2-cat-bottom{grid-column:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px 16px}.home-v2-cat-count{color:#667085;font-size:12px;font-weight:700}.home-v2-cat-cta{display:inline-flex;align-items:center;gap:6px;color:#0f7a3f;font-size:12px;font-weight:850}.home-v2-cat-cta em{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#0f7a3f;color:#fff;font-style:normal;font-size:14px;font-weight:900}.home-v2-cat-image{grid-column:2;grid-row:1/5;overflow:hidden;border-radius:0 7px 7px 0}.home-v2-cat-image img{width:100%;height:100%;display:block;object-fit:cover}.home-v2-cat-features{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;padding:14px 0;border-top:1px solid #e8edf3;color:#536173;font-size:12px;font-weight:700}.home-v2-cat-features svg{width:16px;height:16px;color:#0f7a3f;margin-left:14px}.home-v2-cat-features svg:first-child{margin-left:0}.home-v2-rating span img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.home-v2-product-carousel{position:relative}.home-v2-product-scroll{display:flex!important;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-v2-product-scroll::-webkit-scrollbar{display:none}.home-v2-product-scroll .home-v2-product-card{flex:0 0 calc((100% - 80px)/ 5);min-width:220px}.home-v2-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid #e4eaf1;border-radius:999px;background:rgba(255,255,255,.95);color:#111827;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.1);transition:background .2s,box-shadow .2s}.home-v2-carousel-arrow:hover{background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.16)}.home-v2-carousel-arrow svg{width:20px;height:20px}.home-v2-carousel-prev{left:-22px}.home-v2-carousel-next{right:-22px}.home-v2-products{padding:22px 0 34px}.home-v2-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.home-v2-product-card{position:relative;overflow:hidden;border:1px solid #e4eaf1;border-radius:8px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.08)}.home-v2-product-card>a{display:block;height:174px;overflow:hidden}.home-v2-product-card img{width:100%;height:100%;display:block;object-fit:cover}.home-v2-sale-badge{position:absolute;left:12px;top:132px;z-index:1;display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ef3f32;color:#fff;font-size:11px;font-weight:900}.home-v2-product-card>div{padding:13px 14px 14px}.home-v2-product-card h3{min-height:36px;margin:0;color:#111827;font-size:13px;line-height:1.35;font-weight:900}.home-v2-product-card p{margin:6px 0 0;color:#64748b;font-size:11px;font-weight:700}.home-v2-product-card span{display:block;margin-top:9px;color:#f5b328;font-size:12px;font-weight:900}.home-v2-product-card span small{color:#667085;font-weight:700}.home-v2-product-card strong{display:block;margin-top:10px;font-size:18px;font-weight:950}.home-v2-product-card>div>div{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:10px;align-items:center;margin-top:10px}.home-v2-product-card>div>div a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid #e4eaf1;border-radius:8px;background:#fff;font-size:12px;font-weight:850}.home-v2-product-card button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:#eaf8ef;color:#22a957;cursor:pointer}.home-v2-product-card button svg{width:18px;height:18px}.home-v2-process{padding:22px 0 50px}.home-v2-process .home-v2-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start}.home-v2-process-title p{margin:6px 0 0;color:#667085;font-size:13px;font-weight:700}.home-v2-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.home-v2-process-grid article{position:relative;padding-top:4px}.home-v2-process-grid article::before{content:"";position:absolute;top:24px;left:50px;right:-22px;border-top:1px dashed #a9bbc7}.home-v2-process-grid article:last-child::before{display:none}.home-v2-process-grid article>span{width:58px;height:58px;display:grid;place-items:center;border-radius:999px;background:#eaf8ef;color:#209d52}.home-v2-process-grid article>span svg{width:26px;height:26px}.home-v2-process-grid b{position:absolute;top:-18px;left:0;font-size:17px;font-weight:950}.home-v2-process-grid h3{margin:14px 0 6px;font-size:15px;font-weight:900}.home-v2-process-grid p{margin:0;color:#556172;font-size:12px;font-weight:650;line-height:1.55}.home-v2-quality{padding:0 0 48px}.home-v2-quality-grid{display:grid;grid-template-columns:minmax(250px,.88fr) minmax(360px,1.28fr) minmax(280px,.92fr);gap:0;overflow:hidden;border:1px solid #e4eaf1;border-radius:10px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.07)}.home-v2-quality article{padding:30px 28px}.home-v2-quality article>p{margin:8px 0 22px;color:#667085;font-size:13px;font-weight:650;line-height:1.55}.home-v2-quality article span{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 12px;align-items:center;margin-top:18px}.home-v2-quality article span svg,.home-v2-quality li svg{width:28px;height:28px;padding:7px;border-radius:8px;background:#eaf8ef;color:#22a957}.home-v2-quality article span b{font-size:13px;font-weight:900}.home-v2-quality article span small{color:#667085;font-size:12px;font-weight:650;line-height:1.35}.home-v2-quality-image{min-height:305px;background:#111827}.home-v2-quality-image img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(1)}.home-v2-quality ul{display:grid;gap:13px;margin:20px 0 26px;padding:0;list-style:none}.home-v2-quality li{display:flex;align-items:center;gap:10px;color:#334155;font-size:13px;font-weight:800}.home-v2-quality li svg{width:18px;height:18px;padding:4px;border-radius:999px}.home-v2-quality article>a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;font-size:13px;font-weight:850}@media(max-width:1180px){.home-v2-shell{width:min(100% - 40px,1040px)}.home-v2-hero-grid{grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr)}.home-v2-category-grid,.home-v2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v2-process .home-v2-shell{grid-template-columns:1fr}.home-v2-quality-grid{grid-template-columns:1fr 1fr}.home-v2-quality-image{grid-column:1/-1;grid-row:1}}@media(max-width:820px){.home-v2-shell{width:calc(100% - 28px)}.home-v2-hero-grid{min-height:0;grid-template-columns:1fr}.home-v2-hero-copy{padding:36px 0 22px}.home-v2-hero-copy h1{font-size:42px}.home-v2-actions,.home-v2-hero-points{flex-direction:column;align-items:stretch}.home-v2-hero-points span,.home-v2-primary,.home-v2-secondary{width:100%}.home-v2-hero-visual{min-height:330px;border-radius:8px}.home-v2-float{min-width:160px;padding:12px 14px}.home-v2-category-grid,.home-v2-process-grid,.home-v2-product-grid,.home-v2-quality-grid{grid-template-columns:1fr}.home-v2-process-grid{gap:18px}.home-v2-process-grid article::before{display:none}.home-v2-section-head{align-items:flex-start;flex-direction:column}}.home-v2-shell{width:min(1280px,calc(100% - 56px))}.home-v2-hero-grid{min-height:0;grid-template-columns:minmax(340px,.82fr) minmax(500px,1.18fr);align-items:center;padding:18px 0 20px}.home-v2-hero-copy{padding:0}.home-v2-hero-copy>p{margin-bottom:10px;font-size:13px}.home-v2-hero-copy h1{font-size:42px;line-height:1.02}.home-v2-hero-copy h1 span{margin-top:2px}.home-v2-hero-copy>em{max-width:410px;margin-top:16px;font-size:12px;line-height:1.65}.home-v2-hero-points{gap:10px;margin-top:18px}.home-v2-hero-points span{min-width:130px;padding:9px 11px;grid-template-columns:24px auto;border-radius:7px}.home-v2-hero-points svg{width:24px;height:24px;padding:5px}.home-v2-hero-points b{font-size:11px}.home-v2-hero-points small{font-size:10px}.home-v2-actions{gap:16px;margin-top:22px}.home-v2-primary,.home-v2-secondary{min-height:42px;border-radius:7px;font-size:12px}.home-v2-primary{min-width:205px}.home-v2-secondary{min-width:145px}.home-v2-rating{margin-top:18px;font-size:11px}.home-v2-rating span{width:22px;height:22px}.home-v2-hero-visual{min-height:0;aspect-ratio:456/306;border-radius:0 0 8px 8px}.home-v2-hero-visual::before,.home-v2-hero-visual>.home-v2-float{display:none}.home-v2-section-head{margin-bottom:16px}.home-v2-process-title h2,.home-v2-quality h2,.home-v2-section-head h2{font-size:19px}.home-v2-section-head a{font-size:12px}.home-v2-categories{padding:24px 0 18px}.home-v2-category-grid{gap:16px}.home-v2-category-card{min-height:136px;border-radius:7px}.home-v2-category-card strong{padding:13px 14px 0;font-size:12px}.home-v2-category-card p{padding:0 14px;margin-top:5px;font-size:10px;line-height:1.35}.home-v2-category-card img{height:72px}.home-v2-products{padding:16px 0 24px}.home-v2-product-grid{gap:16px}.home-v2-product-card{border-radius:7px}.home-v2-product-card>a{height:128px}.home-v2-sale-badge{top:98px;left:10px;padding:5px 8px;font-size:10px}.home-v2-product-card>div{padding:10px 11px 11px}.home-v2-product-card h3{min-height:30px;font-size:11px}.home-v2-product-card p{margin-top:4px;font-size:10px}.home-v2-product-card span{margin-top:7px;font-size:10px}.home-v2-product-card strong{margin-top:7px;font-size:15px}.home-v2-product-card .home-v2-tax-note{display:block;margin-top:0;color:#64748b;font-size:9px;font-weight:700}.home-v2-product-card>div>div{grid-template-columns:minmax(0,1fr) 30px;gap:8px;margin-top:8px}.home-v2-product-card button,.home-v2-product-card>div>div a{min-height:30px;border-radius:7px;font-size:10px}.home-v2-product-card button{width:30px;height:30px}.home-v2-process{padding:18px 0 34px}.home-v2-process .home-v2-shell{grid-template-columns:190px minmax(0,1fr);gap:24px}.home-v2-process-title p{font-size:12px}.home-v2-process-grid{gap:20px}.home-v2-process-grid article::before{top:19px;left:42px;right:-16px}.home-v2-process-grid article>span{width:45px;height:45px}.home-v2-process-grid article>span svg{width:22px;height:22px}.home-v2-process-grid b{top:-16px;font-size:14px}.home-v2-process-grid h3{margin-top:10px;font-size:12px}.home-v2-process-grid p{font-size:10px;line-height:1.45}.home-v2-quality{padding-bottom:32px}.home-v2-quality-grid{grid-template-columns:minmax(210px,.82fr) minmax(300px,1.16fr) minmax(250px,1fr);border-radius:8px}.home-v2-quality article{padding:22px 24px}.home-v2-quality article>p{margin:6px 0 16px;font-size:11px}.home-v2-quality article span{grid-template-columns:28px minmax(0,1fr);gap:1px 10px;margin-top:13px}.home-v2-quality article span svg{grid-row:1/3}.home-v2-quality article span b,.home-v2-quality article span small{grid-column:2}.home-v2-quality article span svg,.home-v2-quality li svg{width:24px;height:24px;padding:6px}.home-v2-quality article span b{font-size:11px}.home-v2-quality article span small{font-size:10px;line-height:1.35}.home-v2-quality-image{min-height:250px}.home-v2-quality ul{gap:10px;margin:16px 0 20px}.home-v2-quality li{font-size:11px}.home-v2-quality article>a{min-height:36px;padding:0 14px;font-size:11px}@media(min-width:860px){.home-v2-shell{width:min(1280px,84vw)}.home-v2-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.home-v2-hero-points span{min-width:0;padding:8px 9px}.home-v2-hero-points b{font-size:10px}.home-v2-hero-points small{font-size:9px}.home-v2-primary{min-width:150px}.home-v2-secondary{min-width:116px}.home-v2-category-grid,.home-v2-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.home-v2-process .home-v2-shell{grid-template-columns:190px minmax(0,1fr)}.home-v2-quality-grid{grid-template-columns:minmax(210px,.82fr) minmax(300px,1.16fr) minmax(250px,1fr)}.home-v2-quality-image{grid-column:auto;grid-row:auto}}@media(min-width:860px){.home-v2-hero-grid{align-items:start;padding-top:0;padding-bottom:18px}.home-v2-hero-copy{padding-top:22px}.home-v2-hero-copy h1{font-size:36px}.home-v2-hero-copy>em{margin-top:8px;line-height:1.55}.home-v2-hero-points{gap:7px;margin-top:9px}.home-v2-actions{margin-top:12px}.home-v2-rating{margin-top:10px}.home-v2-hero-points span{min-height:36px;padding:6px 8px;grid-template-columns:20px auto}.home-v2-hero-points svg{width:20px;height:20px;padding:4px}.home-v2-hero-points b{font-size:8.7px;white-space:nowrap}.home-v2-hero-points small{font-size:8px}.home-v2-primary,.home-v2-secondary{min-height:36px;font-size:11px}.home-v2-category-card{min-height:124px}.home-v2-category-card strong{font-size:11px}.home-v2-category-card p{font-size:9px;line-height:1.28}.home-v2-category-card img{height:70px}.home-v2-product-card>a{height:84px}.home-v2-sale-badge{top:65px}.home-v2-product-card>div{padding:7px 9px 9px}.home-v2-product-card h3{min-height:23px;font-size:9px;line-height:1.2}.home-v2-product-card p{margin-top:3px;font-size:9px}.home-v2-product-card span{margin-top:5px;font-size:9px}.home-v2-product-card strong{margin-top:4px;font-size:13px}.home-v2-product-card .home-v2-tax-note{font-size:8px}.home-v2-product-card>div>div{margin-top:6px}.home-v2-product-card button,.home-v2-product-card>div>div a{min-height:24px;font-size:9px}.home-v2-product-card button{height:24px}.home-v2-process{padding-top:12px}.home-v2-process-grid article>span{width:40px;height:40px}.home-v2-process-grid article::before{top:17px;left:38px}.home-v2-process-grid h3{margin-top:8px}.home-v2-products{padding-top:12px;padding-bottom:16px}.home-v2-product-card>a{height:78px}.home-v2-sale-badge{top:60px;padding:4px 7px;font-size:8.5px}.home-v2-product-card>div{padding:5px 8px 8px}.home-v2-product-card h3{min-height:18px;font-size:8.5px;line-height:1.12}.home-v2-product-card p,.home-v2-product-card span{font-size:8.5px}.home-v2-product-card strong{font-size:12px}.home-v2-product-card>div>div{gap:6px;grid-template-columns:minmax(0,1fr) 26px}.home-v2-product-card button,.home-v2-product-card>div>div a{min-height:22px;font-size:8.5px}.home-v2-product-card button{width:26px;height:22px}.home-v2-process{padding:8px 0 22px}.home-v2-process .home-v2-shell{gap:18px}.home-v2-process-grid{gap:16px}.home-v2-process-grid article>span{width:34px;height:34px}.home-v2-process-grid article>span svg{width:18px;height:18px}.home-v2-process-grid article::before{top:14px;left:32px}.home-v2-process-grid b{top:-14px;font-size:12px}.home-v2-process-grid h3{font-size:10px}.home-v2-process-grid p{font-size:8.5px;line-height:1.35}}body.home-v2-active{background:#fff;overflow-x:hidden}body.home-v2-active .store-main.store-main-home-v2{padding:0}.home-v2{--home-v2-shell:1200px;--home-v2-green:#0f7a3f;--home-v2-ink:#152033;--home-v2-muted:#65758b;color:var(--home-v2-ink);font-size:15px;line-height:1.5}.home-v2-shell{width:min(var(--home-v2-shell),calc(100% - 32px));max-width:var(--home-v2-shell);margin-inline:auto}.home-v2-hero{border-bottom:1px solid #eef2f6}.home-v2-hero-grid{display:grid;grid-template-columns:minmax(0,.93fr) minmax(0,1.22fr);align-items:center;gap:36px;min-height:456px;padding:0}.home-v2-hero-copy{padding:44px 0}.home-v2-hero-copy>p{margin:0 0 12px;font-size:15px;font-weight:800;color:#263246}.home-v2-hero-copy h1{max-width:500px;margin:0;font-size:54px;line-height:.98;letter-spacing:0;font-weight:900;color:#111827}.home-v2-hero-copy h1 span{display:block;color:var(--home-v2-green)}.home-v2-hero-copy>em{display:block;max-width:500px;margin:18px 0 0;font-size:15px;font-style:normal;line-height:1.65;color:var(--home-v2-muted)}.home-v2-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:500px;margin-top:24px}.home-v2-hero-points span{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 10px;align-items:center;min-height:58px;padding:10px 13px;border:1px solid #e8eef4;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.04)}.home-v2-hero-points svg{grid-row:1/span 2;width:34px;height:34px;padding:8px;border-radius:8px;color:var(--home-v2-green);background:#eaf8f0}.home-v2-hero-points b{font-size:11px;line-height:1.15;white-space:nowrap}.home-v2-hero-points small{font-size:10px;line-height:1.2;color:#65758b}.home-v2-actions{display:flex;align-items:center;gap:14px;margin-top:24px}.home-v2-primary,.home-v2-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:0 22px;font-size:13px;font-weight:800}.home-v2-primary{min-width:202px;background:var(--home-v2-green);color:#fff;box-shadow:0 12px 28px rgba(33,191,99,.22)}.home-v2-primary svg{width:18px;height:18px}.home-v2-secondary{min-width:148px;border:1px solid #e2e8f0;background:#fff;color:#172132}.home-v2-rating{display:flex;align-items:center;gap:2px;margin-top:22px}.home-v2-rating span{width:24px;height:24px;border-radius:50%;border:2px solid #fff;margin-right:-7px;background:linear-gradient(135deg,#bb866f,#596072);box-shadow:0 6px 16px rgba(15,23,42,.18)}.home-v2-rating strong{margin-left:16px;font-size:15px;letter-spacing:0;color:#f5b521}.home-v2-rating small{font-size:12px;font-weight:700;color:#65758b}.home-v2-hero-visual{position:relative;align-self:stretch;min-height:412px;border-radius:8px;overflow:hidden;background:#f3f5f7;box-shadow:0 16px 42px rgba(15,23,42,.06)}.home-v2-hero-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v2-hero-visual::before{content:"";position:absolute;inset:0 auto 0 0;z-index:1;width:31%;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.92) 38%,rgba(255,255,255,0) 100%);pointer-events:none}.home-v2-hero-visual>.home-v2-float{position:absolute;z-index:2;display:grid!important;grid-template-columns:42px minmax(0,1fr);gap:2px 13px;align-items:center;min-width:188px;min-height:70px;padding:14px 18px;border:1px solid #e5edf3;border-radius:10px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.13)}.home-v2-hero-visual>.home-v2-float svg{grid-row:1/span 2;width:42px;height:42px;padding:10px;border-radius:9px;color:#209f58;background:#edf9f2}.home-v2-hero-visual>.home-v2-float b{font-size:13px;line-height:1.15;font-weight:900}.home-v2-hero-visual>.home-v2-float small{font-size:11px;line-height:1.25;font-weight:700;color:#65758b}.home-v2-float-top{top:32px;right:28px}.home-v2-float-bottom{right:30px;bottom:36px}.home-v2-categories,.home-v2-process,.home-v2-products,.home-v2-quality{padding-inline:0}.home-v2-categories{padding-top:34px;padding-bottom:22px}.home-v2-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.home-v2-process-title h2,.home-v2-section-head h2{margin:0;font-size:25px;line-height:1.15;letter-spacing:0;font-weight:900;color:#172132}.home-v2-section-head a{font-size:13px;font-weight:800;color:#0f7a3f;white-space:nowrap}.home-v2-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-v2-category-card{position:relative;min-height:154px;display:block;overflow:hidden;border:1px solid #dde5ed;border-radius:8px;padding:18px 18px 0;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.04)}.home-v2-category-card strong{position:relative;z-index:1;display:block;font-size:14px;line-height:1.2;font-weight:900;color:#172132}.home-v2-category-card p{position:relative;z-index:1;max-width:160px;margin:7px 0 0;font-size:11px;line-height:1.35;font-weight:700;color:#344155}.home-v2-category-card img{position:absolute;right:0;bottom:0;width:76%;height:82px;object-fit:cover;object-position:center}.home-v2-products{padding-top:14px;padding-bottom:28px}.home-v2-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-v2-product-card{position:relative;overflow:hidden;border:1px solid #dde5ed;border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07)}.home-v2-product-card>a{display:block;height:144px;overflow:hidden;background:#f1f5f9}.home-v2-product-card>a img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v2-sale-badge{position:absolute;top:118px;left:12px;z-index:2;display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 10px;background:#ff643d;color:#fff;font-size:10px;font-weight:900}.home-v2-product-card>div{padding:12px 13px 13px}.home-v2-product-card h3{min-height:34px;margin:0;font-size:12px;line-height:1.28;font-weight:900;color:#172132}.home-v2-product-card p{margin:8px 0 0;font-size:11px;font-weight:700;color:#64748b}.home-v2-product-card span{display:block;margin-top:8px;font-size:11px;font-weight:800;color:#f5b521}.home-v2-product-card span small{color:#64748b}.home-v2-product-card strong{display:block;margin-top:6px;font-size:20px;line-height:1.15;font-weight:900;color:#172132}.home-v2-product-card .home-v2-tax-note{display:block;margin-top:2px;font-size:11px;font-weight:800;color:#64748b}.home-v2-product-card>div>div{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;margin-top:12px}.home-v2-product-card button,.home-v2-product-card>div>div a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e0e7ef;border-radius:7px;background:#fff;font-size:11px;font-weight:900;color:#172132}.home-v2-product-card button{width:34px;padding:0;color:var(--home-v2-green);background:#effbf4;cursor:pointer}.home-v2-product-card button svg{width:18px;height:18px}.home-v2-process{padding:8px 0 34px}.home-v2-process .home-v2-shell{display:grid;grid-template-columns:210px minmax(0,1fr);gap:32px;align-items:start}.home-v2-process-title p{margin:8px 0 0;font-size:13px;font-weight:700;color:#65758b}.home-v2-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.home-v2-process-grid article{position:relative;min-width:0}.home-v2-process-grid article::before{content:"";position:absolute;top:24px;left:54px;right:-28px;height:1px;border-top:1px dashed #bed5e3}.home-v2-process-grid article:last-child::before{display:none}.home-v2-process-grid article>span{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#def8e9;color:#14964b}.home-v2-process-grid article>span svg{width:25px;height:25px}.home-v2-process-grid b{position:absolute;top:-20px;left:0;font-size:16px;font-weight:900}.home-v2-process-grid h3{margin:12px 0 0;font-size:13px;line-height:1.25;font-weight:900}.home-v2-process-grid p{margin:7px 0 0;font-size:11px;line-height:1.45;font-weight:700;color:#65758b}.home-v2-quality{padding:0 0 38px}.home-v2-quality-grid{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(390px,1.2fr) minmax(285px,1fr);overflow:hidden;border:1px solid #dde5ed;border-radius:8px;background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.05)}.home-v2-quality article{padding:34px 34px}.home-v2-quality h2{margin:0;font-size:25px;line-height:1.15;font-weight:900}.home-v2-quality article>p{margin:10px 0 22px;font-size:13px;line-height:1.55;font-weight:700;color:#65758b}.home-v2-quality article span{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 12px;align-items:start;margin-top:18px}.home-v2-quality article span svg,.home-v2-quality li svg{width:28px;height:28px;padding:8px;border-radius:50%;color:var(--home-v2-green);background:#e9f9f0}.home-v2-quality article span b{font-size:13px;line-height:1.2;font-weight:900}.home-v2-quality article span small{font-size:11px;line-height:1.35;font-weight:700;color:#65758b}.home-v2-quality-image{min-height:332px}.home-v2-quality-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:grayscale(1)}.home-v2-quality ul{display:grid;gap:13px;margin:0 0 24px;padding:0;list-style:none}.home-v2-quality li{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:900;color:#334155}.home-v2-quality a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe4ed;border-radius:7px;padding:0 18px;font-size:12px;font-weight:900;color:#172132;background:#fff}@media(max-width:1180px){.home-v2-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px}.home-v2-hero-copy h1{font-size:48px}.home-v2-category-grid,.home-v2-product-grid{gap:12px}.home-v2-quality-grid{grid-template-columns:minmax(220px,.86fr) minmax(320px,1.12fr) minmax(250px,1fr)}}@media(max-width:820px){.home-v2{font-size:15px}.home-v2-shell{width:min(100% - 28px,430px)}.home-v2-hero-grid{display:flex;flex-direction:column;gap:18px;min-height:0;padding:20px 0 24px}.home-v2-hero-copy{order:1;width:100%;padding:0}.home-v2-hero-copy>p{margin-bottom:8px;font-size:13px}.home-v2-hero-copy h1{max-width:100%;font-size:40px;line-height:1}.home-v2-hero-copy>em{max-width:100%;margin-top:12px;font-size:14px;line-height:1.55}.home-v2-hero-points{grid-template-columns:1fr;gap:8px;max-width:100%;margin-top:16px}.home-v2-hero-points span{min-height:52px;grid-template-columns:32px minmax(0,1fr);padding:9px 12px}.home-v2-hero-points b{font-size:12px}.home-v2-hero-points small{font-size:11px}.home-v2-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}.home-v2-primary,.home-v2-secondary{width:100%;min-height:46px;font-size:13px}.home-v2-rating{flex-wrap:wrap;margin-top:14px}.home-v2-rating span{width:22px;height:22px}.home-v2-rating strong{font-size:13px}.home-v2-rating small{font-size:11px}.home-v2-hero-visual{order:2;width:100%;min-height:0;aspect-ratio:1.22;border-radius:10px}.home-v2-hero-visual::before{width:26%}.home-v2-hero-visual img{object-position:center}.home-v2-hero-visual>.home-v2-float{min-width:154px;min-height:58px;grid-template-columns:34px minmax(0,1fr);gap:1px 9px;padding:10px 12px;border-radius:8px;box-shadow:0 12px 28px rgba(15,23,42,.15)}.home-v2-hero-visual>.home-v2-float svg{width:34px;height:34px;padding:8px}.home-v2-hero-visual>.home-v2-float b{font-size:11px}.home-v2-hero-visual>.home-v2-float small{font-size:9px}.home-v2-float-top{top:12px;right:12px}.home-v2-float-bottom{right:12px;bottom:12px}.home-v2-categories{padding-top:24px;padding-bottom:16px}.home-v2-section-head{align-items:flex-start;gap:8px;margin-bottom:12px}.home-v2-process-title h2,.home-v2-section-head h2{font-size:22px}.home-v2-section-head a{font-size:11px}.home-v2-category-grid,.home-v2-product-grid{grid-template-columns:1fr;gap:12px}.home-v2-category-card{min-height:142px;padding:16px 16px 0}.home-v2-category-card strong{font-size:14px}.home-v2-category-card p{max-width:210px;font-size:11px}.home-v2-category-card img{width:68%;height:88px}.home-v2-products{padding-top:12px;padding-bottom:20px}.home-v2-product-card>a{height:184px}.home-v2-sale-badge{top:148px;left:12px;font-size:10px}.home-v2-product-card>div{padding:13px 14px 14px}.home-v2-product-card h3{min-height:0;font-size:13px}.home-v2-product-card .home-v2-tax-note,.home-v2-product-card p,.home-v2-product-card span{font-size:11px}.home-v2-product-card strong{font-size:20px}.home-v2-process{padding:4px 0 24px}.home-v2-process .home-v2-shell{grid-template-columns:1fr;gap:18px}.home-v2-process-title p{font-size:12px}.home-v2-process-grid{grid-template-columns:1fr;gap:12px}.home-v2-process-grid article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:2px 14px;align-items:center;border:1px solid #e5edf3;border-radius:8px;padding:14px;background:#fff}.home-v2-process-grid article::before{display:none}.home-v2-process-grid article>span{grid-row:1/span 3;width:46px;height:46px}.home-v2-process-grid b{position:static;font-size:12px;line-height:1;color:#16a34a}.home-v2-process-grid h3{margin:0;font-size:13px}.home-v2-process-grid p{margin:0;font-size:11px}.home-v2-quality{padding-bottom:24px}.home-v2-quality-grid{grid-template-columns:1fr}.home-v2-quality-image{order:-1;min-height:260px}.home-v2-quality article{padding:22px 20px}.home-v2-quality h2{font-size:21px}.home-v2-quality article>p{margin-bottom:16px;font-size:12px}.home-v2-quality article span{margin-top:13px}.home-v2-quality li{font-size:12px}}@media(max-width:420px){.home-v2-shell{width:calc(100% - 24px)}.home-v2-hero-copy h1{font-size:35px}.home-v2-hero-visual{aspect-ratio:1.03}.home-v2-hero-visual::before{width:22%}.home-v2-hero-visual>.home-v2-float{min-width:136px;grid-template-columns:30px minmax(0,1fr);padding:8px 10px}.home-v2-hero-visual>.home-v2-float svg{width:30px;height:30px;padding:7px}.home-v2-hero-visual>.home-v2-float b{font-size:10px}.home-v2-hero-visual>.home-v2-float small{font-size:8px}.home-v2-category-card img{width:72%}.home-v2-product-card>a{height:170px}.home-v2-sale-badge{top:136px}.home-v2-quality-image{min-height:232px}}@media(max-width:820px){.home-v2-shell{width:calc(100% - 28px);max-width:430px}.home-v2-hero-grid{clear:both}.home-v2-hero-visual{overflow:hidden}}@media(max-width:420px){.home-v2-shell{width:calc(100% - 24px);max-width:none}}@media(max-width:820px){.home-v2-shell{width:auto;max-width:none;margin-left:14px;margin-right:14px}.home-v2-hero-visual>.home-v2-float{width:144px;min-width:0;max-width:calc(100% - 20px)}.home-v2-product-card>div>div{grid-template-columns:1fr}.home-v2-product-card button{display:none}}@media(max-width:420px){.home-v2-shell{margin-left:12px;margin-right:12px}.home-v2-hero-visual>.home-v2-float{width:132px}}.home-v2 .home-v2-shell{width:min(1280px,calc(100% - 64px))}.home-v2-hero-grid{min-height:570px;grid-template-columns:minmax(430px,.86fr) minmax(560px,1.14fr)}.home-v2-hero-copy{padding:64px 0}.home-v2-hero-copy>p{font-size:17px;font-weight:800}.home-v2-hero-copy h1{max-width:680px;font-size:70px;line-height:.98}.home-v2-hero-copy>em{max-width:560px;font-size:17px;line-height:1.65}.home-v2-hero-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:630px}.home-v2-hero-points span{min-width:0;min-height:72px;padding:14px 16px;border-radius:12px}.home-v2-actions{margin-top:34px}.home-v2-primary,.home-v2-secondary{min-height:58px;border-radius:11px;font-size:16px}.home-v2-primary{min-width:286px}.home-v2-secondary{min-width:210px}.home-v2-primary svg{width:22px;height:22px}.home-v2-rating{gap:6px;margin-top:30px;font-size:16px}.home-v2-rating span{width:34px;height:34px;margin-left:-11px;overflow:hidden;background:#d6b6a6;box-shadow:0 10px 22px rgba(15,23,42,.18)}.home-v2-rating span:first-child{margin-left:0}.home-v2-rating strong{margin-left:12px;font-size:18px}.home-v2-rating small{font-size:16px;font-weight:800}.home-v2-hero-visual{min-height:570px;border-radius:0 0 14px 14px}.home-v2-hero-visual img{object-position:center}.home-v2-float{grid-template-columns:54px auto;gap:4px 16px;min-width:245px;padding:22px 24px;border-radius:14px}.home-v2-float svg{width:50px;height:50px;padding:12px;border-radius:13px}.home-v2-float b{font-size:17px}.home-v2-float small{font-size:14px}.home-v2-float-top{top:48px;right:42px}.home-v2-float-bottom{right:42px;bottom:46px}.home-v2-categories{padding:44px 0 38px}.home-v2-section-head{margin-bottom:24px}.home-v2-process-title h2,.home-v2-quality h2,.home-v2-section-head h2{font-size:30px}.home-v2-section-head a{font-size:14px}.home-v2-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-v2-category-card-v1{grid-template-columns:minmax(0,1fr) 176px;min-height:246px;border-radius:20px;box-shadow:0 20px 48px rgba(15,23,42,.075)}.home-v2-category-card-v1 .home-v2-cat-top{padding:22px 24px 0}.home-v2-cat-icon{width:48px;height:48px;border-radius:15px;background:#f0faf3;background:color-mix(in srgb,var(--cat-color,#0f7a3f) 12%,#fff);color:var(--cat-color,#0f7a3f)}.home-v2-cat-icon svg{width:22px;height:22px}.home-v2-cat-badge{height:34px;padding:0 16px;border-radius:999px;background:#f0faf3;background:color-mix(in srgb,var(--cat-color,#0f7a3f) 12%,#fff);color:var(--cat-color,#0f7a3f);font-size:13px;font-weight:900;letter-spacing:0}.home-v2-cat-badge::before{content:"";width:8px;height:8px;margin-right:9px;border-radius:999px;background:currentColor}.home-v2-category-card-v1 strong{padding:24px 24px 0;font-size:30px;line-height:1.08}.home-v2-category-card-v1 p{padding:16px 24px 0;font-size:17px;line-height:1.55}.home-v2-cat-bottom{padding:16px 24px 24px}.home-v2-cat-count{padding:11px 16px;border-radius:999px;background:#f8fafc;font-size:14px;font-weight:900}.home-v2-cat-cta{font-size:16px;color:var(--cat-color,#0f7a3f)}.home-v2-cat-cta em{width:42px;height:42px;background:var(--cat-color,#0f7a3f);font-size:24px}.home-v2-cat-image{margin:24px 20px 24px 0;border-radius:16px}.home-v2-cat-image img{height:100%;object-position:center}.home-v2-cat-features{width:max-content;max-width:100%;margin:26px auto 0;padding:14px 28px;border:1px solid #e7edf3;border-radius:999px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.06);font-size:14px}.home-v2-products{padding:42px 0 34px}.home-v2-product-scroll{gap:18px;padding:4px 2px 8px;scroll-snap-type:x mandatory}.home-v2-product-scroll .home-v2-product-card{flex:0 0 calc((100% - 72px)/ 5);min-width:0;scroll-snap-align:start}.home-v2-product-card{border-radius:10px;box-shadow:0 16px 36px rgba(15,23,42,.08)}.home-v2-product-card>a{height:168px}.home-v2-product-card>a img{width:100%;height:100%;object-fit:cover;object-position:center}.home-v2-product-card>div{padding:14px 16px 16px}.home-v2-product-card h3{min-height:36px;font-size:14px;line-height:1.3}.home-v2-product-card strong{font-size:22px}.home-v2-carousel-arrow{width:50px;height:50px}.home-v2-carousel-next{right:-25px}.home-v2-carousel-prev{left:-25px}@media(max-width:1180px){.home-v2-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2-hero-copy h1{font-size:58px}.home-v2-product-scroll .home-v2-product-card{flex-basis:calc((100% - 36px)/ 3)}}@media(max-width:820px){.home-v2 .home-v2-shell{width:auto;max-width:none;margin-left:16px;margin-right:16px}.home-v2-hero-grid{display:flex;min-height:0;padding:22px 0 30px}.home-v2-hero-copy{padding:0}.home-v2-hero-copy>p{font-size:13px}.home-v2-hero-copy h1{font-size:42px}.home-v2-hero-copy>em{font-size:14px;line-height:1.55}.home-v2-hero-points{grid-template-columns:1fr;gap:10px}.home-v2-hero-points span{min-height:58px}.home-v2-actions{display:grid;grid-template-columns:1fr;gap:10px}.home-v2-primary,.home-v2-secondary{min-width:0;width:100%;min-height:50px;font-size:14px}.home-v2-rating{gap:4px;font-size:12px}.home-v2-rating span{width:28px;height:28px;margin-left:-9px}.home-v2-rating strong{font-size:15px}.home-v2-rating small{font-size:12px}.home-v2-hero-visual{min-height:0;aspect-ratio:1.18;border-radius:12px}.home-v2-hero-visual::before{width:28%}.home-v2-float{grid-template-columns:38px minmax(0,1fr);min-width:0;width:168px;padding:11px 12px;border-radius:10px}.home-v2-float svg{width:36px;height:36px;padding:8px;border-radius:9px}.home-v2-float b{font-size:12px}.home-v2-float small{font-size:10px}.home-v2-float-top{top:12px;right:12px}.home-v2-float-bottom{right:12px;bottom:12px}.home-v2-categories{padding:28px 0 24px}.home-v2-section-head{align-items:flex-start;margin-bottom:14px}.home-v2-process-title h2,.home-v2-quality h2,.home-v2-section-head h2{font-size:23px}.home-v2-category-grid{grid-template-columns:1fr;gap:14px}.home-v2-category-card-v1{grid-template-columns:minmax(0,1fr) 128px;min-height:184px;border-radius:14px}.home-v2-category-card-v1 .home-v2-cat-top{padding:15px 16px 0}.home-v2-cat-icon{width:38px;height:38px;border-radius:11px}.home-v2-cat-badge{height:28px;padding:0 11px;font-size:11px}.home-v2-category-card-v1 strong{padding:16px 16px 0;font-size:22px}.home-v2-category-card-v1 p{padding:9px 16px 0;font-size:13px;line-height:1.45}.home-v2-cat-bottom{padding:12px 16px 16px}.home-v2-cat-count{padding:8px 11px;font-size:12px}.home-v2-cat-cta{font-size:0}.home-v2-cat-cta em{width:34px;height:34px;font-size:19px}.home-v2-cat-image{margin:14px 14px 14px 0;border-radius:12px}.home-v2-cat-features{display:grid;grid-template-columns:16px minmax(0,1fr);width:100%;gap:8px 8px;margin-top:16px;padding:14px 16px;border-radius:14px;font-size:12px}.home-v2-cat-features svg{margin-left:0}.home-v2-products{padding:28px 0 24px}.home-v2-product-scroll{gap:14px;padding-bottom:10px}.home-v2-product-scroll .home-v2-product-card{flex:0 0 min(82vw,330px)}.home-v2-product-card>a{height:190px}.home-v2-product-card h3{font-size:14px}.home-v2-carousel-arrow{display:none}}@media(max-width:420px){.home-v2 .home-v2-shell{margin-left:12px;margin-right:12px}.home-v2-hero-copy h1{font-size:37px}.home-v2-hero-visual{aspect-ratio:1.05}.home-v2-category-card-v1{grid-template-columns:minmax(0,1fr) 112px}.home-v2-category-card-v1 strong{font-size:20px}.home-v2-category-card-v1 p{font-size:12px}.home-v2-cat-badge{font-size:10px}}.home-v2-hero-grid{min-height:440px;gap:28px}.home-v2-hero-copy{padding:30px 0}.home-v2-hero-copy>em{margin-top:12px;line-height:1.52}.home-v2-hero-points{margin-top:16px}.home-v2-actions{margin-top:18px}.home-v2-rating{margin-top:16px}.home-v2-hero-visual{min-height:440px}.home-v2-category-card-v1{min-height:168px;padding:14px 116px 14px 16px!important}.home-v2-cat-icon{width:36px;height:36px;border-radius:11px}.home-v2-cat-icon svg{width:18px;height:18px}.home-v2-cat-badge{height:28px;padding:0 11px;font-size:11px}.home-v2-cat-badge::before{width:7px;height:7px;margin-right:7px}.home-v2-category-card-v1 p,.home-v2-category-card-v1 strong{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;padding:0}.home-v2-category-card-v1 strong{-webkit-line-clamp:2;margin-top:12px;font-size:18px;line-height:1.16}.home-v2-category-card-v1 p{-webkit-line-clamp:2;margin-top:7px;font-size:12px;line-height:1.38}.home-v2-cat-bottom{padding:10px 0 0}.home-v2-cat-count{padding:7px 10px;font-size:12px}.home-v2-cat-cta{font-size:14px}.home-v2-cat-cta em{width:32px;height:32px;font-size:18px}.home-v2-cat-image{top:14px;right:14px;bottom:14px;width:90px;border-radius:12px}.home-v2-bottom-whatsapp{padding:32px 0 36px;background:#fff}.home-v2-bottom-whatsapp .hb-container{width:min(1200px,calc(100% - 64px))}@media(max-width:820px){.home-v2-hero-grid{min-height:0;gap:16px;padding:14px 0 18px}.home-v2-hero-copy{padding:0}.home-v2-hero-copy>em{margin-top:10px}.home-v2-hero-points{margin-top:14px}.home-v2-actions,.home-v2-rating{margin-top:12px}.home-v2-hero-visual{min-height:0;aspect-ratio:1.14}.home-v2-category-card-v1{min-height:150px;padding:12px 100px 12px 14px!important}.home-v2-cat-icon{width:32px;height:32px}.home-v2-cat-badge{height:25px;padding:0 9px;font-size:10px}.home-v2-category-card-v1 strong{margin-top:10px;font-size:18px}.home-v2-category-card-v1 p{margin-top:6px;font-size:11px}.home-v2-cat-bottom{padding-top:9px}.home-v2-cat-count{padding:6px 9px;font-size:11px}.home-v2-cat-cta em{width:30px;height:30px}.home-v2-cat-image{top:12px;right:12px;bottom:12px;width:80px}.home-v2-bottom-whatsapp{padding:24px 0 28px}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 32px),720px)}}@media(max-width:420px){.home-v2-category-card-v1{padding-right:88px!important}.home-v2-category-card-v1 strong{font-size:17px}.home-v2-cat-image{width:70px}.home-v2-cat-badge{max-width:100%}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 28px),720px)}}.home-v2-hero-grid{min-height:440px;gap:28px}.home-v2-hero-copy{padding:30px 0}.home-v2-hero-copy>em{margin-top:12px;line-height:1.52}.home-v2-hero-points{margin-top:16px}.home-v2-actions{margin-top:18px}.home-v2-rating{margin-top:16px}.home-v2-hero-visual{min-height:440px}.home-v2-quality{padding:10px 0 42px}.home-v2-quality-grid{min-height:0}.home-v2-quality article{padding:28px 30px}.home-v2-quality article::before{margin-bottom:16px}.home-v2-quality h2{font-size:29px}.home-v2-quality article>p{margin:10px 0 18px;line-height:1.48}.home-v2-quality article span{margin-top:9px;padding:10px 12px;border-radius:14px}.home-v2-quality article span svg,.home-v2-quality li svg{width:32px;height:32px;padding:8px}.home-v2-quality-image{min-height:350px}.home-v2-quality ul{gap:10px;margin:18px 0 0}.home-v2-quality li{min-height:48px;padding:8px 12px;border-radius:14px}@media(max-width:820px){.home-v2-hero-grid{padding:14px 0 18px;gap:14px}.home-v2-hero-visual{aspect-ratio:1.14}.home-v2-quality{padding:8px 0 28px}.home-v2-quality article{padding:22px 18px}.home-v2-quality-image{min-height:220px}}.home-v2 .hb-top-wa-button{color:#17493b!important;background:#fff;min-width:max-content}.home-v2 .hb-top-wa-button:hover{color:#0f3f32!important}.home-v2 .hb-top-wa-button span{color:inherit}.home-v2-primary svg{stroke:none;fill:currentColor}.home-v2-category-card-v1{padding-right:158px!important}.home-v2-cat-image{width:132px}.home-v2-quality{padding:20px 0 58px;background:linear-gradient(180deg,#fff 0,#f7faf8 100%)}.home-v2-quality-grid{grid-template-columns:minmax(250px,.88fr) minmax(360px,1.08fr) minmax(280px,.96fr);gap:0;overflow:hidden;border:1px solid #dfeee5;border-radius:24px;background:#fff;box-shadow:0 24px 58px rgba(15,23,42,.08)}.home-v2-quality article{position:relative;padding:38px 34px;background:linear-gradient(180deg,#fff 0,#f7fbf8 100%)}.home-v2-quality article:last-child{background:linear-gradient(180deg,#fff 0,#f9fbfd 100%)}.home-v2-quality article::before{content:"";display:block;width:58px;height:4px;margin:0 0 22px;border-radius:999px;background:linear-gradient(90deg,#0f7a3f,#17493b)}.home-v2-quality h2{margin:0;color:#101827;font-size:31px;line-height:1.08;font-weight:950}.home-v2-quality article>p{margin:12px 0 24px;color:#5b6878;font-size:14px;line-height:1.6;font-weight:750}.home-v2-quality article span{display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 13px;align-items:center;margin-top:12px;padding:12px;border:1px solid #e6f1eb;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 10px 24px rgba(15,23,42,.045)}.home-v2-quality article span svg,.home-v2-quality li svg{width:34px;height:34px;padding:9px;border-radius:12px;background:#e9f9f0;color:#1fad58}.home-v2-quality article span b{font-size:14px;line-height:1.18;font-weight:950}.home-v2-quality article span small{color:#667085;font-size:12px;line-height:1.35;font-weight:720}.home-v2-quality-image{position:relative;min-height:410px;background:#12201a}.home-v2-quality-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,70,48,.08),rgba(20,70,48,.28));pointer-events:none}.home-v2-quality-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(1.04) contrast(1.06)}.home-v2-quality ul{display:grid;gap:12px;margin:22px 0 26px;padding:0;list-style:none}.home-v2-quality li{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 12px;border:1px solid #e6edf4;border-radius:15px;background:#fff;color:#293546;font-size:14px;font-weight:920;box-shadow:0 10px 22px rgba(15,23,42,.04)}.home-v2-quality li svg{flex:0 0 34px}.home-v2-quality article>a{min-height:46px;padding:0 20px;border:1px solid #d8e4dc;border-radius:13px;background:#fff;color:#17493b;font-size:13px;font-weight:950;box-shadow:0 12px 24px rgba(15,23,42,.045)}@media(max-width:820px){.home-v2 .hb-top-wa-button{width:100%;min-width:0}.home-v2-category-card-v1{padding-right:126px!important}.home-v2-cat-image{width:104px}.home-v2-quality{padding:10px 0 34px}.home-v2-quality-grid{grid-template-columns:1fr;border-radius:18px}.home-v2-quality-image{order:0;min-height:250px}.home-v2-quality article{padding:26px 20px}.home-v2-quality h2{font-size:25px}.home-v2-quality article span,.home-v2-quality li{border-radius:14px}}@media(max-width:420px){.home-v2-category-card-v1{padding-right:106px!important}.home-v2-cat-image{width:88px}}.home-v2{min-height:0}.home-v2-hero-grid{min-height:440px;gap:28px}.home-v2-hero-copy{padding:30px 0}.home-v2-hero-copy>em{margin-top:12px;line-height:1.52}.home-v2-hero-points{margin-top:16px}.home-v2-actions{margin-top:18px}.home-v2-rating{margin-top:16px}.home-v2-hero-visual{min-height:440px}.home-v2-category-card-v1{min-height:168px;padding:14px 116px 14px 16px!important}.home-v2-cat-icon{width:36px;height:36px;border-radius:11px}.home-v2-cat-icon svg{width:18px;height:18px}.home-v2-cat-badge{height:28px;padding:0 11px;font-size:11px}.home-v2-cat-badge::before{width:7px;height:7px;margin-right:7px}.home-v2-category-card-v1 p,.home-v2-category-card-v1 strong{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.home-v2-category-card-v1 strong{-webkit-line-clamp:2;margin-top:12px;font-size:18px;line-height:1.16}.home-v2-category-card-v1 p{-webkit-line-clamp:2;margin-top:7px;font-size:12px;line-height:1.38}.home-v2-cat-bottom{padding-top:10px}.home-v2-cat-count{padding:7px 10px;font-size:12px}.home-v2-cat-cta{font-size:14px}.home-v2-cat-cta em{width:32px;height:32px;font-size:18px}.home-v2-cat-image{top:14px;right:14px;bottom:14px;width:90px;border-radius:12px}.home-v2-bottom-whatsapp{padding:32px 0 36px;background:#fff}.home-v2-bottom-whatsapp .hb-container{width:min(1200px,calc(100% - 64px))}@media(max-width:820px){.home-v2-hero-grid{min-height:0;gap:16px;padding:14px 0 18px}.home-v2-hero-copy>em{margin-top:10px}.home-v2-hero-points{margin-top:14px}.home-v2-actions,.home-v2-rating{margin-top:12px}.home-v2-hero-visual{min-height:0;aspect-ratio:1.14}.home-v2-category-card-v1{min-height:150px;padding:12px 100px 12px 14px!important}.home-v2-cat-icon{width:32px;height:32px}.home-v2-cat-badge{height:25px;padding:0 9px;font-size:10px}.home-v2-category-card-v1 strong{margin-top:10px;font-size:18px}.home-v2-category-card-v1 p{margin-top:6px;font-size:11px}.home-v2-cat-bottom{padding-top:9px}.home-v2-cat-count{padding:6px 9px;font-size:11px}.home-v2-cat-cta em{width:30px;height:30px}.home-v2-cat-image{top:12px;right:12px;bottom:12px;width:80px}.home-v2-bottom-whatsapp{padding:24px 0 28px}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 32px),720px)}}@media(max-width:420px){.home-v2-category-card-v1{padding-right:88px!important}.home-v2-category-card-v1 strong{font-size:17px}.home-v2-cat-image{width:70px}.home-v2-cat-badge{max-width:100%}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 28px),720px)}}.home-v2 .home-v2-shell{width:min(1200px,calc(100% - 64px));max-width:1200px}.home-v2-hero-copy,.home-v2-hero-visual{min-width:0}.home-v2-hero-grid{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:36px}.home-v2-hero-copy h1{font-size:62px}.home-v2-hero-visual{width:100%;max-width:100%}.home-v2-hero-visual>.home-v2-float{min-width:0}.home-v2-category-card-v1{position:relative;display:block;min-height:210px;padding:20px 150px 20px 22px!important;border-radius:18px}.home-v2-category-card-v1 .home-v2-cat-top{padding:0}.home-v2-category-card-v1 p,.home-v2-category-card-v1 strong{position:relative;z-index:1;display:block;padding:0}.home-v2-category-card-v1 strong{margin-top:18px;font-size:22px;line-height:1.12}.home-v2-category-card-v1 p{max-width:100%;margin-top:10px;font-size:13px;line-height:1.52}.home-v2-cat-bottom{position:relative;z-index:1;padding:14px 0 0}.home-v2-cat-image{position:absolute;top:20px;right:18px;bottom:20px;width:118px;margin:0;overflow:hidden;border-radius:14px}.home-v2-cat-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;margin:0}@media(max-width:820px){.home-v2 .home-v2-shell{width:auto;max-width:none;margin-left:16px;margin-right:16px}.home-v2-hero-grid{display:flex;gap:18px}.home-v2-hero-copy h1{font-size:42px}.home-v2-category-card-v1{min-height:182px;padding:16px 138px 16px 16px!important;border-radius:14px}.home-v2-category-card-v1 strong{margin-top:15px;font-size:21px}.home-v2-category-card-v1 p{margin-top:8px;font-size:12px;line-height:1.45}.home-v2-cat-bottom{padding-top:12px}.home-v2-cat-image{top:14px;right:14px;bottom:14px;width:110px;border-radius:12px}}@media(max-width:420px){.home-v2 .home-v2-shell{margin-left:12px;margin-right:12px}.home-v2-hero-copy h1{font-size:37px}.home-v2-category-card-v1{padding-right:122px!important}.home-v2-cat-image{width:98px}.home-v2-cat-badge{font-size:10px}}.home-v2-hero-grid{min-height:440px;gap:28px}.home-v2-hero-copy{padding:30px 0}.home-v2-hero-copy>em{margin-top:12px;line-height:1.52}.home-v2-hero-points{margin-top:16px}.home-v2-actions{margin-top:18px}.home-v2-rating{margin-top:16px}.home-v2-hero-visual{min-height:440px}.home-v2-category-card-v1{min-height:168px;padding:14px 142px 14px 16px!important}.home-v2-cat-icon{width:36px;height:36px;border-radius:11px}.home-v2-cat-icon svg{width:18px;height:18px}.home-v2-cat-badge{height:28px;padding:0 11px;font-size:11px}.home-v2-cat-badge::before{width:7px;height:7px;margin-right:7px}.home-v2-category-card-v1 p,.home-v2-category-card-v1 strong{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;padding:0}.home-v2-category-card-v1 strong{-webkit-line-clamp:2;margin-top:12px;font-size:18px;line-height:1.16}.home-v2-category-card-v1 p{-webkit-line-clamp:2;margin-top:7px;font-size:12px;line-height:1.38}.home-v2-cat-bottom{padding:10px 0 0}.home-v2-cat-count{padding:7px 10px;font-size:12px}.home-v2-cat-cta{font-size:14px}.home-v2-cat-cta em{width:32px;height:32px;font-size:18px}.home-v2-cat-image{top:14px;right:14px;bottom:14px;width:116px;border-radius:12px}.home-v2-bottom-whatsapp{padding:32px 0 36px;background:#fff}.home-v2-bottom-whatsapp .hb-container{width:min(1200px,calc(100% - 64px))}@media(max-width:820px){.home-v2-hero-grid{min-height:0;gap:16px;padding:14px 0 18px}.home-v2-hero-copy{padding:0}.home-v2-hero-copy>em{margin-top:10px}.home-v2-hero-points{margin-top:14px}.home-v2-actions,.home-v2-rating{margin-top:12px}.home-v2-hero-visual{min-height:0;aspect-ratio:1.14}.home-v2-category-card-v1{min-height:150px;padding:12px 120px 12px 14px!important}.home-v2-cat-icon{width:32px;height:32px}.home-v2-cat-badge{height:25px;padding:0 9px;font-size:10px}.home-v2-category-card-v1 strong{margin-top:10px;font-size:18px}.home-v2-category-card-v1 p{margin-top:6px;font-size:11px}.home-v2-cat-bottom{padding-top:9px}.home-v2-cat-count{padding:6px 9px;font-size:11px}.home-v2-cat-cta em{width:30px;height:30px}.home-v2-cat-image{top:12px;right:12px;bottom:12px;width:96px}.home-v2-bottom-whatsapp{padding:24px 0 28px}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 32px),720px)}}@media(max-width:420px){.home-v2-category-card-v1{padding-right:106px!important}.home-v2-category-card-v1 strong{font-size:17px}.home-v2-cat-image{width:86px}.home-v2-cat-badge{max-width:100%}.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 28px),720px)}}.home-v2-quality{padding:14px 0 38px}.home-v2-quality-grid{align-items:stretch}.home-v2-quality article{padding:30px 30px 28px}.home-v2-quality article::before{margin-bottom:17px}.home-v2-quality h2{font-size:29px;line-height:1.05}.home-v2-quality article>p{margin:10px 0 18px;line-height:1.48}.home-v2-quality article span{min-height:0;margin-top:9px;padding:10px 12px}.home-v2-quality ul{gap:9px;margin:18px 0 0}.home-v2-quality li{min-height:46px;padding:8px 12px}.home-v2-quality article span svg,.home-v2-quality li svg{width:32px;height:32px;padding:8px}.home-v2-quality-image{min-height:340px}@media(max-width:820px){.home-v2-quality{padding:8px 0 26px}.home-v2-quality article{padding:22px 18px}.home-v2-quality-image{min-height:210px}.home-v2-quality ul{margin-top:14px}}.home-v2-product-card,.home-v2-product-card>a,.home-v2-product-card>div,.home-v2-product-carousel,.home-v2-product-grid,.home-v2-product-scroll,.home-v2-products{background:#fff!important}.home-v2-product-carousel,.home-v2-product-grid,.home-v2-product-scroll{box-shadow:none!important}.home-v2-product-card{box-shadow:none!important}.home-v2-product-card button{background:#fff!important;color:#172132;border:1px solid #e0e7ef}body.home-v2-active .store-main-home-v2 .home-v2>section{margin:0}body.home-v2-active .store-main-home-v2 .home-v2>:is(.home-v2-categories,.mp-reference-section,.home-v2-products,.home-v2-calculator,.home-v2-process,.home-v2-quality,.hb-faqs,.home-v2-bottom-whatsapp){padding-top:32px!important;padding-bottom:32px!important}body.home-v2-active .store-main-home-v2 .home-v2>.home-v2-hero{padding-bottom:32px!important}@media(max-width:820px){.home-v2-bottom-whatsapp .hb-container{width:min(calc(100vw - 28px),720px)}body.home-v2-active .store-main-home-v2 .home-v2>:is(.home-v2-categories,.mp-reference-section,.home-v2-products,.home-v2-calculator,.home-v2-process,.home-v2-quality,.hb-faqs,.home-v2-bottom-whatsapp){padding-top:24px!important;padding-bottom:24px!important}body.home-v2-active .store-main-home-v2 .home-v2>.home-v2-hero{padding-bottom:24px!important}}body.home-v2-active .store-main-home-v2 .home-v2>:is(.mp-reference-section,.hb-faqs)>.hb-container{width:min(1200px,calc(100% - 64px))!important;max-width:1200px;margin-inline:auto}@media(max-width:820px){body.home-v2-active .store-main-home-v2 .home-v2>:is(.mp-reference-section,.hb-faqs)>.hb-container{width:auto!important;max-width:none;margin-left:16px;margin-right:16px}}@media(max-width:420px){body.home-v2-active .store-main-home-v2 .home-v2>:is(.mp-reference-section,.hb-faqs)>.hb-container{margin-left:12px;margin-right:12px}}body.storefront .store-main-home :is(.home-v2-hero-points b,.home-v2-hero-visual>.home-v2-float b,.home-v2-category-card strong,.home-v2-category-card-v1 strong,.home-v2-product-card h3,.home-v2-process-grid h3,.home-v2-quality article span b,.home-v2-quality li,.hb-faq-item summary,.hb-top-wa-title,.mp-reference-head h2),body.storefront .store-main-home :is(h1,h2,h3),body.storefront :is(h1,h2,h3){font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:800!important;letter-spacing:0!important}body.storefront{--mp-shell-width:1200px}body.storefront :is(
.site-nav,.site-footer,.trust-band-inner){max-width:var(--mp-shell-width)}body.storefront :is(.hb-container,.mp-reference-section .hb-container){width:min(var(--mp-shell-width),calc(100% - 48px))}body.storefront:has(.product-page-main) .site-header-inner{width:min(var(--mp-shell-width),calc(100% - 48px));max-width:var(--mp-shell-width)}body.storefront .site-header-inner{width:min(var(--mp-shell-width),calc(100% - 48px));max-width:var(--mp-shell-width);min-height:92px;margin:0 auto;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:nowrap}body.storefront .site-brand{flex:0 0 260px}body.storefront .site-brand img{max-width:250px;max-height:52px!important}body.storefront .site-search{flex:0 1 480px;max-width:480px;height:56px;border-radius:8px}body.storefront:has(.product-page-main) .site-search{flex-basis:480px;max-width:480px}body.storefront .site-search button,body.storefront .site-search input{height:54px}body.storefront .site-search input{font-size:15px}body.storefront .site-search button{width:60px;min-width:60px}body.storefront .site-search button::before{left:18px;top:16px}body.storefront .site-search button::after{left:33px;top:34px}body.storefront .site-nav-bar{display:none}@media(max-width:980px){body.storefront .site-header-inner{width:calc(100% - 32px);max-width:none;min-height:70px;padding:12px 16px}body.storefront .site-brand{flex:1 1 auto}body.storefront .site-brand img{max-width:190px;max-height:40px!important}body.storefront .site-search{height:44px;max-width:100%}body.storefront .site-search button,body.storefront .site-search input{height:44px}}@media(max-width:900px){body.storefront .site-nav-mobile-search{grid-column:1/-1;display:grid!important;width:100%;max-width:none;height:44px;margin:0 0 4px;border:1px solid #e5eaf0;border-radius:8px;background:#fff;box-shadow:none}body.storefront .site-nav-mobile-search input{height:42px;padding:0 12px;font-size:13px}body.storefront .site-nav-mobile-search button{width:48px;min-width:48px;height:42px;border-left:1px solid #e5eaf0}body.storefront .site-nav-mobile-search button::before{left:14px;top:12px;width:15px;height:15px}body.storefront .site-nav-mobile-search button::after{left:27px;top:27px;width:8px}body.storefront .site-nav-mobile-search .live-search-results{top:calc(100% + 6px);right:auto;left:0;width:100%;max-height:260px;border-color:#e5eaf0}}.home-v2-hero-slides{position:absolute;inset:0;z-index:0;touch-action:pan-y}.home-v2-hero-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.025);transition:opacity .45s ease,transform 1.1s ease;pointer-events:none}.home-v2-hero-slide.is-active{opacity:1;transform:scale(1)}.home-v2-hero-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v2-hero-control{position:absolute;z-index:3;top:50%;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:0 0;transform:translateY(-50%);cursor:pointer;transition:transform .2s ease}.home-v2-hero-control::before{content:"";width:12px;height:12px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 0 0 5px rgba(17,24,39,.22);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.home-v2-hero-control:focus-visible::before,.home-v2-hero-control:hover::before{background:#fff;box-shadow:0 0 0 5px rgba(17,24,39,.34);transform:scale(1.12)}.home-v2-hero-control:active{transform:translateY(-50%) scale(.96)}.home-v2-hero-control svg{display:none}.home-v2-hero-prev{left:18px}.home-v2-hero-next{right:18px}.home-v2-hero-dots{position:absolute;z-index:3;left:50%;bottom:18px;display:flex;align-items:center;gap:3px;padding:5px 7px;border-radius:999px;background:rgba(17,24,39,.42);backdrop-filter:blur(8px);transform:translateX(-50%)}.home-v2-hero-dot{position:relative;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.home-v2-hero-dot::before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.62);transform:translate(-50%,-50%);transition:background .2s ease,transform .2s ease}.home-v2-hero-dot.is-active::before{background:#fff;transform:translate(-50%,-50%) scale(1.25)}@media(max-width:820px){.home-v2-hero-control{width:40px;height:40px}.home-v2-hero-prev{left:12px}.home-v2-hero-next{right:12px}.home-v2-hero-dots{left:14px;bottom:14px;transform:none}}@media(prefers-reduced-motion:reduce){.home-v2-hero-slide{transition:none;transform:none}}@media(min-width:821px){.home-v2-hero-copy{position:relative;z-index:2}.home-v2-hero-visual{--home-v2-hero-bleed:clamp(72px,7.5vw,108px);z-index:1;max-width:none;width:calc(100% + var(--home-v2-hero-bleed));margin-left:calc(var(--home-v2-hero-bleed) * -1)}.home-v2-hero-visual::before{display:block;width:38%;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.92) 12%,rgba(255,255,255,.68) 36%,rgba(255,255,255,.22) 72%,rgba(255,255,255,0) 100%)}}@media(min-width:821px) and (max-width:1180px){.home-v2-hero-visual{--home-v2-hero-bleed:48px}.home-v2-hero-visual::before{width:34%}}.home-v2-calculator{background:#fff}.home-v2-calculator-card{position:relative;isolation:isolate;min-height:540px;display:grid;grid-template-columns:minmax(0,1fr) 248px;gap:34px;align-items:center;overflow:hidden;padding:42px 420px 38px 42px;border:1.5px solid #20b25d;border-radius:18px;background:#fcfffd}.home-v2-calculator-copy{position:relative;z-index:2;min-width:0}.home-v2-calculator-eyebrow{display:flex;align-items:center;gap:14px;min-height:38px;margin-bottom:22px}.home-v2-calculator-eyebrow strong{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border-radius:999px;background:#eaf9f1;color:#0f7a3f;font-size:12px;font-weight:800}.home-v2-calculator-eyebrow strong svg{width:15px;height:15px}.home-v2-calculator-eyebrow span{color:#65758b;font-size:13px;font-weight:500}.home-v2-calculator h2{max-width:470px;margin:0;color:#111827;font-size:44px;line-height:1.06;font-weight:800}.home-v2-calculator h2 span{display:block;margin-top:8px;color:#20ad5d}.home-v2-calculator-copy>p{max-width:450px;margin:20px 0 0;color:#536173;font-size:14px;line-height:1.8}.home-v2-calculator-measures{display:flex;align-items:center;gap:16px;margin-top:24px}.home-v2-calculator-measures label{position:relative;width:184px;height:76px;display:flex;flex-direction:column;justify-content:center;padding:13px 18px 12px;border:1px solid #dbe5ec;border-radius:10px;background:#fff}.home-v2-calculator-measures span{color:#172033;font-size:12px;font-weight:800}.home-v2-calculator-measures input{width:100%;height:28px;margin-top:5px;padding:0 42px 0 0;border:0;outline:0;background:0 0;color:#172033;font:700 18px/1 Figtree,system-ui,sans-serif}.home-v2-calculator-measures em{position:absolute;right:18px;bottom:16px;color:#536173;font-size:16px;font-style:normal;font-weight:500}.home-v2-calculator-measures i{color:#59677b;font-size:22px;font-style:normal;font-weight:400}.home-v2-calculator-notice{min-height:45px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;border-radius:9px;background:#ecfbf3;color:#178650;font-size:13px;font-weight:500}.home-v2-calculator-notice svg{width:15px;height:15px}.home-v2-calculator-services{min-height:64px;display:grid;grid-template-columns:repeat(var(--calculator-service-count,3),minmax(0,1fr));margin-top:28px;border:1px solid #e2e8ee;border-radius:11px;background:rgba(255,255,255,.95)}.home-v2-calculator-services span{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;align-content:center;align-items:center;gap:1px 12px;min-width:0;padding:12px 16px}.home-v2-calculator-services span+span{border-left:1px solid #e8edf2}.home-v2-calculator-services svg{grid-row:1/3;width:31px;height:31px;padding:7px;border-radius:999px;background:#effcf5;color:#0f7a3f}.home-v2-calculator-services b{color:#172033;font-size:12px;font-weight:700;line-height:1.25}.home-v2-calculator-services small{color:#65758b;font-size:11px;font-weight:500;line-height:1.25}.home-v2-calculator-summary{position:relative;z-index:3;align-self:center;min-height:372px;display:flex;flex-direction:column;padding:28px 22px 20px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 22px 40px rgba(15,23,42,.05);backdrop-filter:blur(10px)}.home-v2-calculator-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-v2-calculator-summary>div b{display:flex;align-items:center;gap:8px;color:#172033;font-size:12px;font-weight:800}.home-v2-calculator-summary>div b svg{width:12px;height:12px;color:#0f7a3f}.home-v2-calculator-summary>div small{color:#65758b;font-size:11px;font-weight:500}.home-v2-calculator-summary>strong{display:block;margin-top:25px;color:#0f7a3f;font-size:38px;font-weight:800;line-height:1;letter-spacing:0}.home-v2-calculator-summary>em{margin-top:8px;color:#536173;font-size:13px;font-style:normal;font-weight:500}.home-v2-calculator-summary>span{display:flex;flex-direction:column;gap:5px;margin-top:22px;padding:15px 16px;border-radius:10px;background:#effbf5}.home-v2-calculator-summary>span small{color:#0f7a3f;font-size:12px;font-weight:500}.home-v2-calculator-summary>span b{color:#0f7a3f;font-size:13px;font-weight:800}.home-v2-calculator-summary ul{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.home-v2-calculator-summary li{display:flex;align-items:center;gap:10px;color:#526173;font-size:12px;font-weight:500}.home-v2-calculator-summary li svg{width:18px;height:18px;padding:4px;border-radius:999px;background:#dff7ea;color:#0f7a3f}.home-v2-calculator-summary>a{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;border-radius:8px;background:#0f7a3f;color:#fff!important;font-size:14px;font-weight:800;box-shadow:0 14px 28px rgba(24,181,91,.18)}.home-v2-calculator-summary>a svg{width:21px;height:21px}.home-v2-calculator-summary>p{margin:13px 0 0;color:#65758b;font-size:12px;font-weight:500;text-align:center}.home-v2-calculator-visual{position:absolute;z-index:1;inset:0 0 0 auto;width:420px;overflow:hidden}.home-v2-calculator-visual::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fcfffd 0,rgba(252,255,253,.98) 10%,rgba(252,255,253,.84) 22%,rgba(252,255,253,.42) 38%,rgba(252,255,253,.08) 56%,rgba(252,255,253,0) 74%);pointer-events:none}.home-v2-calculator-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.home-v2-calculator-visual aside{position:absolute;z-index:2;display:grid;grid-template-columns:38px auto;grid-template-rows:auto auto;gap:2px 12px;align-items:center;min-width:172px;padding:15px 18px;border:1px solid rgba(226,232,240,.94);border-radius:10px;background:rgba(255,255,255,.95);box-shadow:0 18px 36px rgba(15,23,42,.09)}.home-v2-calculator-visual aside.is-top{top:48px;right:22px}.home-v2-calculator-visual aside.is-bottom{right:210px;bottom:50px}.home-v2-calculator-visual aside svg{grid-row:1/3;width:34px;height:34px;padding:8px;border-radius:9px;background:#effcf5;color:#0f7a3f}.home-v2-calculator-visual aside b{color:#172033;font-size:12px;font-weight:800}.home-v2-calculator-visual aside small{color:#65758b;font-size:11px;font-weight:500}.home-v2-calculator-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px;border-bottom:1px solid #e8edf2}.home-v2-calculator-trust span{display:grid;grid-template-columns:46px auto;grid-template-rows:auto auto;align-items:center;gap:2px 16px;min-height:82px;padding:10px 16px 18px}.home-v2-calculator-trust span+span{border-left:1px solid #e5ebf1}.home-v2-calculator-trust svg{grid-row:1/3;width:42px;height:42px;padding:11px;border-radius:999px;background:#effcf5;color:#0f7a3f}.home-v2-calculator-trust b{color:#172033;font-size:14px;font-weight:700}.home-v2-calculator-trust small{color:#65758b;font-size:12px;font-weight:500}@media(max-width:1180px){.home-v2-calculator-card{grid-template-columns:minmax(0,1fr) 248px;padding-right:330px}.home-v2-calculator-visual{width:350px}.home-v2-calculator-visual aside.is-bottom{right:128px}}@media(max-width:980px){.home-v2-calculator-card{display:flex;flex-direction:column;align-items:stretch;gap:20px;padding:22px}.home-v2-calculator h2{font-size:32px}.home-v2-calculator-copy>p{line-height:1.65}.home-v2-calculator-measures{display:grid;grid-template-columns:1fr auto 1fr;gap:10px}.home-v2-calculator-measures label{width:auto}.home-v2-calculator-services{grid-template-columns:1fr}.home-v2-calculator-services span+span{border-top:1px solid #e8edf2;border-left:0}.home-v2-calculator-summary{min-height:0}.home-v2-calculator-summary>a{margin-top:22px}.home-v2-calculator-visual{position:relative;inset:auto;order:3;width:auto;min-height:320px;margin:-2px -22px -22px;border-radius:0 0 16px 16px}.home-v2-calculator-visual::before{background:linear-gradient(90deg,#fcfffd 0,rgba(252,255,253,.94) 9%,rgba(252,255,253,.48) 28%,rgba(252,255,253,0) 60%)}.home-v2-calculator-visual aside.is-top{top:18px;right:18px}.home-v2-calculator-visual aside.is-bottom{right:auto;bottom:18px;left:18px}.home-v2-calculator-trust{grid-template-columns:1fr 1fr}.home-v2-calculator-trust span:nth-child(3){border-left:0}}@media(max-width:640px){.home-v2-calculator-eyebrow{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:18px}.home-v2-calculator h2{font-size:28px}.home-v2-calculator-measures{grid-template-columns:1fr}.home-v2-calculator-measures i{display:none}.home-v2-calculator-summary>strong{font-size:34px}.home-v2-calculator-visual{min-height:270px}.home-v2-calculator-visual aside{min-width:160px;padding:12px 14px}.home-v2-calculator-visual aside.is-bottom{right:18px;left:auto}.home-v2-calculator-trust{grid-template-columns:1fr}.home-v2-calculator-trust span+span{border-top:1px solid #e5ebf1;border-left:0}}
@supports (content-visibility:auto){.home-v2 :is(.mp-reference-section,.home-v2-products,.home-v2-calculator,.home-v2-benefits,.home-v2-process,.home-v2-quality,.home-v2-bottom-whatsapp,.hb-faqs){content-visibility:auto;contain-intrinsic-size:auto 560px}.home-v2 .mp-reference-section{contain-intrinsic-size:auto 220px}.home-v2 .home-v2-products{contain-intrinsic-size:auto 500px}.home-v2 .home-v2-calculator{contain-intrinsic-size:auto 760px}.home-v2 .home-v2-benefits{contain-intrinsic-size:auto 140px}.home-v2 .home-v2-process{contain-intrinsic-size:auto 360px}.home-v2 .home-v2-quality{contain-intrinsic-size:auto 560px}.home-v2 .home-v2-bottom-whatsapp{contain-intrinsic-size:auto 140px}.home-v2 .hb-faqs{contain-intrinsic-size:auto 560px}}
.mobile-contact-bar[hidden]{display:none!important}.mobile-contact-bar{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:calc(10px + env(safe-area-inset-bottom));left:max(12px,env(safe-area-inset-left));z-index:1200;display:none;grid-template-columns:minmax(104px,.72fr) minmax(0,1.36fr);gap:8px;width:auto;max-width:520px;margin:0 auto;padding:8px;border:1px solid rgba(226,232,240,.92);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(15,23,42,.18),0 2px 10px rgba(15,23,42,.08);opacity:0;pointer-events:none;transform:translateY(calc(100% + 22px));transition:transform .24s ease,opacity .2s ease;backdrop-filter:blur(14px)}.mobile-contact-bar-link{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:58px;gap:10px;padding:0 14px;border-radius:999px;color:#111827;font-size:15px;font-weight:900;line-height:1.1;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.mobile-contact-bar-link svg{width:28px;height:28px;flex:0 0 auto}.mobile-contact-bar-link:active{transform:scale(.98)}.mobile-contact-bar-whatsapp{background:linear-gradient(180deg,#18bf58,#0f8f41);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 24px rgba(15,143,65,.24)}.mobile-contact-bar-call{border:1px solid #dfe5ec;background:#fff;color:#111827;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.mobile-contact-bar-call svg{color:#13a955}body.is-mobile-sticky-cta-visible .mobile-contact-bar{opacity:1;pointer-events:auto;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.mobile-contact-bar{transition:none}}@media(max-width:360px){.mobile-contact-bar{grid-template-columns:86px minmax(0,1fr);gap:7px;padding:7px}.mobile-contact-bar-link{min-height:54px;gap:7px;padding:0 10px;font-size:14px}.mobile-contact-bar-link svg{width:24px;height:24px}}@media(max-width:768px){.mobile-contact-bar{display:grid}body.has-mobile-sticky-cta{padding-bottom:calc(94px + env(safe-area-inset-bottom))}}
.home-v2-hero-heading{grid-area:heading}.home-v2-hero-support{grid-area:support;position:relative;z-index:2;min-width:0;display:flex;flex-direction:column;padding:0 0 30px}.home-v2-hero-support>em{display:block;max-width:500px;margin:0;color:#536173;font-style:normal;font-size:15px;line-height:1.75}@media(min-width:821px){.home-v2-hero-grid{grid-template-areas:"heading visual" "support visual";grid-template-rows:auto 1fr;align-items:start}.home-v2-hero-heading{align-self:end;justify-content:flex-end;padding:30px 0 0}.home-v2-hero-visual{grid-area:visual;align-self:stretch}.home-v2-hero-support{align-self:start}}@media(max-width:1180px){.home-v2-hero-support>em{max-width:410px;font-size:12px;line-height:1.65}}@media(max-width:820px){.home-v2-hero-grid{display:flex;flex-direction:column;gap:0}.home-v2-hero-heading{order:1;padding:32px 0 12px}.home-v2-hero-visual{order:2}.home-v2-hero-support{order:3;padding:18px 0 34px}.home-v2-hero-support>em{max-width:none;font-size:13px;line-height:1.65}}

.home-v2-seo-overview{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:28px;align-items:stretch;margin:22px 0 8px;padding:28px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.06)}.home-v2-seo-overview-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.home-v2-seo-overview-copy>span{width:max-content;max-width:100%;display:inline-flex;align-items:center;min-height:28px;margin-bottom:12px;padding:0 11px;border-radius:999px;background:#effcf5;color:#0f7a3f;font-size:11px;font-weight:800;text-transform:uppercase}.home-v2-seo-overview h2{max-width:560px;margin:0;color:#111827;font-size:28px;line-height:1.16}.home-v2-seo-overview-copy>p{max-width:620px;margin:14px 0 0;color:#526173;font-size:14px;line-height:1.78}.home-v2-seo-overview-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.home-v2-seo-overview-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:800;text-decoration:none}.home-v2-seo-overview-actions a:first-child{background:#0f7a3f;color:#fff;box-shadow:0 12px 24px rgba(15,122,63,.18)}.home-v2-seo-overview-actions a:last-child{border:1px solid #dbe3ec;background:#fff;color:#172033}.home-v2-seo-overview-actions svg{width:18px;height:18px}.home-v2-seo-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-v2-seo-overview-grid article{min-width:0;display:grid;gap:8px;padding:16px;border:1px solid #e5ebf1;border-radius:8px;background:#f8fafc}.home-v2-seo-overview-grid span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#fff;color:#e52b2b;box-shadow:inset 0 0 0 1px #edf2f7}.home-v2-seo-overview-grid svg{width:18px;height:18px}.home-v2-seo-overview-grid h3{margin:0;color:#172033;font-size:15px;line-height:1.25}.home-v2-seo-overview-grid p{margin:0;color:#536173;font-size:13px;line-height:1.62}.home-v2-seo-links{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;padding-top:18px;border-top:1px solid #e5ebf1}.home-v2-seo-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #dbe5ec;border-radius:999px;background:#fff;color:#172033;font-size:12px;font-weight:800;text-decoration:none}.home-v2-seo-links a:hover{border-color:#0f7a3f;color:#0f7a3f}@media(max-width:980px){.home-v2-seo-overview{grid-template-columns:1fr;gap:20px;padding:22px}.home-v2-seo-overview h2{font-size:24px}}@media(max-width:640px){.home-v2-seo-overview{margin-top:6px;padding:18px 16px}.home-v2-seo-overview-grid{grid-template-columns:1fr}.home-v2-seo-overview-actions{display:grid;grid-template-columns:1fr}.home-v2-seo-overview-actions a{width:100%;min-height:44px}.home-v2-seo-links{display:grid;grid-template-columns:1fr;gap:7px}.home-v2-seo-links a{justify-content:center}.home-v2-seo-overview-copy>p,.home-v2-seo-overview-grid p{font-size:13px;line-height:1.65}}
@media(min-width:821px){.home-v2-product-scroll{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible!important;scroll-snap-type:none!important;scroll-behavior:auto!important;padding-left:0!important;padding-right:0!important}.home-v2-product-scroll .home-v2-product-card{flex:initial!important;min-width:0!important;scroll-snap-align:unset!important}.home-v2-products .home-v2-carousel-arrow{display:none!important}}
.home-v2{display:flex;flex-direction:column}.home-v2-seo-overview-section{background:#fff}@supports (content-visibility:auto){.home-v2 .home-v2-seo-overview-section{content-visibility:auto;contain-intrinsic-size:auto 360px}}
body.storefront .footer-guide-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:auto;margin:0;padding:0;border-top:0}body.storefront .footer-guide-links strong{color:#fff;font-size:15px;font-weight:900;letter-spacing:0;text-transform:uppercase;margin-bottom:18px}body.storefront .footer-guide-links a{width:auto;color:#b6b6b6;text-decoration:none;font-size:14px;font-weight:600;line-height:1.4}body.storefront .footer-guide-links a:hover{color:#fff}

.mp-customer-proof-section{background:linear-gradient(180deg,#fff 0%,#f6faf8 100%)}.mp-customer-proof-shell{padding:40px 0;border-color:rgba(196,217,207,.9)}.mp-customer-proof-head{margin-bottom:24px}.mp-customer-proof-head h2{max-width:620px}.mp-customer-proof-rail{display:flex;flex-wrap:nowrap;align-items:stretch;gap:16px;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:4px 2px 16px;scrollbar-color:#b7c8bd transparent}.mp-customer-proof-card{display:flex;overflow:hidden;scroll-snap-align:start;flex:0 0 292px;width:292px;flex-direction:column;min-height:464px;border:1px solid rgba(213,225,218,.94);border-radius:18px;background:#fff;color:#111827;text-decoration:none;box-shadow:0 18px 38px rgba(15,23,42,.07);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.mp-customer-proof-card:hover{transform:translateY(-3px);border-color:#b7d3c2;box-shadow:0 24px 46px rgba(15,23,42,.1);color:#111827}.mp-customer-proof-media{position:relative;flex:0 0 286px;margin:0;background:#eef4f0}.mp-customer-proof-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.mp-customer-proof-body{display:flex;flex:1;flex-direction:column;gap:10px;padding:16px}.mp-customer-proof-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#667085;font-size:11px;font-weight:800;text-transform:uppercase}.mp-customer-proof-meta span{display:inline-flex;align-items:center;gap:7px}.mp-customer-proof-meta span::before{content:'';width:7px;height:7px;border-radius:999px;background:#26b66a}.mp-customer-proof-meta em{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:#f0f7f3;padding:0 9px;color:#26704b;font-style:normal}.mp-customer-proof-card h3{margin:0;color:#111827;font-size:18px;line-height:1.15;font-weight:950;letter-spacing:0}.mp-customer-proof-card blockquote{margin:0;color:#344054;font-size:14px;line-height:1.5;font-weight:700}.mp-customer-proof-card blockquote::before{content:'"';color:#26b66a}.mp-customer-proof-card blockquote::after{content:'"';color:#26b66a}@media(max-width:820px){.mp-customer-proof-shell{padding:28px 0}.mp-customer-proof-head{margin-bottom:18px}.mp-customer-proof-rail{gap:12px;padding-bottom:14px}.mp-customer-proof-card{flex-basis:min(78vw,320px);width:min(78vw,320px);min-height:438px;border-radius:16px}.mp-customer-proof-body{padding:14px}.mp-customer-proof-card h3{font-size:17px}.mp-customer-proof-card blockquote{font-size:13px}}@supports (content-visibility:auto){.home-v2 .mp-customer-proof-section{contain-intrinsic-size:auto 560px!important}}

@media(min-width:901px){body.storefront .site-nav-bar{display:block!important}}

/* Header builder navigation */
@media(min-width:901px){body.storefront .site-nav-bar{display:block!important;background:rgba(255,255,255,.96);border-top:1px solid rgba(226,232,240,.95);border-bottom:1px solid rgba(226,232,240,.7)}body.storefront .site-nav{width:min(1320px,calc(100% - 48px));max-width:1320px;min-height:48px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;gap:4px 16px;flex-wrap:wrap;overflow:visible}body.storefront .site-nav-item{position:relative;display:flex;align-items:center;min-height:48px;border:0}body.storefront .site-nav-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:0;border-radius:0;background:transparent;color:#1f2937;font-size:13px;font-weight:800;line-height:1;text-transform:none;letter-spacing:0;text-decoration:none;box-shadow:none;white-space:nowrap}body.storefront .site-nav-link:hover,body.storefront .site-nav-link.is-active{color:#0f7a3f;background:transparent;border-color:transparent;box-shadow:none}body.storefront .site-nav-link.is-active::after{display:block;content:'';position:absolute;right:12px;bottom:2px;left:12px;height:2px;border-radius:999px;background:#0f7a3f}body.storefront .site-nav-dropdown{position:absolute;z-index:50;top:calc(100% - 2px);left:50%;min-width:220px;display:none;grid-template-columns:1fr;gap:4px;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.12);transform:translateX(-50%)}body.storefront .site-nav-item:hover>.site-nav-dropdown,body.storefront .site-nav-item:focus-within>.site-nav-dropdown{display:grid}body.storefront .site-nav-dropdown a{min-height:34px;display:flex;align-items:center;padding:0 10px;border-radius:6px;color:#334155;font-size:12px;font-weight:800;text-transform:none;text-decoration:none}body.storefront .site-nav-dropdown a:hover,body.storefront .site-nav-dropdown a.is-active{background:#effcf5;color:#0f7a3f}body.storefront .site-nav-mobile-tools{display:none!important}}
@media(max-width:900px){body.storefront .site-nav-link.is-active::after{display:none}body.storefront .site-nav-dropdown{display:grid;gap:6px;padding:0 0 10px}body.storefront .site-nav-dropdown a{min-height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f8fafc;color:#334155;text-decoration:none}}
body.storefront .site-footer{grid-template-columns:1.05fr .95fr repeat(2,1fr)}body.storefront .footer-contact-live>strong{margin-bottom:2px}body.storefront .footer-contact-live .footer-contact-logo{margin:0 0 6px}body.storefront .footer-contact-live .footer-contact-logo .footer-logo-image{width:240px}body.storefront .footer-guide-links{grid-column:span 2}body.storefront .footer-guide-link-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 28px;width:100%}body.storefront .footer-guide-link-columns>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}@media(max-width:1024px){body.storefront .site-footer{grid-template-columns:1fr 1fr}}@media(max-width:768px){body.storefront .site-footer{grid-template-columns:1fr}body.storefront .footer-guide-links{grid-column:auto}body.storefront .footer-guide-link-columns{grid-template-columns:1fr;gap:8px}}
