.products-featured{background:var(--brand-bg-alt)}.products-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);grid-gap:42px;gap:42px;align-items:center}.products-hero img{border-radius:var(--brand-radius);background:#fff;border:1px solid var(--brand-border);aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-catalog{padding-top:48px}.category-block{margin-bottom:52px}.category-heading{max-width:760px;margin-bottom:24px}.catalog-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.catalog-card{padding:0;overflow:hidden}.catalog-card button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:0;color:var(--brand-text)}.catalog-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-card span{display:block;padding:18px;font-family:var(--mono);font-weight:800}@media (max-width:991px){.products-hero{grid-template-columns:1fr}}