Women's Two-Piece Workwear Zipper Casual Jeans

$64.89
$75.89
-$11.00
Color:  blue
Size:  XS(US 4)
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

SPU: DJHH260363
Pants style: Wide-leg
Elasticity: Non-stretch
Material: Denim,Blended
Style: Casual
Size: XS/S/M/L/XL/2XL/3XL
Jeans size:
Size Waist Hips Length
CM inch CM inch CM inch
XS 65 26.0 100 40.0 105 42.0
S 69 27.2 104 40.9 106 41.7
M 74 29.1 108 42.5 107 42.1
L 79 31.1 112 44.1 108 42.5
XL 84 33.1 116 45.7 109 42.9
2XL 89 35.0 120 47.2 110 43.3
3XL 94 37.0 124 48.8 111 43.7
*This data was obtained from manually measuring the product, it may be off by 1-2 CM.
Main Features:

1. Material and Texture
The material is a heavyweight washed denim/cotton blend woven fabric, not the "chiffon fabric for the bottoms," nor related to the knit fabric for the tops.

The fabric is thick and crisp, with a heavily distressed, faded, ripped, and patched texture. It's durable and wear-resistant, exuding a retro street style, suitable for wearing as a unique bottom in spring and autumn.

2. Design Details
Category: These are cargo jogger jeans, not a dress or suit.

Design Highlights:
The waistband features a staggered, layered design with multiple buttons and a zipper, breaking away from the conventional waistband structure and making it highly recognizable;
The sides of the pants feature multiple cargo pockets (including flap pockets and zipper pockets), combining practicality and style;
The legs are a loose, wide-leg style, tapering to a jogger cuff, creating a trendy "wide at the top, narrow at the bottom" silhouette;
The entire pair of pants is covered with distressed, faded, and patched details, full of retro street style vibes.

Fit: Slightly loose-fitting workwear style with tapered cuffs, offering freedom of movement and comfort.

3. Fit and Wearing Experience: The overall fit is slightly loose, with wide-leg pants that conceal the hips and thighs. The tapered cuffs create a sleek and elongating silhouette, making them easy to wear, comfortable, and slimming.

The asymmetrical waistband and multiple pockets visually lengthen the legs, adding a touch of individuality and trendiness.

4. Suitable Occasions: With a retro street/trendy workwear style, these pants are suitable for everyday wear, trendy dates, music festivals, parties, etc., making them a highly individualistic and fashionable item.

5. Care Instructions: Heavyweight washed denim fabric is recommended for gentle machine washing or hand washing in cold water. Air dry naturally. Low-temperature ironing will maintain the crispness of the fabric. Avoid direct sunlight to prevent fading and diminishing the distressed effect.

Available Sizes: XS, S, M, L, XL, 2XL, 3XL (consistent with the size range you provided)