/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 25:14 Unexpected "{"
Line 25:23 Expected ":"
Line 26:18 Expected identifier but found whitespace
Line 26:20 Unexpected "{"
Line 26:29 Expected ":"
Line 26:55 Expected ":"
Line 27:21 Expected identifier but found whitespace
Line 27:23 Unexpected "{"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: calc({{ section.settings.padding_top }}px * 0.75);
    padding-bottom: calc({{ section.settings.padding_bottom }}px * 0.75);
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }