.products-featured{padding:170px 0 84px;background:var(--brand-bg-alt)}.products-featured__grid{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:48px;gap:48px;align-items:center}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;color:var(--brand-text);margin:12px 0 18px}.products-featured p{color:var(--brand-text);font-size:1.08rem}.products-featured__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:var(--brand-shadow)}.products-grid-section{padding:80px 0}.product-category+.product-category{margin-top:70px}.product-category h2{font-size:max(1.6rem, min(3vw, 2.4rem));color:var(--brand-text);margin-bottom:10px}.category-desc{max-width:760px;color:var(--brand-text);margin-bottom:24px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);display:flex;flex-direction:column;min-height:100%;box-shadow:0 10px 24px rgba(8,46,19,.08)}.dynamic-product-card a{color:var(--brand-text);display:block;flex:1}.product-image-wrap{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{display:block;padding:22px}.product-kicker,.product-static-tags{display:block;color:var(--brand-primary);font-size:.82rem;font-weight:700}.dynamic-product-card h3{font-size:1.12rem;color:var(--brand-text);margin:8px 0}.product-static-tags{color:var(--brand-text);font-weight:400}.dynamic-product-card .btn{margin:0 22px 22px}@media (max-width:991px){.dynamic-product-grid,.products-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid,.products-featured__grid{grid-template-columns:1fr}}