/** Shopify CDN: Minification failed

Line 339:26 Unexpected "4"

**/
/* image fix */


@media screen and (max-width: 750px) {
  .product__photos .image-wrap image-element {
    top: auto;
    bottom: 60px;
  }

  .flickity-viewport {
    max-height: 320px !important;
  }
}

@media screen and (max-width: 410px) {
  .product__photos .image-wrap image-element {
    top: auto;
    bottom: 20px;
  }

  .flickity-viewport {
    max-height: 300px !important;
  }
}


/* 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);
}

@media screen and (min-width: 750px) {
  .product-single__meta {
    position: relative;
    bottom: 20px;
  }
}

.product-single__meta h1 {
  font-family: 'Libre Baskerville' !important;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: .04rem;
  text-wrap: nowrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .product-single__meta h1 {
    font-size: 1.1rem;
  }
}

.product-single__meta {
  padding-left: 0px;
}

.product-single__meta .product-block--header {
  margin-bottom: 10px;
}


.flickity-page-dots {
  scale: 50%;
  transform: translateY(-50%);
}


.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;
  }
}

@media only screen and (max-width: 768px) {
  .product__main-photos {
    margin-bottom: 15px;
  }
}


[data-product-price] {
  color: #56aa3d;
  font-weight: 500;
  margin-right: 0;
}


[data-compare-price] {
  opacity: 0.4;
  font-weight: 400;
  margin-right: 0;
}

[data-save-price] {
  color: black;
  font-weight: 300;
}

.product-block.product-block--price {
  margin-bottom: 5px;
}

.product-block--text {
  font-size: .8rem;
}

.product-block--badge {
  text-transform: uppercase;
  padding: 4px 20px;
  font-weight: bold;
  max-width: 180px;
  margin: 10px 0;
  text-wrap: nowrap;
  font-size: .7rem;
}

.spotlight-group {
  scale: 70%;
  gap: 5px;
  max-height: 30px;
  display: flex;
  flex-wrap: nowrap;
}


[data-add-to-cart-text] {
  letter-spacing: .08rem;
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (min-width: 750px) {

  .spotlight-group {
    scale: 70%;
    max-height: 35px;
  }


  .product-block--badge {

    max-width: auto;
    width: fit-content;

  }

  [data-save-price] {
    font-size: .9rem;
  }
}



/* Protection plan badge */
.product-block--protection-plan {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .65rem;
}

.product-block--protection-plan input {
  width: 15px;
  height: 15px;
}

.product-block--protection-plan svg {
  width: 25px;
  height: 25px;

}

@media screen and (min-width:750px) {

  .product-block--protection-plan {
    font-size: .9rem;
  }
}

.product-block--protection-plan input {
  accent-color: black;
  border-radius: none;
}

/* urgency copy */
.product-block--urgency-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  text-align: center;
  margin-top: -15px;
}

#ultimateTrustBadgeswidgetDiv {
  display: none;
}

.product-block--buy-button {
  margin-bottom: 0px !important;
}

.product-block--urgency-copy__text {
  font-size: .8rem;
  margin: 0 0 2px 0;
}

.product-block--urgency-copy__badge {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: .75rem;
  background: #f6e9dc;
  -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);
  border-radius: 8px;
  text-wrap: nowrap;
  margin: 4px 0 12px;
}


.product-block.product-block--tab {

  margin-bottom: 40px;
}


.collapsibles-wrapper button {
  border: none;
}

.collapsibles-wrapper {
  border-radius: 8px;
  box-shadow: -2px 6px 13px 0px rgba(0, 0, 0, 0.09), -6px 23px 24px 0px rgba(0, 0, 0, .1);
  background: white;
}

/* trust badge */
@media screen and (min-width: 750px) {
  .product-block--trust-badge {
    max-width: 80%;
    margin: 10px auto;
  }
}


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

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

@media screen and (min-width: 750px) {

  /* UGC VIDEOS */
  .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;
  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;
}

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


@media screen and (max-width: 750px) {
  .product-block--badge {
    width: 100%;
  }

  .ugc-videos-block {
    margin-bottom: 20px;
  }

  .product-block--protection-plan {
    justify-content: space-between;
  }


}

@media screen and (max-width: 400px) {
  .product-block--badge {
    width: 42vw;
    margin: 5px 0;
  }
}

.product-block--protection-plan-checkbox {
  padding: 2px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

.product-block--protection-plan-text {}

.product-block--protection-plan-checkbox input {
  margin: 0;
}


[data-add-to-cart] {
  margin-top: -15px;
}

.info-icon {
  cursor: pointer;
  margin-top: 5px;
}