Exclamation mark in cart only on mobile?! Please help

Hi

I am getting the red circle with exclamation mark in my stores cart page - I have added the following code to base.css

.cart-item__error {display: none !important;}

and this removed the error mark from the cart from desktop browsers, but it remains on mobile.

I have tried previously suggested solutions from other peoples queries on the forum without success, adding the following to my theme.liquid above the already (and have then removed as it didn’t do anything)

div#Line-item-error-1 { display: none !important; }

and also tried

.cart-container .vitals-cc-notice { display: none; }

. The error persists even when I select show desktop site on my mobile browser settings.

The website url is www.organicplantnursery.co.uk Any help would be much appreciated! :wink:

Incase anyone else has the same problem Chat GPT actually provided a fix!

I removed the SVG for the error symbol in the cart-drawer.liquid that sits just underneath this line

{{ error_message }}