.swiper-container {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.swiper-container .swiper-slide {
  text-align: center;
  padding: 1em 1em 6em 1em;
  border: solid 1px #f3f3f3;
  position: relative;
  height: auto;
  font-size: 14px;
}
.swiper-container .swiper-slide .product {
  text-align: center;
  padding: 1em 1em 6em 1em;
}
.swiper-container .swiper-slide .product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 400;
}
.swiper-container .swiper-slide .product .price {
  text-align: right;
  font-weight: 500;
  color: #eb8108 !important;
}
.swiper-container .swiper-slide .product .price strike {
  color: #78787B;
  display: block;
}
.swiper-container .swiper-slide .product p,
.swiper-container .swiper-slide .product .price {
  font-size: 14px;
  display: block;
  color: #78787B;
}
.swiper-container .swiper-slide .product .product-tag-badge {
  color: #eb8108;
  text-decoration: none;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: solid 1px #222221;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 400;
}
.swiper-container .swiper-button-prev {
  background-color: #222221;
  left: 46.5%;
}
.swiper-container .swiper-button-prev::after {
  content: "<";
  color: white;
}
.swiper-container .swiper-button-next {
  background-color: white;
  right: 46.5%;
}
.swiper-container .swiper-button-next::after {
  content: ">";
  color: #222221;
}
.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #222221;
  opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb8108;
}

@media (max-width: 1400px) {
  .swiper-container .swiper-button-prev {
    left: 40%;
  }
  .swiper-container .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 820px) {
  .swiper-container .swiper-button-prev {
    left: 40%;
  }
  .swiper-container .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 450px) {
  .ui-tabs {
    padding: 1em 0.4em;
  }
  .swiper-container .swiper-button-prev {
    left: 30%;
  }
  .swiper-container .swiper-button-next {
    right: 30%;
  }
}
.informations-produit-catalogue {
  position: absolute;
  top: 1em;
  right: 1em;
  max-width: 50%;
  width: auto;
  overflow: hidden;
}

.product .woocommerce-LoopProduct-link {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.product img {
  max-width: 110px;
  max-height: 110px;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 !important;
}
.product .add_to_cart_button,
.product .button.product_type_variable,
.product .button.product_type_simple {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  text-align: center;
}/*# sourceMappingURL=nouveautes-produits.css.map */