/** Shopify CDN: Minification failed

Line 19:0 Unexpected "}"
Line 26:16 Expected identifier but found whitespace
Line 26:18 Unexpected "{"
Line 26:27 Expected ":"
Line 26:56 Expected ":"
Line 28:3 Unexpected "/"

**/


/* CSS from section stylesheet tags */
/* .dev-upper-section h2{
  font-size: {{ section.settings.fontsizetitle }}px;
}
  @media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
}
@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/
}
@media only screen and (max-width: 425px){
	/*Small smartphones [325px -> 425px]*/
    .dev-upper-section h2{
      font-size: {{ section.settings.fontsizemobile }}px;
    }
} */