.products-hero::after{background:linear-gradient(90deg,rgba(43,40,34,.88),rgba(92,74,31,.58))}.catalog-intro{max-width:760px;margin-bottom:34px}.category-section{padding:34px 0;border-top:1px solid var(--brand-border)}.category-section h2{margin-bottom:8px}.category-desc{max-width:720px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.dynamic-product-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;background:#fff}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.dynamic-product-card h3{margin:14px 0 0}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}