.wate-products-hero{background:var(--brand-bg-alt)}.wate-products-hero img{margin-top:34px;width:100%;aspect-ratio:12/5;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:#fff}.wate-product-grid-section{padding:88px 0}.wate-product-category{margin-bottom:64px}.wate-category-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.wate-category-head p{max-width:520px;color:var(--brand-text-muted)}.wate-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.wate-product-card{border:1px solid var(--brand-border);background:#fff;cursor:pointer;min-height:340px}.wate-product-image{background:var(--brand-bg-alt)}.wate-product-image img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain}.wate-product-body{padding:22px}.wate-product-body h3{font-size:19px;color:var(--brand-primary)}.wate-product-body p{color:var(--brand-text-muted)}@media (max-width:768px){.wate-category-head{display:block}}