
Monastery Bamboo Seeds - Thai Bamboo
Monastery Bamboo Seeds for Sale Quantity 30+ Thai Monastery Bamboo seeds USDA Zones 9a-12; in zones 8a-8b when winterized Winterizing Bamboo for Extreme Conditions Apply several inches of mulch at the base in Fall. Plant your bamboo in a location with maximum sunlight during Winter, protected from prevailing Winter winds. Plant adjacent to other shielding plantings. Move pots and containers to a protected area under cover such as a shed or garage. During prolonged extreme conditions, shield with fabric or other protective covering. // Function to show popup function showPopup(event) { event.preventDefault(); const popup = document.getElementById('popup'); popup.style.display = 'block'; popup.style.left = event.pageX + 'px'; popup.style.top = event.pageY + 'px'; } // Close popup when clicking outside document.addEventListener('click', function (e) { const popup = document.getElementById('popup'); if (!popup.contains(e.target) && e.target.