For a free woocommerce gallery plugin to replace the product gallery entirely to stop CLS I’ve used the ‘WooSwipe’ plugin which seems to work OK.
You need to style it in additional CSS with:
div#wooswipe.images {}
or
/* STYLE 769px PLUS */
@media (min-width: 769px) {
div#wooswipe.images {
margin-right: 40px ;
}
}