/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* 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 */