Menu

AUD
Amflow PR Carbon Pro
$8,700.00 Incl. tax
Add to cart
Amflow PR Carbon Pro
Amflow
(0)

Amflow PR Carbon Pro

$8,700.00 Incl. tax
In stock

Potent Power, Quiet Performance. With 150N·m torque, 1500W peak power, and whisper-quiet operation, every ride feels smooth, powerful, and immersive. Read more.

Product description

TECHNICAL SPECIFICATIONS

Frame

  • Amflow PR Carbon Pro Frame
  • Basalt Grey
  • 40 adjustable geometry configurations *
  • Compatible with 27.5″ and 29″ rear wheels
  • * The bike offers 5 headset angle settings, 2 bottom bracket height settings, and 4 chainstay length settings. Users can combine these settings based on different riding styles and terrain conditions. Theoretically, these parameters can form up to 40 geometry configurations. The specific adjustable range and applicable effects are subject to actual usage.

E-Bike System

  • Avinox M2S Drive Unit: Nominal 130N·m, peak 150N·m
  • Avinox Screen: 2-inch OLED Control Display
  • Avinox Removable Battery: 800Wh
  • Avinox Wireless Controllers: Right and left sides
  • Avinox Fast Charger: 12A/508W

Rear shock

  • FOX Float X Performance
  • 2-position lever, custom tune, LSR adjustment, 210×55mm, air shock

Fork

  • FOX 36 Performance
  • 160mm travel, GRIP damper, Sweep/LSR adjustment, 15×110mm, 44mm offset

Drivetrain

  • Rear Derailleur: SRAM S1000 Eagle Transmission Derailleur
  • Chainring: SRAM Eagle Transmission DM Chainring 38T for Avinox
  • Shift Levers: SRAM AXS Pod Controller
  • Cassette: SRAM XS-1270 Eagle Transmission Cassette 10-52T
  • Chain: SRAM Eagle 70 Transmission Flattop Chain
  • Power Supply: Avinox M2 Series Electronic Rear Derailleur Power Cable (SRAM AXS Extension Cord)
  • Crankset: Avinox SL Crank (M/L: 155mm; XL/XXL: 160mm)

Brakes

  • Magura Gustav Pro Hydraulic Disc Brake, 4-piston calipers
  • Magura Sensor Rotor (203mm, 2.5mm)

Wheels

  • Amflow XMA-30 Mullet Version
  • Front Rim: Alloy, 29″, 30mm inner width, 32H, tubeless ready
  • Rear Rim: Alloy, 27.5″, 30mm inner width, 32H, tubeless ready
  • Spokes: SAPIM E-Light
  • Front Hub: Alloy, 2 sealed bearings, 15×110mm thru-axle, 32H, 6-bolt
  • Rear Hub: Alloy, 4 sealed bearings, 12×148mm thru-axle, 32H, 6-bolt, 4 pawls 36T, HG

Tires

  • Front: Schwalbe Magic Mary Radial, 29×2.5, Gravity Pro, Ultra Soft, tubeless ready
  • Rear: Schwalbe Albert, Radial, 27.5×2.5, Gravity Pro, Addix Soft, tubeless ready

Handlebar

  • Amflow Enduro Alloy Handlebar
  • 40mm Rise, 800mm Width, 35mm Diameter
  • 5-degree upsweep, 9-degree backsweep

Grips

  • Amflow Enduro Grip 2 Lock-on Grips

Stem

  • Amflow Mountain Bike Split Stem
  • Length: 35mm
  • Clamping Diameter: 35mm

Saddle

  • Amflow Mountain Saddle

Dropper Post

  • Amflow Dropper Post Shim (adjustable travel: 0/5/10/15/20mm)
  • M Frame: 190mm
  • L/XL Frame: 210mm
  • XXL Frame: 230mm

Accessories

  • Avinox Front Light
  • Amflow Bottle Cage
  • Three Geometry Adjustment Systems (0.5°/1° Headset Cups, Chainstay Flip-Chip)
  • Removable Battery Keys × 2
  • 5/10mm Dropper Post Travel Reducing Spacer
  • Quick Start Guide
  • Rear Light
  • Torque Wrench
  • Clear Frame Protection Film
  • Shock Pump

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Amflow Amflow PR Carbon Pro
Amflow
Amflow PR Carbon Pro
$8,700.00 $7,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 06:27
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Amflow Amflow PR Carbon Pro

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 »