.catalog-title{padding:96px 0 48px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.catalog-title p{max-width:700px}.catalog-help{font-weight:800}.catalog-list{padding:64px 0 96px}.catalog-category{margin-bottom:56px}.category-heading{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:32px;gap:32px;padding-bottom:18px;border-bottom:2px solid var(--brand-primary)}.product-row{display:grid;grid-template-columns:72px 1.4fr 1fr auto;align-items:center;grid-gap:20px;gap:20px;padding:16px;border-bottom:1px solid var(--brand-border)}.product-row:hover{background:var(--brand-bg-alt)}.product-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.product-row h3{font-size:1rem;margin:0}.product-row span{font-size:.88rem}@media (max-width:767px){.category-heading{grid-template-columns:1fr}.product-row{grid-template-columns:64px 1fr}.product-row .btn,.product-row span{grid-column:2}}