/** Shopify CDN: Minification failed

Line 25:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:section-product-collection (INDEX:43) */
.slider-item {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
  } 
  @media screen and (min-width: 990px) {
    .slider-item {
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
      text-transform: uppercase;
    }
  }
}
/* END_SECTION:section-product-collection */

/* START_SECTION:slideshow-section (INDEX:57) */
.owl-carousel img.hidden_desktop{
    display:block;
  }
  .owl-carousel img.hidden_mobile {
    display: none;
  }
  @media (min-width:992px){
    .owl-carousel img.hidden_desktop{
      display:none;
    }
    .owl-carousel img.hidden_mobile {
      display: block;
    }
  }
/* END_SECTION:slideshow-section */