Keep those shoes clean! Our Muc-Off Premium Bike Shoe Cleaner makes it easy to get rid of dirt, grime and odours from the outer material of your MTB, gravel or road cycling shoes.
SILCA set out to develop the world’s fastest, quietest, longest lasting oil based chain lube utilizing the nano scale tungsten disulfide to reduce surface wear and friction within the chain.
The DAG-3 is an indispensable shop tool that can be used to both measure and straighten misaligned derailleur hangers solving a high percentage of shifting problems.
Our Bio Dry Chain Lube uses a wax-based formula to protect against contaminants in dry and dusty conditions. Enjoy that super-smooth gear shift feeling.
The RP-Set.2 includes four professional quality pliers for internal snap rings and one for external snap rings. Pliers are made of heat-treated cro-moly steel with vinyl dipped grips.
This expanding sponge is vacuum packed to save space and reduce packaging. But when unleashed it’s the perfect size for cleaning your bike! When opened leave it in a bucket of water and watch it grow!
Muc-Off Bio Grease has been specifically developed for bicycles to increase performance and ensure component longevity. Waterproof and eco friendly formula.
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.
// 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";
}
}