
.topCategoriesSwiper.swiper {
    width: 100%;
    height: 234px;
  }

  .topCategoriesSwiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: top;
  }

  .topCategoriesSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }

  .topCategoriesSwiper .products:not(.wd-img-width) .cat-design-alt img {
    width: auto;
    margin: 0 auto;
}