Tenzo Shower Head With Arm - KSH-80902-XX
Regular price
$66.00
Regular price
Sale price
$66.00
SKU#KSH-80902-XX
FEATURES
- Shower head 3 functions / 5 positions
- Dimensions: 10cm [4]
- Anti-limestone silicone nozzle
- Flowrate: 7.6 L/min [2.0 gpm] @60psi
- 45° shower arm
- Connection ½ male
- Add -15 at the end of the code for a flowrate of: 5.69 L/min [1.5 gpm] @60psi
var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }