top of page
Bagle Painting

Bagle Painting

$100.00Price

🧶 Description 🧶

♡ A cute and aesthetic painting that you can decorate your home with^^ 

 

*♡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 using USPS Priority Mail as the shipping method in the selection 

🧶 sizes & materials 🧶

♡ ~8" x 8" inches / 20.32 cm x 20.32 cm 
♡ Acrylic and oil painting on square wood board 

🧶 shipping 🧶

♡ I will use a 13" (Length) x 13" (Width) x 4" (Height) with a 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, but if you purchase multiple items I will use multiple boxes and you will need to pay an extra shipping fee. I can put them into one box if you would like however, I will not be responsible for the damages to the item/paintings

 

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