.products-grid-section{background:#fff}.category-block{margin-bottom:54px}.category-block header{max-width:760px;margin-bottom:24px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{border:1px solid var(--brand-border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(23,51,68,.07)}.dynamic-product-card button{display:block;width:100%;padding:0;background:#fff;border:0;text-align:left;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.dynamic-product-card span{display:block;padding:18px 18px 6px;font-weight:800}.dynamic-product-card a{display:block;padding:0 18px 18px;font-weight:700}