.abbc-catalog{padding:88px 0}.catalog-title{display:flex;justify-content:space-between;align-items:end;gap:32px;border-bottom:3px solid var(--brand-primary);padding-bottom:24px;margin-bottom:40px}.catalog-title p{max-width:650px}.catalog-category{margin:40px 0}.catalog-category h2{font-size:1.25rem;background:var(--brand-primary-light);padding:14px 18px}.catalog-list{border:1px solid var(--brand-border)}.catalog-row{display:grid;grid-template-columns:80px 1fr auto;align-items:center;grid-gap:20px;gap:20px;padding:14px 18px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain}.catalog-row h3{margin:0}@media (max-width:600px){.catalog-title{display:block}.catalog-title .btn{margin-top:16px}.catalog-row{grid-template-columns:64px 1fr}.catalog-row .btn{grid-column:1/-1}}