/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 19:34 Unexpected "{"
Line 20:8 Expected identifier but found whitespace
Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
Line 25:9 Expected identifier but found whitespace
Line 25:11 Unexpected "{"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} {
  width: {{ section.settings.width }};
  margin: 0 auto;
}
#shopify-section-{{ section.id }} iframe {
  width: 100%;
  height: {{ section.settings.height }};
}
#shopify-section-{{ section.id }},
#shopify-section-{{ section.id }} iframe {
  width: 100%;
  height: auto; /* Set initial height to auto */
}