/** Shopify CDN: Minification failed

Line 101:26 Unexpected "4"

**/
/* UGC VIDEOS */
.video-swiper-button-prev {
  display: none;
}

.video-swiper-button-next {
  display: none;
}

@media screen and (min-width: 750px) {
  .video-swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }

  .video-swiper-button-next {
    display: block;
    position: absolute;
    top: 55%;
    right: -30px;
    transform: translateY(-50%);
  }
}

.ugc-block--title {
  text-align: center;
  font-weight: 700;
}

.ugc-video-wrapper {
  max-width: 120px;
}

.custom-video {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 9/16;
  /* height: auto; */
  border-radius: 10px;
  object-fit: cover;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.5); */
  color: #fff;
  border: none;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100px;
  border: 2px solid currentColor;
}

@media screen and (max-width: 750px) {
  .ugc-videos-block {
    margin-bottom: 20px;
  }
}

/* Reviews Widget */
.scm-btn-load-more,
#scm-btn-load-more {
  -webkit-box-shadow: 0px 4px 5px -0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 4px 5px -0px rgba(0, 0, 0, .25);
  box-shadow: 0px 4px 5px -0px rgba(0, 0, 0, .25);
  color: black;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .25);
}

.product-block--review-stars {
  margin: 5px 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: .7rem;
}

@media only screen and (min-width: 750px) {
  .product-block--review-stars {
    font-size: .8rem;
  }
}

#reviewImporter [data-tab=4] {
  display: none;
}


#prvw__bottom_title > div.bottomtitle__total {
  font-family: 24px !important;
}

.block__bottomtitle__total h5 {
  justify-content: start;
}