/** Shopify CDN: Minification failed

Line 20:14 Expected identifier but found whitespace
Line 20:16 Unexpected "{"
Line 20:25 Expected ":"
Line 20:65 Expected ":"
Line 21:17 Expected identifier but found whitespace
Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 21:71 Expected ":"
Line 24:12 Expected identifier but found whitespace
Line 24:14 Expected identifier but found "%"
... and 4 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section {
  padding-top: {{ section.settings.spacing_top | default: 24 }}px;
  padding-bottom: {{ section.settings.spacing_bottom | default: 24 }}px;
}
.container {
  max-width: {% if section.settings.full_width %}100%{% else %}1200px{% endif %};
  margin: 0 auto;
  padding: 0 24px;
}