.products-featured{background:var(--brand-bg-alt);padding:150px 0 80px}.featured-product-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg);border:1px solid var(--brand-border)}.category-note{max-width:850px;margin-bottom:28px}.category-note p{color:var(--brand-text-secondary)}.product-category-block+.product-category-block{margin-top:64px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);min-height:100%}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body{padding:18px}.product-card__body p{color:var(--brand-text-secondary)}