#swiper-btn-prev-categorybanners,
#swiper-btn-next-categorybanners {
  display: none;
}

.ed_imagecategory__element {
  max-width: 100px;
  gap: 12px;
}

.ed_imagecategory__img-wrapper{
  width: 100px;
  height: 100px;
}

.ed_imagecategory__img-wrapper img{
  height: 100px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.ed_imagecategory__name {
  color:#000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.32px;
}

@media(min-width:780px){
  #swiper-btn-prev-categorybanners,
  #swiper-btn-next-categorybanners {
    display: flex;
  }

  .ed_imagecategorybanners .carousel-content .swiper-button-next {
    right: -20px;
  }

  .ed_imagecategorybanners .carousel-content .swiper-button-prev {
    left: -20px;
  }

  .ed_imagecategory__element {
    max-width: 160px;
  }

  .ed_imagecategory__img-wrapper{
    width: 160px;
    height: 160px;
  }

  .ed_imagecategory__img-wrapper img{
    height: 160px;
  }

  .ed_imagecategory__name {
    font-size: 16px;
  }
}
