Women's Round Neck Satin Loose Casual Suit

$25.29
Color:  brown
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:DJHH260330
Neckline: round neck
Elasticity:Non-stretch
Material:Blended
Style:Casual
Size:XS/S/M/L/XL/2XL/3XL
Tops size:
SizeLengthBustSleeve Length
CMinchCMinchCMinch
XS11847.29538.06060.0
S11946.99939.06124.0
M12047.210340.66224.4
L12147.610742.16324.8
XL12248.011143.76425.2
2XL12348.411545.36525.6
3XL12448.811946.96626.0
Pants Size:
SizeWaistHipsLength
CMinchCMinchCMinch
XS6526.09839.210642.4
S6927.210240.210742.1
M7429.110641.710842.5
L7931.111043.310942.9
XL8433.111444.911043.3
2XL8935.011846.511143.7
3XL9437.012248.011244.1
*This data was obtained from manually measuring the product, it may be off by 1-2 CM.
Key Features:
1. Material and Texture: The top and wide-leg pants are made of the same fabric, a glossy satin/imitation silk fabric. The fabric has a strong drape, a high-end matte sheen, a smooth and skin-friendly feel, and a graceful and flowing movement when walking, making it both elegant and gentle.
2. Design Details: This two-piece set features an off-the-shoulder/straight neckline, loose batwing sleeves with side slits, and an irregular, asymmetrical hem, creating a relaxed yet stylish look. The high-waisted wide-leg pants are floor-length with a beautiful drape, visually elongating the legs.
3. Cut and Wearing Experience: The top is loose and relaxed, while the bottom drapes for a slimming effect. The overall design is extremely forgiving of different body types, offering both comfort and a sophisticated look. The asymmetrical hem adds a touch of dynamism and avoids a monotonous feel.
4. Suitable Occasions: The style leans towards a sophisticated yet understated look, suitable for everyday work, business meetings, dates, afternoon tea, vacations, etc. It's an elegant and practical transitional piece.
5. Care Instructions: Satin/imitation silk fabrics are recommended to be hand washed gently or dry cleaned. Wash inside out to avoid luster damage. Hang to dry naturally. When ironing at low temperature, use a cloth to prevent the fabric from being damaged.

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