Schwalbe Motion Big Apple, PerfL, RaceGuard, 50-622Seatpost
CUBE Suspension Seatpost HD, 30.9mm
Pedals
ACID PP TrekkingSeatpost clamp
Accessories
140
93339,94799,93483,93520
Max. rider weight (kg)
[]
110
{"@context":"http:\/\/schema.org\/","@id":"\/products\/cube-supreme-hybrid-pro-625-electricblue-blue#product","@type":"ProductGroup","brand":{"@type":"Brand","name":"CUBE"},"category":"Bicycles","description":"A great bike should be one you can just hop on and go. With its Easy Entry frame, Bosch Performance drive with up to 75Nm torque, high-capacity 625Wh battery and easy-to-use Shimano 11-speed Cues gears, the Supreme Hybrid Pro 625 is about as easy to live with as it gets. But that's not all, because we also gave it a full complement of accessories – including semi-integrated rack, mudguards, lights and kickstand. And, with grippy Continental tyres and powerful hydraulic disc brakes plus the comfort of a suspension fork and seatpost, it's a reassuringly stable and safe ride on any road, in any conditions.Frame descriptionSimple, elegant, safe and practical: those are the qualities embodied by the Supreme Hybrid's frame. The PowerTube design incorporates the Bosch 625Wh battery inside the frame for sleek looks, whilst the Bosch Performance drive is housed so neatly you'll barely notice it's there. The Easy Entry design does exactly what it says, making access simple – and there's a wide range of sizes from 42 to 58cm, to make it simple for anyone to find their perfect fit. We used a tapered head tube because it's strong, safe and improves steering accuracy for easy, intuitive handling. There's even semi-integrated luggage carrier. But it's not all about practicality – we also used our Smooth Welding technique for an organic, elegant appearance that you'll love.Specification\n\nFrame\nAluminium Superlite, Comfort Ride Geometry, Tapered Headtube, Premium Comfort And Safety, Semi-Integrated Carrier, Fully Integrated Battery\n\n\nFork\nSR Suntour NEX-E25 NLO, 50mm, Lockout\n\n\nHeadset\nACROS AZF-1039, 1 1\/8\" straight, Top Zero-Stack 1 1\/8\" (ZS 44mm), Bottom Zero-Stack 1 1\/2\" (ZS 56mm)\n\n\nStem\nCUBE Comfort Stem Pro, 31.8mm, Adjustable\n\n\nHandlebar\nCUBE Comfort Shape Bar\n\n\nGrips\nACID Travel Comfort\n\n\nRear derailleur\nShimano Cues RD-U6000-GS, 11-Speed\n\n\nShifters\nShimano Cues SL-U6000, Rapidfire-Plus\n\n\nBrakes\nShimano BR-MT420, Hydr. Disc Brake (180\/180)\n\n\nCrankset\nACID Trekking Hybrid, 38T\n\n\nCrankset chainring sizes\n38T\n\n\nCassette\nShimano Cues CS-LG400, 11-50T\n\n\nNumber of gears\n11\n\n\nChain\nKMC eGlide\n\n\nRims\nCUBE EX25, 32H, Disc, Tubeless Ready\n\n\nFront hub\nShimano HB-QC300, QR, Centerlock\n\n\nRear hub\nShimano FH-QC300-HM, QR, Centerlock\n\n\nTires (Front \u0026amp; Rear)\nConti Contact Urban, 50-622\n\n\nPedals\nACID PP MTB\n\n\nSaddle\nACID Shen Pro\n\n\nSeatpost\nCUBE Suspension Seatpost HD, 30.9mm\n\n\nSeatpost clamp\nCUBE Screwlock, 36mm\n\n\nFront light\nACID Front Light PRO-E 60, 12V, DC\n\n\nRear light\nACID Mudguard Rear Light PRO-E, 12V, DC\n\n\nKickstand\nACID FM Pure Kickstand\n\n\nMudguard\nACID 56 BB-Mount\n\n\nBell\nEasy Bell\n\n\nCarrier\nACID Semi-Integrated Carrier, ACID RILink Adapter Compatible\n\n\nEngine\nBosch Drive Unit Performance Line 75Nm (BDU33)\n\n\nBattery\nBosch PowerTube 625\n\n\nCharger\nBosch 2A\n\n\nRemote\nBosch LED Remote\n\n\nDisplay\nBosch Kiox 300\n\n\nNet weight (kg)\n27.9\n\n\nGross weight (kg)\n32.9\n\n\nMax. system weight (kg)\n140\n\n\nMax. rider weight (kg)\n110\n\n\nBody size\n1.74m - 1.84m\n\n\nAccessories\n93339,94799,93483,93520\n\n","hasVariant":[{"@id":"\/products\/cube-supreme-hybrid-pro-625-electricblue-blue?variant=57747197624703#variant","@type":"Product","gtin":"4054571464682","image":"https:\/\/projektride.co.uk\/cdn\/shop\/files\/814210.jpg?v=1781348010\u0026width=1920","name":"CUBE SUPREME HYBRID PRO 625 ELECTRICBLUE\/BLUE - Step-through \/ Easy Entry \/ electricblue\/blue \/ 54 cm","offers":{"@id":"\/products\/cube-supreme-hybrid-pro-625-electricblue-blue?variant=57747197624703#offer","@type":"Offer","availability":"http:\/\/schema.org\/OutOfStock","price":"2699.00","priceCurrency":"GBP","url":"https:\/\/projektride.co.uk\/products\/cube-supreme-hybrid-pro-625-electricblue-blue?variant=57747197624703"},"sku":"814210EE54"}],"name":"CUBE SUPREME HYBRID PRO 625 ELECTRICBLUE\/BLUE","productGroupID":"15720156955007","url":"https:\/\/projektride.co.uk\/products\/cube-supreme-hybrid-pro-625-electricblue-blue"}
Close
window._RestockRocketConfig = window._RestockRocketConfig || {}
// Stoq is the current name of the app (RestockRocket is the legacy name).
// Expose _Stoq / _StoqConfig as live aliases of the same objects so both names
// work. Done here, before the JS bundles run, and the bundles only ever do
// `window._RestockRocket = window._RestockRocket || {}` (never reassign), so
// every method/config added later is visible on both names.
window._RestockRocket = window._RestockRocket || {}
window._Stoq = window._RestockRocket
window._StoqConfig = window._RestockRocketConfig
// Helper function to normalize locale format from hyphen to underscore (e.g., 'en-US' -> 'en_us')
// This matches the backend's Mobility.normalize_locale behavior
// Returns empty string if locale is empty or invalid (matches original behavior)
function normalizeLocale(locale) {
if (!locale || locale.trim() === '') {
return '';
}
return locale.toString().toLowerCase().replace(/-/g, '_');
}
window._RestockRocketConfig.locale = 'en';
window._RestockRocketConfig.normalizedLocale = normalizeLocale('en');
window._RestockRocketConfig.shop = 'projektride.myshopify.com';
window._RestockRocketConfig.pageType = 'product';
window._RestockRocketConfig.liquidRenderedAt = 1783608643;window._RestockRocketConfig.marketId = 382140642;window._RestockRocketConfig.countryName = 'United Kingdom';
window._RestockRocketConfig.countryIsoCode = 'GB';window._RestockRocketConfig.cartInventoryQuantity = {};// cart.token falls back to the `cart` cookie when the Liquid context didn't carry one
// (some page types render with cart={} until first interaction).
if (!window._RestockRocketConfig.cartToken) {
try {
const m = document.cookie.match(/(?:^|;\s*)cart=([^;]+)/);
if (m && m[1]) window._RestockRocketConfig.cartToken = decodeURIComponent(m[1]);
} catch (e) { /* cookie unavailable */ }
}window._RestockRocketConfig.cachedSettings = {"id":38500,"shop_id":38436,"currency":"GBP","created_at":"2025-07-26T09:13:57.337Z","updated_at":"2025-12-28T14:44:23.508Z","enable_app":true,"enable_signup_widget":false,"storefront_button_text":"Notify me when available","storefront_button_text_color":"#FFFFFF","storefront_button_background_color":"#202223","storefront_form_header":"Notify me","storefront_form_description":"Get a notification as soon as this product is back in stock by signing up below!","storefront_form_button_text":"Notify me when available","storefront_form_button_text_color":"#FFFFFF","storefront_form_button_background_color":"#202223","storefront_form_terms":"Promise we won't spam. You'll only receive notifications for this product.","storefront_form_error":"Please enter a valid email address","storefront_form_success":"Thank you! We will notify you when the product is available.","enable_powered_by":true,"show_button_on_preorder":true,"sms_enabled":false,"email_enabled":true,"storefront_button_disable_tag":"rocket-hide","theme_config":{"disableDebugLoggingForNonPreorderItem":false},"storefront_form_email_placeholder":"Email address","storefront_form_phone_placeholder":"SMS","storefront_form_phone_label":"Phone number","storefront_form_email_label":"Email","storefront_form_phone_error":"Please enter a valid phone number","storefront_form_customer_name_placeholder":"Name","storefront_form_customer_name_error":"Please enter your name","storefront_form_did_you_mean_error":"Did you mean %{suggested_email}? Or use %{current_email}","form_customer_name_enabled":false,"form_customer_name_required":false,"css_config":"","js_config":null,"collect_promotion_consent":false,"storefront_form_promotion_consent_label":"Notify me about other news, sales, discounts & offers too","show_button_on_collection":false,"sms_default_country":"us","sms_allowed_countries":[],"sms_restrict_country":false,"sms_default_channel":true,"optin_required":false,"optin_success_text":"Registration confirmed! You'll receive an alert when the product is restocked.","storefront_button_border_radius":0,"storefront_button_disable_tag_hides_bu
tton":true,"storefront_button_disable_tag_enabled":false,"quantity_required":false,"storefront_form_quantity_label":"Quantity","enable_alerts":true,"sms_allowed":false,"email_allowed":true,"collect_promotion_consent_default":true,"insert_button_after_selector":null,"insert_button_after_selector_type":"afterend","storefront_button_position_type":"float-right","storefront_form_duplicate_error":"You've already subscribed for alerts to this product.","storefront_mixed_cart_error":"This item needs to be purchased separately. Please check out or clear your cart before adding this item.","storefront_error_heading":"Error","default_locale":"en","collection_page_button_text_color":"#FFFFFF","collection_page_button_background_color":"#202223","show_button_if_any_out_of_stock":false,"show_button_if_any_variant_out_of_stock_collection":false,"show_button_on_index":false,"insert_button_after_selector_collection":null,"insert_button_after_selector_index":null,"push_enabled":false,"push_allowed":false,"storefront_form_push_
label":"Push","storefront_form_push_description":"Click 'Allow' to be notified via push notification","storefront_form_push_error":"Permission rejected! Please review notification settings and try again","storefront_font_family":"OpenSans","insert_button_after_selector_collection_type":"afterend","show_channel_selector":false,"storefront_form_empty_error":"Please fill in one or more of the options above","storefront_form_push_input":"Send notification to your browser","insert_button_after_selector_page":null,"show_button_on_page":false,"insert_button_after_selector_search":null,"show_button_on_search":false,"app_proxy_path_prefix":"/apps/restockrocket-production","collection_link_selector":"","index_link_selector":"","page_link_selector":"","search_link_selector":"","collection_check_link_visibility":true,"collection_buttons_container":null,"index_buttons_container":null,"page_buttons_container":null,"search_buttons_container":null,"extension_enable_url_variant_detection":true,"extension_enable_value_variant_
detection":true,"extension_value_variant_selector":"[name='id']","resubscribe_text":"This product is out of stock. Get notified when it's restocked again by entering your details below!","preorder_enabled":true,"preorder_buy_button_selector":null,"preorder_add_to_cart_button_selector":"","preorder_badge_selector":"","preorder_button_out_of_stock_text":"Out of stock","preorder_button_add_to_cart_text":"Add to cart","preorder_form_selector":"form[action*=\"/cart/add\"]","preorder_collection_enabled":false,"preorder_collection_form_selector":"form[action*=\"/cart/add\"]","preorder_collection_add_to_cart_button_selector":"form[action*=\"/cart/add\"] button","preorder_index_enabled":false,"preorder_index_form_selector":"form[action*=\"/cart/add\"]","preorder_index_add_to_cart_button_selector":"form[action*=\"/cart/add\"] button","preorder_page_enabled":false,"preorder_page_form_selector":"form[action*=\"/cart/add\"]","preorder_page_add_to_cart_button_selector":"form[action*=\"/cart/add\"] button","preorder_search_enabled":false,"preorder_search_form_selector":"form[action*=\"/cart/add\"]","preorder_search_add_to_cart_button_selector":"form[action*=\"/cart/add\"] button","preorder_collection_badge_selector":null,"preorder_index_badge_selector":null,"preorder_page_badge_selector":null,"preorder_search_badge_selector":null,"preorder_badge_selector_type":"afterend","preorder_collection_badge_selector_type":"afterend","preorder_button_child_selector":"span","preorder_button_disclaimer_insert_selector":"","preorder_button_disclaimer_insert_selector_type":"afterend","preorder_payment_insert_selector":"","preorder_payment_insert_selector_type":"afterend","preorder_price_container_selector":"","preorder_price_container_selector_insert_type":"afterend","preorder_terms_insert_selector":"","preorder_terms_insert_selector_type":"afterend","preorder_original_price_selector":"","preorder_price_format":"{{amount}} {{currency}}","show_badge_if_any_variant_is_preorder":false,"enable_console_debug":false,"inline_form_enabled":false,"inl
ine_form_selector":null,"inline_form_selector_type":"afterend","storefront_form_prefill_customer":true,"storefront_form_show_image":false,"storefront_form_text_color":"#202223","storefront_form_background_color":"#FFFFFF","storefront_form_border_radius":0,"market_setup_type":"single_market","shopify_app_id":5940125,"preorder_progress_bar_insert_selector":null,"preorder_progress_bar_insert_selector_type":"beforebegin","countdown_timer_insert_selector":null,"countdown_timer_insert_selector_type":"afterend","cache":true,"cached_at":"2026-01-08T16:12:13.364Z","multi_language_enabled":false,"translation_locale":"en"};// STOQ shop-metafield namespace. `production` is substituted at build time
// (webpack CopyPlugin), so this is correct for every environment.
window._RestockRocketConfig.metafieldNamespace = 'restockrocket_production';window._RestockRocketConfig.cachedPreorderVariantIds = {"preorder_variant_ids":[42140096102626,42167799447778,43916521013474,43934694998242,43934695031010,43934695620834,43935975440