Remove grey square shadow from homepage products

Hello @Mel9602

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css. Add the provided code at the end of the file.

.collection-list__item {
background: transparent !important;
}