Hellion X Lil Shredder: The Ultimate Junior Bike Park MachineWestern Sahara (MADد.م.)
By andy graham
January 23, 2026
Zambia (GBP£)
Hellion X Lil Shredder: The Ultimate Junior Bike Park Machine Introducing your young prodigy to the bike park? Look no further than the Hellion X Lil Shredder. Developed in collaboration with Lil Shredder, pioneers of...
Zimbabwe (USD$)
Hellion X Lil Shredder: The Ultimate Junior Bike Park Machine
By andy graham
January 23, 2026
Custom Build - Surly OgreIf you’re introducing your young prodigy to the bike park, look no further than the Hellion X Lil Shredder. Developed in collaboration with Lil Shredder, pioneers of the junior competitive scene, this bike builds on...
Shop All
#Article--template--26482390761855__article {
--PT: 60px;
--PB: 40px;
}
Hellion X Lil Shredder: The Ultimate Junior Bike Park Machine Introducing your young prodigy to the bike park? Look no further than the Hellion X Lil Shredder. Developed in collaboration with Lil Shredder, pioneers of...
Terms of Service
If you’re introducing your young prodigy to the bike park, look no further than the Hellion X Lil Shredder. Developed in collaboration with Lil Shredder, pioneers of the junior competitive scene, this bike builds on...
Servicing
See More
Tubeless
Tools & Maintenance
Clothing and Protection
See More
ProjektRide Merchandise
Helmets
Clothing
Socks
Essentials
Cleaners, Degreasers and Lubrication
Accessories
Maintenance
Sell Your Bike
Close
age = Date.now() - updatedAt.getTime();
if (age
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 ||
hopify.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);
})
.catch(function(error) {
// If request failed and we have cached settings (even if expired), use them as fallback
if (cachedSettings) {
console.debug('STOQ - using expired cached settings as fallback');
initializeScripts(cac