/* Shared HTT frontend brand tokens. */
:root{
  --htt-brand-orange: #ff5509;
}

/* HTT Currency bar (top of page) */
.htt-currency-bar{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.htt-currency-bar__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.htt-currency-bar__label{
  font-size: 13px;
  opacity: .75;
}

.htt-currency-switcher select#htt_currency_select{
  height: 34px;
  padding: 0 10px;
}


