Home
{45662934728930 : parseInt(""),45662934761698 : parseInt(""),45662934794466 : parseInt(""),45662934827234 : parseInt(""),45662934860002 : parseInt(""),45662934892770 : parseInt(""),45662934925538 : parseInt(""),45662934958306 : parseInt(""),}; window._RestockRocketConfig.variantsPreorderMaxCountForMarket = {45662934728930 : null,45662934761698 : null,45662934794466 : null,45662934827234 : null,45662934860002 : null,45662934892770 : null,45662934925538 : null,45662934958306 : null,}; window._RestockRocketConfig.variantsShippingText = {45662934728930 : "",45662934761698 : "",45662934794466 : "",45662934827234 : "",45662934860002 : "",45662934892770 : "",45662934925538 : "",45662934958306 : "",}; window._RestockRocketConfig.variantsShippingTextForMarket = {45662934728930 : null,45662934761698 : null,45662934794466 : null,45662934827234 : null,45662934860002 : null,45662934892770 : null,45662934925538 : null,45662934958306 : null,}; window._RestockRocketConfig.selected_variant_id = 45662934728930;
TOQ - Invalid settings data structure'); return null; } if (!settings.cache) { console.debug('STOQ - settings caching disabled'); return null; } // Check if translations are enabled but missing from cache // This handles the backfill period where DB has translations but metafield doesn't if (settings.multi_language_enabled) { if (!settings.translations) { // Translations enabled but no translation data in metafield // Metafield hasn't been backfilled yet - force refresh console.debug('STOQ - multi-language enabled but no translation data in cache, fetching fresh'); return null; } // Translations object exists in metafield - cache is valid // If current locale isn't translated, applyTranslations will gracefully use default locale from base fields if (window._RestockRocketConfig.normalizedLocale && !Object.prototype.hasOwnProperty.call(settings.translations,
<
unction 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
Settings = window._RestockRocketConfig.cachedSettings; const validCachedSettings = cachedSettings ? checkSettingsExpiry(cachedSettings) : null; if (validCachedSettings) { console.debug('STOQ - using cached settings'); initializeScripts(validCachedSettings); } else { console.debug('STOQ - fetching fresh settings'); const headers = { 'X-Shopify-Shop-Domain': window._RestockRocketConfig.shop || window.Shopify.shop, 'ngrok-skip-browser-warning': 'skip' }; if (window.Shopify?.theme?.role === 'main') { headers['X-Shopify-Theme-Schema-Name'] = window.Shopify.theme.schema_name; headers['X-Shopify-Theme-Schema-Version'] = window.Shopify.theme.schema_version; headers['X-Shopify-Theme-Store-Id'] = window.Shopify.theme.theme_store_id; } fetch( `${window._RestockRocketConfig.host}/api/v1/setting.json?translation_locale=${window._RestockRocketConfig.normalizedLocale}`, { headers } ) .then(function(response) { if (!response.ok)
.enabled && integration.page_types.includes(window._RestockRocketConfig.pageType); }) if(window._RestockRocketConfig.pageType === 'collection' && (settings.show_button_on_collection || settings.preorder_collection_enabled)) { createRestockRocketScript(window._RestockRocketConfig.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._RestockRock
onst retryDelay = 500; function attemptCartCheck(attempt = 1) { if (window._RestockRocket && window._RestockRocket.updateCartSellingPlans) { window._RestockRocket.updateCartSellingPlans() .then(hasUpdates => { if (hasUpdates) { console.debug('STOQ - cart selling plans updated successfully'); } else { console.debug('STOQ - no cart selling plan updates needed'); } }) .catch(error => { console.error('STOQ - error updating cart selling plans:', error); }); } else if (attempt
maxRetries) { console.debug(`STOQ - API not ready, retry ${attempt}/${maxRetries}`); setTimeout(() => attemptCartCheck(attempt + 1), retryDelay); } else { console.debug('STOQ - API not loaded after max retries, skipping cart selling plan check'); } } attemptCartCheck(); }
6'1" - 6'7" .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-con
yment-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:auto;border:none;width:auto;z-index:2;margin:0;background:0 0}.preorder-badge-collection{position:absolute;top:10px;right:10px}.preorder-badge-product{margin-left:10px}.restock-rocket-price-strike{text-decoration:line-through;color: #666666;}.restock-rocket-discounted
r .countdown-label{font-size:14px;font-weight:500;text-align:center;text-transform:capitalize;opacity:.7}@media (max-width:768px){.restock-rocket-preorder-countdown-timer{padding:14px}.restock-rocket-preorder-countdown-timer .countdown-box{min-width:55px;padding:14px 10px;font-size:26px}.restock-rocket-preorder-countdown-timer .countdown-label{font-size:11px}}@media (max-width:480px){.restock-rocket-preorder-countdown-timer{padding:12px}.restock-rocket-preorder-countdown-timer .countdown-units{width:100%;gap:10px}.restock-rocket-preorder-countdown-timer .countdown-box{width:100%;min-width:50px;padding:12px 8px;font-size:24px}.restock-rocket-preorder-countdown-timer .countdown-label{font-size:10px}}.restock-rocket-toast{position:fixed;cursor:pointer;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{tex
ames 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%)}}
SPECIFICATION
TURQ Series carbon fibre frame, threaded bottom bracket, fully enclosed internal cable routing, 148mm x 12mm BOOST dropouts,integrated derailleur hanger and axle.
FORK
FOX FACTORY 38 GRIP X2 / 170MM
Singular
SRAM CENTERLINE 200
Open cart
Enigma
ROTOR (R)
Frog
SRAM CENTERLINE 200
Kona
Close search barHEADSET
Surly
CANE CREEK 40 INTEGRATED
UTO (ex Eovolt)Search text field
WHEELSET
Early Rider
Submit your search requesDT SWISS CUSTOM EX1700 30MM
BB
SRAM DUB BSA73
GRIPS
ODI ELITE PRO
BAR
YETI CARBON 35X800MM
<
<
<
Services<
See More
<
Workshop<
See More
<
Book a Service
<
<
<
<
<
<
<
B
Front Suspension
573
604
<625
653
HEAD TUBE ANGLE
Tubes
63.5
63.5
Saddles
63.5
D
Pedals Home
EFF. SEAT TUBE ANGLE/
All - New
433
435
437
439
F
WHEELBASE
1207
1242
1266
geH
Bells STANDOVER
Extra Large730
Lights
738
Select variant dropdown
Rider Care 744
Blue / Small - £2,050.00 GBP
Blue / Medium - £2,050.00 GBP750
Blue / Large - £2,050.00 GBP
MaintenanceBlue / Extra Large - Sold Out
See MoreGray / Small - Sold Out
Gray / Medium - £2,050.00 GBPI
Gray / Large - £2,050.00 GBP
Gray / Extra Large - £2,050.00 GBPHEADTUBE LENGTH
Cleaners, Degreasers and Lubrication
95
TubelessQuantity: 101
1107
Tools & Maintenance
118
1
Clothing and Protection
See More J
FORK (AXLE TO CROWN)
2
ProjektRide Merchandise 588
588
Helmets
3+588
Gloves 588
ClothingDecrease quantity
K
Socks FORK (OFFSET)
Increase quantity
44
44
< label for="quantity--template--15326745395426__main">Quantity
< input type="number" name="quantity" id="quantity--template--15326745395426__main" value="1" min="1">
44
Contact Us
Log in Add to cart
LNotify me when this product is available:
Create account
SearchSTACK
620
Cart625
630Submit
Close
640
Spend window.appBlockPlacements ||= []; if (window.klarnaAppBlocksManager) { window.klarnaAppBlocksManager.push({ productVariants: [{"id":45824534872290,"title":"Blue \/ Small","option1":"Blue","option2":"Small","option3":null,"sku":"5291465","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Blue
\/ Small","public_title":"Blue \/ Small","options":["Blue","Small"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824534905058,"title":"Blue \/ Medium","option1":"Blue","option2":"Medium","option3":null,"sku":"5291466","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Blue \/ Medium","public_title":"Blue \/ Medium","options":["Blue","Medium"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824534937826,"title":"Blue \/ Large","option1":"Blue","option2":"Large","option3":null,"sku":"5291467","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Blue \/ Large","public_title":"Blue \/ Large","options":["Blue","Large"],"price":205000,"weight":0,"comp£50 are_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824534970594,"title":"Blue \/ Extra Large","option1":"Blue","option2":"Extra Large","option3":null,"sku":"5291468","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Trek Dual Sport+ 2 Stagger LT - Blue \/ Extra Large","public_title":"Blue \/ Extra Large","options":["Blue","Extra Large"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824535003362,"title":"Gray \/ Small","option1":"Gray","option2":"Small","option3":null,"sku":"5291469","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Trek Dual Sport+ 2 Stagger LT - Gray \/ Small","public_title":"Gray \/ Small","options":["Gray","Small"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requir
es_selling_plan":false,"selling_plan_allocations":[]},{"id":45824535036130,"title":"Gray \/ Medium","option1":"Gray","option2":"Medium","option3":null,"sku":"5291470","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Gray \/ Medium","public_title":"Gray \/ Medium","options":["Gray","Medium"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824535068898,"title":"Gray \/ Large","option1":"Gray","option2":"Large","option3":null,"sku":"5291471","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Gray \/ Large","public_title":"Gray \/ Large","options":["Gray","Large"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":45824535101666,"title":"Gray \/ Extra L to qualify for free shippingMarge","option1":"Gray","option2":"Extra Large","option3":null,"sku":"5291472","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Trek Dual Sport+ 2 Stagger LT - Gray \/ Extra Large","public_title":"Gray \/ Extra Large","options":["Gray","Extra Large"],"price":205000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}], templateName: 'product', dataKey: 'top-strip-promotion-badge', storefrontCurrency: 'GBP', storefrontCountry: 'GB', storefrontLanguage: 'en', shopLocale: 'en', shopDomain: 'projektride.co.uk', variantPrice: '205000', cartPrice: '0', selector: 'shopify-osm-ASUorQUNvQS9uckFQO__klarna_on_site_messaging_app_block_8gNReH', topPadding: '0', bottomPadding: '0', }); } else { window.appBlockPlacements.push({ productVariants: [{"id":45824534872290,"title":"Blue \/
Fork
Alloy, internal brake routing, fender mounts, rack mounts, ThruSkew 5mm QR
#FeaturedImage--template--15326745395426__1645734801adfd4c07 { --overlay-opacity: 0.2; }
div class="featured-image__bg bg-pos-center-center" style="background-image: url('//projektride.co.uk/cdn/shop/files/2571D9FF-E9AE-4004-9A55-C7FD4DD999D6_2048x.jpg?v=1640941114');">
>
Frog
Kona
Surly
UTO (ex Eovolt)
Early Rider
Second-Hand Bikes
See More
Shop All Second-Hand
See More
Custom Builds for sale
Custom Build Inspiration
Services
See More
Tubes
Mudguards
Workshop Tubeless
See MoreBike Packing
Open cartWeight Saddles
Bags and Transportation
M - 17.25 kg/38.03 lbWorkshop Prices
Seat Posts & Clamps
Phone Holders
Book a Service
Gears & Drivetrain
See More
Components
E-bike Batteries and chargers
<
FAQ
Questions and answers
I'm looking to find out more information about a product, where can I find this?
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
I'm looking to buy this product, when will it arrive and how much does postage cost?
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
.site-footer { --bg: #1f2324; --text: #ffffff; --text-alpha-15: rgba(255, 255, 255, 0.15); --text-alpha-60: rgba(255, 255, 255, 0.6); --text-alpha-85: rgba(255, 255, 255, 0.85); } .footer-content__logo__image { width: 170px; }
img src="//projektride.co.uk/cdn/shop/files/logo_header_2048x2048.png?v=1634060673" alt="" class="logo--footer">
QUICK LINKS
About Us
Create account
Search
Cart
Close
Spend
£50
to qualify for free shipping
Congratulations! Your order qualifies for free shipping
Open navigation menu
Open search bar
New Bikes
Shop All New Bikes
Stems
Headsets
Complete Brakes
Brake Rotors
Brake Pads
Brake Spares
Front Suspension
Rear Suspension
Finishing Kit
Tyres
Tubes
Saddles
Seat Posts & Clamps
Pedals
Gears & Drivetrain
Components
E-bike Batteries and chargers
Wheels
Complete Wheels
Muc-Off Bio Drivetrain Cleaner 500ml – ProjektRide
Yeti
Ridgeback
Brother
Genesis
Gears & Drivetrain
Early Rider <