Hybrid / City Bikes





u003ewe've \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003egot \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eback. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eJust \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eselect \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewhen \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebooking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan c
<= 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.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];
if (value !== null && value !== undefined && value !== '') {
settings[key] = value;
}
});
} else {
console.debug('STOQ - No translated fields found for locale:', normalizedLocale);
}
delete settings.translations;
return settings;
} catch (e) {
console.debug('STOQ - error applying translations:', e);
return settings;
}
}
// Setup event listener for cart selling plan updates
// This must be called before any scripts are loaded to avoid race conditions
function setupCartSellingPlanUpdater(settings) {
// Setup listener regardless - updateCartSellingPlans has its own guards
// This ensures cleanup happens even when preorders are disabled globally
// Listen for stoq:inventory-data-loaded event dispatched by api.js
window.addEventListener('stoq:inventory-data-loaded', function(event) {
console.debug('STOQ - Inventory data loaded, updating cart selling plans');
if (window._RestockRocket
.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;}
img src="//projektride.co.uk/cdn/shop/files/1470757225-89172100_98x.webp?v=1747481463" alt="" class="product-single__thumbnail-img">
bagimg src="//projektride.co.uk/cdn/shop/files/PRSBA0064_98x.webp?v=1747481972" alt="" class="product-single__thumbnail-img">
,
and
a Homeframe /bagBike Hire Equipment – /perfect HIRE - BIKE PACKING BUNDLEfor HIRE - BIKE PACKING BUNDLEcarrying
everything £0.00you
need
for
your
trip.
We
also Quantity: include
essential 1tools
and
spares
,
bike <
saddle off
<
your hire, and hit the road with img src="//projektride.co.uk/cdn/shop/files/PRSBA0064_98x.webp?v=1747481972" alt="" class="product-single__thumbnail-img"> confidence!
Home/Bike Hire Equipment/ HIRE - BIKE PACKING BUNDLE HIRE - BIKE PACKING BUNDLE £0.00 {"id":15085580878207,"title":"HIRE - BIKE PACKING BUNDLE","handle":"hire-bike-packing-bundle","description":"\u003cp data-end=\"411\" data-start=\"71\"\u003e\u003cstrong data-end=\"135\" data-start=\"71\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ePlanning \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eadventure \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eone \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eof \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikes?\u003c\/span\u003e\u003c\/strong\u003e\u003cbr data-end=\"138\" data-start=\"135\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eChoose \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eadd-\u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eon \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eat \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eno \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eextra \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecost \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eget \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efully \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eequipped \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ejourney \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eahead. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethis \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoption, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou’ll \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ereceive \u003c\/span\u003e\u003cstrong data-end=\"293\" data-start=\"268\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etwo \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003espacious \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003epanniers\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"314\" data-start=\"297\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehandlebar \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"332\" data-start=\"318\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003esaddle \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"353\" data-start=\"340\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eframe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e – \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eperfect \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecarrying \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eeverything \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eneed \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etrip.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"686\" data-start=\"413\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ealso \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003einclude \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eessential \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etools \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003espares \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eevery \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebike \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eso \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou’re \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003enever \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecaught \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoff \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eguard. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eYour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewill \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecome \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cstrong data-end=\"551\" data-start=\"536\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003einner \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etubes\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cstrong data-end=\"568\" data-start=\"553\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etyre \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003elevers\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"589\" data-start=\"576\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emultitool\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eensuring \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eprepared \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebasic \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eroadside \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003erepairs \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emaintenance \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewhile \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eout \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eexploring.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWhether \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eheading \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoff \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eweekend \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eescape \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emulti-\u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eday \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eexpedition, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewe've \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003egot \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eback. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eJust \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eselect \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewhen \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebooking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eroad \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003econfidence!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e\u003cspan\u003eProjektRide Bike Hire Edinburgh.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e","published_at":"2025-05-17T12:52:01+01:00","created_at":"2025-05-17T12:52:01+01:00","vendor":"ProjektRide","type":"Bike Hire - Equipment","tags":["spo-cs-disabled","spo-default","spo-disabled","spo-notify-me-disabled"],"price":0,"price_min":0,"price_max":0,"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":55470310752639,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"","requires_shipping":false,"taxable":true,"featured_image":null,"available":true,"name":"HIRE - BIKE PACKING BUNDLE","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/projektride.co.uk\/cdn\/shop\/files\/Yourparagraphtext.png?v=1747481130","\/\/projektride.co.uk\/cdn\/shop\/files\/resize_width_1000_1296x_d1ffd242-63bc-4a9f-85e2-400f274532d7.jpg?v=1747481423","\/\/projektride.co.uk\/cdn\/shop\/files\/MediumBagel-1000dBlack_e93e5742-98ec-49fc-a228-4e6b779f3781_1800x1800-removebg-preview.png?v=1747481439","\/\/projektride.co.uk\/cdn\/shop\/files\/71BUhqY7apL._AC_UF894_1000_QL80_-removebg-preview.png?v=1747481437","\/\/projektride.co.uk\/cdn\/shop\/files\/1470757225-89172100.webp?v=1747481463","\/\/projektride.co.uk\/cdn\/shop\/files\/PRSBA0064.webp?v=1747481972"],"featured_image":"\/\/projektride.co.uk\/cdn\/shop\/files\/Yourparagraphtext.png?v=1747481130","options":["Title"],"media":[{"alt":null,"id":65817952059775,"position":1,"preview_image":{"aspect_ratio":1.415,"height":1587,"width":2245,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Yourparagraphtext.png?v=1747481130"},"aspect_ratio":1.415,"height":1587,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/Yourparagraphtext.png?v=1747481130","width":2245},{"alt":null,"id":65817987580287,"position":2,"preview_image":{"aspect_ratio":1.215,"height":745,"width":905,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/resize_width_1000_1296x_d1ffd242-63bc-4a9f-85e2-400f274532d7.jpg?v=1747481423"},"aspect_ratio":1.215,"height":745,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/resize_width_1000_1296x_d1ffd242-63bc-4a9f-85e2-400f274532d7.jpg?v=1747481423","width":905},{"alt":null,"id":65817992954239,"position":3,"preview_image":{"aspect_ratio":1.0,"height":500,"width":500,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/MediumBagel-1000dBlack_e93e5742-98ec-49fc-a228-4e6b779f3781_1800x1800-removebg-preview.png?v=1747481439"},"aspect_ratio":1.0,"height":500,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/MediumBagel-1000dBlack_e93e5742-98ec-49fc-a228-4e6b779f3781_1800x1800-removebg-preview.png?v=1747481439","width":500},{"alt":null,"id":65817992462719,"position":4,"preview_image":{"aspect_ratio":1.832,"height":369,"width":676,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/71BUhqY7apL._AC_UF894_1000_QL80_-removebg-preview.png?v=1747481437"},"aspect_ratio":1.832,"height":369,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/71BUhqY7apL._AC_UF894_1000_QL80_-removebg-preview.png?v=1747481437","width":676},{"alt":null,"id":65817995739519,"position":5,"preview_image":{"aspect_ratio":1.0,"height":900,"width":900,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/1470757225-89172100.webp?v=1747481463"},"aspect_ratio":1.0,"height":900,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/1470757225-89172100.webp?v=1747481463","width":900},{"alt":null,"id":65818065994111,"position":6,"preview_image":{"aspect_ratio":1.0,"height":550,"width":550,"src":"\/\/projektride.co.uk\/cdn\/shop\/files\/PRSBA0064.webp?v=1747481972"},"aspect_ratio":1.0,"height":550,"media_type":"image","src":"\/\/projektride.co.uk\/cdn\/shop\/files\/PRSBA0064.webp?v=1747481972","width":550}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp data-end=\"411\" data-start=\"71\"\u003e\u003cstrong data-end=\"135\" data-start=\"71\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ePlanning \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eadventure \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eone \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eof \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikes?\u003c\/span\u003e\u003c\/strong\u003e\u003cbr data-end=\"138\" data-start=\"135\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eChoose \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eadd-\u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eon \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eat \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eno \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eextra \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecost \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eget \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efully \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eequipped \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ejourney \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eahead. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethis \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoption, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou’ll \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ereceive \u003c\/span\u003e\u003cstrong data-end=\"293\" data-start=\"268\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etwo \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003espacious \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003epanniers\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"314\" data-start=\"297\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehandlebar \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"332\" data-start=\"318\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003esaddle \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"353\" data-start=\"340\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eframe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebag\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e – \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eperfect \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecarrying \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eeverything \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eneed \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etrip.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"686\" data-start=\"413\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ealso \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003einclude \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eessential \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etools \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003espares \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eevery \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebike \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eso \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou’re \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003enever \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecaught \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoff \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eguard. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eYour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewill \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ecome \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cstrong data-end=\"551\" data-start=\"536\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003einner \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etubes\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cstrong data-end=\"568\" data-start=\"553\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003etyre \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003elevers\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cstrong data-end=\"589\" data-start=\"576\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emultitool\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eensuring \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eprepared \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebasic \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eroadside \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003erepairs \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emaintenance \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewhile \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eout \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eexploring.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eWhether \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyou're \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eheading \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eoff \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003efor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eweekend \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eescape \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eor \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ea \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003emulti-\u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eday \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eexpedition, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewe've \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003egot \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eback. \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eJust \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eselect \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebikepacking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ekit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewhen \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ebooking \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eyour \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehire, \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eand \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ehit \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ethe \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003eroad \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003ewith \u003c\/span\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003econfidence!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"873\" data-start=\"688\"\u003e\u003cspan class=\"_fadeIn_m1hgl_8\"\u003e\u003cspan\u003eProjektRide Bike Hire Edinburgh.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e"} [] { "@context": "http://schema.org/", "@type": "Product", "name": "HIRE - BIKE PACKING BUNDLE", "url": "https:\/\/projektride.co.uk\/products\/hire-bike-packing-bundle","image": [ "https:\/\/projektride.co.uk\/cdn\/shop\/files\/Yourparagraphtext_2245x.png?v=1747481130" ],"description": "Planning a bikepacking adventure with one of our hire bikes?Choose our bikepacking kit add-on at no extra cost and get fully equipped for the journey ahead. With this option, you’ll receive two spacious panniers, a handlebar bag, a saddle bag, and a frame bag – perfect for carrying everything you need for your trip.\nWe also include essential tools and spares with every bike hire, so you’re never caught off guard. Your kit will come with inner tubes, tyre levers, and a multitool, ensuring you're prepared for basic roadside repairs and maintenance while you're out exploring.\nWhether you're heading off for a weekend escape or a multi-day expedition, we've got your back. Just select the bikepacking kit when booking your hire, and hit the road with confidence!\n \nProjektRide Bike Hire Edinburgh.\n\n ","brand": { "@type": "Thing", "name": "ProjektRide" },"gtin8": "","offers": [{ "@type" : "Offer","availability" : "http://schema.org/InStock", "price" : 0.0, "priceCurrency" : "GBP", "url" : "https:\/\/projektride.co.uk\/products\/hire-bike-packing-bundle?variant=55470310752639" } ] } Quantity: 1 Would you like to add on any equipment? Hire Lazer Compact Helmet a class="product__media product__media--featured" href="/products/hire-smith-convoy-helmet" title="Hire Lazer Compact Helmet" aria-label="Hire Lazer Compact Helmet" style="background-image: url(//projektride.co.uk/cdn/shop/files/my2023_tempo-kineticore-black_right_1400x1011800x600-removebg-preview_1_600x.png?v=1747484784)"> span class="visually-hidden">Hire Lazer Compact Helmet> >
Hire Lazer Compact Helmet
£0.00