/** Shopify CDN: Minification failed

Line 17:10 Unexpected "{"
Line 17:19 Expected ":"
Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:87 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 19:93 Expected ":"
... and 10 more hidden warnings

**/
/* START_SECTION:mgo-calculator (INDEX:54) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 1.0 | times: 50 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 1.0 | times: 50 | round: 0 }}px;
}

@media screen and (max-width: 749px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 1.0 | times: 30 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 1.0 | times: 30 | round: 0 }}px;
  }
}
/* END_SECTION:mgo-calculator */
