.app-shell--production-nav .top-nav {
  position: sticky;
  top: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: minmax(0, 1fr);
  gap: clamp(0.75rem, 1.4vw, 1.5rem);
  padding-inline: clamp(1rem, 2.2vw, 2.125rem);
}

.app-shell--production-nav .top-nav__brand {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.app-shell--production-nav .top-nav__links {
  position: static;
  z-index: auto;
  top: auto;
  bottom: auto;
  left: auto;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-content: normal;
  align-items: stretch;
  justify-content: center;
  width: auto;
  height: var(--production-top-nav-height);
  gap: clamp(0.35rem, 0.7vw, 0.8rem);
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  scrollbar-width: none;
}

.app-shell--production-nav .top-nav__links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  height: var(--production-top-nav-height);
  border: 0;
  padding: 0 0.15rem;
  background: transparent;
  color: #746e70;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.app-shell--production-nav .top-nav__links a:hover,
.app-shell--production-nav .top-nav__links a.is-active {
  border: 0;
  background: transparent;
  color: #0b090a;
}

.app-shell--production-nav .top-nav__links a.is-active::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 2px;
  background: var(--lezhi-brand);
  content: "";
}

.app-shell--production-nav .top-nav__account-group {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  min-width: 0;
}

.app-shell--production-nav .app-shell__body {
  width: 100%;
  margin-left: 0;
}

@media (max-width: 78rem) {
  .app-shell--production-nav .lezhi-brand-lockup--compact .lezhi-brand-lockup__context {
    display: none;
  }

  .app-shell--production-nav .lezhi-brand-lockup--compact img {
    width: 6.75rem;
  }
}

@media (max-width: 70rem) {
  .app-shell--production-nav .top-nav__account-role,
  .app-shell--production-nav .top-nav__account {
    display: none;
  }
}
