.product-tabs-section{padding:56px 0 92px}.product-tabs{justify-content:center;gap:10px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-text);border:1px solid var(--brand-border)}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(23,51,68,.06)}.product-card figure{aspect-ratio:4/3;margin:0;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-card figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:22px}.product-card h2{font-size:1.08rem;font-weight:800;color:var(--brand-text)}.product-card p{color:var(--brand-text-muted)}.product-card span{font-weight:800;color:var(--brand-primary)}