.products-featured{background:var(--brand-bg-alt)}.featured-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:40px;gap:40px;align-items:center}.featured-grid figure{margin:0}.featured-grid img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.spec-list{display:grid;grid-gap:10px;gap:10px;margin:20px 0 28px}.spec-list span{border-left:3px solid var(--brand-accent);padding:8px 12px;background:#fff}.product-category-block{padding:36px 0;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:24px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:#fff;padding:18px;display:flex;flex-direction:column;gap:12px;min-height:100%}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3{margin:14px 0 0;color:var(--brand-primary)}.product-card p{color:#344054;flex:1}@media (max-width:991px){.featured-grid{grid-template-columns:1fr}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}