Grey Edges on Corners of Product Cards

Hi, there are grey edges on the corners of my product cards.

See image:

I have played with the rounding and the shadows. It still shos. Any reason why this might be.

It is subtle, but is it possible to remove it?

Please help.

Thanks in advance.

Hello @ProconMarketing , Please share your store url

Hi @EvinceDev , here: https://8ae3b9-27.myshopify.com/collections/grange-essential-workwear

Hello @ProconMarketing ,

.card .card__inner .card__media, 
.product-card-wrapper .card, .card--card:after {
    border-radius: 0;
}

.card--card:after {
  border-radius: 0; 
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) rgba(var(--color-shadow);
}

Output :