Tenzo Freestanding Bath Faucet - KA52-PB-CR
Regular price
$1128.00
Regular price
Sale price
$1128.00
SKU#KA52-PB-CR
- Made of solid brass
- Pressure balanced valve
- Ceramic cartridge
- Raw with Ball Valves for simplified installation
- 1/2 PEX connection
- Flow: 28L/min [7.4 gpm] @60psi
- 1 function hand shower: HS-225-CR
- Shower hose: SSH-150-CR
- Temperature cartridge: CAR-HY-SL40-01
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"; } }); }