/** Shopify CDN: Minification failed

Line 34:0 Expected "}" to go with "{"

**/
/* =========================================================
   Qikify Smart Menu — match original header behavior exactly
   ========================================================= */

/* 1) Lock font family on the Smart Menu container (prevents flip)
      Do NOT force uppercase here */
#NavStandard .tmenu_wrapper,
#NavStandard .tmenu_navbar,
#NavStandard .tmenu_nav {
  font-family: var(--FONT-STACK-NAV) !important;
}

/* 2) TOP-LEVEL header items ONLY (level_0)
      → ALL CAPS + TRUE BOLD + correct size */
#NavStandard .tmenu_item_level_0 > .tmenu_item_link,
#NavStandard .tmenu_item_level_0 > .tmenu_item_link .tmenu_item_text {
  font-family: var(--FONT-STACK-NAV) !important;
  font-weight: 550 !important;   /* force real bold */
  text-transform: uppercase !important;
  font-size: 15px !important;
}


/* 3) Explicitly undo caps/bold for submenu items (levels 1+) */
#NavStandard .tmenu_item_level_1 .tmenu_item_text,
#NavStandard .tmenu_item_level_2 .tmenu_item_text,
#NavStandard .tmenu_item_level_3 .tmenu_item_text {
  font-family: inherit !important;
