Why isn't my mega menu and product image displaying?

@MohitGoyal i think having product with the image path & lazy load image has been hidden so by adding below css you can visible it.

img.lazyload:not([src]):not([srcset]) {
    visibility: visible !important;
}

Still not working

Hello @MohitGoyal

your image URLs are not detectable, please check them. Below is a screenshot.