Menu

AUD
2026 Aethos 2 Pro SRAM Force AXS
$12,000.00 Incl. tax
Add to cart
2026 Aethos 2 Pro SRAM Force AXS
Specialized
(0)

2026 Aethos 2 Pro SRAM Force AXS

$12,000.00 Incl. tax
In stock

With a 705g frame, the Aethos 2 is the lightest bike in its class. But weight was never the point. Read more.

Product description

Aethos 2: Break the Rules

With a 705g frame, the Aethos 2 is the lightest bike in its class. But weight was never the point. Built by breaking racing’s rules to deliver pure road riding bliss, it’s engineered to disappear beneath you: responsive, supple, and sublime. Now with increased tire clearance, refined components, and data-based fit-enhancing geometry, it brings that transcendent ride feel to more riders than ever. Aethos 2 breaks the rules, for the love of the ride.

At a Glance

  • Use: Performance Road Riding
  • Frameset: 705g FACT 10r Frame / FACT 10r Fork
  • Fit: Performance Endurance
  • Cockpit & Wheels: Roval Alpinist Integrated Cockpit II and CL II wheels
  • Drivetrain: SRAM Force AXS
  • Weight: 6.71kg (56cm)

TECHNICAL SPECIFICATIONS

Frameset

  • Frame: Aethos 2 FACT 10r Carbon, Rider First Engineeredâ„¢, Threaded BB, Hidden Cable Routing, 12x142mm thru-axle, flat-mount disc

Suspension

  • Fork: Aethos 2 FACT 10r Carbon, 12x100mm thru-axle, flat-mount disc

Brakes

  • Front Brake: SRAM Force E1, hydraulic disc
  • Rear Brake: SRAM Force E1, hydraulic disc

Drivetrain

  • Bottom Bracket: SRAM DUB BSA 68
  • Chain: SRAM Force Flattop E1
  • Shift Levers: SRAM Force AXS E1
  • Rear Derailleur: SRAM Force AXS E1, 12-speed
  • Front Derailleur: SRAM Force AXS E1, braze-on
  • Crankset: SRAM Force E1 with Power Meter, 48/35t
  • Cassette: SRAM Force XG-1270, 12-speed, 10-33t

Wheels & Tires

  • Inner Tubes: 700x25-35, 50mm Presta Valve, TPU
  • Front Tire: S-Works Turbo TLR Race Tire, 700x28c
  • Rear Tire: S-Works Turbo TLR Race Tire, 700x28c
  • Front Wheel: Roval Alpinist CL II, 21mm internal width carbon rim, 33mm depth, Win Tunnel Engineered, DT for Roval 350 hub, DT Swiss Aerolite spokes, Tubeless Ready
  • Rear Wheel: Roval Alpinist CL II, 21mm internal width carbon rim, 33mm depth, Win Tunnel Engineered, DT for Roval 350 hub, DT Swiss Aerolite spokes, Tubeless Ready

Cockpit

  • Handlebars: Roval Alpinist Cockpit II, Integrated Bar/Stem
  • Saddle: Power Pro Mirror, Hollow Ti rails
  • SeatPost: Roval Alpinist Carbon Seatpost
  • Seat Binder: Specialized Alloy, 30mm
  • Tape: Supacaz Super Sticky Kush

Accessories

  • SWAT: SWAT internal downtube storage

Product details

  • Product ID: 221564

Weight

  • Weight: 6.71 kg (14 lb, 12.7 oz), tubeless
  • Weight Size: 56

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2026 Aethos 2 Pro SRAM Force AXS
Specialized
2026 Aethos 2 Pro SRAM Force AXS
$12,000.00 $10,909.09
 

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

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2026 Aethos 2 Pro SRAM Force AXS

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 »