Once you try on this apron, there's no going back to standard aprons. A Park Tool logo makes the apron as good looking as it is functional (even when it's dirty).
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Features:
3 lower pockets, each 7.25" wide and 7.5" deep (18.5 cm x 19 cm)
4 upper pockets, each 4.25" (11cm) deep
Upper pockets may be unbuttoned to swing when the user bends over to keep items in pockets
A full 35" in length, the bottom 7" of the apron can be snapped up for a custom height fit
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}