/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
.ux-iws-product-highlight-slider {
  display: block;
  position: relative;
}
.ux-iws-product-highlight-slider__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider__wrapper {
    margin-bottom: 0;
    display: flex;
  }
}
.ux-iws-product-highlight-slider .ux-iws-teaser-product-tile {
  display: block;
}
.ux-iws-product-highlight-slider__faded-surface {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  opacity: 0;
  height: 102%;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .ux-iws-product-highlight-slider__faded-surface {
    opacity: 1;
  }
}
.ux-iws-product-highlight-slider__faded-surface--left {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.02) 0, #fff 100%);
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider__faded-surface--left {
    opacity: 0;
  }
}
.ux-iws-product-highlight-slider__faded-surface--right {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0, #fff 100%);
}
.ux-iws-product-highlight-slider__highlight-wrapper {
  display: none;
}
.ux-iws-product-highlight-slider__highlight-wrapper .ux-iws-teaser-product-tile {
  max-width: none;
}
.ux-iws-product-highlight-slider__highlight-wrapper .ux-iws-teaser-product-tile__inner {
  height: 100%;
}
.ux-iws-product-highlight-slider__highlight-wrapper .ux-iws-teaser-product-tile__image {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    height: calc(100% - 65.5px);
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    height: calc(100% - 70px);
  }
}
@media only screen and (min-width: 1800px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    height: calc(100% - 70.5px);
  }
}
.ux-iws-product-highlight-slider__highlight-wrapper::before {
  content: "";
  position: absolute;
  height: 110%;
  left: -100%;
  width: 100%;
  background-color: #fff;
  top: -5%;
}
.ux-iws-product-highlight-slider__highlight-wrapper::after {
  content: "";
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  width: calc(100% - 30px);
  background-color: #fff;
}
.ux-iws-product-highlight-slider__slider-wrapper {
  width: 100%;
  margin: 0 auto;
}
.ux-iws-product-highlight-slider__slider-wrapper .ux-iws-teaser-product-tile__image {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ux-iws-product-highlight-slider__slider-wrapper {
    width: 79%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .ux-iws-product-highlight-slider__slider-wrapper {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1301px) {
  .ux-iws-product-highlight-slider__slider-wrapper {
    transform: translateX(-1px);
  }
}
@media only screen and (max-width: 1023px) {
  .ux-iws-product-highlight-slider .ux-slider-slide {
    margin-top: 0 !important;
  }
}
.ux-iws-product-highlight-slider .ux-slider-container {
  overflow: visible;
}
.ux-iws-product-highlight-slider .ux-slider-pagination--bottom {
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider .ux-slider-pagination--bottom {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-product-highlight-slider .ux-slider-pagination--bottom {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider {
    display: flex;
    justify-content: center;
  }
  .ux-iws-product-highlight-slider .highlight-slide {
    display: none;
  }
  .ux-iws-product-highlight-slider__wrapper {
    width: 80%;
    max-width: 1570px;
  }
  .ux-iws-product-highlight-slider__highlight-wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    padding-right: 30px;
    width: 67%;
    box-sizing: border-box;
  }
  .ux-iws-product-highlight-slider__slider-wrapper {
    top: 0;
    width: 33%;
    z-index: 0;
    margin: 0;
  }
  .ux-iws-product-highlight-slider .ux-slider-container {
    overflow: visible;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-product-highlight-slider__slider-wrapper {
    width: 30%;
  }
}
@media only screen and (min-width: 1301px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    width: 49%;
  }
  .ux-iws-product-highlight-slider__slider-wrapper {
    width: 51%;
  }
}
@media only screen and (min-width: 1800px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    width: 40%;
  }
  .ux-iws-product-highlight-slider__slider-wrapper {
    width: 60%;
  }
}
.ux-iws-product-highlight-slider .is-hidden {
  display: none;
}
.ux-iws-product-highlight-slider--no-highlight .ux-iws-product-highlight-slider__wrapper {
  min-height: 100%;
  margin-bottom: 0;
}
.ux-iws-product-highlight-slider--no-highlight .ux-iws-product-highlight-slider__slider-wrapper {
  width: 100%;
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ux-iws-product-highlight-slider--no-highlight .ux-iws-product-highlight-slider__slider-wrapper {
    width: 80%;
  }
}
.ux-iws-product-highlight-slider--no-highlight .ux-iws-product-highlight-slider__faded-surface--left {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.02) 0, #fff 100%);
}
@media only screen and (min-width: 1024px) {
  .ux-iws-product-highlight-slider--no-highlight .ux-iws-product-highlight-slider__faded-surface--left {
    opacity: 1;
  }
}