Muc-Off Dry Chain Lube is a durable, deep penetrating chain lubricant that's formulated to hold up in extreme conditions that would destroy ordinary chain lubes.
Prepares surface, accelerates curing and promotes maximum performance of Park Tool TLR-1 and TLR-2 Threadlockers as well as RC-1 Retaining Compound. Competes with Loctite® 7649™.
The bag lets you get more bulky E-Bike accessories and loads of tools to your next ride safely packed and well organized. The mobile workshop can be hung up or suspended to make its contents quickly and easily accessible.
A dirty bicycle drivetrain causes poor shifting and unnecessary wear to expensive parts. The Park Tool Chain and Drivetrain Cleaning Kit contains everything needed to quickly and easily clean the chain, freewheel cogs, and chainrings.
The wrenches are made of Premium chrome vanadium steel with a greater density at the points of the highest pressure, and such dimensioning and manufacture only increase their extreme power and durability.
A set of 3 picks for detail work like removing seals, doing derailleur maintenance, straightening a freshly cut outer cable, removing seals on bottom bracket, etc.
The 15" SWB-15 is a forged steel breaker bar with a 3/8" square drive head that pivots 180º. Features a long, knurled handle, which is extremely useful when extra leverage is needed to remove stubborn fasteners.
A great shop accessory made to hold securely in your vice a wide variety of axles, spindles and Freewheel Removers/Lockring Tools. Made from precision extruded aluminum.
Finish Line's legendary synthetic bicycle grease is formulated with Teflon™ fluoropolymer, advanced rust or corrosion inhibitors and extreme pressure additives that withstand the most extreme conditions that a bicycle can encounter.
// 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";
}
}