top of page
Keychain Pin Back

Keychain Pin Back

PriceFrom $2.00

Due to recent changes in international import policies, I’m now facing up to 145% import tax when bringing these items into the U.S. 😭 It’s been a tough adjustment behind the scenes, but I’ve done my best to keep pricing as fair as possible. For all my pins, I’ve only added $1–$2 per item to help offset the increased costs.

 

🧶 Description 🧶

♡ $1.5 each, buy more get more discount

 

🧶 Sizes & Materials 🧶

♡ 2.75" tall

 

🧶 Shipping 🧶

♡ Shipped via USPS First Class or Priority Mail with tracking
♡ Flat items will be packaged together, but mixed orders (e.g., prints + pins) may require separate packaging to avoid damage. If you prefer them all in one, please let me know—but I will not be responsible for damage if so ;;

♡ International orders ship via USPS First Class International (untracked by default).
Tracked 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(); });