/* Storefront lane navigation shared by Astra catalog and account pages. */
html body #page #masthead .main-header-menu {
  background: rgba(255, 255, 255, .98) !important;
}

/* Astra can clone the source menu before the PHP-rendered lane replacement. */
html body #page #masthead #menu-item-1251,
html body #page #masthead #menu-item-2314,
html body #page #masthead .menu-item-1251,
html body #page #masthead .menu-item-2314 {
  display: none !important;
}

html body #page #masthead .main-header-menu > .aa-storefront-lane {
  min-height: 44px !important;
  display: list-item !important;
  background: transparent !important;
}

html body #page #masthead .main-header-menu > .aa-storefront-lane > .menu-link {
  min-height: 44px !important;
  padding: 0 clamp(10px, 1vw, 16px) !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  background: transparent !important;
  color: #171a20 !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body #page #masthead .main-header-menu > .aa-storefront-lane > .menu-link::after {
  content: "";
  position: absolute;
  right: calc(100% - clamp(10px, 1vw, 16px));
  bottom: 5px;
  left: clamp(10px, 1vw, 16px);
  height: 1px;
  background: #171a20;
  transition: right .22s ease;
}

html body #page #masthead .main-header-menu > .aa-storefront-lane:hover > .menu-link::after,
html body #page #masthead .main-header-menu > .aa-storefront-lane.current-menu-item > .menu-link::after {
  right: clamp(10px, 1vw, 16px);
}

html body #page #masthead .main-header-menu > .aa-replacement-menu-item { order: 1 !important; }
html body #page #masthead .main-header-menu > .aa-accessories-menu-item { order: 2 !important; }

@media (max-width: 1100px) {
  html body #page #masthead .ast-mobile-header-content {
    margin-top: 39px !important;
  }

  html body #page #masthead .ast-mobile-header-content .main-header-menu > .aa-storefront-lane {
    display: list-item !important;
  }

  html body #page #masthead .ast-mobile-header-content .main-header-menu > .aa-storefront-lane > .menu-link {
    min-height: 54px !important;
    padding-inline: 20px !important;
    border-bottom: 1px solid rgba(23, 26, 32, .14);
  }

  html body #page #masthead .ast-mobile-header-content .main-header-menu > .aa-storefront-lane > .menu-link::after {
    display: none;
  }
}

@media (max-width: 620px) {
  html body #page #masthead .ast-mobile-header-content {
    margin-top: 45px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #page #masthead .main-header-menu > .aa-storefront-lane > .menu-link::after {
    transition: none;
  }
}
