/** Shopify CDN: Minification failed

Line 26:14 Expected identifier but found whitespace
Line 26:16 Unexpected "{"
Line 26:27 Expected ":"
Line 26:30 Expected identifier but found "!"
Line 31:14 Expected identifier but found whitespace
Line 31:16 Unexpected "{"
Line 31:27 Expected ":"
Line 31:30 Expected identifier but found "!"
Line 35:14 Expected identifier but found whitespace
Line 35:16 Unexpected "{"
... and 23 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lo-section-bypass-globo-menu-color (INDEX:17) */
body.gm-menu-installed:not(.scrolled) .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text,
      body.gm-menu-installed:not(.scrolled) .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor,
      body.gm-menu-installed .gm-menu-mobile > .gm-item.gm-level-0 > a.gm-target > span.gm-text,
      body.gm-menu-installed .gm-menu-mobile > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor,
      body.gm-menu-installed .scrolled .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text {
        color: {{color_menu}} !important;
      }


	  body.gm-menu-installed:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text{
        color: {{color_menu}} !important;
      }
      
      body.gm-menu-installed:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor{
        color: {{color_menu}} !important;
      }
      
      body.gm-menu-installed:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > .gm-icon{
        color: {{color_menu}} !important;
      }

	  
	  /*with gm-custom class*/
      body.gm-menu-installed.gm-custom:not(.scrolled) .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text,
      body.gm-menu-installed.gm-custom:not(.scrolled) .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor,
      body.gm-menu-installed .gm-menu-mobile > .gm-item.gm-level-0 > a.gm-target > span.gm-text,
      body.gm-menu-installed .gm-menu-mobile > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor,
      body.gm-menu-installed .scrolled .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text {
        color: {{color_menu}} !important;
      }

	  body.gm-menu-installed.gm-custom:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-text{
        color: {{color_menu}} !important;
      }
      
      body.gm-menu-installed.gm-custom:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > span.gm-retractor{
        color: {{color_menu}}!important;
      }
      
      body.gm-menu-installed.gm-custom:not(.has-scrolled) .site-header--transparent  .gm-menu:not(.gm-menu-mobile) > .gm-item.gm-level-0 > a.gm-target > .gm-icon{
        color: {{color_menu}} !important;
      }
      
}
/* END_SECTION:lo-section-bypass-globo-menu-color */

/* START_SECTION:lo-section-neuplak-fontstyle (INDEX:18) */
#MainContent a, 
#MainContent p, 
#MainContent nav, 
#MainContent div,
#MainContent span,
.rich-text__text,
#MainContent li a {
 font-family:"Neue Plak" !important;
}

#MainContent h1, 
#MainContent h2, 
#MainContent h3 {
font-family: "Neue Plak Wide" !important;
}

#MainContent .button,
#MainContent button,
#MainContent .btn {
 font-family:"Neue Plak" !important;
 text-transform: uppercase;
}
/* END_SECTION:lo-section-neuplak-fontstyle */