To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.product {
position: relative !important;
}
.product > product-gallery.product-gallery {
position: sticky;
top: 100px;
}
Here is the result:
https://img001.prntscr.com/file/img001/tYaNlcjLTb6h7MQ4L9v9Qg.png
I hope this helps
Best,
Daisy