/** Shopify CDN: Minification failed

Line 83:1 Expected "}" to go with "{"

**/
.main-product-extended .saving{
  background-color: var(--badge-bg-color, #D82727);
  color: var(--badge-text-color, #fff);
  border: 1px var(--badge-border-style, #D82727) var(--badge-border-color, #D82727);
  font-size: 18px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 10px;
}

.main-product-extended .custom__product__badge {
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 10px;
  left: 10px;
}

.main-product-extended .custom-nav-buttons-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: .7;
}

.main-product-extended .product-info>*+* {
  margin-block-start: 15px;
  margin-block-end: 15px;
}

.product-card__info .saving{
  background-color: #d82626;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 10px;
}

.play-in-action_popup_slides{
    touch-action: pan-x;
}
.play_in_action_poster video {
    height: 100%;
    object-fit: cover;
}
.play_in_action_wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.swiper.play-in-action {
    width: 100%;
    display: flex;
}
.swiper.play-in-action .swiper-wrapper {
  

.swiper.play-in-action .swiper-slide {
    width: 33.33%;
}

.play_in_action_poster {
    height: var(--thumbnail-height,250px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

@media(max-width: 575px){
  .play_in_action_poster {
    height: var(--thumbnail-height-mb,180px);
  }
}