Disable or hide this image box-shadow in Dawn theme.

I need Help to hide this box-shadow in the Dawn theme? can Someone help me to get rid off this.

@Mr_RaviRaj

Hii,

Can You Please Share Your Store URL

@oscprofessional

https://salujashoes.myshopify.com/

@Mr_RaviRaj ,

Where it is coming ?

click on image

and you will see it.

@Mr_RaviRaj ,

.product *:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

Try this

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid