.product-category-block{margin-bottom:54px}.product-category-block header{margin-bottom:22px;border-left:5px solid var(--brand-primary);padding-left:18px}.featured-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:22px;gap:22px}.product-card--featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;align-items:center}.product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);border-radius:var(--radius);overflow:hidden}.product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.product-card--featured{grid-column:auto;grid-template-columns:1fr}}