Hiding product options display on collection list

HI people! Does anyone know how to hide product variations & options display? Its a custom theme so I was wondering where its can be done in the code, in the product page (product.liquid) or in other pages where products are displayed? Thank you

@MaximBolshoyD please share your store url and password if required.

https://etreravi.com

[image: image.png]

@gr_trading

https://etreravi.com

and also the same issue on the collection page

https://etreravi.com/collections/candles

please note that some of the links on the website takes us to webflow so dont look at them, please have a look at ones Ive sent. We were wondering where we can find this componets or snippet that allows us to block product variotions from product preview

@MaximBlshdvrsky

Please add the below CSS in webflow.css in assets

[data-node-type="add-to-cart-option-pill-group"] {
    display: none;
}