.view-catalog-products {

}
.view-catalog-products .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product-teaser {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.25rem 0 0;
}
.product-teaser .product-photo {
  position: relative;
}
.product-teaser .product-labels {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  left: 0;
  top: -1.25rem;
  z-index: 99;
}
.product-teaser .product-label {
  background: #2F9BF0;
  border-radius: 1.875rem;
  color: #fff;
  font-family: "Sero Pro", sans-serif;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  padding: 0.75rem 1rem;
}
.product-teaser .product-label.special {
  background: #2F9BF0;
}
.product-teaser .product-label.special {
  background: #2F9BF0;
}
.product-teaser .product-label.action {
  background: #FE3225;
}
.product-teaser .product-label.hit {
  background: #FE9902;
}

.product-teaser .product-content {
  background: #F2F2F2;
  border-radius: .625rem;
  box-sizing: border-box;
  margin: 0 0 .5rem;
  height: 170px;
  overflow: hidden;
  padding: .625rem;
  position: relative;
}
.product-teaser .product-content.expanded {
  height: auto;
}
.product-teaser .product-title {
  display: block;
  font-family: Sero Pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
  min-height: 3rem;
}
.product-teaser .product-title:hover {
  color: #0249A3;
}
.product-teaser .product-fields:after {

}
.product-teaser .product-fields .field {
  font-family: Raleway, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
.product-teaser .product-fields .field--inline * {
  display: inline;
}
.product-teaser .product-fields--btn {
  align-items: center;
  background: #F2F2F2;
  bottom: 0;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  left: .625rem;
  position: absolute;
  width: calc(100% - 1.25rem);
  z-index: 9;
}
.product-teaser .product-fields--btn svg {
  cursor: pointer;
  display: none;
  margin: 0 auto;
}
.product-teaser .collapsed .product-fields--btn svg {
  display: block;
}
.product-teaser .expanded .product-fields--btn svg {
  transform: rotate(180deg);
}

.product-teaser .product-article {
  display: flex;
  font-size: .75rem;
  height: 2.25rem;
  gap: .5rem;
  justify-content: center;
  line-height: 1rem;
  margin: 0 0 1rem;
}
.field--name-field-size,
.field--name-field-article {
  background: #F7F6F6;
  border-radius: 50px;
  display: flex;
  gap: 0.25rem;
  padding: 0.625rem;
}
.product-teaser .product-price {
  display: flex;
  font-family: Sero Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5rem;
  margin: 0 0 .75rem;
}
.product-teaser .product-link {
  text-align: center;
}
.product-teaser .product-link .button {
  font-size: 1rem;
  font-family: Sero Pro, sans-serif;
  font-weight: 500;
  line-height: 1rem;
  padding: 0.75rem 3rem;
}
.view-catalog-products .field--name-variations .field__label {
  display: none;
}
.view-catalog-products .field--name-variations form {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .view-catalog-products .slick-slide {
    margin: 0 1.25rem 0 0;
  }
  .view-catalog-products .product-teaser {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (min-width: 1280px) {
  .view-catalog-products .view-content {
    gap: 1.25rem;
  }
  .view-catalog-products .product-teaser {
    flex: 0 0 calc(33.33% - 2.5rem / 3);
    max-width: calc(33.33% - 2.5rem / 3);
  }
}
@media (min-width: 1440px) {
  .view-catalog-products .product-teaser {
    flex: 0 0 calc(33.33% - 1rem);
    max-width: calc(33.33% - 1rem);
  }
}
@media (min-width: 1680px) {
  .view-catalog-products .view-content {
    gap: 1.125rem;
  }
  .product-teaser {
    gap: .75rem;
  }
  .product-teaser .product-label {
    font-size: .875rem;
    line-height: 1.125rem;
  }
  .product-teaser .product-content {
    padding: .75rem .625rem;
    padding-bottom: 1.5rem;
  }
  .product-teaser .product-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 1.25rem;
  }
  .product-teaser .product-fields .field {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .field--name-field-size,
  .field--name-field-article {
    font-size: .875rem;
    line-height: 1.625rem;
    padding: 0.25rem 0.625rem;
  }
  .product-teaser .product-price {
    font-size: 1.125rem;
    line-height: 1;
    margin: 0 0 2.25rem;
  }

}