.product-catalog{background:var(--brand-bg)}.category-block+.category-block{margin-top:64px}.category-head{display:flex;justify-content:space-between;gap:20px;align-items:end;border-bottom:1px solid var(--brand-border);margin-bottom:24px;padding-bottom:18px}.product-grid-dynamic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.dynamic-product-card{border:1px solid var(--brand-border);background:#fff}.dynamic-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text);padding:16px}.dynamic-product-card a:hover{-webkit-text-decoration:none;text-decoration:none;border-color:var(--brand-primary)}.product-img-frame{aspect-ratio:1/1;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-neutral-light);overflow:hidden}.product-img-frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-title{min-height:48px;font-weight:800}.product-cta{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.product-grid-dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.category-head{display:block}.product-grid-dynamic{grid-template-columns:1fr}}