Muc-Off Bio Grease has been specifically developed for bicycles to increase performance and ensure component longevity. Waterproof and eco friendly formula.
BRAKE FLUID DOT 5.1 is a brake fluid for hydraulic brake and clutch systems with a boiling point of at least 260 °C and an extremely high wet boiling point of at least 180 °C. Because of the low viscosity at low temperatures, particularly suitable for add
Pedal & Cleat Lubricant is formulated specifically with DuPont Teflon fluoropolymer and surface bonding resins to create an ultraslick, protective dry film.
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.
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.
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.
Maxima's Pro Dry chain lube was specifically designed for use in dry and dusty conditions. Specifically formulated for bike chains, it extends your chain life while ensuring smooth shifting and reduced noise.
// 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";
}
}