.minimal-catalog-title .container{display:flex;justify-content:space-between;gap:28px;align-items:flex-end}.catalog-category{margin-bottom:46px}.category-title{display:flex;justify-content:space-between;gap:24px;padding-bottom:14px;margin-bottom:12px;border-bottom:2px solid var(--brand-primary)}.category-title p{max-width:520px}.catalog-table{border:1px solid var(--brand-border);background:#fff}.catalog-row{display:grid;grid-template-columns:76px 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--brand-border);cursor:pointer}.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:cover;object-fit:cover;border:1px solid var(--brand-border)}.catalog-row h3{margin-bottom:4px;font-size:1.05rem}.catalog-row p{margin:0;color:var(--brand-text)}@media (max-width:767px){.category-title,.minimal-catalog-title .container{display:block}.catalog-row{grid-template-columns:64px 1fr}.catalog-row .btn{grid-column:1/-1}}