Bombtrack BEYOND+ ADV Complete Bike (29+)
Looking to purchase with a cycle to work scheme?
Click here to get in touch and get the ball rolling!
For rides that go the extra mile, you cannot compromise on weight – nor comfort. The Beyond+ ADV packs 29’’ tyres, free-spinning gearing and a range of handling positions thanks to the vast sweep of a Jones H-Bar handlebar. Low profile geometry provides standover for technical riding while also improving handling when ridden loaded. The double-butted steel frame, accompanied by a tapered BPC carbon fork, cuts weight without losing comfort or control. Mounting points allow an array of cargo-carrying opportunities; the bike rounded off with a 10 – 52T cassette and Magura Trail Sport brakes mean only the edges of a map will hold you back.
Specifications
| Color 1 | Matt Black |
| Color 2 | - |
| Frame | 4130 double butted crmo, TA, rack / fender mounts, Boost spacing, stealth dropper ready, 73 mm BSA BB shell ¹ |
| Fork | Seido BPC full carbon, TA, 1.1/2'' - 1.1/8'', triple cage mounts, internal hub dynamo cable routing |
| Handlebar | Jones H-Bar Loop 710 travel bar, 31.8 mm, 710 mm |
| Grips | Bombtrack Shift 170 mm grips |
| Stem | Bombtrack Tramp forged aluminium stem, 3° |
| Headset | Sealed semi integrated / external aheadset, 1.1/2'' - 1.1/8'' |
| Levers | Magura Trail Sport hydraulic |
| Shifter | Sram GX-Eagle 12-speed shifter |
| Brakes | Magura Trail Sport 4 piston front, 2 piston rear |
| Rotor | Magura Storm SL.2 180 mm rotors |
| Crankset | Sram Descendant aluminium crank, Boost DUB |
| BB | Sram DUB BSA 73 mm |
| Pedals | - |
| Chain | Sram GX Eagle chain, 1/2'' x 11/128'', 116L |
| Chainring | Sram Eagle X-Sync 2, narrow-wide, 30 T |
| Cassette | Sram XG-1275 Eagle 12-speed, 10- 52 T |
| Front derailleur | - |
| Rear derailleur | Sram GX Eagle, clutch, long cage |
| Front hub | Bombtrack Grad Boost sealed hub, 6-bolt disc |
| Rear hub | Bombtrack Grad Boost sealed hub, XD driver, 6-bolt disc |
| Through axle | 15 x 110 mm / 12 x 148 mm |
| Front rim | WTB ST i45 double wall, TCS 2.0, 32h |
| Rear rim | WTB ST i40 double wall, TCS 2.0, 32h |
| Saddle | Bombtrack Fuzz saddle |
| Seat post | Bombtrack Yew aluminium seatpost, 30.9 mm x 400 mm |
| Seat clamp | Bombtrack Origin 34.9 mm |
| Front tire | WTB Ranger TCS Tough / Fast Rolling 29'' x 3.0'', tubeless ready |
| Rear tire | WTB Ranger TCS Tough / Fast Rolling 29'' x 3.0'', tubeless ready |
| Fender | - |
| Rack | - |
| Kickstand | - |
| Light | - |
| Weight | 13.7 kg (size M) |
| Weight frameset | 2910 g frame (size M, incl. TA, hanger) |
| Maximum rider weight | 140 kg incl. luggage |
| ASTM riding condition | 3 |
Geometry
| Bike Size | S | M | L | XL |
| Wheel size | 29'' | 29'' | 29'' | 29'' |
| Seat Tube Length | 406 | 457 | 508 | 559 |
| Horizontal TT length | 575 | 598 | 622 | 651 |
| Seat Angle | 72.0° | 72.0° | 72.0° | 72.0° |
| Seat Angle effective | 73.8° | 73.8° | 73.7° | 73.7° |
| Head Angle | 68.5° | 68.5° | 68.5° | 68.5° |
| Headtube Length | 100 | 110 | 125 | 135 |
| BB Drop | 70 | 70 | 70 | 70 |
| Chainstay Length | 450 | 450 | 450 | 450 |
| Fork Offset | 51 | 51 | 51 | 51 |
| Trail | 97 | 97 | 97 | 97 |
| Wheelbase Length | 1111 | 1135 | 1160 | 1188 |
| Standover | 775 | 802 | 833 | 860 |
| Reach | 395 | 415 | 434 | 459 |
| Stack | 621 | 630 | 644 | 653 |
| Front Center | 670 | 694 | 718 | 745 |
| Axle to Crown | 500 | 500 | 500 | 500 |
| Minimum rider height | 1600 | 1700 | 1790 | 1880 |
| Maximum rider height | 1710 | 1810 | 1900 | 1990 |
Frequently Asked Questions
-
Please get in touch with a member of the team either by phone (01313745324) or email ([email protected]) where on of the team will be more than happy to help.
ProjektRide Bike Shop Edinburgh
-
If the item is showing in stock, we aim to post the product within 24 hours. Please allow 5 working days to receive the item.
Postage is free on orders over £50. Orders under £50, our postage charge is £3.99.
We also have a physical store, if you are local please pop in -
ProjektRide Bike Shop Edinburgh
















SETTINGS_CACHE_DURATION) {
console.debug('STOQ - settings changed recently, skipping cache');
return null;
}
return settings;
} catch (error) {
console.debug('STOQ - Error checking settings cache:', error);
return null;
}
}
function createRestockRocketContainer() {
const restockRocketContainer = document.createElement('div');
restockRocketContainer.id = 'restock-rocket';
document.body.appendChild(restockRocketContainer);
}
function createRestockRocketScript(scriptUrl) {
const restockRocketScriptElement = document.createElement('script');
restockRocketScriptElement.setAttribute('defer', 'defer');
restockRocketScriptElement.src = scriptUrl;
document.body.appendChild(restockRocketScriptElement);
}
createRestockRocketContainer()
console.debug('STOQ - extension activated')
function applyTranslations(settings) {
try {
// Skip translation logic entirely if multi-language is not enabled
if (!settings ||
!settings.multi_language_enabled) {
return settings;
}
if (!settings.translations) {
console.debug('STOQ - No translations found, skipping translation');
return settings;
}
const normalizedLocale = window._RestockRocketConfig.normalizedLocale;
const translations = settings.translations;
if (!normalizedLocale) {
// No matching locale has translations; drop payload to save memory
console.debug('STOQ - No matching locale for translations. Available:', Object.keys(translations || {}));
delete settings.translations;
return settings;
}
console.debug(`STOQ - Applying translations for normalized locale: ${normalizedLocale} (original: ${window._RestockRocketConfig.locale})`);
const translatedFields = translations[normalizedLocale];
if (translatedFields && typeof translatedFields === 'object') {
Object.keys(translatedFields).forEach(function(key) {
const value = translatedFields[key
fig.scriptUrlCollection);
} else if(window._RestockRocketConfig.pageType === 'index' && (settings.show_button_on_index || settings.preorder_index_enabled)) {
createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection);
} else if(window._RestockRocketConfig.pageType === 'search' && (settings.show_button_on_search || settings.preorder_search_enabled)) {
createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection);
} else if(window._RestockRocketConfig.pageType === 'page' && (settings.show_button_on_page || settings.preorder_page_enabled)) {
createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection);
} else if(window._RestockRocketConfig.pageType === 'product') {
createRestockRocketScript(window._RestockRocketConfig.scriptUrlProduct);
} else if(hijackIntegration) {
createRestockRocketScript(window._RestockRocketConfig.scriptUrlCollection);
} else {
console.debug(`STOQ - no scripts enab
led for ${window._RestockRocketConfig.pageType}`);
}
// Dispatch custom event when app is loaded
// Cart selling plan updates will be triggered by stoq:inventory-data-loaded event
const appLoadedEvent = new CustomEvent('stoq:loaded', {
detail: {
pageType: window._RestockRocketConfig.pageType,
enabled: settings.enable_app,
settings: settings,
preorderEnabled: settings.preorder_enabled
}
});
console.debug('STOQ - dispatching app loaded event');
window.dispatchEvent(appLoadedEvent);
}
}
.restock-rocket-button,.restock-rocket-button-float{opacity:1!important;border:none!important;cursor:pointer!important;background-image:none!important;box-shadow:none!important;padding:15px 20px;font-size:16px;width:100%;font-family:inherit}@font-face{font-family:OpenSans;font-weight:200;src:url(https://d382hokyqag45a.cloudfront.net/assets/OpenSans-Light.woff)}@font-face{font-family:OpenSans;font-weight:300;src:url(https://d382hokyqag45a.cloudfront.net/assets/OpenSans-Regular.woff)}@font-face{font-family:OpenSans;font-weight:600;src:url(https://d382hokyqag45a.cloudfront.net/assets/OpenSans-SemiBold.woff)}.restock-rocket-button-container{position:relative;z-index:1;width:100%}.restock-rocket-button-container-float-right{position:fixed;z-index:123123;top:calc(50% - 200px);right:0;transform:rotate(270deg);transform-origin:bottom right}.restock-rocket-button-container-float-left{position:fixed;z-index:123123;top:calc(50% - 200px);left:40px;transform:rotate(90deg);transform-origin:top left}.restock-rocket-button-container-float-left:hover,.restock-rocket-button-container-float-right:hover,.restock-rocket-button-container:hover,.restock-rocket-button-float:hover,.restock-rocket-button:hover{opacity:.8}.restock-rocket-button{min-height:50px;margin-top:10px;margin-bottom:10px}.restock-rocket-button-collection{position:relative;font-size:13px;line-height:1;padding:7px;height:auto;z-index:3}.restock-rocket-wrapper{background-color:rgba(0,0,0,.5);z-index:123123123;width:100%;height:100%;overflow:auto;position:fixed;right:0;top:0;transition-property:all;transition-duration:.3s;display:flex;flex-direction:column;justify-content:center;}.restock-rocket-wrapper-inline{width:100%;height:100%;margin-top:20px}.restock-rocket-preorder-description{padding:10px 15px;margin-top:20px;display:flex;flex-direction:column;gap:10px;}.preorder-description-details{margin-bottom:0;display:flex;flex-direction:column;gap:10px;}.preorder-detail-item{display:flex;flex-direction:row;justify-content:start;gap:8px;align-items:center;}.restock-rocket-payment-widget{border:1px solid #ebebeb;margin-bottom:20px;}.restock-rocket-payment-option{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:15px 20px;}.restock-rocket-payment-option:not(:last-child){border-bottom:1px solid #ebebeb;}.restock-rocket-payment-input-container{flex:1 1 auto;min-width:0}.restock-rocket-preorder-discount-badge{background:#ebebeb;height:25px;line-height:25px;padding:0 15px;border-radius:25px;font-size:0.8rem;flex:0 0 auto}.restock-rocket-payment-input{margin-right:10px;margin-top:-3px;vertical-align:middle;margin-left:0;accent-color:#202223}.restock-rocket-payment-description{margin-top:4px;flex:1 1 100%}.restock-rocket-preorder-badge{font-size:13px;line-height:1;padding:5px 13px 6px;border-radius:40px;height:a
r;background:#fff;border:0;min-width:40px;min-height:40px;box-shadow:0 0 15px rgba(0,0,0,.1)!important;z-index:622004;padding:20px 30px;font-family:inherit;font-size:inherit;color:#000;display:flex;justify-content:center;align-items:center}.restock-rocket-toast a{text-decoration:none;font-weight:700;color:#000}.restock-rocket-toast .dismiss{margin-left:15px;z-index:1;font-size:20px;}.restock-rocket-toast-top{top:60px}.restock-rocket-toast-bottom{bottom:75px}.restock-rocket-toast-left,.restock-rocket-toast-right{-webkit-animation:.5s forwards slide;animation:.5s forwards slide}.restock-rocket-toast-left{left:0;transform:translateX(-100%);-webkit-transform:translateX(-100%);border-radius:0 10px 10px 0}.restock-rocket-toast-left.slide-out{-webkit-animation:.5s forwards slide-out-left;animation:.5s forwards slide-out-left}.restock-rocket-toast-right{right:0;transform:translateX(100%);-webkit-transform:translateX(100%);border-radius:10px 0 0 10px}.restock-rocket-toast-right.slide-out{-webkit-animation:.5s forwards
slide-out-right;animation:.5s forwards slide-out-right}@keyframes slide{100%{transform:translateX(0)}}@-webkit-keyframes slide{100%{-webkit-transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}100%{transform:translateX(100%)}}@-webkit-keyframes slide-out-right{0%{-webkit-transform:translateX(0)}100%{-webkit-transform:translateX(100%)}}.restock-rocket-preorder-progress-bar{padding:12px 15px;margin-bottom:20px;font-family:inherit;}.restock-rocket-preorder-progress-bar .preorder-progress-text{margin-bottom:8px;}.restock-rocket-preorder-progress-bar .preorder-progress-bar-row{display:flex;align-items:center;gap:10px;}.restock-rocket-preorder-progress-bar .preorder-progress-track{flex:1;height:12px;overflow:hidden;}.restock-rocket-preorder-progress-bar .preorder-progress-fill{display:block;hei