top of page
Vocaloid x Hello Kitty Sticker Sheet

Vocaloid x Hello Kitty Sticker Sheet

PriceFrom $4.50

✰ Description ✰

 

A cute little sticker set that you can decorate your journals, planners, notebooks, or anything with it! 

Handmade & illustrated by @Effy_A_Art

 

✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦

 

✰ Sizes & Materials ✰

These cute kiss cut sticker sheets come on a Single Glossy Sticker Sheet
Color may vary from monitor to monitor and your product will not have a watermark!

Sticker Sheet Size: 4 inch x 5 inch Approx

 

✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦

 

✰ shipping ✰

 

- I use a 6 inches x 8 inches grid mailer with a First Class tracking 
- For international orders, I will use the First Class International Mail with NO TRACKING (tracked shipping for international is available upon request with additional fee)

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