/** Shopify CDN: Minification failed

Line 15:19 Expected identifier but found whitespace
Line 15:21 Unexpected "{"
Line 15:30 Expected ":"
Line 15:52 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:home-slideshow (INDEX:19) */
.shopify-section__slideshow {
  background-color: {{ section.settings.color_bg }} !important;
    position: relative;
  }
/* END_SECTION:home-slideshow */

/* START_SECTION:product-benefits (INDEX:30) */
@media screen and (max-width: 749px) {
  .product-benefits .testimonials {
    display: block !important;
    width: 100% !important;
  }

  .product-benefits .testimonials__grid-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto 30px !important;
    padding-left: 0 !important;
    text-align: center !important;
  }

  .product-benefits .product-benefits-text,
  .product-benefits .testimonial__author,
  .product-benefits .testimonial__content {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
  }
}
/* END_SECTION:product-benefits */