.products-featured{padding:84px 0;background:var(--brand-bg-alt)}.products-featured img{width:100%;background:#fff;border:1px solid var(--brand-border)}.product-category-block{margin-bottom:58px}.category-heading{max-width:820px;margin-bottom:26px}.category-heading p{color:var(--brand-text-muted)}.product-card-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(6,28,43,.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-badge{display:inline-block;margin-bottom:10px;color:var(--brand-primary);font-size:12px;font-weight:700;text-transform:uppercase}.product-card p{color:var(--brand-text-muted)}.product-link{color:var(--brand-primary);font-weight:700}