.ip3-edit .shareprice-carousal{
        margin-bottom: 160px;
}
.shareprice-carousal .carousel-navigation button.arrow-button{
    border: 1px solid white;
    border-radius: 50%;
    padding: var(--xs-1);
}
.shareprice-carousal .carousel-navigation .carousel-pagination .swiper-pagination-bullet{
    width: 48px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
}
.shareprice-carousal .carousel-navigation .carousel-pagination .swiper-pagination-bullet:hover{
    background-color: rgba(255, 255, 255, 0.50) !important;

}
.shareprice-carousal .carousel-navigation .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff !important;

}
.simple-hero-banner__image-bg {
  aspect-ratio: 16/9
}
.simple-hero-banner .video {
  height: 100%
}
.simple-hero-banner--center .config-text {
  text-align: center
}
.simple-hero-banner--center .config-text__cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:768px) {
  .simple-hero-banner {
    height: 44rem
  }
  .simple-hero-banner__bg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute
  }
  .simple-hero-banner__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--gradient-left-dark)
  }
  .simple-hero-banner__image-bg {
    aspect-ratio: auto
  }
  .simple-hero-banner--center .simple-hero-banner__bg::before {
    background: var(--dark-50)
  }
}
@media (min-width:992px) {
  .simple-hero-banner {
    height: 80rem
  }
  .simple-hero-banner--full-height {
    height: 100vh
  }
  .shareprice-carousal{
  /*margin-bottom:160px;*/
  margin-bottom:50px;
  }
}
.carousel-banner__image-bg {
  aspect-ratio: 16/9
}
.carousel-banner .video {
  height: 100%
}
.carousel-banner .carousel-navigation {
  position: absolute;
  top: calc(56.25vw - 4.8rem);
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto
}
.carousel-banner--arrow .carousel-navigation {
  top: calc(56.25vw - 3.2rem)
}
.carousel-banner--arrow .video .action-button {
  bottom: 3.2rem
}
@media (min-width:768px) {
  .carousel-banner {
    height: 44rem
  }
  .carousel-banner__bg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
  }
  .carousel-banner__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--gradient-left-dark)
  }
  .carousel-banner__image-bg {
    aspect-ratio: auto
  }
  .carousel-banner .carousel-navigation {
    top: auto;
    bottom: 0
  }
  .carousel-banner--arrow .carousel-navigation {
    top: auto;
    bottom: 0
  }
}
@media (min-width:992px) {
  .carousel-banner {
    height: 80rem
  }
  .carousel-banner--full-height {
    height: 100vh
  }
}
.thumbnail-carousel__wrapper .thumbnail-carousel__bg {
  position: relative
}
.thumbnail-carousel__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}
.thumbnail-carousel .carousel-lines span {
  background-color: var(--light-25)
}
.gallery-thumbs {
  overflow: hidden;
  float: right
}
.gallery-thumbs .swiper-slide {
  background: var(--base-5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.gallery-thumbs .swiper-slide p {
  color: var(--base-1);
  margin: var(--sm-3) 0 0
}
.gallery-thumbs .swiper-slide:hover {
  background-color: var(--base-2)
}
.gallery-thumbs .swiper-slide:hover p {
  color: var(--base-5)
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: var(--base-1);
  -webkit-box-shadow: 0 -.4rem 0 0 inset var(--base-2);
  box-shadow: 0 -.4rem 0 0 inset var(--base-2)
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: var(--base-5)
}
@media (min-width:768px) {
  .thumbnail-carousel__content-wrapper {
    min-height: 44rem;
    height: 100%
  }
  .thumbnail-carousel__wrapper .thumbnail-carousel__bg {
    position: absolute
  }
  .thumbnail-carousel__wrapper .thumbnail-carousel__bg::after {
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,color-stop(81.68%,rgba(0,0,0,0)),to(rgba(0,0,0,.2))),-webkit-gradient(linear,left bottom,left top,from(var(--tint-dark-25,rgba(0,0,0,.25))),to(var(--tint-dark-25,rgba(0,0,0,.25)))),-webkit-gradient(linear,left top,right top,color-stop(2.72%,rgba(0,0,0,.5)),color-stop(81.25%,rgba(255,255,255,0)));
    background: linear-gradient(180deg,rgba(0,0,0,0) 81.68%,rgba(0,0,0,.2) 100%),linear-gradient(0deg,var(--tint-dark-25,rgba(0,0,0,.25)) 0,var(--tint-dark-25,rgba(0,0,0,.25)) 100%),linear-gradient(90deg,rgba(0,0,0,.5) 2.72%,rgba(255,255,255,0) 81.25%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0
  }
  .gallery-thumbs .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media (min-width:992px) {
  .gallery-thumbs {
    margin-top: -12rem;
    width: 74.4rem;
    right: 0
  }
  .gallery-thumbs .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
  .thumbnail-carousel__content-wrapper {
    min-height: 80vh
  }
  .thumbnail-carousel .video .action-button {
    bottom: 12rem
  }
}
.shareprice-carousal {
  background-color: var(--base-1)
}
.shareprice-carousal__iframe {
  height: 55.25vw
}
.shareprice-carousal__wrapper .shareprice-carousal__bg {
  position: relative;
  height: 21.2rem
}
.shareprice-carousal__wrapper .shareprice-carousal__bg::after {
  content: "";
  background: var(--gradient-bottom-dark);
  position: absolute;
  width: 100%;
  height: 28%;
  bottom: 0;
  z-index: 1;
  left: 0
}
.shareprice-carousal__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}
.shareprice-carousal .carousel-navigation {
  position: absolute;
  top: 15.5rem;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: 0;
  margin: auto
}
/* .shareprice-carousal__box {
  height: 19.5rem
} */
.shareprice-carousal__container {
  padding: 0
}
.shareprice-carousal__prev-arrow {
  position: absolute;
  left: var(--sm-3);
  top: 54%;
  z-index: 1;
  pointer-events: all
}
.shareprice-carousal__next-arrow {
  position: absolute;
  right: var(--sm-3);
  top: 54%;
  z-index: 1;
  pointer-events: all
}
@media (min-width:768px) {
  .shareprice-carousal__content-wrapper {
    min-height: 44rem
  }
  .shareprice-carousal__wrapper .shareprice-carousal__bg {
    position: absolute;
    height: 100%
  }
  .shareprice-carousal__wrapper .shareprice-carousal__bg::after {
    background: var(--gradient-left-dark);
    content: "";
    top: 0;
    height: 100%
  }
  .shareprice-carousal .carousel-navigation {
    top: auto;
    bottom: 0
  }
/*   .shareprice-carousal__box {
    height: 19.2rem
  } */ 
}
@media (min-width:992px) {
  .shareprice-carousal {
    background-color: var(--base-5)
  }
  .shareprice-carousal__content-wrapper {
    min-height: 80vh
  }
  .shareprice-carousal .shareprice-carousal__share-price{
  	padding-bottom: 0;
  }
  .shareprice-carousal__box {
    width: 35.2rem;
    /*height: 36rem;*/
    height: 29rem;
    margin-top: -20rem
  }
  .shareprice-carousal .swiper-container {
    /*height: 26.4rem*/
    height: 20rem
  }
  .shareprice-carousal__container {
    max-width: 1536px;
    padding-left: calc(var(--sm-1) * .5);
    padding-right: calc(var(--sm-1) * .5);
    margin: 0 auto;
    position: absolute;
    right: 0
  }
  .shareprice-carousal__arrows {
    top: 0;
    pointer-events: none
  }
  .shareprice-carousal__arrows .arrow-button {
    pointer-events: all
  }
  .shareprice-carousal .action-button {
    bottom: calc(17rem + var(--sm-2))
  }
}
@media only screen and (width >= 1536px) {
  .shareprice-carousal__container {
    right: calc((100% - 1536px)/ 2);
    z-index: 2
  }
}
 .image-banner-page .image-banner-page__content .breadcrumb .breadcrumb__list{display: none !important;}
 .superbreaker-panel .breadcrumb .breadcrumb__list{display: none !important;}