3 Varieties Clumping Bamboo Seeds Sampler
Clumping Bamboo Seeds Sampler Quantity 90+ Clumping bamboo seeds - Black Asper, Monastery, and Longinternode Suitable for USDA Zones 9-12; in colder zones 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');