Menu

AUD
2027 Sirrus X 3.0
Specialized
(0)

2027 Sirrus X 3.0

$1,300.00 Incl. tax
Out of 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

  • Even lighter (1.6 lbs../.8kg) than Sirrus X 2.0, and faster thanks to an added A1 alloy fork.
  • Wide-range 1x11 Shimano Cues drivetrain with a 11-50t cassette gives excellent range on any road.
  • More powerful hydraulic brakes and premium two-piece crank design for enhanced braking power and durability in tough conditions.

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: A1 Premium Aluminum, 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: BB68+, BSA24, 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
  • Cassette: Shimano CUES CS-LG400-11, 11-speed, 11-50t
  • Rear Derailleur: Shimano Cues RD-U6000, 11-Speed
  • Shift Levers: Shimano Cues SL-U6000-11R, 11-Speed, Right

Wheels & tires

  • Rims: 700C disc, double-wall alloy, 22mm depth, 21mm internal width, 32h
  • Inner Tubes: 700x32-50mm, 40mm Presta valve
  • Front Hub: Alloy, 6-bolt disc, loose ball bearing, quick-release, 32h
  • Rear Hub: Alloy, Shimano 11speed Freehub, 6 Bolt Disc, 32H, 10mm Axle, 135mm Spacing
  • Front Tire: Pathfinder Wirebead Fast Gravel 700X40C
  • Rear Tire: Pathfinder Wirebead Fast Gravel 700X40C
  • Spokes: Stainless, 14g

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: 296261

Weight

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

Weight

  • Weight: 11.07 kg (24 lb, 6.5 oz)
  • Weight Size: LG

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2027 Sirrus X 3.0
Specialized
2027 Sirrus X 3.0
$1,300.00 $1,181.82
 

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:55
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2027 Sirrus X 3.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 »