Line to the left of the product page image.

Hello Everyone. Can anyone help me remove the line to the right of the product picture on product pages? It shows up on all the pages and I’m not sure why.

I have attached a photo for your reference. the theme is pipeline and the site is flordcanada.ca

@Claud123

Please add the following CSS to your assets/theme.css or assets/theme.scss.liquid bottom of the file.

.lazy-image.mobile-zoom-wrapper {
    background: none !important;
}

Thanks!