Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
32/39
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)
32/39

Elegant Wide-Leg Pants(✨Buy 2 Free Shipping✨)

It's been recommended by 109.25k people on Facebook, Twitter and Instagram

$32.99
$65.98
Save 50%
13 sold
Colour
Please select a colour
Size:
Please select a size:
Length:
Please select a length:
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);

💕2nd Anniversary Sale!!!

Get For 49% Off Today! The sale Ends After 500 pieces.

 "So comfortable and flowy. I got the long and they are the perfect amount of baggy around the ankle. I want to wear these every day. Might just get them in every color"

(5/5) - Jessie L. - New York 

One-piece wonder

Our pants are beautifully tailored to fit your body comfortably. Classic cuts and slim-fit designs accentuate your best features. They’re great basics to wear with many style tops, you’ll wear our timeless styles for years. 

DEFINES YOUR CURVES

These are tailored-yet-relaxed wide-leg pants with front knife pleats, easy drape, and a long, wide leg. The unique functional waistband of the wide-leg pants provides long-lasting comfort and plenty of stretch to ensure your all-day comfort.

PERFECT FOR ANY OCCASION

It can be matched with boots or high heels, a sweater and suit jacket, a shirt top, and more. Amazing with booties or heels, a crop top, and a tight jacket for the perfect attire. 

Available in a variety of fun colors, these pants make the perfect addition to any outfit, any day of the week. Once you’re in these, you’ll never, ever want to take them off.

Made of a soft woven fabric with a flattering drape and a little stretch throughout. They arrived to me nearly wrinkle-free and stayed that way. 

Composition: 64% Polyester, 32% Viscose, 4% Elastane

11,000+

Satisfied Customers

SIZE CHART

US Size Numeric EU Size Your Waist(in) Your Hips(in)
XS 4 35-36 25-26 41-42
S 6 37-38 27-28 43-44
M 8 39-40 29-30 45-46
L 10 41-42 31-32 47-48
XL 12 43-44 33-34 49-50
2XL 14 46-48 35-37 51-52
3XL 16 49-50 38-39 53-54
4XL 18 51-52 40-41 55-56
5XL 20 53-54 42-43 57-58

BOTTOMS LENGTH

Size Length(L) of Pants(in) Your Height(in)
Short 28'' 5'0'' to 5'3''
Regular 30'' 5'4'' to 5'7'' 
Long 32'' 5'8'' to above

Support small brand

Click the ADD TO CART button before we sell out. 

Shipping Time

Our current turnaround time is running 1-5 business days. Although some of the items are made ahead, due to the high volume of orders, shipping times are longer than usual. If I have the item ordered in stock I will mail it out as soon as possible!

SPEEDY SHIPPING. No one likes waiting. To your door and it's fast.

Thank you for your patience. Please let us know if you have any questions.