.m-topbar{
  background:#1f2328;
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:600;
  line-height:1.35;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.m-topbar__inner{
  width:100%;
  padding:8px 16px;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:36px;
}

.m-topbar__left{
  flex:1 1 auto;
  font-size:13px;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  opacity:.85;
}

.m-topbar__left a{
  color:inherit;
  text-decoration:none;
  opacity:1;
}

.m-topbar__left a:hover{
  opacity:.95;
  text-decoration:none;
}

.m-topbar__nav{
  display:flex;
  align-items:center;
  gap:12px;
}

.m-topbar__nav a{
  color:inherit;
  text-decoration:none;
  white-space:nowrap;
  opacity:.82;
  padding:2px 0;
  transition:opacity .15s ease;
}

.m-topbar__nav a:hover{
  opacity:1;
  text-decoration:none;
}

.m-topbar__currency{
  position:relative;
  margin-left:6px;
}

.m-currency-toggle{
  background:transparent;
  border:1px solid rgba(255,255,255,.18);
  color:inherit;
  font:inherit;
  font-weight:700;
  padding:6px 10px;
  border-radius:10px;
  cursor:pointer;
  opacity:.9;
  transition:opacity .15s ease, border-color .15s ease, background .15s ease;
}

.m-currency-toggle:hover{
  opacity:1;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.06);
  text-decoration:none;
}

.m-currency-toggle .caret{
  margin-left:6px;
  border-top:5px solid currentColor;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  display:inline-block;
  opacity:.9;
}

.m-currency-menu{
  display:none;
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  background:#ffffff;
  color:#111;
  min-width:92px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(0,0,0,.26);
  z-index:10000;
  border:1px solid rgba(17,17,17,.08);
}

.m-currency-menu a{
  display:block;
  padding:10px 14px;
  color:#111;
  text-decoration:none;
  font-weight:600;
  opacity:.92;
  transition:background .15s ease, opacity .15s ease;
}

.m-currency-menu a:hover{
  background:#f3f5f7;
  opacity:1;
  text-decoration:none;
}

.m-topbar__currency.open .m-currency-menu{
  display:block;
}

@media (max-width:768px){
  #m-topbar,
  .m-topbar{
    display:none !important;
  }
}

@media (min-width:769px){
  .top-navigation-bar{
    display:none !important;
  }
}
