/* ============================================================================
   CSM SHOP - CUSTOM CSS
   Purpose: Hide/remove the store title/name in the navigation
   Classes used by the store theme:
     - .store-name-header  (store name next to logo)
     - .store-name-nav     (store name when no logo)
============================================================================ */

/* Hide the store title/name in the navigation */
.store-name-header,
.store-name-nav {
  display: none !important;
}

/* Optional: if you want to remove the hero headline/tagline too, uncomment below */
/*
.hero-headline {
  display: none !important;
}
*/