.header__wrapper-outer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
  z-index: 9998;
}

.header__wrapper-inner {
  height: auto !important;
  min-height: 40px;
}

.header-elevate {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  height: auto !important;
  min-height: 40px;
}

.header-elevate .header__right {
  visibility: visible !important;
}

.header-elevate .header__subnav-mount {
  background-color: var(--theme-header__background, #fff);
}
