.px-imageslider {
  position: relative;
}
.px-imageslider .splide {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  transition: transform 0.4s ease-in-out !important;
  min-height: 800px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .px-imageslider .splide {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-imageslider .splide {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-imageslider .splide {
    min-height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-imageslider .splide {
    min-height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .px-imageslider .splide {
    min-height: 250px;
  }
}
.px-imageslider .splide__list {
  align-items: center;
  height: 100%;
}
.px-imageslider .splide__slide {
  position: relative;
  width: 65.11%;
  min-height: 800px;
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .px-imageslider .splide__slide {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-imageslider .splide__slide {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-imageslider .splide__slide {
    min-height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-imageslider .splide__slide {
    min-height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .px-imageslider .splide__slide {
    min-height: 250px;
  }
}
.px-imageslider .splide__slide .image {
  width: 100%;
  height: 600px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .px-imageslider .splide__slide .image {
    height: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-imageslider .splide__slide .image {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .px-imageslider .splide__slide .image {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .px-imageslider .splide__slide .image {
    height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .px-imageslider .splide__slide .image {
    height: 200px;
  }
}
.px-imageslider .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: lightgray;
}
.px-imageslider .splide__slide.is-active .image {
  height: 800px;
}
@media only screen and (max-width: 1200px) {
  .px-imageslider .splide__slide.is-active .image {
    height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-imageslider .splide__slide.is-active .image {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-imageslider .splide__slide.is-active .image {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-imageslider .splide__slide.is-active .image {
    height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .px-imageslider .splide__slide.is-active .image {
    height: 250px;
  }
}
.px-imageslider .splide__fraction {
  margin-bottom: 20px;
}
.px-imageslider .splide__fraction span {
  color: #fff;
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
}
.px-imageslider .splide__arrows {
  position: absolute;
  z-index: 7;
  max-width: 1504px;
  width: var(--baseWidth);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.px-imageslider .splide__arrows .splide__arrow {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  top: 40%;
}
@media only screen and (max-width: 640px) {
  .px-imageslider .splide__arrows .splide__arrow {
    width: 40px;
    height: 45px;
  }
}
.px-imageslider .splide__arrows .splide__arrow--prev {
  left: 0;
}
.px-imageslider .splide__arrows .splide__arrow--prev svg {
  transform: scale(1);
}
.px-imageslider .splide__arrows .splide__arrow--next {
  right: 0;
}
.px-imageslider .splide__arrows .splide__arrow svg {
  fill: var(--themeFontColor);
  transition: var(--baseTransition);
}
.px-imageslider .splide__arrows .splide__arrow:hover svg {
  fill: var(--main-color);
}

.wp-block-columns .imageslider,
.px-frame-layout .imageslider,
.accordion-content .imageslider,
.tab_wrapper .imageslider {
  width: 100%;
}

.editor-styles-wrapper .splide {
  visibility: visible !important;
}

.editor-styles-wrapper .splide__list > .block-editor-block-list__layout > .wp-block-blockstudio-imageslider-single {
  width: 250px;
}
.editor-styles-wrapper .splide__list > .block-editor-block-list__layout > .wp-block-blockstudio-imageslider-single > li {
  width: 100%;
}