/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 22:2 Unexpected "{"
Line 22:3 Expected identifier but found "%"
Line 25:2 Unexpected "{"
Line 25:3 Expected identifier but found "%"
Line 29:12 Unexpected "{"
Line 29:21 Expected ":"
Line 30:16 Expected identifier but found whitespace
Line 30:18 Unexpected "{"
... and 10 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);
  {% if section.settings.zero_height %}
    height: 0 !important;
    overflow: hidden;
  {% endif %}
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    {% if section.settings.zero_height %}
      height: 0 !important;
      overflow: hidden;
    {% endif %}
  }
}