.content_fnr_product_list_teaser {
  background-color: var(--background-default-primary);
  padding-block: var(--margin-padding-container-margin-updown);
}
.content_fnr_product_list_teaser[data-background=gray] {
  background-color: var(--background-default-secondary);
}
.content_fnr_product_list_teaser .col-slider {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.content_fnr_product_list_teaser .col-slider .category-btn-slider {
  position: relative;
  width: 100%;
}
.content_fnr_product_list_teaser .col-slider .category-btn-slider .rs-button {
  margin-inline: 5px;
}
.content_fnr_product_list_teaser .col-slider .category-btn-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  pointer-events: none;
  /* optional: Fade-Out
  background: linear-gradient(to right, transparent, #fff);
  */
}
.content_fnr_product_list_teaser[data-background=gray] .category-btn-slider:after {
  background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 50%);
}
.content_fnr_product_list_teaser .row.product-list-wrapper {
  margin-top: calc(var(--margin-padding-container-row-gap) - var(--margin-padding-row-gutter));
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * {
  margin-top: var(--margin-padding-row-gutter);
  padding-block: var(--margin-padding-general-2);
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-image {
  overflow: hidden;
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-image img {
  transition: 0.3s;
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-image:hover img {
  transform: scale(1.04);
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * a {
  text-decoration: inherit !important;
  color: inherit !important;
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-content {
  padding-block: var(--margin-padding-general-2);
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-content h6 {
  position: relative;
  margin-bottom: var(--paragraph-spacing-h4-bottom);
  padding-right: 38px;
  display: inline-block;
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-content h6:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: var(--icon-md);
  height: calc(var(--icon-md) / 1.5);
  display: inline-block;
  mask-image: url("data:image/svg+xml,%3Csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3462 8.98719L13.277 7.93344L15.627 5.58344H0.5V4.08344H15.627L13.2923 1.73344L14.3615 0.679688L18.5 4.83344L14.3462 8.98719Z' fill='%23007D40'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--icon-default-primary);
  margin-left: var(--margin-padding-general-2);
}
.content_fnr_product_list_teaser .row.product-list-wrapper > * .product-content p {
  margin: 0;
}
