I think I'm looking for something not possible, but let's try:
I need to select all the div elements with class="product-block" that contain an image with alt="ing1".
This is the code, for reference:
<div class="product-block">
<div class="aos-animate">
<div class="image-wrap">
<img class="lazyautosizes lazyloaded" alt="ing1">
</div>
</div>
</div>