.d-products-title{padding:80px 0 32px;background:var(--brand-bg-alt)}.d-products-title h1{font-size:max(2rem, min(4vw, 3.5rem))}.d-products-title p{max-width:600px}.d-products{padding:48px 0 96px}.d-product-tabs{gap:8px;border-bottom:1px solid var(--brand-border);padding-bottom:16px;margin-bottom:40px}.d-product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border)}.d-product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse)}.d-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.d-product-card{background:var(--brand-bg);border:1px solid var(--brand-border);text-align:left;padding:0;overflow:hidden;border-radius:var(--brand-radius)}.d-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.d-product-card small,.d-product-card span{display:block;padding:12px 16px}.d-product-card span{font-weight:800}.d-product-card small{padding-top:0;color:var(--brand-primary)}