.products-title{padding:64px 0 32px;background:var(--brand-bg-alt)}.products-title p{max-width:680px}.products-tabs{padding:32px 0 80px}.nav-pills{gap:8px;margin-bottom:32px}.nav-pills .nav-link{border:1px solid var(--brand-border);color:var(--brand-primary)}.nav-pills .nav-link.active{background:var(--brand-primary)}.product-dynamic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);padding:0 0 24px;text-align:left}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.product-card small,.product-card span{display:block;margin:16px 20px 0}.product-card span{font-weight:700}.product-card small{color:var(--brand-text-secondary)}