top of page
Ocean Horse Girl Print

Ocean Horse Girl Print

$5.37Price

🧶 Description 🧶

♡ Cute aesthetic Print for decorating your room, house, or even office place depends on your desire :)

♡ Don't hesitate to contact me if you have any questions!

♡ Original art by @Effy_A_Art (myself)

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

 

🧶 sizes & materials 🧶

♡ 5"x7" inches / 12.7 x 17.8 cm each
♡ 120lb heavy card stock with holographic foil

 

🧶 shipping 🧶

♡ I will use a 6 inches x 8 inches grid mailer with a First Class tracking 

---- If you order multiple FLAT items I will also include them in the grid mailer, however, if you purchased a FLAT item(s) with a LEVELED item such as a charm or a pin then I will put them in a bubble mailer (with a backing board) or a box depends on the amount 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 🧶
♡ The original watercolor artwork worth around 5 hours of work ^^; So I am sorry that this print might be pricy compare with other shops prints
♡ Follow me on Instagram @Effy_A_Art for more of my Art! ^^

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