.products-featured{background:linear-gradient(135deg,#fff4f1,#fff 52%,#edf8f0)}.products-featured img{width:100%;border-radius:var(--brand-radius);aspect-ratio:36/23;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-category-block{padding:34px 0;border-bottom:1px solid var(--brand-border)}.category-heading{max-width:780px;margin-bottom:26px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(26,38,50,.12)}.product-card a{display:block;height:100%;color:var(--brand-text)}.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 span{display:inline-block;margin-top:8px;color:var(--brand-primary);font-weight:800}