/** Shopify CDN: Minification failed

Line 35:9 Unexpected "{"
Line 35:18 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:simple-text-slider (INDEX:63) */
@media (min-width: 768px) {
  .simple-text-slider {
    display: none;
  }
}

.simple-text-slider {
  padding: 1rem;
  color: white;
  text-align: center;
  height: 4.65rem;
}

.simple-text-slider .splide__slide {
  font-size: 1.5rem;
  padding: 0rem;
  color: black;
}

.simple-text-slider .splide__pagination {
    display:none;
}

#splide-{{ section.id }} .splide__arrows {
    display: block!important;
}
/* END_SECTION:simple-text-slider */