top of page
Ocean Girl Fan

Ocean Girl Fan

$64.53Price

🧶 Description 🧶

♡ Cute and aesthetic fan that you can use during summer or anytime really:)! It is also a good decoration for your home ^^ 

 

*♡This fan has only one side painted, please be aware if you are hoping to see both sides painted♡*

*♡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♡*
---Please consider to use USPS Priority Mail as the shipping method in the selection 

🧶 sizes & materials 🧶

♡ ~13.6" x 9.1" inches / 34.5 cm x 23 cm 
♡ Watercolor with gold and silver paint on DAISO Japanese paper fan 

🧶 shipping 🧶

♡ I will use an USPS First class/Priority Mail with tracking 

----Please consider using USPS Priority Mail as the shipping method in the selection because this item IS fragile  

---- If you order multiple FLAT items I will also include them in the box 

♡ For international order, 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)
♡ This watercolor artwork worth around 5 hours of work ^^
♡ 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(); });