.m-products-feature{padding:150px 0 70px;background:var(--brand-primary-light)}.m-products-feature h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text)}.m-products-feature img{height:430px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.m-product-group{margin-bottom:64px}.m-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.m-product-card{padding:18px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);cursor:pointer;background:var(--brand-bg)}.m-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.m-product-card h3{font-size:1.1rem;margin:18px 0}