💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)
💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)

💕Christmas Hot Promotion - 50% OFF💕Mid-Rise Barrel Jeans (Buy 2 Free Shipping)

Price

$73.98 $36.99
Save $36.99
2892 sold
20% OFF 2nd item
30% OFF 3rd item
50% OFF 4th item

color

Please select a color

size

Please select a size

Quantity

It's been recommended by 6.19K people
Free shipping over $49
Sustainably made
Secure payments
/** @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);

So bold barrel jeans featured in a mid-rise fit with subtle distressed and seam detailing, keep you looking fabulous and laid back!

The mid-rise design effectively wraps around your midsection, effortlessly showcasing a slender waistline while providing a comfortable and stylish fit.

These jeans feature a loose fit making you move with comfort throughout the day, and the wide legs show your long legs very well, trimming your curves.

Made from high-quality denim fabric, these jeans offer a rigid feel, adding a touch of ruggedness to the overall design while maintaining a fashionable appearance.

The seam detailing runs throughout the entire jean, showcasing exquisite craftsmanship and quality. These details enhance the overall sense of style and sophistication.

The slouchy fit is SO ON TREND but what we love about it is that it looks good on EVERYONE. You can be tall, short, curvy, or straight and look amazing!

Add a touch of warmth and style to your look by pairing them with a warm sweater or chunky top during the fall and winter months, and you'll be the center of attention.

Features:

  • Zip-fly and button closure
  • Rigid denim fabrication
  • Belt loops at waistband
  • 4-pocket style
  • Subtle distressing
  • Tapered bottom hem
  • Seam detail throughout
Contents

57% Cotton, 43% Lyocell

Size Chart

Care

Machine Wash Cold

💖Support small brand

Click the ADD TO CART button before we sell out. 

SHIPPING:

  • BUY 2+ GET FREE SHIPPING

  • 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.

We are a small family business. My aunt Jenny is very good at customer service because she is always nice to people. So if you have any questions, feel free to ask her at support@mail.noxcn.com. If you do have any questions you'll be talking to someone who really knows just about everything that's going on!