top of page
Standee Love and Deepspace Savadge Overture | LADs

Standee Love and Deepspace Savadge Overture | LADs

PriceFrom $12.00

🧶 Description 🧶
♡ Perfect for collectors or accessorizing your ita bag ♡
♡ Please note: Colors may look slightly different depending on your screen settings

 

🧶 Sizes & Materials 🧶
♡ ~2.5 in (6.35 cm) tall
♡ Acrylic Standee

 

🧶 Shipping 🧶
♡ Shipped via USPS First Class or Priority Mail with tracking
♡ Flat items will be packaged together, but mixed orders (e.g., prints + pins) may require separate packaging to avoid damage. If you prefer them in different packages, please let me know!
♡ International orders ship via USPS First Class International (untracked by default).
Other international shipping company usage is available by request for an additional fee.

 

🧶 Notes 🧶
♡ Feel free to message me if you have any questions!
♡ Original designs by @Effy_A_Art (me!)
♡ Follow me on Instagram @Effy_A_Art for updates and more art ^^

Quantity
Back to Top
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(); });