.elementor-29547 .elementor-element.elementor-element-4ba1f6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wd_products, class: .elementor-element-d4e6c1f *//* AJAX Products Tabs – equal image height */
.wd-aja-products .product-wrapper {
    height: 400px;   
     /* adjust if needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image fit properly */
.wd-aja-productss .product-element-top img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.wd-aja-products .product {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .wd-aja-products .product {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .wd-aja-products .product-element-top {
        height: 200px; /* mobile ke liye thora chota */
    }
}/* End custom CSS */