.wd-product .wd-entities-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 22px;
    font-size: inherit;
}
.wd-carousel-inner{
	height:auto;
}

.wd-product :is(.product-image-link,.hover-img) img {
    width: 100%;
	height:250px
}