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

Delivery/Shipping Information

Local shipping usually takes 1–3 working days. You can also collect your order on the same day or purchase directly at our warehouse.

Delivery is free for all orders above $20. For orders below $20, a flat delivery fee of $3 applies islandwide. You can also self-collect at our warehouse at no charge: 10 Admiralty Street, #05-68 Northlink Building, Singapore 757695 (Tuesday–Saturday, 11am–5pm).

Not at the moment — we focus on serving Singapore customers quickly and reliably.

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