/* ==========================================================================
   AURA LUXIFY — Global header nav fixes
   The header/nav is shared across every page (like the mini-cart), so this
   is kept sitewide for consistency — same reasoning as cart-widget.css.
   ========================================================================== */

/* Active/current page indicator in the header menu — was the theme's
   default blue (#1346af); now matches the brand accent everywhere. */
.primary-navigation > li.current-menu-item > a,
.primary-navigation > li.current-menu-ancestor > a,
.primary-navigation > li.current-menu-parent > a,
.primary-navigation > li.current_page_parent > a,
.primary-navigation > li.current_page_ancestor > a,
.primary-navigation a:hover,
.primary-navigation a:hover > .menu-item-arrow .woostify-svg-icon,
.primary-navigation .menu-item-has-children:hover > a,
.primary-navigation .menu-item-has-children:hover > a > .menu-item-arrow .woostify-svg-icon{
  color:#2C3A32 !important;
}

/* Same weight everywhere, regardless of whether the page is built with
   Elementor (which can otherwise make the homepage's nav look heavier). */
.primary-navigation > li > a,
.primary-navigation .sub-menu a{
  font-weight:600 !important;
}
