.products-featured{padding:120px 0 80px;background:var(--brand-bg-alt)}.products-featured h1{color:var(--brand-text)}.featured-product-img{width:100%;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.product-category-block{margin-bottom:64px}.category-head{max-width:820px;margin-bottom:28px}.product-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.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-featured{grid-column:span 2}.product-card a{display:grid;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-label{color:var(--brand-primary);font-size:12px;font-weight:800;text-transform:uppercase}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}@media (max-width:991px){.product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-feature-grid{grid-template-columns:1fr}.product-card-featured{grid-column:span 1}}