Heated Jacket For Men & Women

$39.99  - $48.89
Size:  M
Color:  Blue
Style:  2 Areas Heated
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

 

Feel the heat in 3 seconds!

With one press of a button, send the signal to the carbon fiber wires to heat up immediately! 

3 Gears Of Heat!

3 Personalized heat settings for different climates and changing seasons.

1. Warm 50°C / 122°F (Red)

2. Comfort 40°C/104°F (Green)

3. Power Saving 30°C/86°F (Blue)

 

👉Customize you heated jacket by selecting the amount of heating zones that best satisfy your needs! Available with 2, 4, and 9 zones! 

Infrared Carbon Fiber lining

Inside the jacket is a layer of conductive carbon fiber heating material that helps distribute and seal in the heat, holding the desired temperature and saving energy.

Resist Snow & Rain

The Heated Puffer has a water-resistant surface that beads off melting snow and rainfall, keeping you dry in the harshest conditions!

Machine Washable

The high-quality waterproof fabric allows the Heated Puffer Jacket to be washed and reused, extending the overall lifespan of the jacket and keeping it fresh and brand new. (Expensive dry cleaning not needed)

✈ WORLDWIDE SHIPPING ✈

  • Tracking Numbers will be sent so that you can track it. Cool gadgets are worth waiting for!
  • Tip: Buying 2 products or more at the same time will save you quite a lot on shipping fees.

🔒 100% RISK-FREE PURCHASE 🔥
  • We aim to provide the best experience to our customers through our online store. To back that up, we offer a RISK-FREE 30 day guarantee. 
  • If you ever feel unsatisfied with our products, please contact us, we will make it right by offering you a replacement or refund.