Women's V-Neck Printed Satin Casual Set

$25.29
Color:  green
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:DJHH260309
Neckline:V-neck
Elasticity:Non-stretch
Material:Blended
Style:Casual
Size:XS/S/M/L/XL/2XL/3XL
Tops size:
SizeLengthBust
CMinchCMinch
XS5522.08835.2
S5622.09236.2
M5722.49637.8
L5822.810039.4
XL5923.210440.9
2XL6023.610842.5
3XL6124.011244.1
Skirt 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 trousers are crafted from a matching fabric—a lustrous satin/faux silk material. The fabric possesses excellent drape and a natural, high-end sheen, creating a visually refined and luxurious aesthetic that flows with effortless grace as you walk.
2. Design Details: Features a vintage botanical floral print and a crisscross cowl neckline that elegantly flatters the contours of the neck. The high-waisted, wide-leg trousers boast excellent drape, effectively elongating the legs and concealing the midsection, creating a look that moves with effortless grace.
3. Cut and Wearing Experience: The silhouette offers a slimming, figure-sculpting effect that is flattering for both pear-shaped and apple-shaped body types; it is comfortable to wear while exuding a commanding presence.
4. Suitable Occasions: Best suited for sophisticated, mature-style settings—such as evening dinners, parties, dates, business gatherings, and vacations—offering a heightened sense of occasion compared to everyday commuter styles.
5. Care Instructions: For satin or faux silk fabrics, gentle hand washing or dry cleaning is recommended to prevent stretching and deformation caused by machine washing. Iron at a low temperature to avoid damaging the fabric's lustrous finish.

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