.products-featured{background:var(--brand-bg-alt);padding-top:160px;padding-bottom:80px}.featured-product-img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.product-category-block{margin-bottom:64px}.category-head{display:flex;justify-content:space-between;gap:32px;border-bottom:2px solid var(--brand-primary);padding-bottom:18px;margin-bottom:28px}.category-head p{max-width:560px}.featured-plus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:#fff}.product-card a{color:var(--brand-text);display:block;height:100%}.product-card img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:20px}.product-label{color:var(--brand-primary);font-size:.75rem;font-weight:700;text-transform:uppercase}.product-card-featured{grid-column:span 2}.product-card-featured a{display:grid;grid-template-columns:1fr 1fr}.product-card-featured img{height:100%;min-height:320px}@media (max-width:991.98px){.featured-plus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-featured{grid-column:span 2}}@media (max-width:767.98px){.category-head,.product-card-featured a{display:block}.featured-plus-grid{grid-template-columns:1fr}.product-card-featured{grid-column:span 1}}