/** Shopify CDN: Minification failed

Line 15:9 Expected identifier but found whitespace
Line 15:11 Unexpected "{"
Line 15:20 Expected ":"
Line 15:49 Expected ":"
Line 19:11 Expected identifier but found whitespace
Line 19:13 Unexpected "{"
Line 19:22 Expected ":"
Line 19:50 Expected ":"

**/
/* START_SECTION:spacer (INDEX:99) */
.section-spacer {
  height: {{ section.settings.desktop_height }}px;
}
@media screen and (max-width: 749px) {
  .section-spacer {
    height: {{ section.settings.mobile_height }}px;
  }
}
/* END_SECTION:spacer */
