.product-list-teaser-inset.inset-yes {
  margin-left: 18px;
  margin-right: 18px;
}
@media (min-width: 576px) {
  .product-list-teaser-inset.inset-sm-yes {
    margin-left: 18px;
    margin-right: 18px;
  }
  .product-list-teaser-inset.inset-sm-no {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .product-list-teaser-inset.inset-yes, .product-list-teaser-inset.inset-sm-yes, .product-list-teaser-inset.inset-md-yes {
    margin-left: 28px;
    margin-right: 28px;
  }
  .product-list-teaser-inset.inset-md-no {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .product-list-teaser-inset.inset-lg-yes {
    margin-left: 28px;
    margin-right: 28px;
  }
  .product-list-teaser-inset.inset-lg-no {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .product-list-teaser-inset.inset-yes, .product-list-teaser-inset.inset-sm-yes, .product-list-teaser-inset.inset-md-yes, .product-list-teaser-inset.inset-lg-yes, .product-list-teaser-inset.inset-xl-yes {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-list-teaser-inset.inset-xl-no {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.product-list-teaser-component.product-overflow-type-scroll {
  position: relative;
}
.product-list-teaser-component.product-overflow-type-scroll .os-scrollbar-horizontal {
  left: 18px;
  right: 18px;
}
@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll .os-scrollbar-horizontal {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .os-scrollbar-horizontal {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
  }
}
@media (min-width: 1200px) {
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left,
  .product-list-teaser-component.product-overflow-type-scroll .scroll-right {
    top: calc(42% - 25px);
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-left {
    left: 130px;
  }
  .product-list-teaser-component.product-overflow-type-scroll .scroll-right {
    right: 130px;
  }
}

.product-list-teaser-component.product-overflow-type-scroll-bordered {
  background-color: #FFFFFF;
  max-width: 1160px;
  position: relative;
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source li {
  margin-right: 18px;
}
@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .product-source li {
    margin-right: 28px;
  }
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .product-source li:last-child {
  margin-right: 0;
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .os-scrollbar.os-scrollbar-horizontal {
  opacity: 0;
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left,
.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
  top: 20px;
}
@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left,
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
    top: 75px;
  }
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left {
  left: 0;
}
@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-left {
    left: -25px;
  }
}
.product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
  right: 0;
}
@media (min-width: 768px) {
  .product-list-teaser-component.product-overflow-type-scroll-bordered .scroll-right {
    right: -25px;
  }
}
