• Free Delivery Free Delivery

    Shop more, save more – Free delivery on us! Shop more, save more – Free delivery on us!

  • 100% Safe & Secure Checkout 100% Safe & Secure Checkout

    Safe payments, worry-free shopping! Safe payments, worry-free shopping!

  • 100% Authentic Products 100% Authentic Products

    Original products, directly from reliable sources. Original products, directly from reliable sources.

Home Decor Home Decor

$(document).ready(function(){ // Featured image zoom enable karega if ($("#product-featured-image").length) { $("#product-featured-image").elevateZoom({ zoomType: "inner", // Zoom type "inner", "lens", "window" cursor: "crosshair" }); } // Thumbnail images click hone par zoom enable karega $(".product-photo-thumbs a").on("click", function() { var zoomImage = $(this).attr("data-zoom-image"); $("#product-featured-image").attr("data-zoom-image", zoomImage).elevateZoom(); }); });