
/**
 * Same product itm / list
 */

.same-product-list {
  padding: 0 0 2em;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-direction: column;
  font-size: 0.85em;
  align-items: center;
  justify-content: center;
}

.same-product-list .product-teaser.swiper-slide {
  display: flex;
  width: fit-content;
  height: 100%;
  align-self: stretch;
}





.same-product-list .product-teaser__description {
  display: none;
}

@media screen and (min-width:450px) {
  .same-product-list {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.9em;
    align-items: stretch;
  }
  .same-product-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
  }

  .same-product__link,
  .product-item__cta {
    margin-top: auto;
  }
}



@media screen and (min-width:1024px) {
  .same-product-list--by-6 {
    justify-content: normal;
    gap: 1rem;
  }

  .same-product-item--by-6 {
    margin-bottom: 0;
  }
  .same-product__title {
    padding: 1rem;
    font-size: 1em;
    line-height: 1.3;
  }


  .same-product-list   .product-teaser__content {
    max-width: 213.8px;
  }
}
@media screen and (min-width:1200px) {
  .same-product-list {
    font-size: 0.9em;
  }
  .same-product-item--by-5 {
    font-size: 1em;
  }
}

@media screen and (min-width:1450px) {
  .same-product__title {
    font-size: 0.95em;
    line-height: 1.2;
  }
}
