.products-featured{padding:72px 0;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.featured-product-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-bg)}.catalog-category+.catalog-category{margin-top:56px}.catalog-category__head{max-width:780px;margin-bottom:24px}.catalog-category__head p{color:var(--brand-text-secondary)}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.catalog-card{border:1px solid var(--brand-border);background:var(--brand-bg);cursor:pointer;transition:transform .2s,box-shadow .2s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,18,23,.1)}.catalog-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.catalog-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-card__body{padding:24px}.catalog-card__body p{color:var(--brand-text-secondary)}.catalog-card__body span{color:var(--brand-accent);font-weight:800}@media (max-width:991.98px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.catalog-grid{grid-template-columns:1fr}}