.b2b-altmenu{
  position:sticky; top:102px; z-index:60;
  display:flex; justify-content:center;
  padding:0 16px;
  pointer-events:none;
}
.b2b-altmenu-hap{
  pointer-events:auto;
  position:relative;
  display:inline-flex; align-items:center;
  max-width:100%;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--b2b-cam-kenar);
  box-shadow:0 10px 30px -14px rgba(14,38,94,.28);
  backdrop-filter:blur(18px) saturate(170%);
  -webkit-backdrop-filter:blur(18px) saturate(170%);
  opacity:0; transform:translateY(-14px);
  transition:opacity .35s ease, transform .5s var(--b2b-gecis);
}
.b2b-altmenu--goster .b2b-altmenu-hap{
  opacity:1; transform:translateY(0);
}
.b2b-altmenu:not(.b2b-altmenu--goster){ pointer-events:none; }
.b2b-altmenu:not(.b2b-altmenu--goster) .b2b-altmenu-hap{ pointer-events:none; }
.b2b-altmenu-ic{
  display:inline-flex; align-items:center; gap:2px;
  padding:5px 8px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.b2b-altmenu-ic::-webkit-scrollbar{ display:none; }
.b2b-altmenu-ad{
  font-size:12.5px; font-weight:700; color:var(--b2b-lacivert);
  padding:0 14px 0 10px; margin-right:6px;
  border-right:1px solid #E2EAF7;
  white-space:nowrap; flex-shrink:0;
}
.b2b-altmenu-baglanti{
  display:inline-flex; align-items:center;
  padding:8px 13px; border-radius:999px;
  font-size:13px; font-weight:600; color:var(--b2b-gri);
  white-space:nowrap;
  transition:color .2s ease, background-color .2s ease;
}
.b2b-altmenu-baglanti:hover{ color:var(--b2b-lacivert); }
.b2b-altmenu-baglanti.b2b-etkin{
  color:var(--b2b-mavi-700);
  background:rgba(37,99,235,.09);
}
.b2b-altmenu-ok{
  display:none;
  align-items:center; justify-content:center;
  width:34px; height:34px; flex-shrink:0;
  border:0; border-radius:999px; cursor:pointer;
  margin:0 4px;
  background:transparent; color:#7A8DAE;
  transition:color .2s ease, background-color .2s ease, opacity .2s ease;
}
.b2b-altmenu-ok:hover{ color:var(--b2b-mavi-700); background:rgba(37,99,235,.09); }
.b2b-altmenu-ok svg{ width:16px; height:16px; }
.b2b-altmenu--tasan .b2b-altmenu-ok{ display:inline-flex; }
.b2b-altmenu-ok[disabled]{ opacity:.25; pointer-events:none; }
.b2b-bolum-hedef{ scroll-margin-top:170px; }
