Price Matching
Easy Returns
Fast Shipping
C$28.00
Add to cart

Industry Nine Hydra Bearing Kit

Industry Nine Hydra Bearing Kit
Industry Nine Hydra Bearing Kit
C$28.00 Excl. tax
Out of stock
Article number:
210000014997
EAN Code:
0810098984263
SKU:
HKMB02
  • Price Matching

  • Easy Returns

  • Fast Shipping

Information

Front 6B

  • Hydra MTN 6 bolt mountain and fat bike front hub replacement bearings
  • Compatible with Hydra 6 bolt mountain front hubshells
  • Includes 2 - 61804 steel bearings

Rear 6B

  • Hydra MTN 6 bolt mountain and fat bike rear hub replacement bearings. Not compatible with single speed hubs.
  • Compatible with Hydra 6 bolt mountain rear hubshells - HG/XD drivers
  • Includes: 1 - 61804 steel bearing, 1 - 15307A5 steel bearing, 1-152610A3C3 steel bearing, 1 - 15267A5 steel bearing

Reviews

Not yet rated

0 stars based on 0 reviews

Add your review
// 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"; } }