/*
.related-and-upsells .wd-entities-title {
	min-height: 157px;
}
.related-and-upsells .wd-product :is(.product-image-link, .hover-img) img {
  height: 150px;
  object-fit: contain;
  max-height: none;
}
@media (max-width: 768px) {
	@media (min-width: 480px) {
		.related-and-upsells .wd-entities-title {
			min-height: 79px;
		}
	}
}
*/

.wd-product .product-wrapper {
	height: 100%;
}
.related-and-upsells .wd-carousel-item {
	height: auto;
}
.related-and-upsells .wd-product {
	height: 100%;
}
.related-and-upsells .product-wrapper {
	height: 100%;
}
.related-and-upsells .wrap-price {
  margin-top: auto;
}
.related-and-upsells .wd-product :is(.product-wrapper, .product-element-bottom, .product-list-content, [class*="-information"]) > .wrap-price {
  margin-block: auto 0;
}
.related-and-upsells .wd-hover-with-fade.wd-fade-off .product-element-bottom {
  flex: 1 1 auto;
}
