*PLEASE NOTE THAT THE RUNNER HAS AN ADDITIONAL FEE*
QUARTER PACKAGE – ONE-PIECE BOOT POWER: For the modern power skater with intense strides looking for explosiveness without restriction. Players get more direct energy transfer and a closer fit.
MATERIAL – RFM COMPOSITE WITH LITE CORE: NHL-caliber lightweight composite materials with a reinforced core for added durability.
STIFFNESS – 190: Lightweight, stiff, and thermoformable core for ultimate skating performance.
LINER – TOTALDRI PRO WITH POLYGIENE: High-performance moisture-wicking material keeps feet dry and skates light, with excellent protection against odor, wear or rubbing.
TENDON – POWERFLEX TENDON WITH FIBERGLASS: Improved range of motion for fuller strides and increased skating power.
COMFORT & ANKLE PADDING – MEMORY FOAM WITH SEAMLESS COMFORT: Multi-density foam pads with Seamless Comfort finish wrap anatomically around your foot for customized fi t and ultimate comfort.
TONGUE – REPLACEABLE ASYMMETRICAL TRITECH WITH D3O® LITE FOAM: Multi-layer 7mm tongue with enhanced lace-bite protection and D3O® Lite Foam insert for excellent protection.
MIDSOLE – LIGHTWEIGHT MIDSOLE: For enhanced energy transfer from boot to blade
FOOTBED – MOLDED CCM ORTHOLITE ULTRALITE: Ultra-lightweight comfort and superior support, using recycled EVA foam.
HOLDER – SPEEDBLADE XS: CCM quick-release holder with bladelock system.
RUNNER – CHOOSE YOUR STEP STEEL: Customize your skates with STEP Steel by selecting your desired performance level and finish.
if (typeof window.option4 === ‘undefined’) {
const productVariants = document.getElementById(‘product-variants’);
window.option4 = document.createElement(‘div’);
option4.classList.add(‘row’);
option4.innerHTML = `
`;
productVariants.append(option4);
$(‘#add-to-cart-form [data-option-index=”2″]’).hide();
$(‘.product-add-to-cart’).click(addBladeToCart);
function sleep(milliseconds) {
const date = Date.now();
let currentDate = null;
do {
currentDate = Date.now();
} while (currentDate – date < milliseconds);
}
function addBladeToCart(event) {
const bladeMatchJson = {
"Steel": {
39674333659213: 39321142493261, //4 / REGULAR / ..
39674333462605: 39321142493261, //4 / TAPERED / .
39674333855821: 39321142493261, //4 / WIDE / …
39674333691981: 39321142493261, //4.5 / REGULAR / ..
39674333495373: 39321142493261, //4.5 / TAPERED / .
39674333888589: 39321142493261, //4.5 / WIDE / …
39674333724749: 39321142526029, //5 / REGULAR / ..
39674333528141: 39321142526029, //5 / TAPERED / .
39674333921357: 39321142526029, //5 / WIDE / …
39674333757517: 39321142526029, //5.5 / REGULAR / ..
39674333560909: 39321142526029, //5.5 / TAPERED / .
39674333954125: 39321142526029, //5.5 / WIDE / …
39674333790285: 39321142558797, //6 / REGULAR / ..
39674333593677: 39321142558797, //6 / TAPERED / .
39674333986893: 39321142558797, //6 / WIDE / …
39674333823053: 39321142558797, //6.5 / REGULAR / ..
39674333626445: 39321142558797, //6.5 / TAPERED / .
39674334019661: 39321142558797 //6.5 / WIDE / …
},
"V-Steel": {
39674333659213: 39322993950797, //4 / REGULAR / ..
39674333462605: 39322993950797, //4 / TAPERED / .
39674333855821: 39322993950797, //4 / WIDE / …
39674333691981: 39322993950797, //4.5 / REGULAR / ..
39674333495373: 39322993950797, //4.5 / TAPERED / .
39674333888589: 39322993950797, //4.5 / WIDE / …
39674333724749: 39322993983565, //5 / REGULAR / ..
39674333528141: 39322993983565, //5 / TAPERED / .
39674333921357: 39322993983565, //5 / WIDE / …
39674333757517: 39322993983565, //5.5 / REGULAR / ..
39674333560909: 39322993983565, //5.5 / TAPERED / .
39674333954125: 39322993983565, //5.5 / WIDE / …
39674333790285: 39322994016333, //6 / REGULAR / ..
39674333593677: 39322994016333, //6 / TAPERED / .
39674333986893: 39322994016333, //6 / WIDE / …
39674333823053: 39322994016333, //6.5 / REGULAR / ..
39674333626445: 39322994016333, //6.5 / TAPERED / .
39674334019661: 39322994016333 //6.5 / WIDE / …
},
"Black Steel": {
39674333659213: 39322994442317, //4 / REGULAR / ..
39674333462605: 39322994442317, //4 / TAPERED / .
39674333855821: 39322994442317, //4 / WIDE / …
39674333691981: 39322994442317, //4.5 / REGULAR / ..
39674333495373: 39322994442317, //4.5 / TAPERED / .
39674333888589: 39322994442317, //4.5 / WIDE / …
39674333724749: 39322994475085, //5 / REGULAR / ..
39674333528141: 39322994475085, //5 / TAPERED / .
39674333921357: 39322994475085, //5 / WIDE / …
39674333757517: 39322994475085, //5.5 / REGULAR / ..
39674333560909: 39322994475085, //5.5 / TAPERED / .
39674333954125: 39322994475085, //5.5 / WIDE / …
39674333790285: 39322994507853, //6 / REGULAR / ..
39674333593677: 39322994507853, //6 / TAPERED / .
39674333986893: 39322994507853, //6 / WIDE / …
39674333823053: 39322994507853, //6.5 / REGULAR / ..
39674333626445: 39322994507853, //6.5 / TAPERED / .
39674334019661: 39322994507853 //6.5 / WIDE / …
}
};
const variant_id = parseInt($('#add-to-cart-form select[name=id]').val());
if (!variant_id) {
variant_id = parseInt($('#add-to-cart-form input[name=id]').val());
}
const quantity = parseInt($('#add-to-cart-form input[name=quantity]').val());
if (!quantity) {
quantity = 1;
}
const chosenRunners = $('#add-to-cart-form input[name=runners]:checked').val();
$.post('/cart/add.js', { items: [{ quantity: quantity, id: bladeMatchJson[chosenRunners][variant_id] }] }).done(sleep(500));
}
}








Reviews
There are no reviews yet.