.products-catalog__head{align-items:end;display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,1fr) minmax(260px,360px);margin-bottom:32px}.products-catalog__filter input{border:1px solid var(--brand-border);border-radius:var(--brand-radius);min-height:46px;padding:0 14px;width:100%}.catalog-list{display:grid;grid-gap:28px;gap:28px}.catalog-category{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.catalog-category__title{background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border);padding:20px 24px}.catalog-category__title p{margin-bottom:0}.catalog-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-product{border-right:1px solid var(--brand-border);border-top:1px solid var(--brand-border);display:grid;min-height:170px}.catalog-product button{background:#fff;border:0;color:var(--brand-text);display:grid;grid-gap:10px;gap:10px;padding:16px;text-align:left}.catalog-product img{aspect-ratio:4/3;border:1px solid var(--brand-border);-o-object-fit:cover;object-fit:cover;width:100%}.catalog-product span{font-weight:800}.catalog-product a{align-self:end;border-top:1px solid var(--brand-border);color:var(--brand-primary-dark);font-weight:800;padding:12px 16px}@media (max-width:991px){.catalog-products,.products-catalog__head{grid-template-columns:1fr}}