.products-featured{padding:120px 0 72px;background:var(--brand-bg-alt)}.products-featured .container{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:48px;gap:48px;align-items:center}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.product-category+.product-category{margin-top:56px}.category-head{max-width:760px;margin-bottom:22px}.catalog-list{display:grid;grid-gap:16px;gap:16px}.catalog-row{display:grid;grid-template-columns:190px minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center;padding:18px;border:1px solid var(--brand-border);background:#fff;cursor:pointer}.catalog-row:hover{border-color:var(--brand-primary-light)}.catalog-row img{width:190px;height:132px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-row button{border:1px solid var(--brand-primary);background:#fff;color:var(--brand-primary);padding:10px 16px;border-radius:var(--brand-radius)}@media (max-width:767px){.catalog-row,.products-featured .container{grid-template-columns:1fr}.catalog-row img{width:100%;height:220px}}