How can I change my product card background color to grey or transparent?

Hi community

please help, I have changed my theme colour from white to grey now all my product image backgrounds are white, how do I change product card background colour to grey or transparent Most of my images are png with transparent background

thanks

@Glen-watches ,

Let me share the store URL..

https://www.gawatches.co.uk

@Glen-watches ,

Hi,
Please share the store URL.

@Glen-watches

.reveal img {
	background: grey;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid

Hi

Thank you for your quick assistance it worked great.