Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
4/6
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
Boost Climbing Stick
4/6

Boost Climbing Stick

$38.99
$59.99
Save 35%
3025 sold
STYLE
Please select a style
QTY
Please select a qty
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
 Boost Climbing Stick
There are many benefits to using aids for hiking and some drawbacks:
✅Increase Endurance - using poles offloads some of the work from your legs to your arms. This spreads out the work and lets you hike longer.
✅Climb Hills Better - on steeper grades, the benefit of using poles increases. Your legs work significantly less.
✅Better Balance - like outriggers on a canoe, you can navigate rough or loose ground more safely.
✅Reduce Knee Stress - the lighter load on your legs may result in less knee trouble. But, knee problems should be checked by a doctor too.
✅Increased Workload - poles spread the workload to more muscles but they also increase the amount of work done. Your legs may not be as tired, but your whole body will need to work harder.
✅Poor Technique - unless you learn to use your poles correctly, you won't achieve any of the benefits and they will just be a burden.
Over a long, rough hike you may notice the difference.
➡️Rubber grips - more comfortable handling. The grip should encompass the top of the pole so you can grip it with your palm.
➡️Extendable lengths - many poles are made in 2 or 3 parts that telescope. 
Easier to pack and adjustable for other hikers or other uses.
You can shorten the poles when climbing and lengthen when descending to maintain good balance. Make darn sure you have locked the pieces in place before starting out again.