I just solved it by using this code; but featured images kinda look ugly now.
Anyway, i share the code, but let me know if you came up with a better solution.
/* ------PRODUCT IMAGES RESIZE------- */
.recommended-item-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 150px;
height: 150px;
}
.flex-item-image {
width: 88px;
height: 88px;
}