top of page
Pokemon Unite Eevee Stickers

Pokemon Unite Eevee Stickers

$5.00 Regular Price
$1.00Sale Price

🧶 Description 🧶

--Pokemon Unite Eevee Dye Cut Stickers*✨

The colors may vary depending on your screen settings✨

 

*🧶 sizes & materials 🧶

--Eevee size: 1.75" tall approx

--Other eeveelutions size: 2.5" tall approx

--Vinyl sticker paper with glossy coating

 

🧶 shipping 🧶

--I will use a 6 inches x 8 inches grid mailer with a First Class tracking

--For international orders (orders outside of US), I will use the First Class International Mail (custom delays might go up to a month or longer)

 

🧶 notes 🧶

-Follow me on social medias @Effy_A_Art for more of my Art! ^^

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(); });