/* ABI is trade-only — hidden until an approved portal session unlocks it. */
body:not(.abi-unlocked) .product-card[data-brand="abi"],
body:not(.abi-unlocked) [data-portal-gated="abi"],
html:not(.abi-unlocked) .product-card[data-brand="abi"],
html:not(.abi-unlocked) [data-portal-gated="abi"] {
  display: none !important;
}

body:not(.abi-unlocked) #brandFilter option[value="abi"] {
  display: none;
}

/* Signed-in portal CTA — show the user's name instead of Log in */
a.nav-cta.nav-cta--account,
a.mobile-cta.mobile-cta--account {
  text-transform: none;
  letter-spacing: 0.06em;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--brass-light, #D4AF6A);
  border-color: var(--brass, #B8963E);
}

a.nav-cta.nav-cta--account:hover,
a.mobile-cta.mobile-cta--account:hover {
  background: var(--brass, #B8963E);
  color: var(--blue-deep, #0D1821);
}

a.mobile-cta.mobile-cta--account {
  margin-top: 8px;
  align-self: flex-start;
  max-width: 100%;
}
