Header Image
Algeria (DZDد.ج)
Angola (GBP£) Ascension Island (SHP£)
Austria (EUR€)
Belarus (GBP£)

Frame - Gloria Titanium All Road - Brushed Frame Finish

Croatia (EUR€)
Czechia (CZKKč) Size
Denmark (DKKkr.) Djibouti (DJFFdj) Equatorial Guinea (XAFCFA) Eritrea (GBP£)
Finland (EUR€)
France (EUR€) Quantity Iceland (ISKkr)
Italy (EUR€)
Jersey (GBP£)
Kenya (KESKSh)
Lesotho (GBP£) Libya (GBP£) Liechtenstein (CHFCHF)
Lithuania (EUR€)

All Road Frame detailsMadagascar (GBP£)

Malawi (MWKMK)
  • ZS44/EC44 headset included
  • Mali (XOFFr)
  • UDH Hanger included
  • Alloy seatpost collar included
  • Malta (EUR€)
  • Titanium seatpost collar (optional extra)
  • 3AL-2.5V grade 9
  • Mauritania (GBP£)
  • Butted tubes
  • Thru-axles front & rear and all appropriate cable guides included
  • Mauritius (MUR₨)
  • Lifetime Frame Warranty
  • Frameset weight: ~ 2.2k g
  • Mayotte (EUR€)
  • Frame weight: ~1.8 kg
  • Frame finish - Sandblasted (Standard)
  • Moldova (MDLL)
  • Axles 12mm x 100mm front and 12mm x 142mm The Robert Axle Project bolt thru
  • Bottom bracket Standard BSA
  • Monaco (EUR€)
  • Mudguards and rack mounts compatible
  • Brake mount: Flat mount 140mm or 160mm rotors
  • Montenegro (EUR€)
  • Seat tube internal 27.2mm & Seat tube external 31.8
  • Frame Tyre clearance 700 x 45c
  • Morocco (MADد.م.)
  • Front mech clamp 31.8 
  • Axle size 166XM12 - TP1.0
  • Mozambique (GBP£)

Geometry, Weight & Specs

Weight and specs:Netherlands (EUR€)

Frame weight 1.9kg +/- 50g

Compare the geometry with your existing bikeNiger (XOFFr) :

Geometry: 

Nigeria (NGN₦) North Macedonia (MKDден) Norway (GBP£) Poland (PLNzł) Senegal (XOFFr) Serbia (RSDРСД) Uganda (UGXUSh) Vatican City (EUR€) ProjektRide Shopify American Express
Reach 358.1
518Tunisia (GBP£) 544 558Türkiye (GBP£) 588
Head Tube 110Ukraine (UAH₴) 126 142United Kingdom (GBP£) 160 180United States (GBP£) 198
Chain stay 425Western Sahara (MADد.م.) 425 425Zambia (GBP£) 425 425Zimbabwe (USD$) 425
Wheelbase 998 1003© 2026, 1008. 1017 Powered by 1031. 1046.5







Ridgeback
hopify.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'); initializeScripts(cac hedSettings); } else { console.error('STOQ - failed to load settings:', error); } }) .catch(function(e) { console.error(e) }) } function initializeScripts(settings) { settings = applyTranslations(settings); window._RestockRocketConfig.settings = settings; console.debug(`STOQ - settings configured for ${window._RestockRocketConfig.pageType}`); // Setup cart selling plan updater BEFORE loading any scripts to avoid race conditions setupCartSellingPlanUpdater(settings); if(settings.enable_app) { const hijackIntegration = window._RestockRocketConfig.integrations.find(function(integration) { return integration.type === 'hijack' && integration.enabled && integration.page_types.includes(window._RestockRocketConfig.pageType); }) if(window._RestockRocketConfig.pageType === 'collection' && (settings.show_button_on_collection || settings.preorder_collection_enabled)) { createRestockRocketScript(window._RestockRocketCon