Juicy Jungle Mug
The Juicy Jungle is a feel-good design to balance vibrance with calmness. It is a mellow design, yet feels messy. It is dark-themed, but the bright yellow draws you in. In our lives, there will always be chaos, but we can find a balance to make sure our light shines resiliently. 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