
Lauaʻe Fern Mug
Lauaʻe is a type of fern that likes to grow in rain-soaked forests. They are commonly found, but are not native to the Hawaiian islands. They are known for their fragrance and were used for perfuming peoplesʻ kapa or to make leis. This color scheme of the design is to compliment the green of the Lauaʻe fern. 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) { if (event.target == modal) { modal.style.display = "none"; } }