/** Shopify CDN: Minification failed

Line 15:9 Expected identifier but found whitespace
Line 15:11 Unexpected "{"
Line 15:19 Expected ":"
Line 16:8 Expected identifier but found "{"
Line 16:9 Unexpected "{"
Line 16:17 Expected ":"

**/


/* CSS from section stylesheet tags */
.new-description{
	padding: {{se_stts.se_pd}};
	margin:{{se_stts.se_mg}};
}
.new-description h1,
.new-description h2,
.new-description h3,
.new-description h4,
.new-description h5,
.new-description h6 {
    font-size: revert;
}
@meida screen and (max-width: 768px){
  .new-description{
      padding: {{se_stts.se_pd_m}};
      margin:{{se_stts.se_mg_m}};
  }
}