.products-feature{padding:96px 0 72px;background:var(--brand-bg-alt)}.products-feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.75fr);grid-gap:48px;gap:48px;align-items:center}.products-feature h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-feature p:not(.eyebrow){color:var(--brand-text);font-size:1.08rem}.products-feature img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--shadow-card)}.category-block+.category-block{margin-top:72px}.category-heading{max-width:780px;margin-bottom:28px}.category-heading p:not(.eyebrow){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{display:grid;grid-gap:18px;gap:18px;padding:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:var(--shadow-soft)}.dynamic-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;border-radius:calc(var(--brand-radius) - 4px);background:var(--brand-neutral-light)}.dynamic-product-card span{color:var(--brand-primary);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dynamic-product-card h3{margin:0}@media (max-width:991px){.dynamic-product-grid,.products-feature-grid{grid-template-columns:1fr}}