}
// Listen for stoq:preorder-api-ready event dispatched by preorder.js
window.addEventListener('stoq:preorder-api-ready', function(event) {
console.debug('STOQ - Preorder API ready, updating cart selling plans');
if (window._RestockRocket && 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 (validCachedSettingSkip to contents) {
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.Shopify.shop,
'ngrok-skip-browser-warning': 'skip'
};
if (window.Shopify?.theme?.role === 'main') {
headers['X-Shopify-Theme-Schema-Name'] = window.Shopify.theme.schema_name;
headers['X-Shopify-Theme-Schema-Version'] = window.Shopify.theme.schema_version;
headers['X-Shopify-Theme-Store-Id'] = window.Shopify.theme.theme_store_id;
}
fetch(
`${window._RestockRocketConfig.host}/api/v1/setting.json?translation_locale=${window._RestockRocketConfig.normalizedLocale}`,
{ headers }
)
.then(function(response) {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then(function(settings) {
initializeScripts(settings);
This site has limited support for your browser. We recommend switching to Edge, Chrome, Safari, or Firefox.
.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-roc
ket-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-optio
n{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;di
splay: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
<
p class="result__title">
<
a href="{{ it.product.url }}">{{ it.product.title }}
Lava
<
li class="result result--full">
<
p class="result__title">{{ it.item.text }}
Magic Mint
Marianas BlueBUY
<
HomeMATTE BLACK/
All - New - Bikes
/
Kona Splice Hybrid Bike
Kona Splice Hybrid Bike
£599.00Matte Dark Web£799.00
SKU: KN23B-SPLI-SM-BL
Matte Dark Web/Clear Gloss
// Create "window.Shoppad.apps.infiniteoptions" object if it doesn't already exist
'Shoppad.apps.infiniteoptions'.split('.').reduce(function (o, x) {
if (!o[x]) {
o[x] = {};
}
return o[x];
}, window);
// Note we are using the theme app extension
window.Shoppad.apps.infiniteoptions.themeAppExtensionActive = true;
Size
Matte Lavender Haze/Deep SmokeSmall
Medium
Matte Lichen/Keswick Green Fade
Large
Extra Large
MATTE TURQUIOSE
Select variant dropdown
< label for="quantity--template--24610452406655__main">Quantity
>
<
Notify me when this product is available:
Mitternachtsblau
Submit
window.appBlockPlacements ||= [];
if (window.klarnaAppBlocksManager) {
window.klarnaAppBlocksManager.push({
productVariants: [{"id":43916695011554,"title":"Small","option1":"Small","option2":null,"option3":null,"sku":"KN23B-SPLI-SM-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Small","public_title":"Small","options":["Small"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695044322,"title":"Medium","option1":"Medium","option2":null,"option3":null,"sku":"KN23B-SPLI-MD-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Medium","public_title":"Medium","options":["Medium"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695077090,"title":"Large","option1":"Large","option2":null,"option3":null,"sku":"KN23B-SPLI-LG-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Large","public_title":"Large","options":["Large"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695109858,"title":"Extra Large","option1":"Extra Large","option2":null,"option3":null,"sku":"KN23B-SPLI-XL-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Extra Large","public_title":"Extra Large","options":["Extra Large"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","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: 'shop
ify-osm-Ac2tTRTlRaTI0R3BZb__klarna_on_site_messaging_app_block_8gNReH',
topPadding: '0',
bottomPadding: '0',
});
} else {
window.appBlockPlacements.push({
productVariants: [{"id":43916695011554,"title":"Small","option1":"Small","option2":null,"option3":null,"sku":"KN23B-SPLI-SM-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Small","public_title":"Small","options":["Small"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695044322,"title":"Medium","option1":"Medium","option2":null,"option3":null,"sku":"KN23B-SPLI-MD-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Medium","public_title":"Medium","options":["Medium"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode": "","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695077090,"title":"Large","option1":"Large","option2":null,"option3":null,"sku":"KN23B-SPLI-LG-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Large","public_title":"Large","options":["Large"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":43916695109858,"title":"Extra Large","option1":"Extra Large","option2":null,"option3":null,"sku":"KN23B-SPLI-XL-BL","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Kona Splice Hybrid Bike - Extra Large","public_title":"Extra Large","options":["Extra Large"],"price":59900,"weight":20000,"compare_at_price":79900,"inventory_management":"shopify","barcode":"","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',
});
}
Multi ColourProduct Details
The Splice strikes that coveted balance of bike path-cruiser and hybrid comfort. It’s the perfect complement to a camping trip, the perfect steed for rides through the local park, and it’s also a great commuter. It’s got modern geometry that provides an excellent fit with a shorter reach and the ability to run a dropper post. The Splice has just enough suspension up front that you can lock out for efficient pedaling, hydraulic disc brakes for powerful stopping, and sturdy wheels and tires. It may just tempt you to explore further than ever before.
Orange
SPECIFICATIONS
Pea Lime Soup
FRAME MATERIAL
Plasma Grey PearlFORK
Suntour NEX Coil Spring 80mm
CRANKARMSPurple
Shimano
CHAINRINGS
B/B
FSA 68mmPurple Phaze/Amethyst Marble
PEDALS
Kona JS2
Radioactive Red to Navy to Teal Fade
CHAIN
KMC Z8.3
Red
CASSETTE
Shimano Altus 11-34t 8spd
REDCHAINGUIDE
n/a
F/DRed Smoke
Shimano Tourney
R/D
Samtschwarz MetallicShimano Tourney
SHIFTERS
Shimano AltusSilver
BRAKE CALIPERS
Clarks M2 Hydraulic
SILVER
FRONT BRAKE ROTOR
Clarks M2 160mm
Slate
SADDLEWhite
Kona Crosstrail
FRONT HUB
White / BlackFormula 100x9mm
REAR HUB
Formula 135x10mmWhite / Gold
SPOKES
Stainless Black 14g
White/Glowstick/Coral Fade
597
623
647