/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:49 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:55 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.sec_top }}px;
    padding-bottom: {{ section.settings.sec_bottom }}px;
  }
  @media (max-width: 749px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.sec_top_mob }}px;
      padding-bottom: {{ section.settings.sec_bottom_mob }}px;
    }
  }