/** Shopify CDN: Minification failed

Line 18:10 Unexpected "{"
Line 18:19 Expected ":"
Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:75 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:81 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 1.0 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 1.0 | round: 0 }}px;
}