.products-catalog{padding-top:126px}.catalog-header{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-gap:32px;gap:32px;align-items:end;margin-bottom:34px}.catalog-search{padding:20px;border-radius:var(--brand-radius);background:#fff;box-shadow:var(--brand-shadow)}.catalog-search label{display:block;margin-bottom:8px;font-weight:800}.catalog-shell{overflow:hidden}.catalog-category+.catalog-category{border-top:1px solid var(--brand-border)}.catalog-category-title{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:22px 24px;background:var(--brand-bg-alt)}.catalog-category-title h2{margin:0;font-size:24px}.catalog-category-title span{color:var(--brand-text-muted);font-weight:800}.catalog-row{display:grid;grid-template-columns:74px minmax(0,1fr) 310px auto;grid-gap:18px;gap:18px;align-items:center;padding:18px 24px;border-top:1px solid var(--brand-border)}.catalog-row:hover{background:#fff9f5}.catalog-media{display:block;overflow:hidden;width:74px;height:74px;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.catalog-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-copy h3{margin-bottom:6px;font-size:19px}.catalog-copy p{margin:0;color:var(--brand-text-muted)}.catalog-specs{display:flex;flex-wrap:wrap;gap:8px}.catalog-specs span{border:1px solid var(--brand-border);border-radius:999px;color:var(--brand-text);font-size:12px;font-weight:800;padding:6px 10px}@media (max-width:991px){.catalog-header,.catalog-row{grid-template-columns:1fr}.catalog-media{width:100%;height:180px}}