Header Image
#Divider--template--26482392760703__section_divider_kX4jJq { padding-top: 0px; padding-bottom: 50px; }
.datepicker { z-index: 10000 !important; } .datepicker .disabled-soft-red, .datepicker .disabled-soft-red:hover { background-color: #f8d7da !important; color: #842029 !important; border-radius: 0.25rem; } .datepicker .limited-yellow, .datepicker .limited-yellow:hover { background-color: #fff3cd !important; color: #664d03 !important; border-radius: 0.25rem; }
Service Booking Form

Essentials

Email*
  • We will send you updates via email.
  • Phone Number
  • We may call you to confirm details.
  • Bike details*
Track Service Progress
Building Your Bike From the Box
  • Insure Your Bike
  • Privacy Policy Cookie Policy
  • Refund policy
  • await import("//projektride.co.uk/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js");
     
    Country
    £Andorra (EUR€) Angola (GBP£)
Armenia (AMDդր.)
Austria (EUR€)
    Cameroon (XAFCFA)
Central African Republic (XAFCFA)
Comoros (KMFFr)
  • Guinea-Bissau (XOFFr)
  • Hungary (HUFFt)
    • Iceland (ISKkr)
    • Ireland (EUR€)
    • Isle of Man (GBP£)
    • Italy (EUR€)
    • Jersey (GBP£)
    • Kenya (KESKSh)
    • Kosovo (EUR€)
    • Latvia (EUR€)
    • Lesotho (GBP£)
    • Liberia (GBP£)
    • Libya (GBP£)
  • North Macedonia (MKDден)
Norway (GBP£)
Poland (PLNzł)
Portugal (EUR€)
Serbia (RSDРСД) 247266,45662860280034,45662860312802,45662860345570,45662860378338,45662860411106,45662934728930,45662934761698,45662934794466,45662934827234,45662934860002,45662934892770,45662934925538,45662934958306,45662975295714,45662975328482,45662975361250,45662975394018,45662975426786,45662975459554,45662975492322,45662975525090,45662975557858,45662975590626,45662975623394,45662975656162,45663035818210,45663035850978,45663035883746,45663035916514,45663035949282,45663035982050,45663036047586,45663036080354,45663036113122,45663036145890,45663059575010,45664124010722,45664124043490,45664124109026,45664132563170,45664132595938,45664155533538,45664159236322,45664159301858,45671617593570,45671617691874,45671617724642,45671617790178,45671618805986,45671618838754,45671619920098,45671619952866,45671620640994,45671621034210,45671621066978,45671621099746,45671621132514,45671622246626,45671622279394,45671622312162,45671622344930,45694278959330,45694281089250,45694283186402,45694284103906,45694284890338,45694285021410,456942888224 98,45694290297058,45694290821346,45694291968226,45694292197602,45694293475554,45694293803234,45694293836002,45696083656930,45696083689698,45696083722466,45760534937826,45760534970594,45760537592034,45760542507234,45760550535394,45760552730850,45760558137570,45760558268642,45760558596322,45764606394594,45764607803618,45764613308642,45764615897314,45764617928930,45764620157154,45764621664482,45764621697250,45767010451682,45767010517218,45767010549986,45767010746594,45767270531298,45767273513186,45767291371746,45767298482402,45767298711778,45767301726434,45767307264226,45767310868706,45767318601954,45817747276002,45817747308770,45817747341538,45817749111010,45817749143778,45817751470306,45817751503074,45817751535842,45817751568610,45817765986530,45817766117602,45817769459938,45817769525474,45817769591010,45817770279138,45817770311906,45817770344674,45817770377442,45817770410210,45817773261026,45817776144610,45817776177378,45817776210146,45817780601058,45817780633826,45817780666594,45817780732130,45820457779426,4indow.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) { throw new Error('Network response was not ok'); } return response.json(); }) .then(function(settings) { initializeScripts(settings); }) .catch(function(error) { // If request failed and we have cached settings (even if expired), use them as fallback if (cachedSettings) { console.debug('STOQ - using expired cached settings as fallback'); initializeScri pts(cachedSettings); } else { console.error('STOQ - failed to load settings:', error); } }) .catch(function(e) { console.error(e) }) } function fetchEmbedConfig(endpoint, apply) { return fetch( `${window._RestockRocketConfig.host}/api/v1/embed/${endpoint}.json`, { headers: { 'X-Shopify-Shop-Domain': window._RestockRocketConfig.shop || window.Shopify.shop, 'ngrok-skip-browser-warning': 'skip' } } ) .then(function(response) { if (!response.ok) throw new Error(`Failed to fetch ${endpoint}`); return response.json(); }) .then(function(data) { try { apply(data); } catch (applyError) { // Apply failures are programming bugs (e.g. response shape changed // server-side and the assignment threw). Surface them as console.error // so they're visible in browser logs, then re-throw to fall through // to the same Liquid-cached fallback as a fetch