The Fairfax is built for the flat-bar fitness road rider with the accessory mounts and gear range for future upgrades. It's perfect for commuting and bike path riding around the city.
Read more..
Bike Size
Rider height
XS
4'11" to 5'1"
S
5'1" to 5'5"
M
5'5" to 5'9"
L
5'9" to 6'1"
XL
6'1" to 6'4"
Price Matching
Easy Returns
Fast Shipping
Information
The Fairfax is built for the flat-bar fitness road rider with the accessory mounts and gear range for future upgrades. It's perfect for commuting and bike path riding around the city. The Fairfax line of fitness bikes has the speed of a road bike with a more comfortable upright position for meeting your weekly riding goals. Built with weekend bike path and weekday fitness riders in mind, the Terra Linda bikes are equally at home on shorter after work rides or longer weekend adventures. Disc brakes provide sure stopping power in all conditions, and all frames feature rack and fender mount for commuter use.
Specifications
Frame
Series 1 Fitness, 6061 Aluminum, 700C Wheels, Disc Brake, Internal Cable Routing, Fender and Rack Mounts
Front Fork
Cr-Mo Steel, Straight Blade, Disc Mount, Fender and Rack Eyelets
Rear Suspension
-
Shifters
Shimano EF41 Shifter/Brake Lever Combo, 3x7-Speed
Front Derailleur
Shimano TY510
Rear Derailleur
Shimano Tourney, 7-Speed
Cassette
SunRace 7-Speed, 11-34T
Crankset
Alloy Crank, Steel Chainrings, 48/38/28T, Ring Guard
Chain
KMC Z50
Brake Levers
Shimano w/ Integrated Shifters
Rear Brake
Power CX7 Mechanical Disc, Shimano Pad Compatible, 160mm Rotor
Front Brake
Power CX7 Mechanical Disc, Shimano Pad Compatible, 160mm Rotor
// 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";
}
}