⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
1/20
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)
1/20

⏰Hot Sale-Women's Thickened Flannel Long Sleeve Plaid Jacket Coat with Hood(Buy 2 Free Shipping)

$39.99
$79.98
Save $39.99
It's been recommended by 683 people on Facebook, Twitter and Instagram
Color
Please select a color
Size
Please select a size
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);
Weight: 0kg
Barcode:

Fall in love with plaid! This fleece-lined hooded jacket is your new go-to for cozy autumn days. Pair it with your favorite jeans and boots for a look that’s both comfy and stylish. 

Occasion: The sherpa jacket outwear is perfect choice for your daily wear, outdoor activities, shopping, club, party, dates and any other occasions in Fall and Winter!

Feature

  • Plaid Pattern
  • Fleece Lined
  • Two Side Pockets
  • Hooded Design
  • Front Button Closures
  • Long Sleeve with Button Cuffs
  • Boyfriend Style
  • Loose Fit Jackets

Size Chart

Size US Bust (in) Sleeve Length (in) Shoulder (in) Hem Length (in) Length (in)
Small 4-6 42.9 24.8 15.6 46.1 27.9
Medium 8-10 45.3 25.2 16.1 48.4 28.7
Large 12-14 47.6 25.6 16.7 50.8 29.5
X-Large 16-18 50.8 26 17.6 53.9 30.3
XX-Large 20-22 53.9 26.4 18.5 57.1 31.1

Note

1. Measurements are taken with the garment laying flat. Measurements are approximate - please allow up to a 1/2" tolerance for each measurement.  

2. Size doesn't fit all, please carefully check size chart and select the size based on your real size

Men's Wear