Park Tool introduced the bicycle world to the 3-way hex wrench set over 30 years ago. Our 3-way wrenches fit perfectly in the palm of the hand and provide excellent leverage, making them a favorite of countless shop mechanics worldwide.
Park Tools GearClean Brush is perfect for cleaning the chain and derailleur. It also works a treat on your brakes and any other place where dirt accumulates.
The SBK-1 is a professional level kit for installing and removing cartridge bearings in bicycle suspension pivots. A comprehensive set of 27 precision-machined hard-anodized guides enables compatibility with a wide range of...
Use Super Bike Wash™ to quickly clean dirt, clay, road grime, chain soils, nutritional residues and winter storage grime off all surfaces of your bike with little to no scrubbing.
The TW-6.2 is a high quality, ratcheting, click-type torque wrench that accurately measures and applies the proper amount of torque to a component’s threaded fastener(s).
The TW-5.2 is a high quality, ratcheting, click-type torque wrench that accurately measures and applies the proper amount of torque to a component’s threaded fastener(s).
The CN-10 Cable and Housing Cutter is a shop quality cutter designed specifically for use on all bicycle cables and housing, including hard-to-cut index housing.
Evo's high quality Torx wrench set is a shop-grade tool without the premium price point. Made from Vanadium-Chrome, the ergonomic T-Handle is found on the 9-piece kit that includes T10,T15,T20,T25 ,T27,T30,T40 and T50
Have everything you need to make most of the common repairs on your bike. The hard case can easily be transported so you can travel with all of your tools and always have them close at hand.
The Nano TorqBar is the slimmest preset torque wrench available, but don’t let its size deceive you. It is a precision-crafted, high quality tool for either the home mechanic, professional bike shop, or your own jersey pocket.
Textile and leather waterproofing. Highly effective and long-lasting protection against moisture and oil. Suitable for leather, textiles and microfibres (e.g. GORE-TEX®), allows the fabric to breathe naturally.
// 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";
}
}