.product-categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-category {
    /*width: 47%;*/
    text-align: left;
}

.product-category img {
    max-width: 100%;
	width:100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
	max-height:110px;
		min-height:110px;
	object-fit:cover;
	object-position: center top;
}

.product-category h3 {
   font-family: var(--e-global-typography-4ceb42a-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ceb42a-font-size);
    font-weight: var(--e-global-typography-4ceb42a-font-weight);
    line-height: var(--e-global-typography-4ceb42a-line-height);
    margin: 0;
}
@media (max-width: 767px) {
	.product-category {
    width: 100%;
    text-align: left;
}
}
.trs_cats_slide img {
	/*max-width:220px !important;*/
	max-height:160px !important;
	object-fit: cover;
	margin:auto;
	margin-bottom:30px;
}
.cat-title {
	margin-bottom:20px;
}
/*.trs_cats_slide.swiper-slide-active img {
	margin-left:0;
}
.trs_cats_slide.swiper-slide-duplicate-prev img {
	margin-left:0;
}*/
.trs_cats_slide h4 {
	text-align:center;
}
.trs-cats-swiper .swiper-button-next:after {
	content:none !important;
}