.harr-products-page{padding:48px 0 88px;background:var(--brand-bg)}.harr-catalog-list{display:grid;grid-gap:40px;gap:40px}.harr-category-section{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.harr-category-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.harr-category-head h2{margin:0;font-size:1.35rem}.harr-category-head p{max-width:520px;margin:0}.harr-dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.harr-dynamic-product-card{min-width:0;padding:18px;border-right:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:#fff}.harr-dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.harr-product-img{display:grid;align-items:center;justify-items:center;place-items:center;width:100%;aspect-ratio:1/1;background:var(--brand-bg-alt);border:1px solid var(--brand-border)}.harr-product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harr-dynamic-product-card h3{font-size:1rem;margin-bottom:8px}@media (max-width:991px){.harr-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.harr-dynamic-product-grid{grid-template-columns:1fr}}