.products-header{padding:128px 0 48px;background:var(--brand-bg-alt)}.products-header p{max-width:620px;color:var(--brand-text)}.catalog-section{padding:56px 0 88px}.catalog-category{margin-bottom:40px}.catalog-category__head{display:flex;justify-content:space-between;gap:16px;align-items:end;border-bottom:2px solid var(--brand-border);padding-bottom:12px;margin-bottom:16px}.catalog-category__head span{color:var(--brand-primary-dark);font-weight:800}.catalog-list{display:grid;grid-gap:12px;gap:12px}.catalog-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:14px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.catalog-row:hover{box-shadow:0 12px 28px rgba(42,38,34,.09)}.catalog-row img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.catalog-row h3{margin:0 0 4px}.catalog-row p{margin:0;color:var(--brand-text)}@media (max-width:767px){.catalog-row{grid-template-columns:64px 1fr}.catalog-row .btn{grid-column:1/-1}}