Women's Dragonfly & Floral Embroidered Ombre Boho Harem Pants

Women's Dragonfly & Floral Embroidered Ombre Boho Harem Pants

Price

$0.00 $22.00
Save $-22.00

size

Please select a size

Quantity

💛 Every Order Gives Back — We donate $1 from every order to support children’s health hunger relief animal rescue and environmental care.
/** @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);

✨ Key Features

3D Dragonfly & Floral Embroidery | Ombre Gradient | Drawstring Waist | Boho Vacation Style

🧵 Fabric

Premium crinkled cotton-linen blend. Lightweight, breathable, soft and skin-friendly, perfect for hot summer days and comfortable all-day wear.

🎨 Design

Elastic drawstring waist with tassel detail, blue & white color block gradient ombre. All-over 3D dragonfly, daisy & botanical embroidery with intricate leaf detailing. Relaxed harem leg silhouette with side pocket design, bohemian vintage aesthetic.

📐 Fit

Loose, relaxed harem fit with adjustable waistband. Provides ultimate comfort and flatters all body types, multiple sizes available for a versatile fit.

🌍 Occasions

Beach vacation, boho photoshoot, music festival, weekend getaway, summer loungewear, or daily casual wear.

🧺 Care Instructions

Hand wash or gentle machine wash (water temperature ≤30°C). Do not bleach. Line dry in shade. Low heat iron if needed.

SizeWaist (cm/in)Hips (cm/in)Length (cm/in)
S66-76 / 26.0-29.9108 / 42.598 / 38.6
M70-80 / 27.6-31.5112 / 44.199 / 39.0
L74-84 / 29.1-33.1116 / 45.7100 / 39.4
XL78-88 / 30.7-34.6120 / 47.2101 / 39.8
2XL82-92 / 32.3-36.2124 / 48.8102 / 40.2
3XL86-96 / 33.9-37.8128 / 50.4103 / 40.6
4XL90-100 / 35.4-39.4132 / 52.0104 / 40.9