How to remove rounded corners from product images?

Hello @Finlay101 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

img {
    border-radius : 0 !important;
}

The result