.products-page{padding:120px 0 88px;background:var(--brand-bg)}.products-heading{display:grid;grid-template-columns:minmax(0,0.75fr) minmax(320px,0.65fr);grid-gap:32px;gap:32px;align-items:end;margin-bottom:38px}.products-heading h1{margin-bottom:12px}.catalog-list{display:grid;grid-gap:34px;gap:34px}.catalog-category{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.catalog-category__head{padding:24px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.catalog-category__head h2{margin-bottom:8px;font-size:1.45rem}.catalog-products{display:grid}.catalog-row{display:grid;grid-template-columns:96px minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row__image{display:grid;align-items:center;justify-items:center;place-items:center;width:96px;height:96px;border-radius:var(--brand-radius);background:var(--brand-bg-alt);overflow:hidden}.catalog-row__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-row__body h3{margin-bottom:6px;font-size:1.08rem}.catalog-row__body p{font-size:.95rem}@media (max-width:767px){.catalog-row,.products-heading{grid-template-columns:1fr}.catalog-row__image{width:100%;height:auto;aspect-ratio:4/3}.catalog-row .btn{justify-self:start}}