.mobile-header-navigation {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap
}

.mobile-header-navigation__link {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  font-family: Lato, PingFang TC, PingFang HK, PingFang-HK, PingFangHK, Microsoft JhengHei, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-display: swap;
  font-size: 13px;
  opacity: .7;
  white-space: nowrap
}

.mobile-header-navigation__link.pl-menu-link--image {
  padding: 0 10px;
  display: flex;
  align-items: center
}

.mobile-header-navigation__link img {
  width: auto;
  max-width: unset;
  max-height: 30px
}

.header-user-link__avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  /* overflow: hidden */
}

.header-search-link__icon,
.header-user-link__icon {
  display: block
}

.mobile-header {
  width: 100%;
  /* position: fixed;
  z-index: 1011;
  background-color: #ffafa0;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-top: var(--top-app-promotion-height, 0);
  transition: padding-top .2s;
  overflow: hidden */
}

.mobile-header .top-app-promotion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.mobile-header__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 14px 13px 5px;
  background-color: #ffafa0
}

.mobile-header__button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #fff
}

.mobile-header .header-search-link,
.mobile-header .header-user-link,
.mobile-header__button {
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.mobile-header__hamburger {
  font-size: 25px;
  /* transition: transform .5s */
}

.mobile-header__hamburger--active {
  transform: rotate(90deg)
}

.mobile-header__region {
  font-size: 18px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 17px
}

.mobile-header__region:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 3px 2.5px 0;
  margin-left: 6px
}

.mobile-header__home-link {
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%)
}

.mobile-header__home-logo {
  width: 114px
}

.mobile-header__title {
  text-align: center;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  font-family: Futura, sans-serif;
  font-weight: 500;
  letter-spacing: .69px;
  color: #fff;
  border-bottom: 2px solid #ffafa0
}

.mobile-header .header-user-link {
  margin-right: 10px
}

.mobile-header__bottom {
  position: relative;
  z-index: 1;
  height: 40px;
  /* overflow: hidden; */
  overflow-x: scroll;
  /* transition: height .2s; */
  -webkit-overflow-scrolling: touch;
  background-color: #ffafa0
}

.mobile-header__bottom--hidden {
  height: 0
}

.mobile-header__top-sticky-banner {
  position: relative;
  z-index: 1
}
