<picture>
<source srcset="{{ collection.attachmentsFile['urls'][0]['webp']['full'] }}" type="image/webp">
<source srcset="{{ collection.attachmentsFile['urls'][0]['jpg']['full'] }}" type="image/jpeg">
<img src="{{ collection.attachmentsFile['urls'][0]['jpg']['full'] }}" alt="{{ collection.name }}" class="d-none single-product-img">
</picture>