.products-catalog{padding-top:128px;background:var(--brand-bg)}.products-catalog__head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:42px;border-bottom:1px solid var(--brand-border);padding-bottom:28px}.products-catalog h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;margin:0 0 14px;color:var(--brand-text)}.products-catalog__head p:not(.ma-eyebrow){max-width:760px;color:var(--brand-text);margin:0}.catalog-list{display:grid;grid-gap:42px;gap:42px}.catalog-category{padding:0}.catalog-category h2{font-size:max(1.4rem, min(2.6vw, 2.1rem));color:var(--brand-text);margin-bottom:10px}.catalog-category__desc{color:var(--brand-text);margin-bottom:18px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.catalog-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;transition:transform .2s,box-shadow .2s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(37,34,43,.12)}.catalog-card a{color:var(--brand-text);display:grid}.catalog-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.catalog-card__name{font-weight:900;padding:14px 14px 4px}.catalog-card__meta{color:var(--brand-text);padding:0 14px 12px;font-size:.9rem}.catalog-card__btn{border:0;width:calc(100% - 28px);margin:0 14px 14px;padding:10px 12px;border-radius:var(--brand-radius);background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}@media (max-width:991px){.products-catalog__head{align-items:start;flex-direction:column}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.catalog-grid{grid-template-columns:1fr}}