[data-theme="dark"] .brand-carousel-current-category .brand-thumbnail {
    filter: brightness(0) invert(1);
 }
 .brand-carousel-current-category {
    padding: 1em 0;
  }
  .brand-carousel-current-category .swiper-wrapper {
    height: auto;
  }
  .brand-carousel-current-category .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .brand-carousel-current-category .brand-thumbnail {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
  }
  .brand-carousel-current-category .brand-thumbnail:hover {
    filter: grayscale(0%);
  }
  .brand-carousel-current-category .swiper-button-next:after, .brand-carousel-current-category .swiper-button-prev:after {
    font-size: var(--wp--preset--font-size--large);
    background-color: var(--wp--preset--color--fond);
    height: 32px;
    width: 24px;
    align-content: center;
    text-align: center;
    border-radius: 8px;
    color: var(--wp--preset--color--titre);
  }