I am using this code to round the corners of my product images. It works great on Chrome, but when I test it on Safari, just the top two corners are not rounded, while the bottom two are. In addition, on hover, the corners change from rounded to back to corners. Any idea why this might be and how I can change my custom css to solve this? I am using the theme Stiletto.
Preview Link: https://muquhmgw1698itrt-59067629683.shopifypreview.com
Password: Lizzy
.image,
.image__img,
.product__primary-left {
border-radius: 8px;
}