/* MyTicaret B2B global chrome — tema bağımsız, düşük gürültü */
.myt-b2b-strip {
  position: relative;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem .9rem;
  flex-wrap: wrap;
  padding: .4rem 2.25rem .4rem 1rem;
  font-size: .8125rem;
  line-height: 1.4;
  letter-spacing: .01em;
  background: #f6f4ef;
  color: #3d3a34;
  border-bottom: 1px solid #e7e2d8;
  text-align: center;
}
.myt-b2b-strip a.myt-b2b-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: #1f1c17;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.myt-b2b-strip a.myt-b2b-strip__cta:hover {
  opacity: .75;
}
.myt-b2b-strip__text {
  color: #5c574e;
}
.myt-b2b-strip__dismiss {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #8a8478;
  cursor: pointer;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.1rem;
}
.myt-b2b-strip__dismiss:hover {
  background: rgba(0,0,0,.05);
  color: #3d3a34;
}
body.myt-account-body .myt-b2b-strip,
html.myt-b2b-strip-dismissed .myt-b2b-strip {
  display: none !important;
}

@media (max-width: 640px) {
  .myt-b2b-strip {
    font-size: .78rem;
    padding: .45rem 2rem .45rem .75rem;
    gap: .35rem .5rem;
  }
}
