.products-title{max-width:780px;margin:0 auto 34px;text-align:center}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:0;color:var(--brand-text);font-family:var(--font-mono);text-transform:uppercase}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.product-card{height:100%}.product-card button{width:100%;height:100%;text-align:left;cursor:pointer}.product-card__media{display:block;background:var(--brand-bg-alt);border:1px dashed var(--brand-border);margin-bottom:16px}.product-card__media img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:8px;gap:8px}.product-card__body strong{font-family:var(--font-mono);color:var(--brand-text)}.product-card__body em{font-style:normal;color:var(--brand-text-secondary);font-size:14px}