/* Veridian Health 2.6.58
   Static header navigation. Quick Start guide and category-driven menu removed.
   The only header navigation links are Home, Offers, New, Best Sellers, Support.
*/

/* Defensive: never show the legacy floating Quick Start guide, even if a cached
   template temporarily survives during an upgrade. */
.vh-guidebar {
  display: none !important;
}

/* Hide any legacy category menu remnants if markup is cached. */
#header .vh-reference-shop-category,
#header .vh-reference-category-menu,
#header .top-navigation-menu,
#header #_desktop_top_menu {
  display: none !important;
}

#header .vh-static-header-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  background: transparent !important;
}

#header .vh-static-header-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  color: #151a10 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-radius: 7px !important;
  background: transparent !important;
  transition: background-color .18s ease, color .18s ease !important;
}

#header .vh-static-header-link i {
  color: #4f6f22 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

#header .vh-static-header-link:hover,
#header .vh-static-header-link:focus,
#header .vh-static-header-link.is-active {
  color: #294315 !important;
  background: rgba(88, 118, 42, .10) !important;
}

#header .vh-static-header-link.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 3px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #58762a !important;
}

@media (min-width: 768px) {
  #header .header-navfullwidth > .container {
    padding-top: 6px !important;
  }

  #header .vh-static-header-nav {
    justify-content: center !important;
  }
}

@media (max-width: 767.98px) {
  #header .header-navfullwidth {
    display: block !important;
    padding: 0 8px 8px !important;
    background: rgba(249, 248, 241, .98) !important;
  }

  #header .header-navfullwidth > .container {
    padding: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  #header .header-navfullwidth > .container::-webkit-scrollbar {
    display: none !important;
  }

  #header .vh-static-header-nav {
    justify-content: flex-start !important;
    gap: 2px !important;
    min-width: max-content !important;
    padding: 4px 0 !important;
  }

  #header .vh-static-header-link {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  #header .vh-static-header-link.is-active::after {
    left: 12px !important;
    right: 12px !important;
  }
}
