.rch-products-page{background:var(--brand-bg);padding-top:64px}.rch-products-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid var(--brand-border)}.rch-products-head p{max-width:760px;color:var(--brand-text);margin-bottom:0}.rch-catalog-list{display:grid;grid-gap:32px;gap:32px}.rch-catalog-category{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.rch-catalog-category-head{display:flex;justify-content:space-between;gap:24px;padding:18px 20px;background:var(--brand-neutral-light);border-bottom:1px solid var(--brand-border)}.rch-catalog-category-head h2{font-size:1.25rem;margin:0}.rch-catalog-category-head p{margin:0;color:var(--brand-text)}.rch-catalog-items{display:grid}.rch-catalog-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 20px;border-bottom:1px solid var(--brand-border);background:#fff}.rch-catalog-item:last-child{border-bottom:0}.rch-catalog-item:hover{background:var(--brand-bg-alt)}.rch-catalog-image img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-neutral-light)}.rch-catalog-copy h3{font-size:1rem;margin-bottom:4px}.rch-catalog-copy p{margin-bottom:0;color:var(--brand-text);font-size:.92rem}@media (max-width:768px){.rch-catalog-category-head,.rch-products-head{display:grid}.rch-catalog-item{grid-template-columns:72px minmax(0,1fr)}.rch-catalog-item .btn{grid-column:1/-1}}