.products-hero{background:linear-gradient(180deg,var(--brand-bg-alt),#fff)}.product-listing{background:#fff}.product-category-block+.product-category-block{margin-top:56px}.category-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;border-bottom:1px solid var(--brand-border);margin-bottom:24px;padding-bottom:18px}.category-heading h2,.category-heading p{margin:0}.category-heading p{max-width:520px;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-card a{display:block;height:100%;color:var(--brand-text);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.dynamic-product-card a:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(42,38,34,.12)}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.dynamic-product-card span{display:inline-block;color:var(--brand-primary);font-weight:800;margin:18px 18px 8px;font-size:.86rem}.dynamic-product-card h3{margin:0 18px 22px}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading{display:block}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}