.products-featured{background:var(--brand-bg-alt);padding:88px 0}.products-featured h1{max-width:620px}.featured-product-img{width:100%;aspect-ratio:9/6;-o-object-fit:cover;object-fit:cover;background:#e8eef3;border:1px solid var(--brand-border)}.product-category-block{margin-bottom:64px}.category-head{max-width:760px;margin-bottom:24px}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.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 14px 28px rgba(21,29,43,.12)}.product-card a{display:block;color:var(--brand-text)}.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-label{display:inline-block;margin-bottom:10px;color:var(--brand-secondary);font-size:.78rem;font-weight:700;text-transform:uppercase}@media (max-width:991px){.product-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.product-feature-grid{grid-template-columns:1fr}}