top of page
Bort Pin

Bort Pin

PriceFrom $13.15

PLEASE NOTE

 

Land of Lustrous pin with glitter on hard enamel

 

Length: 2 in

 

Width: 1.25 in

 

Pin Grading Policy:
Enamel pins have natural variations and slight flaws that occur during the production process. There is no such thing as a completely perfect pin, and every pin maker's grading standard varies.

Please read below for the grading standard before purchasing ♥

**We understand that what falls under what grade is subjective, however, we have set these standards for our shop, and as a customer, you understand and accept our grading system when you purchase any item from us.

A Grades

----No defects :)

B Grades

----No significant defects but may exhibit minor imperfections visible under close inspection
----The background sheet is smaller/different sized with others.

C Grades

----Visible multiple minor and/or significant defects.
----The wrong usage of the material (Imitation Enamel instead of hard Enamel, which could lead the glitters to fall off)

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