/** Shopify CDN: Minification failed

Line 95:0 Unexpected "@media"

**/
/****START: VIDEO REVIEWS SECTION*****/

.video--reviews .heading {
  text-wrap: pretty;
  margin-block: 0 35px;
}

.video--reviews-box {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}

.video--reviews--video {
  flex: 1;
  position: relative;
}

.video--reviews .video--play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  margin: auto;
  cursor: pointer;
}

.video--reviews .video--play-icon svg {
  width: 70px;
  height: 70px;
  margin: auto;
}
/* .video--reviews--video{
  padding-bottom: 177%;
}
.video--reviews--video video,
.video--reviews-wrapper .img-box img {
  height: 100%;
  width: 100%;
  display: flex;
  object-fit: cover;
  position: absolute;
} */
.video--reviews--video video{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 750px) {
  /* .section--header--wrapper:has(.header--text) {
    margin-bottom: 35px;
  } */
}

/****END: VIDEO REVIEWS SECTION*******/
/*****START: REVIEW SLIDER STYLING******/

.video--reviews .swiper-button-next::after,
/* .video--reviews .swiper-button-prev::after {
  display: none;
}

.video--reviews .swiper-button-next,
.video--reviews .swiper-button-prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video--reviews .swiper-button-prev svg {
  transform: rotate(180deg);
}

.video--reviews .swiper-button-next svg,
.video--reviews .swiper-button-prev svg {
  fill: #1F74BA;
  width: 22px;
}
 */
@media screen and (max-width: 1200px) {
  .video--reviews .video--play-icon {
    width: 60px;
    height: 60px;
  }
  .video--reviews .video--play-icon svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 992px) {
  .video--reviews .video--play-icon {
    width: 55px;
    height: 55px;
  }
  .video--reviews .video--play-icon svg {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .video--reviews .heading {
    margin-block: 0 15px;
  }
  .video--reviews--video video,
  .video--reviews-wrapper .img-box img {
    /* max-height: 380px; */
  }
  .video--reviews .video--play-icon {
    width: 48px;
    height: 48px;
  }
  .video--reviews .video--play-icon svg {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 444px) {
  .video--reviews--video video,
  .video--reviews-wrapper .img-box img {
    /* max-height: 350px; */
  }
  .video--reviews .swiper-button-next,
  .video--reviews .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .video--reviews .swiper-button-next svg,
  .video--reviews .swiper-button-prev svg {
    fill: #1F74BA;
    width: 20px;
  }
}

.video--reviews-box video{
  /* box-shadow: var(--block-shadows); */
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px);
}