.products-featured{background:var(--brand-bg);padding:78px 0}.featured-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.8fr);grid-gap:46px;gap:46px;align-items:center}.featured-copy p{color:var(--brand-text-muted);font-size:1.06rem}.featured-image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff}.product-category-block{margin-bottom:64px}.category-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.category-heading p{color:var(--brand-text-muted);max-width:560px;margin:0}.product-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--radius);overflow:hidden;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card-body p{color:var(--brand-text-muted);font-size:.94rem}.product-card-body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.featured-grid{grid-template-columns:1fr}.category-heading{display:block}}