.list-product {
  width: 100%;
  max-width: 1566px;
  margin: 0 auto;
  margin-top: 3rem;
}

.list-product__products {
  padding: 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.list-product__products-wrapper.swiper {
  overflow: visible;
}

.list-product__text_1 {
  margin: 2rem 0;
}

.list-product__text_2 {
  margin: 3.5rem 0 2rem 0;
}

.list-product__products-wrapper .swiper-pagination {
  pointer-events: none;
  transform: translateY(55px);
}
.list-product__products-wrapper .swiper-pagination .swiper-pagination-bullet {
  pointer-events: auto;
}

.list-product .product-teaser__see-product {
  display: none;
}
.list-product .product-teaser__learn-more {
  display: flex;
}



@media all and (min-width: 1000px) {
  .list-product {
    width: 100%;
    max-width: 1566px;
    margin: 0 auto;
    margin-top: 6rem;
  }
  .list-product__text_2 {
    margin: 2.5rem 0 2rem 0;
  }
}

@media all and (min-width: 1800px) {
  .list-product__products {
    padding: 0 0 24px 0;
  }

  .list-product__products-wrapper:not(:has(.swiper-slide:nth-child(5))) .swiper-pagination {
    opacity: 0;
  }
}
