.products-featured{background:var(--brand-bg-alt);padding:168px 0 80px}.products-featured .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.85fr);grid-gap:42px;gap:42px;align-items:center}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-neutral-light)}.product-category-block+.product-category-block{margin-top:56px}.category-desc{max-width:760px}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.dynamic-product-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;background:var(--brand-bg)}.dynamic-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-image-wrap{display:block;background:var(--brand-neutral-light);border-radius:var(--brand-radius);overflow:hidden}.product-image-wrap img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card-body h3{margin-bottom:8px}.product-static-note{color:var(--brand-text);font-size:.92rem}@media (max-width:991px){.dynamic-product-grid,.products-featured .container{grid-template-columns:1fr}}