.products-featured{padding:80px 0 96px}.featured-card{display:grid;grid-template-columns:1.05fr 0.95fr;grid-gap:36px;gap:36px;align-items:center;border:1px solid var(--brand-border);border-radius:8px;padding:24px;box-shadow:var(--shadow-soft);background:#fff}.featured-card img{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:var(--brand-bg-alt)}.featured-card h2{font-weight:800;font-size:2.1rem}.product-dynamic-grid{margin-top:56px}.product-category{margin-top:40px}.product-card-grid,.static-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px;margin-top:28px}.product-card,.static-product-grid article{border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;background:#fff;min-height:100%}.product-card img,.static-product-grid img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card__body,.static-product-grid article{padding:20px}.static-product-grid article img{margin:-20px -20px 18px;width:calc(100% + 40px)}.product-card h3,.static-product-grid h3{font-size:1.2rem;font-weight:800}.product-card p,.static-product-grid p{color:var(--brand-text-muted)}@media (max-width:900px){.featured-card{grid-template-columns:1fr}.featured-card img{height:300px}}