:root{--primary:#155eef;--primary-dark:#0b46b8;--text:#172033;--muted:#647085;--surface:#fff;--soft:#f5f7fb;--border:#dce2ec;--r-sm:6px;--r-md:12px;--r-lg:20px;--shadow:0 12px 32px rgb(22 34 56/.1);--s1:.5rem;--s2:1rem;--s3:1.5rem;--s4:2rem;--s5:3rem;--s6:4.5rem;--container:1200px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--text);font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}img{display:block;max-width:100%;height:auto}svg{display:block}a{color:var(--primary);text-underline-offset:.18em}a:hover{color:var(--primary-dark)}button,input,select,textarea{font:inherit}input[type=search],input[type=text],input[type=email],input[type=password],select,textarea{width:100%;min-height:44px;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;color:var(--text)}button,.button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.7rem 1.2rem;border:1px solid var(--primary);border-radius:var(--r-sm);background:var(--primary);color:#fff;font-weight:700;text-decoration:none;cursor:pointer;transition:.18s ease}button:hover,.button:hover,input[type=submit]:hover{background:var(--primary-dark);color:#fff}:focus-visible{outline:3px solid rgb(21 94 239/.35);outline-offset:3px}.container{width:min(calc(100% - 2rem),var(--container));margin:auto}.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;z-index:9999;padding:.7rem 1rem;background:var(--text);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}
.site-header{position:relative;z-index:100;border-bottom:1px solid var(--border);background:#fff}.header-main{display:grid;grid-template-columns:auto minmax(240px,1fr) auto;gap:var(--s4);align-items:center;min-height:82px}.site-title{color:var(--text);font-size:1.25rem;font-weight:800;text-decoration:none}.custom-logo{width:auto;max-width:190px;max-height:54px}.header-search{width:100%;max-width:560px;justify-self:center}.woocommerce-product-search{display:flex}.woocommerce-product-search .search-field{border-radius:var(--r-sm) 0 0 var(--r-sm)}.woocommerce-product-search button{border-radius:0 var(--r-sm) var(--r-sm) 0}.header-actions{display:flex;align-items:center;gap:var(--s2)}.header-action{position:relative;display:flex;align-items:center;gap:.4rem;color:var(--text);font-size:.9rem;font-weight:650;text-decoration:none;white-space:nowrap}.header-action svg,.menu-toggle svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:var(--primary);color:#fff;font-size:.72rem}.menu-toggle{display:none;width:44px;padding:0;border:0;background:transparent;color:var(--text)}.navigation-panel{border-top:1px solid var(--border)}.primary-menu,.primary-navigation .menu{display:flex;gap:var(--s4);margin:0;padding:.8rem 0;list-style:none}.primary-navigation a{color:var(--text);font-weight:650;text-decoration:none}
.hero{background:linear-gradient(125deg,#f7f9fd,#eaf1ff);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:var(--s5);align-items:center;min-height:520px;padding-block:var(--s6)}.eyebrow{margin:0 0 .75rem;color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.04;letter-spacing:-.04em}.lead{max-width:620px;color:var(--muted);font-size:1.2rem}.actions{display:flex;gap:.75rem;margin-top:var(--s4)}.secondary{border-color:var(--border);background:#fff;color:var(--text)}.hero-placeholder{display:grid;place-items:center;width:min(100%,390px);aspect-ratio:1;border:1px solid rgb(21 94 239/.15);border-radius:50%;background:rgb(255 255 255/.65);color:var(--primary)}.hero-placeholder svg{width:120px;fill:none;stroke:currentColor;stroke-width:4}.benefits{border-block:1px solid var(--border)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid>div{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:90px;padding:var(--s2);font-weight:650;text-align:center}.benefits-grid>div+div{border-left:1px solid var(--border)}.benefits svg{width:26px;fill:none;stroke:var(--primary);stroke-width:1.8}
.home-section{padding-block:var(--s6)}.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:var(--s4)}.section-head h2,.final-cta h2{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.15}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--s2)}.category-card,.product-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-md);background:#fff;color:var(--text);text-decoration:none;transition:.18s ease}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-image{display:grid;place-items:center;aspect-ratio:4/3;background:var(--soft);color:var(--muted)}.category-image img{width:100%;height:100%;object-fit:cover}.category-image svg{width:64px;fill:none;stroke:currentColor;stroke-width:2}.category-card strong,.category-card small{display:block;padding-inline:var(--s2);text-align:center}.category-card strong{padding-top:var(--s2)}.category-card small{padding-bottom:var(--s2);color:var(--muted)}.empty-state{padding:var(--s4);border:1px dashed var(--border);border-radius:var(--r-md);background:var(--soft);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s3)}.product-image{position:relative;display:block;aspect-ratio:1;background:var(--soft);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.sale-badge{position:absolute;z-index:1;top:.75rem;left:.75rem;padding:.2rem .55rem;border-radius:99px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:800}.product-content{padding:var(--s2)}.product-content h3{margin:0 0 .5rem;font-size:1rem;line-height:1.4}.product-content h3 a{color:var(--text);text-decoration:none}.price{font-size:1.05rem;font-weight:800}.price del{color:var(--muted);font-size:.86em;font-weight:500}.price ins{text-decoration:none}.final-cta{padding-block:var(--s5)}.final-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:var(--s5);padding:var(--s5);border-radius:var(--r-lg);background:var(--text);color:#fff}.final-cta p:last-child{color:#c8d0dd}.light{flex:none;border-color:#fff;background:#fff;color:var(--text)}.site-footer{margin-top:var(--s5);padding-block:var(--s4);border-top:1px solid var(--border);color:var(--muted);text-align:center}
@media(max-width:899px){.header-main{grid-template-columns:1fr auto;gap:var(--s2)}.header-search{grid-column:1/-1;padding-bottom:var(--s2)}.header-action>span{display:none}.menu-toggle{display:grid;place-items:center}.navigation-panel{display:none;position:absolute;top:100%;inset-inline:0;background:#fff;box-shadow:var(--shadow)}.menu-open .navigation-panel{display:block}.primary-menu,.primary-navigation .menu{flex-direction:column;gap:0}.primary-navigation a{display:block;padding:.65rem 0}.hero-grid{grid-template-columns:1fr .6fr;min-height:430px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){:root{--s6:3.25rem}.container{width:min(calc(100% - 1.25rem),var(--container))}.hero-grid{grid-template-columns:1fr}.hero-placeholder{display:none}.actions{flex-direction:column}.benefits-grid>div{flex-direction:column;min-height:105px;font-size:.82rem}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{gap:.75rem}.final-cta>.container{flex-direction:column;align-items:flex-start;padding:var(--s4)}.final-cta .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
