Menu

AUD
2025 S-Works Enduro Frameset
$6,800.00 $4,799.99 Incl. tax
Add to cart
2025 S-Works Enduro Frameset
Specialized
(0)

2025 S-Works Enduro Frameset

$6,800.00
$4,799.99 Incl. tax
In stock

Start your build with the best. The FACT 11M carbon chassis of Enduro is decked out with carbon upper and lower links, internal cable routing, SWAT door integration, and top-tier RockShox suspension—making it the perfect base to build from. Read more.

Product description

Start your build with the best. The FACT 11M carbon chassis of Enduro is decked out with carbon upper and lower links, internal cable routing, SWAT door integration, and top-tier RockShox suspension—making it the perfect base to build from. The frame includes SRAM’s Universal Derailleur Hanger (UDH) for compatibility to accept direct mount derailleurs.

FEATURES

  • INCREDIBLY CAPABLE: If the Enduro looks like its sibling, the Demo, it’s because they share plenty of downhill DNA. A more rearward axle path reduces wheel hang-up on big impacts. A low and forward-positioned shock keeps it planted and confident-feeling at high speeds. Balanced chassis stiffness helps the front end steer precisely and keeps the rear end tracking like it’s on rails. Add it all up, and you have a bike that laughs in the face of the steepest, rockiest trails.
  • ASTONISHINGLY FAST—UP AND DOWN THE TRAIL: Stomp on the pedals, and the new Enduro accelerates far quicker than you'd expect possible from a downhill bruiser. To start, we increased anti-squat, so the suspension better resists pedal bob. Then, to further its efficiency, we re-directed the angle of the chainstay and upper shock linkages for a much more efficient design. The end result? Less bobbing, more speed.
  • FAST STARTS WITH FIT: Fast and fit aren't mutually exclusive, which is why the progressive geometry of the Enduro has been designed for going up and down. To start, seat tubes and stack heights don’t grow massively between sizes, meaning you can now pick a frame size based on both your height and your riding style. Pair this new sizing style with a slacker head angle, longer reach, and steeper seat tube across the line, and you’re left with a quicker and more capable steed, no matter the size.
  • MORE RELENTLESS THAN YOU: Our full suspension bikes are built to be relentless, designed to endure years of hard riding and backed by the best support and policies to keep you on the trail. Our unbeatable lifetime, no-questions-asked replacement of suspension pivot bearings to the original owner is just one way we've got you covered.

TECHNICAL SPECIFICATIONS

Frameset

  • Seat Binder: Alloy, 38.6mm
  • Frame: FACT 11m carbon chassis and rear-end, 29 S-Sizing Enduro Race Geometry, Carbon upper and lower links, SRAM Universal Derrailuer Hanger, SWATâ„¢ Door integration, threaded BB, internal cable routing, 12x148mm dropouts, sealed cartridge bearing pivots, 170mm of travel

Suspension

  • Rear Shock: RockShox Vivid Ultimate, Ride Dynamics Trail Tune, adjustable hydraulic bottom out, adjustable rebound and high/low speed compression, 205x60, Trunnion

Accessories

  • SWAT: SWAT internal downtube storage

Product details

  • Product ID: 276009

Weight

  • Weight: 3.82kg (8 lb, 6.7 oz)
  • Weight Size: S4

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2025 S-Works Enduro Frameset
-29%
Specialized
2025 S-Works Enduro Frameset
$6,800.00 $6,181.82 $4,799.99 $4,363.63
 
Specialized 2025 Tarmac SL7 Sport Shimano 105
Specialized
2025 Tarmac SL7 Sport Shimano 105
$3,500.00 $3,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 09:14
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2025 S-Works Enduro Frameset

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 »