Gloria

Trek
<

<<
!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 for translations. Available:', Object.keys(translations || {})); delete settings.translations; return settings; } console.debug(`STOQ - Applying translations for normalized locale: ${normalizedLocale} (original: ${window._RestockRocketConfig.locale})`); const translatedFields = translations[normalizedLocale]; if (translatedFields && typeof translatedFields === 'object') { Object.keys(translatedFields).forEach(function(key) { const value = translatedFields[key
&& 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); }); } }); } // First try to get settings from metafields with expiry check const cachedSettings = 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.S
led for ${window._RestockRocketConfig.pageType}`); } // Dispatch custom event when app is loaded // Cart selling plan updates will be triggered by stoq:inventory-data-loaded event const appLoadedEvent = new CustomEvent('stoq:loaded', { detail: { pageType: window._RestockRocketConfig.pageType, enabled: settings.enable_app, settings: settings, preorderEnabled: settings.preorder_enabled } }); console.debug('STOQ - dispatching app loaded event'); window.dispatchEvent(appLoadedEvent); } }
.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-container-float-left:hover,.restock-rocket-button-container-float-right:hover,.restock-rocket-button-container:hover,.restock-rocket-button-float:hover,.restock-rocket-button:hover{opacity:.8}.restock-rocket-button{min-height:50px;margin-top:10px;margin-bottom:10px}.restock-rocket-button-collection{position:relative;font-size:13px;line-height:1;padding:7px;height:auto;z-index:3}.restock-rocket-wrapper{background-color:rgba(0,0,0,.5);z-index:123123123;width:100%;height:100%;overflow:auto;position:fixed;right:0;top:0;transition-property:all;transition-duration:.3s;display:flex;flex-direction:column;justify-content:center;}.restock-rocket-wrapper-inline{width:100%;height:100%;margin-top:20px}.restock-rocket-preorder-description{padding:10px 15px;margin-top:20px;display:flex;flex-direction:column;gap:10px;}.preorder-description-details{margin-bottom:0;display:flex;flex-direction:column;gap:10px;}.preorder-detail-item{display:flex;flex-direction:row;justify-content:start;gap:8px;align-items:center;}.restock-rocket-payment-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-price{margin-left:10px;}.restock-rocket-acknowledgement-checkbox{margin-bottom:12px;display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height: 1.5;}.restock-rocket-acknowledge-checkbox-input{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color: #0d0d0d;}.restock-rocket-acknowledge-checkbox-label{flex:1;cursor:pointer;}.restock-rocket-preorder-countdown-timer{display:flex;flex-direction:column;align-items:center;padding:16px;margin:8px 0;font-family:inherit;}.restock-rocket-preorder-countdown-timer .countdown-header{font-size:16px;margin-bottom:6px;text-align:center}.restock-rocket-preorder-countdown-timer .countdown-units{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.restock-rocket-preorder-countdown-timer .countdown-unit{display:flex;flex-direction:column;align-items:center;gap:6px}.restock-rocket-preorder-countdown-timer .countdown-box{min-width:40px;padding:10px 6px;text-align:center;font-size:20px;line-height:1}.restock-rocket-preorder-countdown-timer .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{text-decoration:none;font-weight:700;color:#000}.restock-rocket-toast .dismiss{margin-left:15px;z-index:1;font-size:20px;}.restock-rocket-toast-top{top:60px}.restock-rocket-toast-bottom{bottom:75px}.restock-rocket-toast-left,.restock-rocket-toast-right{-webkit-animation:.5s forwards slide;animation:.5s forwards slide}.restock-rocket-toast-left{left:0;transform:translateX(-100%);-webkit-transform:translateX(-100%);border-radius:0 10px 10px 0}.restock-rocket-toast-left.slide-out{-webkit-animation:.5s forwards slide-out-left;animation:.5s forwards slide-out-left}.restock-rocket-toast-right{right:0;transform:translateX(100%);-webkit-transform:translateX(100%);border-radius:10px 0 0 10px}.restock-rocket-toast-right.slide-out{-webkit-animation:.5s forwards slide-out-right;animation:.5s forwards slide-out-right}@keyframes slide{100%{transform:translateX(0)}}@-webkit-keyframes slide{100%{-webkit-transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@-webkit-keyframes 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%)}}.restock-rocket-preorder-progress-bar{padding:12px 15px;margin-bottom:20px;font-family:inherit;}.restock-rocket-preorder-progress-bar .preorder-progress-text{margin-bottom:8px;}.restock-rocket-preorder-progress-bar .preorder-progress-bar-row{display:flex;align-items:center;gap:10px;}.restock-rocket-preorder-progress-bar .preorder-progress-track{flex:1;height:12px;overflow:hidden;}.restock-rocket-preorder-progress-bar .preorder-progress-fill{display:block;height:100%;min-width:2px;transition:width 0.3s ease;}.restock-rocket-preorder-progress-bar .preorder-progress-percentage{font-weight:500;min-width:35px;text-align:right;} Header Image
seInt(""),56140121866623 : parseInt(""),56140121899391 : parseInt(""),56140121932159 : parseInt(""),56140121964927 : parseInt(""),56140121997695 : parseInt(""),56140122030463 : parseInt(""),56140122063231 : parseInt(""),56140122095999 : parseInt(""),}; window._RestockRocketConfig.variantsPreorderCountForMarket = {56140121735551 : null,56140121768319 : null,56140121801087 : null,56140121833855 : null,56140121866623 : null,56140121899391 : null,56140121932159 : null,56140121964927 : null,56140121997695 : null,56140122030463 : null,56140122063231 : null,56140122095999 : null,}; window._RestockRocketConfig.variantsPreorderMaxCount = {56140121735551 : parseInt(""),56140121768319 : parseInt(""),56140121801087 : parseInt(""),56140121833855 : parseInt(""),56140121866623 : parseInt(""),56140121899391 : parseInt(""),56140121932159 : parseInt(""),56140121964927 : parseInt(""),56140121997695 : parseInt(""),56140122030463 : parseInt(""),56140122063231 : parseInt(""),56140122095999 : parseInt(""),}; window._Res< tockRocketConfig.variantsPreorderMaxCountForMarket = {56140121735551 : null,56140121768319 : null,56140121801087 : null,56140121833855 : null,56140121866623 : null,56140121899391 : null,56140121932159 : null,56140121964927 : null,56140121997695 : null,56140122030463 : null,56140122063231 : null,56140122095999 : null,}; window._RestockRocketConfig.variantsShippingText = {56140121735551 : "",56140121768319 : "",56140121801087 : "",56140121833855 : "",56140121866623 : "",56140121899391 : "",56140121932159 : "",56140121964927 : "",56140121997695 : "",56140122030463 : "",56140122063231 : "",56140122095999 : "",}; window._RestockRocketConfig.variantsShippingTextForMarket = {56140121735551 : null,56140121768319 : null,56140121801087 : null,56140121833855 : null,56140121866623 : null,56140121899391 : null,56140121932159 : null,56140121964927 : null,56140121997695 : null,56140122030463 : null,56140122063231 : null,56140122095999 : null,}; window._RestockRocketConfig.selected_variant_id = 56140121801087; img src="//projektride.co.uk/cdn/shop/files/Screenshot2023-07-06at10.15.19_98x.png?v=1688635034" alt="" class="product-single__thumbnail-img">
RenderedAt = 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); // Current time in seconds const liquidCacheAge = now - liquidRenderedAt; // Age in seconds // Handle client clock ahead of server if (liquidCacheAge
0) { console.debug(`STOQ - Client clock appears ahead of server by ${Math.abs(Math.round(liquidCacheAge / 60))} minutes, assuming cache fresh`); window._RestockRocketConfig.isLiquidCacheFresh = true; } else if (liquidCacheAge
= LIQUID_CACHE_MAX_AGE) { console.debug(`STOQ - Liquid cache is fresh (${Math.round(liquidCacheAge / 60)} minutes old)`); window._RestockRocketConfig.isLiquidCacheFresh = true; } else { console.debug(`STOQ - Liquid cache is stale (${Math.round(liquidCacheAge / 60)} minutes old, max ${Math.round(LIQUID_CACHE_MAX_AGE / 60)} minutes)`); window._RestockRocketConfig.isLiquidCacheFresh = false; } } function checkSettingsExpiry(settings) { try { if (!settings || !settings.updated_at) { console.debug('STOQ - 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
SETTINGS_CACHE_DURATION) { console.debug('STOQ - settings changed recently, skipping cache'); return null; } return settings; } catch (error) { console.debug('STOQ - Error checking settings cache:', error); return null; } } function createRestockRocketContainer() { const restockRocketContainer = document.createElement('div'); restockRocketContainer.id = 'restock-rocket'; document.body.appendChild(restockRocketContainer); } function 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 ||

Hope Gravity StemBlack / 56cm - £599.00 GBP

Black / 58cm - £599.00 GBP

£110.00Black / 60cm - £599.00 GBP

   

Quantity:
<label for="quantity--template--24610452406655__main">Quantity > <
window.appBlockPlacements ||= []; if (window.klarnaAppBlocksManager) { window.klarnaAppBlocksManager.push({ productVariants: [{"id":44155594211554,"title":"Metallic Mint \/ 52cm","option1":"Metallic Mint","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 52cm","public_title":"Metallic Mint \/ 52cm","options":["Metallic Mint","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594244322,"title":"Metallic Mint \/ 54cm","option1":"Metallic Mint","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 54cm","public_title":"Metallic Mint \/ 54cm","options":["Metallic Mint","54cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594277090,"title":"Metallic Mint \/ 56cm","option1":"Metallic Mint","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 56cm","public_title":"Metallic Mint \/ 56cm","options":["Metallic Mint","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594309858,"title":"Metallic Mint \/ 58cm","option1":"Metallic Mint","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 58cm","public_title":"Metallic Mint \/ 58cm","options":["Metallic Mint","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594342626,"title":"Metallic Mint \/ 60cm","option1":"Metallic Mint","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 60cm","public_title":"Metallic Mint \/ 60cm","options":["Metallic Mint","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594375394,"title":"Black \/ 52cm","option1":"Black","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 52cm","public_title":"Black \/ 52cm","options":["Black","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594408162,"title":"Black \/ 54cm","option1":"Black","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 54cm","public_title":"Black \/ 54cm","options":["Black","54cm"],"price":41900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594440930,"title":"Black \/ 56cm","option1":"Black","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 56cm","public_title":"Black \/ 56cm","options":["Black","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594473698,"title":"Black \/ 58cm","option1":"Black","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 58cm","public_title":"Black \/ 58cm","options":["Black","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594506466,"title":"Black \/ 60cm","option1":"Black","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 60cm","public_title":"Black \/ 60cm","options":["Black","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"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: '59900', cartPrice: '0', selector: 'shopify-osm-Ac2tTRTlRaTI0R3BZb__klarna_on_site_messaging_app_block_8gNReH', topPadding: '0', bottomPadding: '0', }); } else { window.appBlockPlacements.push({ productVariants: [{"id":44155594211554,"title":"Metallic Mint \/ 52cm","option1":"Metallic Mint","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 52cm","public_title":"Metallic Mint \/ 52cm","options":["Metallic Mint","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594244322,"title":"Metallic Mint \/ 54cm","option1":"Metallic Mint","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 54cm","public_title":"Metallic Mint \/ 54cm","options":["Metallic Mint","54cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594277090,"title":"Metallic Mint \/ 56cm","option1":"Metallic Mint","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 56cm","public_title":"Metallic Mint \/ 56cm","options":["Metallic Mint","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594309858,"title":"Metallic Mint \/ 58cm","option1":"Metallic Mint","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 58cm","public_title":"Metallic Mint \/ 58cm","options":["Metallic Mint","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594342626,"title":"Metallic Mint \/ 60cm","option1":"Metallic Mint","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 60cm","public_title":"Metallic Mint \/ 60cm","options":["Metallic Mint","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594375394,"title":"Black \/ 52cm","option1":"Black","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 52cm","public_title":"Black \/ 52cm","options":["Black","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594408162,"title":"Black \/ 54cm","option1":"Black","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 54cm","public_title":"Black \/ 54cm","options":["Black","54cm"],"price":41900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594440930,"title":"Black \/ 56cm","option1":"Black","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created
ct_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 60cm","public_title":"Black \/ 60cm","options":["Black","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]}], templateName: 'product', shopLocale: 'en', dataKey: 'top-strip-promotion-badge', storefrontCurrency: 'GBP', storefrontCountry : 'GB', storefrontLanguage: 'en', shopDomain: 'projektride.co.uk', variantPrice: '59900', cartPrice: '0', selector: 'shopify-osm-Ac2tTRTlRaTI0R3BZb__klarna_on_site_messaging_app_block_8gNReH', topPadding: '0', bottomPadding: '0', }); }
The Allday is a versatile single-speed/fixed gear bike that isn’t scared to leave the tarmac! The Allday features s-shaped chainstays to fit 35c tyres with ease and removable canti bosses giving the option of running cantilever, v-brake or regular caliper brakes. The frame features removable brake cable guides and bosses for two bottles, mudguards and front and rear racks. So whether you’re looking for a super commuter, single-speed cross bike or winter trainer the Allday can handle it.
The frame features a smooth tig welded main triangle made from double butted 4130 chromoly steel, a functional tubing which provides the perfect balance of comfort and durability. We’ve applied an ED coating under the paint to help protect against corrosion. We’ve also given the Allday flat crown forks and a lugged seat clamp for that classic style
{"id":8113391436002,"title":"-Brother Cycles Allday Frameset","handle":"brother-cycles-allday-frameset","description":"\u003cp\u003e \u003c\/p\u003e\n\u003csection id=\"single-product-summary\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"section__container fixed-width padded--thin light\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"section__content\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe Allday is a versatile single-speed\/fixed gear bike that isn’t scared to leave the tarmac! The Allday features s-shaped chainstays to fit 35c tyres with ease and removable canti bosses giving the option of running cantilever, v-brake or regular caliper brakes. The frame features removable brake cable guides and bosses for two bottles, mudguards and front and rear racks. So whether you’re looking for a super commuter, single-speed cross bike or winter trainer the Allday can handle it.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe frame features a smooth tig welded main triangle made from double butted 4130 chromoly steel, a functional tubing which provides the perfect balance of comfort and durability. We’ve applied an ED coating under the paint to help protect against corrosion. We’ve also given the Allday flat crown forks and a lugged seat clamp for that classic style\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","published_at":"2025-09-30T15:00:32+01:00","created_at":"2023-07-06T10:17:11+01:00","vendor":"Brother Cycles","type":"Bicycles","tags":["bicycle","bike","BIKES","brothers","Frame","frames","Road \/ Gravel \/ Touring Bikes","spo-cs-disabled","spo-default","spo-disabled","spo-notify-me-disabled"],"price":41900,"price_min":41900,"price_max":59900,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44155594211554,"title":"Metallic Mint \/ 52cm","option1":"Metallic Mint","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 52cm","public_title":"Metallic Mint \/ 52cm","options":["Metallic Mint","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594244322,"title":"Metallic Mint \/ 54cm","option1":"Metallic Mint","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 54cm","public_title":"Metallic Mint \/ 54cm","options":["Metallic Mint","54cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594277090,"title":"Metallic Mint \/ 56cm","option1":"Metallic Mint","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 56cm","public_title":"Metallic Mint \/ 56cm","options":["Metallic Mint","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594309858,"title":"Metallic Mint \/ 58cm","option1":"Metallic Mint","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 58cm","public_title":"Metallic Mint \/ 58cm","options":["Metallic Mint","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594342626,"title":"Metallic Mint \/ 60cm","option1":"Metallic Mint","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 60cm","public_title":"Metallic Mint \/ 60cm","options":["Metallic Mint","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594375394,"title":"Black \/ 52cm","option1":"Black","option2":"52cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 52cm","public_title":"Black \/ 52cm","options":["Black","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594408162,"title":"Black \/ 54cm","option1":"Black","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 54cm","public_title":"Black \/ 54cm","options":["Black","54cm"],"price":41900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594440930,"title":"Black \/ 56cm","option1":"Black","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 56cm","public_title":"Black \/ 56cm","options":["Black","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594473698,"title":"Black \/ 58cm","option1":"Black","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 58cm","public_title":"Black \/ 58cm","options":["Black","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594506466,"title":"Black \/ 60cm","option1":"Black","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 60cm","public_title":"Black \/ 60cm","options":["Black","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.35.png?v=1688635035","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.38.png?v=1688635035","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.40.png?v=1688635036","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.42.png?v=1688635035","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.19.png?v=1688635034","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.23.png?v=1688635034","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.25.png?v=1688635036","\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.27.png?v=1688635034"],"featured_image":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","options":["Color","Size"],"media":[{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","width":2254},{"alt":null,"id":31983197061346,"position":2,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.35.png?v=1688635035"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.35.png?v=1688635035","width":2254},{"alt":null,"id":31983197094114,"position":3,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.38.png?v=1688635035"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.38.png?v=1688635035","width":2254},{"alt":null,"id":31983197126882,"position":4,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.40.png?v=1688635036"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.40.png?v=1688635036","width":2254},{"alt":null,"id":31983197159650,"position":5,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.42.png?v=1688635035"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.42.png?v=1688635035","width":2254},{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","width":2254},{"alt":null,"id":31983197225186,"position":7,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.19.png?v=1688635034"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.19.png?v=1688635034","width":2254},{"alt":null,"id":31983197257954,"position":8,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.23.png?v=1688635034"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.23.png?v=1688635034","width":2254},{"alt":null,"id":31983197290722,"position":9,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.25.png?v=1688635036"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.25.png?v=1688635036","width":2254},{"alt":null,"id":31983197323490,"position":10,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.27.png?v=1688635034"},"aspect_ratio":1.538,"height":1466,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.27.png?v=1688635034","width":2254}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e \u003c\/p\u003e\n\u003csection id=\"single-product-summary\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"section__container fixed-width padded--thin light\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"section__content\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe Allday is a versatile single-speed\/fixed gear bike that isn’t scared to leave the tarmac! The Allday features s-shaped chainstays to fit 35c tyres with ease and removable canti bosses giving the option of running cantilever, v-brake or regular caliper brakes. The frame features removable brake cable guides and bosses for two bottles, mudguards and front and rear racks. So whether you’re looking for a super commuter, single-speed cross bike or winter trainer the Allday can handle it.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe frame features a smooth tig welded main triangle made from double butted 4130 chromoly steel, a functional tubing which provides the perfect balance of comfort and durability. We’ve applied an ED coating under the paint to help protect against corrosion. We’ve also given the Allday flat crown forks and a lugged seat clamp for that classic style\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e"} []
#FeaturedImage--template--24610452406655__1645734801adfd4c07 { --overlay-opacity: 0.2; }
<
Contact Us

[email protected]
// All stems are CNC machined from a solid billet of 2014 T6 aluminium
// The Gravity stem range has been designed to be stiffer than the AM stem
// The new design incorporates individual clamps for the handle bars and a simple “no gap” clamping system.
// Optimum machining to give lightest weight without compromising stiffness
// Available in black, silver, red, blue, purple & orange
// Weight from: 156g



} return max; }, '') : null; // Use cached if old array is empty/has no timestamps, or cached is newer // Parse dates for comparison to handle format differences (+00:00 vs .000Z) const cachedDate = new Date(cachedData.cached_at); const maxDate = maxUpdatedAt ? new Date(maxUpdatedAt) : null; const useCached = !maxUpdatedAt || (cachedDate && !isNaN(cachedDate) && (!maxDate || cachedDate > maxDate)); if (useCached) { if (Array.isArray(cachedData.plans)) { window._RestockRocketConfig.sellingPlans = cachedData.plans; // Only use disabled_plan_ids when using cached plans window._RestockRocketConfig.disabledSellingPlanIds = cachedData.disabled_plan_ids || []; console.debug('[RR] Using selling plans from cachedSellingPlans (cached_at: ' + cachedData.cached_at + ')'); } } else { // When using old format (stale cache), don't trust disabled_plan _ids window._RestockRocketConfig.disabledSellingPlanIds = []; console.debug('[RR] Using selling plans from old format (max updated_at: ' + maxUpdatedAt + ')'); } } })();window._RestockRocketConfig.integrations = [{"id":"15c94526-b6b8-4de1-9bc1-23b1ca52ddb0","shop_id":38436,"enabled":true,"page_types":["product","collection","index","search","page","cart","list-collections","article","blog"],"configuration":{"toastDuration":10000,"toastPosition":"bottom-right","enableXHRHijack":true,"enableFetchHijack":true,"quantityLimitDisabled":false},"type":"hijack","css_config":null,"js_config":null,"created_at":"2025-07-26T09:16:04.076Z","updated_at":"2025-07-26T09:16:04.076Z"}];window._RestockRocketConfig.obfuscateInventoryQuantity = false;window._RestockRocketConfig.product = {"id":8113391436002,"title":"-Brother Cycles Allday Frameset","handle":"brother-cycles-allday-frameset","description":"\u003cp\u003e \u003c\/p\u003e\n\u003csection id=\"single-product-summary\" data-mce-fragm4,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 52cm","public_title":"Metallic Mint \/ 52cm","options":["Metallic Mint","52cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594244322,"title":"Metallic Mint \/ 54cm","option1":"Metallic Mint","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","u pdated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 54cm","public_title":"Metallic Mint \/ 54cm","options":["Metallic Mint","54cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594277090,"title":"Metallic Mint \/ 56cm","option1":"Metallic Mint","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776667874,"product_id":811339143
6002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 56cm","public_title":"Metallic Mint \/ 56cm","options":["Metallic Mint","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594309858,"title":"Metallic Mint \/ 58cm","option1":"Metallic Mint","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true ,"featured_image":{"id":39379776667874,"product_id":8113391436002,"position":1,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:17+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037","variant_ids":[44155594211554,44155594244322,44155594277090,44155594309858,44155594342626]},"available":true,"name":"-Brother Cycles Allday Frameset - Metallic Mint \/ 58cm","public_title":"Metallic Mint \/ 58cm","options":["Metallic Mint","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197028578,"position":1,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.09.32.png?v=1688635037"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44155594342626,"title":"Metallic Mint \/ 60cm","option1":"Metallic Mint","option2":"60cm","o
8162,"title":"Black \/ 54cm","option1":"Black","option2":"54cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 54cm","public_title":"Black \/ 54cm","options":["Black","54cm"],"price":41900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"selling_plan_allocations" :[]},{"id":44155594440930,"title":"Black \/ 56cm","option1":"Black","option2":"56cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 56cm","public_title":"Black \/ 56cm","options":["Black","56cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_selling_plan":false,"sell
ing_plan_allocations":[]},{"id":44155594473698,"title":"Black \/ 58cm","option1":"Black","option2":"58cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 58cm","public_title":"Black \/ 58cm","options":["Black","58cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036"}},"requires_sell ing_plan":false,"selling_plan_allocations":[]},{"id":44155594506466,"title":"Black \/ 60cm","option1":"Black","option2":"60cm","option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":39379776569570,"product_id":8113391436002,"position":6,"created_at":"2023-07-06T10:17:11+01:00","updated_at":"2023-07-06T10:17:16+01:00","alt":null,"width":2254,"height":1466,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635036","variant_ids":[44155594375394,44155594408162,44155594440930,44155594473698,44155594506466]},"available":true,"name":"-Brother Cycles Allday Frameset - Black \/ 60cm","public_title":"Black \/ 60cm","options":["Black","60cm"],"price":59900,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":null,"id":31983197192418,"position":6,"preview_image":{"aspect_ratio":1.538,"height":1466,"width":2254,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Screenshot2023-07-06at10.15.14.png?v=1688635

FAQ

Questions and answers