
Leis For Days Mug
Fragrance and blessings are intertwined—my favorite lei of all time for celebrations. Celebrate every day with this mug whether it's coffee, tea, or hot chocolate. Another benefit is that these mugs are dishwasher and microwave safe. Product Features × Product Features 15 oz Mug: Diameter - 3.25in Height - 4.25in 12 oz Mug: Diameter - 3in Height - 3.75in Dishwasher safe Microwave safe // Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event