How can I make product images sticky on the Dawn theme?

Hi,

Pls, add this code CSS:

.product__media-wrapper .slider-mobile-gutter {
    position: sticky;
    top: 0;
}

I hope this can help you.

Thank,