/** Shopify CDN: Minification failed

Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:51 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:57 Expected ":"

**/


/* CSS from section stylesheet tags */
.featured-slider-section {
  position: relative;
  width: 100%;
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
.featured-slider .swiper {
  width: 100%;
  height: auto;
}
.featured-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.featured-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 10;
}