.products-catalog{padding:96px 0 88px;background:var(--brand-bg)}.catalog-head{max-width:820px;margin-bottom:34px}.catalog-head h1{margin:12px 0 14px;font-size:max(2rem, min(4vw, 3.5rem))}.catalog-category{border-top:1px solid var(--brand-border);padding:28px 0 18px}.catalog-category h2{color:var(--brand-text);font-size:1.35rem;margin-bottom:8px}.category-desc{color:var(--brand-text);margin-bottom:16px}.catalog-list{display:grid;grid-gap:10px;gap:10px}.catalog-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(180px,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:14px;border:1px solid var(--brand-border);background:var(--brand-bg);transition:border-color .2s,background .2s}.catalog-row:hover{border-color:var(--brand-primary);background:var(--brand-bg-alt)}.product-identity{display:flex;align-items:center;gap:14px;color:var(--brand-text);font-weight:800}.product-identity img{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light);border:1px solid var(--brand-border)}.catalog-note{color:var(--brand-text);font-size:.92rem}@media (max-width:991px){.catalog-row{grid-template-columns:1fr}.catalog-row .btn{justify-self:start}}