/** Shopify CDN: Minification failed

Line 25:16 Unexpected "{"
Line 25:25 Expected ":"
Line 25:31 Unexpected "-"
Line 27:13 Expected identifier but found whitespace
Line 27:15 Unexpected "{"
Line 27:24 Expected ":"

**/
.block-active {
  display: block !important;
}
.block-inactive {
  display: none !important;
}
.button-active {
  padding: 10px;
  background: #fff !important;
  color: #000;
}
.button-inactive {
  color: #fff;
}
.switch-slider-{{ section.id }}- {
  margin: auto;
  background: {{ section.settings.background }};
  height: auto;
}