.h-product-feature{padding:96px 0;background:var(--brand-primary-light)}.h-product-feature img{height:480px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.h-catalog{padding:88px 0}.category-group{margin-bottom:64px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:0;text-align:left;overflow:hidden}.product-card img{width:100%;height:220px;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-card small,.product-card span{display:block;margin:18px 20px}.product-card span{font-weight:750;color:var(--brand-text)}.product-card small{color:var(--brand-primary)}