.product-tabs-section{padding:64px 0 96px}.product-tabs{gap:10px;justify-content:center;margin-bottom:36px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--radius);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.product-card__media{aspect-ratio:4/3;background:var(--brand-bg-alt);display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;border-radius:var(--radius)}.product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body h2{font-size:1.15rem;font-weight:800}