.catalog-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;border-bottom:1px solid var(--brand-border);padding-bottom:28px;margin-bottom:32px}.catalog-head h1{color:var(--brand-primary-dark);font-weight:900}.catalog-head p{max-width:760px;color:var(--brand-text-secondary)}.catalog-category{margin-bottom:38px}.catalog-category h2{font-size:1.15rem;font-weight:900;color:var(--brand-primary-dark);margin-bottom:14px}.catalog-table{border:1px solid var(--brand-border)}.catalog-row{display:grid;grid-template-columns:78px 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:14px;border-bottom:1px solid var(--brand-border);background:#fff}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-thumb img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;background:#edf2f6}.catalog-info h3{font-size:1rem;font-weight:900;margin:0 0 4px}.catalog-info p{color:var(--brand-text-secondary);margin:0}@media (max-width:768px){.catalog-head,.catalog-row{display:block}.catalog-row .btn{margin-top:12px;width:100%}}