.products-catalog-header{padding:86px 0 48px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.products-catalog-header .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);grid-gap:32px;gap:32px;align-items:end}.products-catalog-header h1{margin-bottom:14px}.catalog-search{display:flex;gap:10px}.catalog-search input{min-width:0;width:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:12px 14px}.products-catalog-list{background:var(--brand-bg)}.catalog-category+.catalog-category{margin-top:42px}.catalog-category h2{padding-bottom:12px;border-bottom:1px solid var(--brand-border)}.category-desc{color:var(--brand-text)}.catalog-rows{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.catalog-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:14px;border:1px solid var(--brand-border);background:var(--brand-bg)}.catalog-row:hover{border-color:var(--brand-primary)}.catalog-thumb{width:76px;height:76px;background:var(--brand-neutral-light)}.catalog-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-copy h3{margin-bottom:4px}.catalog-copy p{margin:0;color:var(--brand-text)}@media (max-width:991px){.catalog-row,.products-catalog-header .container{grid-template-columns:1fr}.catalog-thumb{width:100%;height:180px}.catalog-search{flex-direction:column}}