.products-featured-hero{padding-top:120px;padding-bottom:72px;background:var(--brand-bg-alt)}.products-featured-hero__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,0.8fr);grid-gap:42px;gap:42px;align-items:center}.products-featured-hero__copy p:not(.hg-eyebrow){max-width:680px;margin-bottom:24px}.products-featured-hero__media img{width:100%;aspect-ratio:1.12;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light);box-shadow:0 24px 60px rgba(26,36,47,.16)}.products-dynamic-grid{background:var(--brand-bg)}.product-category-block{margin-bottom:56px}.product-category-block:last-child{margin-bottom:0}.product-category-block h2{margin-bottom:10px}.category-desc{max-width:760px;margin-bottom:24px}.product-grid-dynamic{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{display:flex;flex-direction:column;gap:16px;padding:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(26,36,47,.12)}.product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:calc(var(--brand-radius) - 2px);background:var(--brand-neutral-light)}.product-card h3{min-height:2.6em;margin:0}.product-card__button{width:100%;margin-top:auto}@media (max-width:991px){.products-featured-hero__grid{grid-template-columns:1fr}}