.product-featured{background:var(--brand-bg)}.featured-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:36px;gap:36px;align-items:center;padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.featured-product img{width:100%;aspect-ratio:12/7;border-radius:calc(var(--brand-radius) - 4px);-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light)}.product-category{margin-bottom:56px}.category-heading{max-width:820px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.catalog-card{overflow:hidden;transition:transform .18s,box-shadow .18s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(29,36,35,.12)}.catalog-card a{display:grid;color:var(--brand-text)}.image-wrap{display:flex;aspect-ratio:4/3;align-items:center;justify-content:center;background:var(--brand-bg-alt)}.image-wrap img{max-width:86%;max-height:86%;-o-object-fit:contain;object-fit:contain}.catalog-card-body{display:grid;grid-gap:8px;gap:8px;padding:20px}.static-specs{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:5px 9px;border-radius:999px;color:var(--brand-primary-dark);background:rgba(58,175,154,.14);font-size:.82rem}.catalog-link{margin-top:8px;color:var(--brand-accent);font-weight:800}@media (max-width:991px){.featured-product{grid-template-columns:1fr}}