/** Shopify CDN: Minification failed

Line 17:16 Unexpected "#"
Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 22:18 Unexpected "#"
Line 22:20 Unexpected "{"
Line 22:29 Expected ":"
Line 29:18 Unexpected "#"
Line 29:20 Unexpected "{"
Line 29:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.hero-slideshow #{{ section.id }} .swiper-pagination {
    font-size: 0 !important;
    bottom: 20px !important;
  }

  .hero-slideshow #{{ section.id }} .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: white !important;
    opacity: 0.5 !important;
  }

  .hero-slideshow #{{ section.id }} .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }

  .hero-slideshow img {
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    object-fit: cover;
  }