Kohler Maxstow 30"W X 24"H Medicine Cabinet
Regular price
$602.00
Regular price
Sale price
$602.00
Maximize your bathroom storage with the Maxstow™ medicine cabinet. Staggered shelving holds tall and short items with no wasted space, fitting everything you need and keeping clutter off your countertop. The slim 3-1/2"-deep design provides the same internal storage space as traditional 5"-deep cabinets. Installation is fast and easy—simply screw to the wall, right out of the box.
Features
- Innovative staggered shelf layout fits tall and short items.
- Deep shelves hold large containers.
- Low-profile design hugs the wall for a clean look.
- Mirror-front door with reflective mirrored interior.
- Three fixed shelves—one full width and two partial.
- Two-way adjustable hinges with 108° opening capability for easy cabinet access.
Material
- Rustproof aluminum.
Installation
- Easy surface-mount installation—no wall cutting.
- Reversible: install as left- or right-hinge swing.
- Includes mounting hardware.
- Includes two reversible side panel kits (White and Grey) to match your decor.
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"; } }); }