.products-hero{min-height:500px}.catalog-note{max-width:720px;margin:0 0 28px;color:var(--brand-text);font-size:1.05rem}.product-category+.product-category{margin-top:54px}.product-category h2{padding-bottom:16px;border-bottom:1px solid var(--brand-border)}.product-list{display:grid;grid-gap:16px;gap:16px}.product-row{display:grid;grid-template-columns:200px 1fr;grid-gap:24px;gap:24px;align-items:center;padding:18px;border:1px solid var(--brand-border);background:#fff}.product-row img{width:200px;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-row__body p{color:var(--brand-text)}@media (max-width:700px){.product-row{grid-template-columns:1fr}.product-row img{width:100%}}