/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/carousel-block/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-td-blocks-plugin-carousel-block .swiper-button-prev::after,
.wp-block-td-blocks-plugin-carousel-block .swiper-button-next::after {
  content: initial;
}
@media (min-width: 600px) {
  .wp-block-td-blocks-plugin-carousel-block.enlarge-active > .swiper-wrapper > .swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
}
.wp-block-td-blocks-plugin-carousel-block.swiper {
  overflow: clip visible;
}
.wp-block-td-blocks-plugin-carousel-block .swiper-wrapper {
  align-items: stretch;
}
.wp-block-td-blocks-plugin-carousel-block .swiper-wrapper .swiper-slide {
  height: unset;
}
.wp-block-td-blocks-plugin-carousel-block.defocus-inactive .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.wp-block-td-blocks-plugin-carousel-block.defocus-inactive .swiper-slide-active {
  opacity: 1;
}
.wp-block-td-blocks-plugin-carousel-block.flare-effect .swiper-wrapper .swiper-slide .carousel-flare-effect {
  visibility: visible;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.wp-block-td-blocks-plugin-carousel-block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.wp-block-td-blocks-plugin-carousel-block .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  filter: brightness(1.5);
  transform: scale(1.1);
  opacity: 0.5;
  background: lightskyblue;
}

.carousel-flare-effect {
  visibility: hidden;
}

/*# sourceMappingURL=style-index.css.map*/