.products-featured{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,1.05fr);grid-gap:44px;gap:44px;align-items:center;min-height:520px;padding:96px max(24px,(100vw - 1180px) / 2) 72px;background:var(--brand-bg-alt)}.products-featured__media img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--brand-shadow)}.product-catalog{background:var(--brand-bg)}.category-section{width:min(1120px,100% - 48px);margin:0 auto 56px}.category-section:last-child{margin-bottom:0}.category-heading{margin-bottom:24px}.category-heading p{max-width:760px;color:var(--brand-text)}.dynamic-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dynamic-product-card{padding:0;overflow:hidden}.product-card-trigger{width:100%;height:100%;border:0;padding:0;background:0 0;color:var(--brand-text);text-align:left}.product-img-wrap{display:block;padding:14px;background:var(--brand-bg-alt)}.product-img-wrap img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain}.product-name,.product-note{display:block;padding:0 18px}.product-name{padding-top:16px;font-weight:900}.product-note{padding-bottom:18px;color:var(--brand-text);font-size:.92rem}@media (max-width:991px){.products-featured{grid-template-columns:1fr}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}