/* ==========================================================================
 * Uniform Product Card Heights
 * ========================================================================== */

/* Keep price stack compact across card types. */
.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price, .wrap-price, .product-rating-price) {
    margin-top: 0;
}

/* Stretch card body so bottom content aligns across rows. */
.wd-product .product-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Normalize image area height and centering. */
.wd-product .product-element-top {
    min-height: 230px;
}

.wd-product .product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
}

.wd-product .product-image-link img {
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.wd-product .awe-price-placeholder {
    display: inline-block;
    opacity: 1;
    font-weight: 600;
}
