.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-product-highlight-slider {
  display: block;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.ux-iws-product-highlight-slider__wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  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;
  }
  .ux-iws-product-highlight-slider .highlight-slide {
    display: none;
  }
  .ux-iws-product-highlight-slider__wrapper {
    width: 83.334%;
    margin-left: 8.333%;
  }
  .ux-iws-product-highlight-slider__highlight-wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 2;
    padding-right: 30px;
    width: 66.66%;
    box-sizing: border-box;
  }
  .ux-iws-product-highlight-slider__slider-wrapper {
    top: 0;
    width: 33.33%;
    z-index: 0;
    margin: 0;
  }
  .ux-iws-product-highlight-slider .ux-slider-container {
    overflow: visible;
  }
}
@media only screen and (min-width: 1301px) {
  .ux-iws-product-highlight-slider__highlight-wrapper {
    width: 50%;
  }
  .ux-iws-product-highlight-slider__slider-wrapper {
    width: 50%;
  }
}
@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;
  }
}