top of page
Mystery Blind Bags

Mystery Blind Bags

PriceFrom $25.00

🧶 Description 🧶

 

♡ Build your own blind bag from any pins and keychains available in my shop!
♡ All pins in this listing will be A-grade quality ♡
♡ For every pin you purchase, you’ll receive one free sticker as a gift! (Sticker gifts are based on the number of pins only, not total items.)

—for example: If you order 3 pins + 1 keychain, you’ll get 3 stickers!

♡ In the personalization section, please let me know if you'd prefer singular stickers or sticker sheets ♡
--If you don’t leave a note, I’ll choose randomly for you — this means you might get a sticker sheet, or you might not.
--But! If you do say you want a sticker sheet, I’ll make sure to include at least one 🌟

 

🧶 Shipping 🧶

 

♡ Shipped via USPS First Class or Priority Mail with tracking
♡ International orders ship via USPS First Class International (First class by default).
--Priorty international shipping is available by request for an additional fee.

 

🧶 Notes 🧶

 

♡ Feel free to message me if you have any questions!
♡ Original designs by @Effy_A_Art (me!)
♡ Follow me on Instagram @Effy_A_Art for updates and more 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(); });