.wd-products[class*="wd-stretch-cont"] {
  align-items: stretch;
}
.wd-products[class*="wd-stretch-cont"] .wd-carousel-item {
  height: auto;
}
.wd-products[class*="wd-stretch-cont"] .wd-product {
  height: 100%;
}
.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
  flex: 1 1 auto;
}
.wd-products[class*="wd-stretch-cont"]
  .wd-product
  :is(.price, .wrap-price, .product-rating-price) {
  margin-top: auto;
}
.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product {
  height: auto;
}
@media (min-width: 1025px) {
  .wd-products.wd-stretch-cont-lg .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-lg .product-wrapper {
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .wd-products.wd-stretch-cont-sm .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-sm .product-wrapper {
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-products.wd-stretch-cont-md .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-md .product-wrapper {
    height: 100%;
  }
}
