The critically acclaimed and best-selling Fairfax has gone electric. The all-new Fairfax E brings the power to scoot you along with 40Nm of torque from the rear hub, quietly and seamlessly adding a boost to your pedaling
The critically acclaimed and best-selling Fairfax has gone electric. The all-new Fairfax E brings the power to scoot you along with 40Nm of torque from the rear hub, quietly and seamlessly adding a boost to your pedaling
An ebike that elevates the art of getting around. Function meets pleasure. Comfort meets capability. Speed meets style. From point A to point B, or to no point in particular – it's your best way there.
With its aluminum frame guaranteed for life, its Shimano E5000 motor and a 418Wh battery, the e-Milano is a high-performance, reliable and safe bike, allowing you to ride with complete confidence.
The power to move through the urban landscape cleanly and efficiently is now as simple as pedaling. The Sausalito family of bikes helps you keep up the pace with a fun and lively assist to flatten hills and get you from A to B with a fresh smile.
// 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";
}
}