/*
============================================
SILVERHILL MILL - NAVIGATION & HEADER
============================================
Minimal overrides for Theme Builder header
Most styling now handled directly in Theme Builder modules
============================================
*/

/* ========================================
   WOOCOMMERCE PAGE MENU FIXES (IF NEEDED)
======================================== */
/* Only keep these if you notice menu styling issues on WooCommerce pages */

/* Force correct font weight on menu for WooCommerce pages if needed */
/*
body.woocommerce #et-top-navigation .et-menu > li > a,
body.woocommerce-page #et-top-navigation .et-menu > li > a,
body.woocommerce .et_pb_menu .et-menu > li > a,
body.woocommerce-page .et_pb_menu .et-menu > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}
*/

/* Add any additional navigation overrides here as needed */