I am trying to search for a class : product-single__thumbnails-item
on the following product page: https://toai.in/products/throw-variation-cotton-yarntesting
However I found class : js-no-transition mz-thumb
But the class that I found (js-no-transition mz-thumb) is not available in ‘product-template.liquid’
I need to find class ‘product-single__thumbnails-item’ or ‘js-no-transition mz-thumb’ in ‘product-template.liquid’ so that I can add multiple images to each product variant ( based on color).
Only images related to the product variant should show when the user selects a particular variant.
My website is : www.TOAI.in (it is not password protected)