/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/moo-carousel/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-moo-carousel.has-text-color {
  color: var(--wp--preset--color--current-color);
}
.wp-block-create-block-moo-carousel.has-background {
  background-color: var(--wp--preset--color--current-background-color);
}
.wp-block-create-block-moo-carousel.has-link-color a {
  color: var(--wp--preset--color--current-link-color);
}
.wp-block-create-block-moo-carousel .carousel-container[data-arrows-on-hover=true] .splide__track {
  cursor: none;
}
.wp-block-create-block-moo-carousel .carousel-container[data-arrows-on-hover=true] .splide__arrow {
  display: none;
  color: var(--carousel-active-color, #000);
}
.wp-block-create-block-moo-carousel .carousel-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__track {
  overflow: visible;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__sr {
  display: none !important;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__list li {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  list-style-type: none;
  color: inherit;
  font: inherit;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__list .wp-block-cover {
  width: 100%;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__slide {
  height: 100%;
}
.wp-block-create-block-moo-carousel .carousel-container .splide__slide .wp-block-cover {
  height: 100%;
  min-height: var(--carousel-min-height, 400px) !important;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow .arrow-circle {
  position: absolute;
  top: -34px;
  left: -34px;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow .arrow-circle svg {
  width: 68px;
  height: 68px;
  color: var(--carousel-active-color, #000);
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow .arrow-circle .arrow-left {
  display: none;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow .arrow-circle .arrow-right {
  display: none;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow.left-side .arrow-circle .arrow-left {
  display: block;
}
.wp-block-create-block-moo-carousel .carousel-container .floating-arrow.right-side .arrow-circle .arrow-right {
  display: block;
}
.wp-block-create-block-moo-carousel .carousel-container[data-arrows-active=true][data-arrows-on-hover=false][data-pagination-active=true] .splide__arrows {
  height: var(--carousel-min-height, 100%);
}
.wp-block-create-block-moo-carousel :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: inherit;
}
.wp-block-create-block-moo-carousel :where(.wp-block-cover.is-dark:not(.has-text-color)) {
  color: inherit;
}
.wp-block-create-block-moo-carousel .splide__pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  margin: 1rem 0;
}
.wp-block-create-block-moo-carousel .splide__pagination button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: block;
  border: 0;
  background: var(--carousel-inactive-color, rgba(0, 0, 0, 0.5));
  transition: 0.2s all;
  cursor: pointer;
  min-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  max-height: 0.75rem;
  outline: none;
}
.wp-block-create-block-moo-carousel .splide__pagination button.is-active, .wp-block-create-block-moo-carousel .splide__pagination button:hover {
  background: var(--carousel-active-color, #000);
}
.wp-block-create-block-moo-carousel .splide__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 2rem);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
  pointer-events: none;
}
.wp-block-create-block-moo-carousel .splide__arrows .splide__arrow {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: none;
  transition: 0.2s all;
  padding: 0.625rem;
  cursor: pointer;
  fill: var(--carousel-active-color, #000);
  pointer-events: all;
}
.wp-block-create-block-moo-carousel .splide__arrows .splide__arrow:active, .wp-block-create-block-moo-carousel .splide__arrows .splide__arrow:hover {
  background: #fff;
}
.wp-block-create-block-moo-carousel .splide__arrows .splide__arrow--prev {
  transform: scaleX(-1);
}
.wp-block-create-block-moo-carousel .carousel-container[data-transition=fade] .splide__list {
  position: relative;
}
.wp-block-create-block-moo-carousel .carousel-container[data-transition=fade] .splide__slide {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none !important;
}
.wp-block-create-block-moo-carousel .carousel-container[data-transition=fade] .splide__slide.is-active {
  opacity: 1;
  position: relative;
  transform: none !important;
}

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