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

Shop

Filter By

Product Categories

Filter By Price

Sort By

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