.products-featured{padding:96px 0 80px;background:var(--brand-bg-alt)}.products-featured h1{font-size:48px;font-weight:800}.products-featured img{min-height:380px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:#fff}.product-category-block{margin-bottom:64px}.product-category-head{max-width:780px;margin-bottom:28px}.product-category-head h2{font-weight:800}.product-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:var(--brand-primary)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-card-body{padding:24px}.product-card h3{font-size:20px;font-weight:800;color:var(--brand-text)}.product-card span{color:var(--brand-primary);font-weight:800}