It looks like the issue is caused by your theme as it includes a hard-coded version of jQuery library (for the second time) which it shouldn't be doing per WordPress guidelines.
The first correct reference to jQuery that comes with WordPress is in your page header:
Code:
/wp-includes/js/jquery/jquery.js?ver=1.12.4
Followed by the hard-coded one by your theme in the page footer (making your pages slower) which overrides jQuery namespace that we have attached to in the 360 product viewer script:
Code:
/wp-content/themes/odin/assets/js/okyo-jquery-3.3.1.min.js
PS: I'm pretty sure the first poster in this thread had the same problem...