.product-carousel__slider-box .pr-xs-0 {
  padding-right: 0
}
.product-carousel__content {
  margin-top: calc(var(--sm-2) + 3.6rem + var(--md-1))
}
.product-carousel__main-slide .product-carousel__image-wrapper {
  margin-bottom: var(--sm-2)
}
.product-carousel__main-slide .product-carousel__image {
  width: auto;
  max-height: 29rem;
  display: block;
  margin: 0 auto;
  min-height: 29rem;
}
.product-carousel__main-slide .swiper-slide:last-child {
  width: 97vw!important;
/*   -webkit-transform: translateX(-27%);
  -ms-transform: translateX(-27%);
  transform: translateX(-27%) */
}
.product-carousel__main-slide .swiper-slide:last-child .product-carousel__image-wrapper {
  left: -1.4rem
}
.product-carousel__main-slide .swiper-slide-active .product-carousel__image-wrapper {
  position: relative;
/*   left: 4.4rem */
}
.product-carousel__main-slide .swiper-slide-active .product-carousel__content {
  width: 90vw;
  padding-right: 1.5rem
}
.product-carousel__main-slide .swiper-slide-prev {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}
.product-carousel__main-slide .swiper-slide-prev .product-carousel__content {
  opacity: 0
}
.product-carousel__main-slide .swiper-slide-next .product-carousel__content {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}
.product-carousel__main-slide.product-carousel--only-one-item .swiper-slide-active .product-carousel__content {
    opacity: 1;
}
.product-carousel__main-slide .action-button {
  background-color: var(--white)
}
.product-carousel__main-slide .action-button:hover {
  background-color: var(--black);
  color: var(--white);
}
.product-carousel__thumbnail-slide {
  max-width: 49.2rem;
  margin-left: auto;
  margin-right: -8.33333%
}
.product-carousel__thumbnail-slide .swiper-slide {
  width: auto;
  -webkit-transition: all .5s;
  transition: all .5s
}
.product-carousel .swiper-navigation {
  position: absolute;
  top: calc(29rem + var(--sm-2));
  width: 100%;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -7px
}
.product-carousel .swiper-navigation .swiper-pagination {
  padding: 14px var(--sm-4) 0;
  letter-spacing: -1px
}
@media (min-width:768px) {
  .product-carousel__slider-box .pr-xs-0 {
    padding-right: calc(var(--bs-gutter-x) * .5)
  }
  .product-carousel__main-slide .product-carousel__image-wrapper {
    margin-bottom: 0
  }
  .product-carousel__main-slide .swiper-slide-active .product-carousel__image-wrapper {
    left: 0
  }
  .product-carousel__main-slide .swiper-slide-active .product-carousel__content {
    width: 100%;
    padding-right: 0
  }
  .product-carousel__main-slide .product-carousel__content {
    padding-bottom: calc(9.6rem + var(--lg-3))
  }
  .product-carousel__main-slide .swiper-slide-next .product-carousel__content {
    opacity: 1
  }
  .product-carousel__main-slide .swiper-slide:last-child {
    width: 100%!important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .product-carousel__main-slide .swiper-slide:last-child .product-carousel__image-wrapper {
    left: 0
  }
  .product-carousel__main-slide .product-carousel__image {
    max-height: 48rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    min-height:auto;
  }
  .product-carousel__content {
    margin-top: 0
  }
  .product-carousel__content-inner {
    max-height: 13rem;
    overflow-y: auto;
   /* scrollbar-width: thin;
    scrollbar-color: #000 #d9d9d9;*/
    padding-right: var(--sm-4)
  }
  .product-carousel__thumbnail-slide {
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--lg-4);
    max-width: 100%
  }
  .product-carousel .swiper-navigation {
    inset: 0 auto 0 50%;
    left: 50%;
    z-index: 9;
    height: 4.8rem;
    padding: 0;
    bottom: 4.8rem;
    top: auto;
    width: auto
  }
  .product-carousel .swiper-navigation .swiper-pagination {
    padding: 21px var(--sm-4) 0
  }
}
@media (min-width:992px) {
  .product-carousel .background-video {
    max-height: calc(100% - (var(--lg-1) + var(--lg-3)))
  }
  .product-carousel__main-slide .product-carousel__image-wrapper {
    min-width: 24rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .product-carousel__main-slide .product-carousel__content {
    padding-bottom: calc(var(--lg-3) + 3.6rem + 4.8rem + var(--lg-3))
  }
  .product-carousel__thumbnail-slide .product-carousel__image {
    width: 100%;
    max-height: 29rem;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer
  }
  .product-carousel .swiper-navigation {
    bottom: calc(var(--lg-3) + 3.6rem)
  }
}
@media (min-width:1200px) {
  .product-carousel__content {
    max-width: 39.2rem;
    margin-left: auto
  }
  .product-carousel__main-slide .product-carousel__image {
    width: 100%;
    max-height: 56rem
  }
  .product-carousel__main-slide .product-carousel__image-wrapper {
    max-height: 56rem;
    max-width: 28rem
  }
  .product-carousel__thumbnail-slide {
    max-width: 551px;
    margin-left: auto;
    margin-right: -16.33333%;
    margin-top: 0
  }
  .product-carousel .swiper-navigation {
    inset: 0 auto 0 41%;
    left: 41%;
    bottom: calc(var(--lg-3) + 3.6rem);
    top: auto
  }
}
@media (min-width:1400px) {
  .product-carousel .swiper-navigation {
    inset: 0 auto 0 41.5%;
    left: 41.5%;
    bottom: 11.5rem;
    top: auto
  }
}