@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;max-width:100%;overflow-x:hidden}:root{--primary:#667eea;--primary-dark:#5a67d8;--secondary:#764ba2;--success:#48bb78;--warning:#ed8936;--danger:#fc8181;--dark:#2d3748;--light:#f7fafc;--gray:#a0aec0}body{font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dark);background:var(--light);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.02em}h1{font-size:2.5rem;font-weight:900}h2{font-size:2rem;font-weight:800}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media (max-width:768px){.site-desktop-nav,.site-top-rail{display:none!important}.site-navbar{padding-left:12px!important;padding-right:12px!important}.site-nav-container{display:flex!important;justify-content:space-between!important;min-width:0!important;width:100%!important;max-width:100%!important}.site-right-icons{margin-left:auto!important}.site-menu-button{display:inline-flex!important}.site-mobile-menu{display:block!important}.home-hero{padding:34px 14px 30px!important}.home-hero-inner{grid-template-columns:1fr!important;gap:24px!important}.home-hero-copy,.home-hero-inner,.home-hero-panel{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.home-hero-copy,.home-hero-panel{box-sizing:border-box!important}.home-hero-copy *,.home-hero-panel *{max-width:100%!important;box-sizing:border-box!important}.home-hero-copy h1,.home-hero-copy p,.home-hero-panel h2,.home-hero-panel p{overflow-wrap:anywhere!important}.container{padding:0 16px}.container,body,main,section{text-align:center}ol,ul{text-align:left}h1{font-size:1.75rem!important}h1,h2{text-align:center!important}h2{font-size:1.5rem!important}h3,p{text-align:center!important}.featured-grid,.product-grid{justify-items:center}}@media (min-width:769px){.site-mobile-menu{display:none!important}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;justify-content:center}@media (max-width:768px){.responsive-grid{grid-template-columns:1fr;gap:16px;justify-items:center}}@media (max-width:480px){.responsive-grid{gap:12px}.btn,button{padding:10px 16px!important;font-size:14px!important;font-weight:600!important}}html{scroll-behavior:smooth}[role=button],a,button{touch-action:manipulation;min-height:44px;font-weight:600}img{max-width:100%;height:auto}#__next{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}main{flex:1 1}.btn,button{font-weight:700!important;letter-spacing:.5px}.card{transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}