/** Shopify CDN: Minification failed

Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 24:17 Unexpected "{"
Line 24:26 Expected ":"
Line 28:17 Unexpected "{"
Line 28:26 Expected ":"
Line 32:17 Unexpected "{"
Line 32:26 Expected ":"
Line 33:17 Unexpected "{"
Line 33:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:home-slider (INDEX:37) */
#home-slideshow-{{ section.id }} .owl-carousel {
  display: block;
}

#home-slideshow-{{ section.id }} .owl-carousel:not(.owl-loaded) > .heroCarousel--item {
  display: none;
}

#home-slideshow-{{ section.id }} .owl-carousel:not(.owl-loaded) > .heroCarousel--item:first-child {
  display: block;
}

#home-slideshow-{{ section.id }} .heroCarousel-item,
#home-slideshow-{{ section.id }} .heroCarousel-item img {
  display: block;
  width: 100%;
}

@media (max-width: 749px) {
  .slide-img--desktop { display: none !important; }
}

@media (min-width: 750px) {
  .slide-img--mobile { display: none !important; }
}

.heroCarousel-item img,
.collection-img {
  display: block;
  width: 100%;
  height: auto;
}
/* END_SECTION:home-slider */