Add a shadow to product card on collection page

hi @Fabbrows

Add this code at the bottom of Theme > Edit code > assets > theme.css file

.grid__item.grid-product .grid-product__image-mask {
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 25%);
}

Try it and let me know