Display an image when hover over an item in a Radio Button Group

Got most of this working on my site using @Bruno Prado’s code. One problem nags me however. In terms of the @BrunoPrado code, the images I require come from the Wix Store “Products” database, NOT from the “choices” database.

I have tried to get this working but the solution eludes me. I can get the Products database image (console.logs shows it as a URL) into a variable using a wixdata.query to find the sku, but can’t figure out how to get that onto my page.

Any thoughts on this?