.f-catalog{padding:96px 0}.f-catalog-head{display:flex;justify-content:space-between;align-items:end;gap:32px;border-bottom:2px solid var(--brand-primary);padding-bottom:24px}.f-catalog h1{font-size:max(2rem, min(4vw, 3.5rem))}.f-category{padding:40px 0;border-bottom:1px solid var(--brand-border)}.f-product-list{display:grid;grid-gap:8px;gap:8px}.f-product-row{display:grid;grid-template-columns:72px 1fr auto;grid-gap:24px;gap:24px;align-items:center;padding:12px;background:var(--brand-bg-alt)}.f-product-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover}.f-product-row h3{font-size:1rem;margin:0}@media (max-width:600px){.f-catalog-head{display:block}.f-product-row{grid-template-columns:64px 1fr}.f-product-row .btn{grid-column:1/-1}}