Ladies Half Zip Textured Stand Collar Long Sleeve Sweatshirt

people are viewing this right now
$26.50
Color:  Pink (Almost sold out)
Size:  S (8-10)
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @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

This women's sweatshirt is modeled by European and American models to present real street styling effects. It adopts unique horizontal textured ribbed fabric, which is soft to touch, moderately thick, warm yet not bulky, perfectly suitable for spring, autumn and early winter layering wear.

Classic quarter zip stand collar design allows you to freely adjust the neckline depth for different wearing styles; raglan long sleeves bring plenty of arm room without tight restraint; relaxed loose hem can cover hip and tummy flaws naturally. There are 5 versatile neutral tones available: soft pink, heather gray, pure white, classic black and wine red, easy to match with jeans, leggings, casual trousers and skirts for daily outfits.

Applicable scenarios cover casual daily outings, coffee dates, office smart casual look, weekend shopping, short trips and light outdoor activities, creating effortless casual chic style with zero effort.

Why You Will Love It

  1. Premium textured fabric experience
    The special embossed horizontal stripe texture avoids ordinary plain sweatshirt boredom, has great air permeability and elasticity, keeps cozy all day without pilling easily after repeated washing.
  2. Flexible 1/4 zipper collar design
    You can zip up fully for windproof warmth, or unzip partially to form a casual V-neck to show your necklace and lengthen neck line, one top owns multiple wearing ways.
  3. Flattering loose silhouette for all body types
    Raglan sleeve and loose cut suit slim, curvy and plus-size figures, hides arm fat, belly bulge and hip imperfections perfectly without looking baggy.
  4. High color match versatility
    5 classic colorways fit most wardrobes, you can dress it down with jeans for street style or pair with formal trousers for casual office wear.
  5. Low maintenance for daily wear
    Machine washable with stable color fastness, no easy shrinkage or deformation, ideal for busy daily life.