@media screen and (min-width: 1024px) {
    .woocommerce-archive__header .term-description {
        flex: 1 1 30%;
        max-width: 44%;
    }
}
.woocommerce-archive__header .term-description ul {
    margin: 0.6em;
}
.woocommerce-archive__header .term-description ul li {
    list-style: inherit;
    margin-left: 30px;
}

.woocommerce div.product .product_title {
    margin-bottom: 30px;
}

.gammeSlider .swiper-wrapper {
  /* Améliore la transition sur iOS */
  will-change: transform;
}

.gammeSlider .swiper-slide {
  /* Prévient certains bugs de rendu sur les transformations 3D */
  transform: translateZ(0);
}

#product-filter-form {
    overflow: auto;
}