top of page

LADs Bundle 2

PriceFrom $50.00

In this bundle you will get these item in a cheaper price:


x1 LADs Sticker

x1 LADs Badge

x1 LADs Print

x1 LADs Standee

x1 LADs Keychain

x1 LADs Pin

If you would like to do different combos of items and eevee evolutions please leave it in the personalize section, for example you can say:


one Xavier sticker, one Caleb badge, one Caleb print, one Sylus standee, one Zayne keychain, and one Xavier pin

0/500
Quantity
Back to Top
bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { // Define the image to display const image = document.createElement('img'); image.src = "https://drive.google.com/uc?id=1nJ18HQDUjhjtwPdwKMjDiN4Jr_iVpUMp"; image.style.position = 'absolute'; // Add an event listener to the document to track the mouse movements document.addEventListener('mousemove', function(e) { // Set the image's position to follow the mouse image.style.left = e.pageX + 'px'; image.style.top = e.pageY + 'px'; }); // Add the image to the page const gifContainer = $w('#gif-container'); gifContainer.append(image); // Disable page scrolling wixWindow.scroll.disable(); }); // Enable page scrolling when the page unloads $w.onUnload(function() { wixWindow.scroll.enable(); });