.products-catalog{padding-bottom:96px;background:var(--brand-bg)}.products-head{max-width:760px;margin-bottom:38px}.products-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.catalog-shell{display:grid;grid-gap:30px;gap:30px}.catalog-category{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.catalog-category__head{padding:24px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.catalog-category__head h2{font-size:1.5rem}.catalog-list{display:grid}.catalog-row{display:grid;grid-template-columns:1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 24px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row__main{display:grid;grid-template-columns:64px minmax(0,1fr) 150px;grid-gap:16px;gap:16px;align-items:center;color:var(--brand-text)}.catalog-row__main img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.catalog-row__name{color:var(--brand-text);font-weight:700}.catalog-row__meta{color:var(--brand-text);font-size:.88rem}@media (max-width:767px){.catalog-row,.catalog-row__main{grid-template-columns:1fr}.catalog-row__main img{width:100%;height:auto;aspect-ratio:4/3}}