Gray shadow/line around the whole product page

Hey, singe a week ago I get a big shadow line type near product images in the product description, sections in the template and so on.

I use sense theme and this is my website: https://sablery.com/

Hi @Dorinxd ,

This is Victor from PageFly - Landing page builder

If you want to reduce the thickness of the line, you can do it in the following way
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
    box-shadow: 3px 5px 0px rgba(0,0,0, 0.4) !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

@Dorinxd

do you want remove this box-shadow?