Floral Embroidered Wide-Leg Pants-0331

$45.99
Size:  S
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

  1. Fabric:Crafted from high-count linen fabric with a natural lightweight wrinkled texture, it offers excellent breathability and drapability, being skin-friendly and sweat-resistant for spring and summer wear. The embroidery part uses durable colored threads with a full texture that is not easy to fray.
  2. Design
  • Features an off-white base paired with Bohemian-style floral embroidery, including multi-colored flowers and vines with rich colors and a strong sense of layering. The cuffs have contrast thread edging details for enhanced design sophistication.
  • The waist is elasticated with a hidden drawstring for free waist adjustment, balancing comfort and fit.
  1. Sizing & Fit:Classic high-waisted wide-leg cut that lifts the waistline to flatter body proportions. The loose leg opening provides unrestricted movement, conceals leg flaws, and drapes elegantly when walking, suiting various body shapes.
  2. Occasions:Ideal for beach vacations, Bohemian-style outfits, daily casual outings, literary gatherings and other scenes. It can be paired with knitted vests, cropped shirts or camisoles to create diverse looks.
  3. Care Instructions
  • Recommended cold hand wash, gently rub and avoid pulling the embroidered parts forcefully.
  • Do not use bleach; dry in the shade on the reverse side to prevent embroidery fading from direct sunlight.
  • Iron at low temperature with a cloth pad, never iron directly on the embroidery patterns.
  • Dry cleaning is acceptable for better protection of the fabric and embroidery integrity.
SizeWaist (CM)Waist (IN)Hip (CM)Hip (IN)Length (CM)Length (IN)Leg Opening (CM)Leg Opening (IN)
S64-7225.2-28.311846.510541.34818.9
M68-7626.8-29.912248.010641.74919.3
L72-8028.3-31.512649.610742.15019.7
XL76-8429.9-33.113051.210842.55120.1
2XL80-8831.5-34.613452.810942.95220.5

Note: All measurements are taken manually, a 1-3CM error is within the normal range.