Snow Magic Ice Paws

$21.99  - $38.98
Size:  M(EU:35-40)/(US:4.5-9)
Buy more, save more:  1 pair
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);

Description

 

Keep yourself safe in winter!

  • Durable 8-tooth non-slip lugs provide excellent grip on various terrains or other difficult conditions.

  • They have a wide anti-slip surface, are easy to put on and take off, and fit well with shoes and boots.

 

Main features

  •  ✅✅✅【8-row】
    In winter, the road is icy and slippery, and it is easy to fall. The non-slip shoe protector has eight shoe spikes on the bottom. When you walk on ice, it grips the ground to ensure even weight distribution and prevent slipping.
  •  ✅✅✅【wide use】
    Suitable for men and women of all ages, including teenagers, adults and seniors. Used on sloping terrain, icy roads, muddy and wet grass or other harsh conditions, such as hiking, rock climbing, fishing, mountaineering and other outdoor activities, protecting you and your family from slipping.
  •  ✅✅✅【flexible and durable】
    Eight-toothed crampons have a tension adjustment system and prevent movement to the left and right. Make sure the crampons are more compact and secure to ensure your safety and security in wet and slippery conditions.
  •  ✅✅✅【Durable TPE material】
    Flexible TPE rubber material, easy to use, will not tear or break, and has a longer service life. Suitable for all sizes of adult shoes.

 

Specifications

Product weight
  • M(EU:35-40)/(US:4.5-9): 110G
    L(EU:41-45)/(US:9.5-13): 171G
Product size
(L x W x H)
  • 25 × 15 × 2 cm / 9.8 × 5.9 × 0.8 in
Package contents
  • Climbing step iron 8 studs × 1
MaterialTPE rubber

 

Note

  • Due to manual measurement, slight deviations are allowed.
    Due to different display and lighting effects, the actual color of the item may be slightly different from the color shown in the picture.