. Measure the distance from the top edge of the ruler to the ground to find your inside leg measurement. Your inside leg is very important to your final bike size so please measure carefully.\u003c\/p\u003e","published_at":"2024-11-02T14:17:23+00:00","created_at":"2024-10-11T10:13:10+01:00","vendor":"Trek","type":"Bicycles","tags":["Allant"],"price":470000,"price_min":470000,"price_max":470000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46044411560162,"title":"Small","option1":"Small","option2":null,"option3":null,"sku":"5284430","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Trek Allant+ 9 Lowstep - Small","public_title":"Small","options":["Small"],"price":470000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":46044411592930,"title":"Medium","option1":"M
cdn\/shop\/files\/AllantPlus9Lowstep_23_37603_A_Alt8.webp?v=1728637859"],"featured_image":"\/\/projektride.co.uk\/cdn\/shop\/files\/Allant_Plus_9_Low_23_37603_A_Primary.webp?v=1728637839","options":["Size"],"media":[{"alt":null,"id":34798448771298,"position":1,"preview_image":{"aspect_ratio":1.333,"height":1080,"width":1440,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Allant_Plus_9_Low_23_37603_A_Primary.webp?v=1728637839"},"aspect_ratio":1.333,"height":1080,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Allant_Plus_9_Low_23_37603_A_Primary.webp?v=1728637839","width":1440},{"alt":null,"id":34798448804066,"position":2,"preview_image":{"aspect_ratio":1.333,"height":1080,"width":1440,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/AllantPlus9Lowstep_23_37603_A_Alt5.jpg?v=1728637849"},"aspect_ratio":1.333,"height":1080,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/AllantPlus9Lowstep_23_37603_A_Alt5.jpg?v=1728637849","width":1440},{"alt":null,"id":34798449197282,"pos
er to get around by bike, and you’re looking for a powerful e-bike that's purpose-built to make daily commutes, errands and joy rides simple and streamlined. You also want the benefit of a low-maintenance belt drive and the connection and customisation of Bosch’s smart system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe tech you get\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA sleek hydroformed aluminium frame with a lowstep geometry that fully encases a long-life 625 Wh battery, a powerful Bosch smart system Performance Line CX (250 W, 85 Nm) drive system that helps you sustain speeds of up to 20 mph (25 km\/h in Europe) and an Intuvia 100 controller. Plus, a Gates CDX belt drive with an Enviolo Trekking CVT hub, a road-smoothing suspension fork and seat post, hydraulic disc brakes for all-weather stopping power, an integrated lighting system, mudguards, a MIK-compatible rear rack and stiff 27.5\" wheels with thru axles.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe final
efoot with your back straight and against a wall. Tuck a ruler or something that extends to the floor between your legs. Using both hands, and keeping it level, pull the ruler up into your crotch as if you were sitting on the saddle. Measure the distance from the top edge of the ruler to the ground to find your inside leg measurement. Your inside leg is very important to your final bike size so please measure carefully.\u003c\/p\u003e"};
window._RestockRocketConfig.variantsInventoryPolicy = {46044411560162 : "deny",46044411592930 : "deny",46044411625698 : "deny",};
window._RestockRocketConfig.variantsInventoryQuantity = {46044411560162 : parseInt("0"),46044411592930 : parseInt("2"),46044411625698 : parseInt("0"),};
window._RestockRocketConfig.variantsPreorderCount = {46044411560162 : parseInt(""),46044411592930 : parseInt(""),46044411625698 : parseInt(""),};
window._RestockRocketConfig.variantsPreorderCountForMarket = {46044411560162 : null,46044411592930 : null,46044411625698 : null,};
wi
scriptUrlCollection = 'https://cdn.shopify.com/extensions/019cd40b-736e-74a5-adbe-431365bfd910/restockrocket-1-465/assets/restockrocket-collection.js'
window._RestockRocketConfig.scriptHost = window._RestockRocketConfig.scriptUrlProduct.substring(0, window._RestockRocketConfig.scriptUrlProduct.lastIndexOf('/') + 1)
window._RestockRocketConfig.host = 'https://app.restockrocket.io'
const SETTINGS_CACHE_DURATION = 15 * 60 * 1000; // 15 minutes in milliseconds
const LIQUID_CACHE_MAX_AGE = 2 * 60 * 60; // 2 hours in seconds
// Calculate Liquid cache freshness once at initialization
const liquidRenderedAt = window._RestockRocketConfig.liquidRenderedAt;
// Validate timestamp and calculate cache age
if (!liquidRenderedAt || typeof liquidRenderedAt !== 'number' || isNaN(liquidRenderedAt)) {
console.debug('STOQ - Invalid or missing liquidRenderedAt timestamp, assuming fresh');
window._RestockRocketConfig.isLiquidCacheFresh = true;
} else {
const now = Math.floor(Date.now() / 1000); // C