Transparent photos show up with backgrounds

I’ve uploaded multiple transparent PNGs but on the homepage they show up with a white background.

my site link is

https://akc4a33bxoxjnbaa-61834461370.shopifypreview.com

Happens with product photos as well as uploaded images.

Hi, @kxndesign

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
.placeholder-content, .image-wrap, .skrim__link, .pswp__img--placeholder {
    background: transparent !important;
}