.product-cat-swiper {
  overflow: visible;
}

.product-cat-item {
  text-align: center;
}

.product-cat-item .img-wrapper {
  width: min(72%, 220px);
  max-width: 220px;
  aspect-ratio: 1 / 1;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 50%;
}

.product-cat-item .img-wrapper .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home.page-template-page-home-new .home-swiper .swiper-slide,
body.front-page.page-template-page-home-new .home-swiper .swiper-slide {
  height: calc(100vh - 140px);
}

@media (max-width: 1199.98px) {
  .product-cat-item .img-wrapper {
    width: min(72%, 190px);
    max-width: 190px;
  }
}

@media (max-width: 575.98px) {
  .product-cat-item .img-wrapper {
    width: min(78%, 160px);
    max-width: 160px;
  }
}

@media only screen and (max-height: 900px) {
  body.home.page-template-page-home-new .home-swiper .swiper-slide,
  body.front-page.page-template-page-home-new .home-swiper .swiper-slide {
    height: 800px;
  }
}
