Enjoy Free Shipping For Orders Over $20    |    Get 8% discount for any purchase above $10    |    Discount Code : LOVIDC1 Enjoy Free Shipping For Orders Over $20    |    Get 12% discount for any purchase above $50    |    Discount Code : LOVIDC2

FAQ

All our items are stocked and shipped directly from Singapore for fast and reliable delivery.

Yes! Shipping is free for all orders above $20. For orders below $20, a flat delivery fee of $3 applies islandwide.

Returns are accepted within 90 days of delivery. Items must be unused and in their original packaging. You can drop off returns free of charge at our warehouse, or post them back at your own cost. See our Return & Exchange page for full details.

Still have questions?

If you didn’t find the answer you’re looking for, feel free to contact us — we’re here to help!

Limited Time

15% Off

Don’t wait! Your exclusive 15% discount ends soon. Grab your deal today.

.copyCode { cursor: pointer; color: #69aa44; font-weight: bold; position: relative; display: inline-block; } .copyCode::after { content: ”; position: absolute; width: 0; height: 2px; bottom: -2px; left: 0; background-color: #69aa44; transition: width 0.3s ease; } .copyCode:hover::after { width: 100%; } .copyMsg { display: none; color: #69aa44; font-size: 12px; margin-left: 8px; } USE CODE: LOVIDC3 Copied! function copyText(el) { const code = el.getAttribute(“data-code”); navigator.clipboard.writeText(code).then(function() { const allMsgs = document.querySelectorAll(“.copyMsg”); allMsgs.forEach(function(msg) { msg.style.display = “none”; }); const msg = el.nextElementSibling; msg.style.display = “inline”; setTimeout(function() { msg.style.display = “none”; }, 1500); }); }