Skip to content
Call Us : +123-456-789
Icon-search-2
Icon-user
₨
0
0
Cart
Home
Shop
Close Shop
Open Shop
Product Types
WooCommerce Pages
Product Features
OFFER!
Flate 40%
OFF
Products
Category
Deals
Great things are on the horizon
Something big is brewing! Our store is in the works and will be launching soon!
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".product-hover-image img").forEach(function(img){ var gallery = img.closest(".product").querySelectorAll(".woocommerce-product-gallery img"); if(gallery.length > 1){ var first = img.src; var second = gallery[1].src; img.addEventListener("mouseenter", function(){ img.src = second; }); img.addEventListener("mouseleave", function(){ img.src = first; }); } }); });