top of page
Pokemon Unite Eevee Pins

Pokemon Unite Eevee Pins

PriceFrom $11.00

🧶 Description 🧶

 

♡ Glittery hard enamel pins featuring your favorite Pokémon Unite Eeveelutions!
♡ These pins are great for ita bags, jackets, cork boards, or for collecting ♡
♡ Please note that colors may appear slightly different depending on your screen settings
♡ PLEASE INCLUDE the characters you want in the Personalization Note if you are buying multiple!! I will message you if you forget, but if you don't reply within 24 hours, I will cancel your order T__T
♡ If you order 2 or more pins, I will always include A-grade pins!! 

 

🧶 Sizes & Materials 🧶


♡ ~2 in (5.1 cm) tall
♡ ~1.25 in (3.2 cm) wide
♡ Made with glittery hard enamel and polished gold plating
♡ Two pin posts on the back for extra security!

 

🧶 Pin Grading 🧶


♡ Minor flaws are normal due to the nature of production of enamel pins. Every shop has slightly different grading standards—please read mine below before purchasing ♡

A Grade
— No visible flaws :)

B Grade
— Almost indistinguishable from A grade!
— May have small imperfections under close inspection (e.g., one glitter speck is dull)
— May come with a backing card that is slightly bent or off-sized

C Grade
— Multiple visible flaws (e.g., small chips, misfilled enamel, noticeable glitter defects)
— May include the wrong material used in production (e.g., imitation enamel)

 

🧶 Shipping 🧶

 

♡ Shipped via USPS First Class Mail or Priority Mail or UPS First Class 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 ;u;

♡ International orders ship via USPS First Class International (tracked by default).
♡ Other shipping carriers such as FedEx, UPS, DHL, etc. are available upon request and will require an additional shipping 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(); });