top of page
Moth: 466

Moth: 466

$30.00Price

🧶 Description 🧶

♡THIS IS NOT A PRINT BUT AN ORIGINAL DRAWING, I am currently working on the print version of this item so if you would like to purchase the print version please check my print section.

 

♡ A cute and aesthetic drawing that you can decorate your home with or use as a postcard ^^ 

 

*♡The colors may vary depending on your screen settings♡*

*♡Please Be Aware the Damage During Transactions ARE NOT Refundable nor Returned Able for This Item♡*

 

🧶 sizes & materials 🧶

♡ ~3.6" x 5.6" inches / 9.1 cm x 14.2 cm 
♡ Posca marker on Pantone postcards

 

🧶 shipping 🧶

♡ I will use a 6"x 8" grid mailer with a USPS First class mail with tracking  

 

---- If you order multiple FLAT items I will also include them in the box, but if items that you purchase won't fit then I will use a bubble mailer or a box with extra shipping fee (depends on how many you have purchased. 

 

♡ 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)

 

🧶 notes 🧶
♡ Don't hesitate to contact me if you have any questions!
♡ Original art by @Effy_A_Art (myself)
♡ Follow me on Instagram @Effy_A_Art for more of my Art! ^^

Only 1 left in stock
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(); });