.products-featured{background:linear-gradient(135deg,var(--brand-bg-alt),#fff);padding:160px 0 80px}.products-featured__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.72fr);grid-gap:48px;gap:48px;align-items:center}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.featured-specs{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.featured-specs span{background:var(--brand-bg);border:1px solid var(--brand-border);padding:9px 12px;font-weight:700;color:var(--brand-text)}.product-catalog{padding:80px 0}.product-category{margin-bottom:64px}.product-category__header{max-width:820px;margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{position:relative;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card__button{display:grid;width:100%;min-height:100%;border:0;background:0 0;color:var(--brand-text);padding:0;text-align:left}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3,.product-card__cta,.product-card__meta,.product-card__spec{margin-left:20px;margin-right:20px}.product-card__meta{margin-top:20px;color:var(--brand-secondary);font-size:12px;font-weight:800;text-transform:uppercase}.product-card h3{margin-top:8px}.product-card__spec{color:var(--brand-text);margin-bottom:18px}.product-card__cta{color:var(--brand-primary);font-weight:800;margin-bottom:22px}@media (max-width:991px){.product-card-grid,.products-featured__grid{grid-template-columns:1fr}}