@media (min-width: 1025px) {
	.slider-type-product.wd-stretch-cont-lg .owl-stage {
		display: flex;
		align-items: stretch;
	}
}

@media (max-width: 768.98px) {
	.products.wd-stretch-cont-sm {
		align-items: stretch !important;
	}
	
	.products.wd-stretch-cont-sm :is(.product,.product-wrapper) {
		display: flex;
		flex-direction: column;
	}
	
	.slider-type-product.wd-stretch-cont-sm .owl-stage {
		display: flex;
		align-items: stretch;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.products.wd-stretch-cont-md {
		align-items: stretch !important;
	}
	
	.products.wd-stretch-cont-md :is(.product,.product-wrapper) {
		display: flex;
		flex-direction: column;
	}
	
	.slider-type-product.wd-stretch-cont-md .owl-stage {
		display: flex;
		align-items: stretch;
	}
}