.products-featured-grid{background:var(--brand-bg)}.product-category-block+.product-category-block{margin-top:76px;padding-top:76px;border-top:1px solid var(--brand-border)}.featured-product-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);grid-gap:34px;gap:34px;align-items:center;padding:28px;margin-bottom:28px;background:linear-gradient(135deg,#fff,#f2ead9);border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.featured-product-image img,.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-primary-light)}.product-kicker{display:inline-block;margin-bottom:12px;color:var(--brand-secondary);font-weight:900;text-transform:uppercase}.product-card{overflow:hidden}.product-card-body{padding:20px}@media (max-width:991px){.featured-product-card{grid-template-columns:1fr}}