.g-products-feature{background:var(--brand-bg-alt)}.g-products-feature h1{font-size:max(2rem, min(4vw, 3.5rem))}.g-products-feature img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.g-product-category{margin-bottom:64px}.g-product-category>p{max-width:700px}.g-product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.g-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.g-product-card a{display:block;padding:0 18px 18px}.g-product-card img{width:calc(100% + 36px);max-width:none;margin:0 -18px 18px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.g-product-card h3{font-size:1.05rem;padding:0}.g-product-card span{display:block;color:var(--brand-primary);font-weight:700}