Menu

AUD
2027 Sirrus X 2.0
$1,100.00 Incl. tax
Add to cart
2027 Sirrus X 2.0
Specialized
(0)

2027 Sirrus X 2.0

$1,100.00 Incl. tax
In stock

Offering an unprecedented combination of comfort, efficiency, and nimble handling, the Sirrus X excels on pavement, dirt, and any terrain in between. Read more.

Product description

Offering an unprecedented combination of comfort, efficiency, and nimble handling, the Sirrus X excels on pavement, dirt, and any terrain in between.

SMOOTH, COMFORTABLE, AND EFFICIENT: Sirrus X provides the smoothest ride in its class. With bigger, confidence-inspiring tires, a slightly more upright riding position, and a super intuitive one-by drivetrain.

RIDER-FIRST ENGINEERED: Like all Specialized performance bikes, the geometry of each frame is uniquely crafted. This means that for every frame, each tube size is specifically selected to achieve the optimal balance of rigidity, weight, and responsiveness to ensure that no matter what size you're riding, you will experience the world's best ride.

NIMBLE: Class-leading light-weight, exceptional pedaling efficiency, and steering precision merge for confident, nearly telepathic handling characteristics.

Features

  • Lightweight A1 Alloy frame with clean internal cable routing, 3.5lbs (1.7kg) lighter than our Crosstrail Hydro model.
  • Maximum control through intuitive shifting with 1x9, 11-46t wide range gearing, and powerful hydraulic disc brakes.
  • Float over rough terrain with fast rolling Specialized Pathfinder 40c tires featuring proprietary Gripton rubber compound.

TECHNICAL SPECIFICATIONS

Frameset

  • Frame: Specialized A1 Premium Aluminum, Fitness Geometry, butted tubing, internal cable routing, flat-mount disc, quick-release, Plug + Play rack/fender mounts

Suspension

  • Fork: Hi-Ten steel, flat-mount disc, Plug + Play fender mounts, low rider rack mounts, quick-release

Brakes

  • Front Brake: Tektro, 2-piston hydraulic disc
  • Rear Brake: Tektro, 2-piston hydraulic disc

Drivetrain

  • Bottom Bracket: BSA, square-taper, 68mm
  • Chain: KMC eGlide for 11-Speed CUES
  • Chainrings: Narrow Wide Steel 42T
  • Crankset: Prowheel Alloy, XXS - XS: 165mm, S - M: 170mm, L - XL: 175mm, 42t
  • Rear Derailleur: Shimano Cues RD-U6000, 11-Speed
  • Shift Levers: Shimano Cues SL-U6000-11R, 11-Speed, Right
  • Cassette: Shimano Cues CS-LG400-11, 11-Speed 11-50T

Wheels & tires

  • Rims: 700C disc, double-wall alloy, 22mm depth, 21mm internal width, 32h
  • Rear Hub: Alloy, 6-bolt disc, 8-/9-speed freehub, loose ball bearing, quick-release, 32h
  • Front Hub: Alloy, 6-bolt disc, loose ball bearing, quick-release, 32h
  • Front Tire: Pathfinder Wirebead Fast Gravel 700X40C
  • Rear Tire: Pathfinder Wirebead Fast Gravel 700X40C
  • Spokes: Stainless, 14g
  • Inner Tubes: Standard 40mm SV 700x32-50

Cockpit

  • Stem: 3D-forged alloy, 31.8mm, 7-degree rise
  • Handlebars: Alloy Mini Rise, 9-degree backsweep, 15mm rise, 31.8mm
  • SeatPost: Alloy, 12mm offset, 2-bolt clamp, 27.2mm
  • Seat Binder: Bolt-type, 31.8mm
  • Saddle: Bridge Sport, Steel rails, 155/143mm
  • Grip: Specialized Neutralizer, Body Geometry, locking grip

Accessories

  • Pedals: Specialized, platform

Product details

  • Product ID: 296260

Weight

  • Weight: 12.01 kg (26 lb, 7.6 oz)
  • Weight Size: LG

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2027 Sirrus X 2.0
Specialized
2027 Sirrus X 2.0
$1,100.00 $1,000.00
 
CAMELBAK Camelbak Podium Chill S26 0.6L
CAMELBAK
Camelbak Podium Chill S26 0.6L
$30.00 $27.27
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 03:59
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2027 Sirrus X 2.0

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »