.products-minimal{background:linear-gradient(180deg,#fff 0,var(--brand-bg-alt) 100%)}.catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:44px}.catalog-title-row p{max-width:720px}.catalog-category{margin-bottom:42px;padding:26px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.catalog-list{display:grid;grid-gap:12px;gap:12px}.catalog-row a{display:grid;grid-template-columns:72px 1fr 2fr auto;align-items:center;grid-gap:18px;gap:18px;padding:14px;color:var(--brand-text);border:1px solid var(--brand-border);border-radius:var(--brand-radius);transition:border-color 180ms,background 180ms}.catalog-row a:hover{background:var(--brand-accent);border-color:var(--brand-primary)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:var(--brand-bg-alt)}.catalog-action,.catalog-name{font-weight:900}.catalog-action{color:var(--brand-primary)}@media (max-width:991px){.catalog-row a,.catalog-title-row{grid-template-columns:1fr;display:grid}}