Women's Lapel, Waist-Cinching Shirt + High-Waisted Wide-Leg Pants SetPants Set

$14.29  - $15.39
Color:  Tops
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

Description

SPU:DJHH260320-DJHH260321
Neckline:Lapel
Elasticity:Non-stretch
Material:Blended
Style:Casual
Size:XS/S/M/L/XL/2XL/3XL
Tops size:
SizeLengthBustSleeve Length
CMinchCMinchCMinch
XS7228.88835.24518.0
S7328.79236.24618.1
M7429.19637.84718.5
L7529.510039.44818.9
XL7629.910440.94919.3
2XL7730.310842.55019.7
3XL7830.711244.15120.1
Pants Size:
SizeWaistHipsLength
CMinchCMinchCMinch
XS6526.010040.09036.0
S6927.210440.99135.8
M7429.110842.59236.2
L7931.111244.19336.6
XL8433.111645.79437.0
2XL8935.012047.29537.4
3XL9437.012448.89637.8
*This data was obtained from manually measuring the product, it may be off by 1-2 CM.
Key Features:
1. Material and Texture: Crafted entirely from woven fabric, the shirt features a crisp yet breathable texture, while the wide-leg trousers boast excellent drape and are resistant to wrinkling—making this ensemble ideal for professional settings.
2. Design Details: Top: A long-sleeved white collared shirt featuring a cinched waist with a twisted knot design; the hem features an asymmetrical split—shorter in the front and longer in the back—to accentuate the waistline. Bottoms: High-waisted, wide-leg cropped trousers (three-quarter length) with front pleats, offering a loose, fluid drape.
3. Cut and Wearing Experience: The fitted waistline of the upper body creates a slimming effect, while the loose cut of the lower body effectively conceals any imperfections. The overall silhouette is sleek and polished, offering a comfortable yet close fit. The three-quarter length exposes the ankles, visually elongating the legs and creating a flattering, height-enhancing effect.
4. Suitable Occasions: Featuring a style that leans towards professional commuting and sophisticated chic, this versatile transitional piece is perfect for daily office wear, business meetings, weekend dates, short trips, and more.
5. Care Instructions: For cotton blends and suiting fabrics, we recommend gentle machine washing in cold water or hand washing. Air dry naturally, and iron at a low temperature to maintain a crisp, structured finish.

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