.products-catalog{padding:96px 0;background:#fff}.catalog-header{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:28px;gap:28px;align-items:end;border-bottom:2px solid var(--brand-primary);padding-bottom:26px;margin-bottom:28px}.catalog-header p{max-width:760px;color:var(--brand-muted)}.catalog-tools label{display:block;font-weight:700;margin-bottom:8px}.catalog-tools input{width:100%;min-height:48px;border:1px solid var(--brand-border);padding:0 14px;border-radius:2px}.catalog-category{margin-bottom:36px}.category-heading{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:baseline;background:var(--brand-bg-alt);border:1px solid var(--brand-border);padding:18px 20px}.category-heading h2{margin:0;font-size:1.25rem}.category-heading p{margin:0;color:var(--brand-muted)}.catalog-rows{border-left:1px solid var(--brand-border);border-right:1px solid var(--brand-border)}.catalog-row{display:grid;grid-template-columns:72px minmax(220px,1fr) minmax(260px,0.8fr) auto;grid-gap:18px;gap:18px;align-items:center;min-height:96px;padding:14px 18px;border-bottom:1px solid var(--brand-border);background:#fff}.catalog-row:hover{background:#f9fafb}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border:1px solid var(--brand-border)}.catalog-row h3{margin:0 0 4px;font-size:1rem}.catalog-row p{margin:0;color:var(--brand-muted);font-size:.9rem}.row-specs{display:flex;flex-wrap:wrap;gap:6px}.row-specs span{border:1px solid var(--brand-border);background:var(--brand-bg-alt);padding:4px 8px;font-size:.78rem;color:#374151}@media (max-width:991.98px){.catalog-header,.catalog-row,.category-heading{grid-template-columns:1fr}.catalog-row img{width:84px;height:84px}}