.elementor-3478 .elementor-element.elementor-element-9353e45{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS */.main_out_of_stock .product-wrapper {
    width: 31%;
}
.main_out_of_stock .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}







.out-of-stock-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    width: 31%;
}

.product-image img {
    width: 100%;
    border-radius: 10px;
    height: 326px;
    object-fit: cover;
}

.hover-image,.product-item:hover .main-image  {
    display: none;
}

.product-item:hover .hover-image {
    display: block;
}/* End custom CSS */