How to automatically reduce opacity for sold out items?

Hi @NCCShop ,

Go to Assets > theme.css and paste this at the bottom of the file:

.grid-product__tag--sold-out+.grid-product__link .grid__image-ratio {
    opacity: 0.5;
}

Hope it helps!