Modern Stand-Collar Denim Jumpsuit - Sleeveless Half-Zip Wide Leg One-Piece Romper

$51.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Redefine Your Summer Silhouette

Elevate your street style with our Modern Denim-Inspired Jumpsuit. Combining the rugged charm of denim with a fluid, sleeveless silhouette, this wide-leg masterpiece is designed for the woman who values both comfort and a sharp, commanding presence.

✨ Why It’s a Wardrobe Essential

  • Visual Elongation: The continuous flow of the wide-leg cut creates a stunning vertical line that makes you look taller and more elegant instantly.
  • Dynamic Neckline: The sleek half-zip and stand-up collar offer endless styling versatility—zip it up for a bold look or down for a relaxed vibe.
  • Premium Lightweight Fabric: Experience the "denim look" without the weight. Our breathable polyester blend is soft to the touch and wrinkle-resistant.
  • Utility Meets Fashion: Strategically placed pockets add a contemporary edge to this minimalist one-piece.

Size Chart (CM)

Size Bust (cm) Length (cm)
S 104 140
M 110 141
L 116 142
XL 122 143
2XL 128 144
3XL 134 145

* Please choose your size based on measurements. A slight 2-3cm difference is possible due to manual measuring.


Product Specifications

Material: High-Quality Polyester (Denim-style finish)

Features: Half-Zip Front, Stand Collar, Sleeveless, Wide Leg, Chest Pocket

Colors: Light Blue, Black, Yellow, Navy Blue, Wine Red

Style: Urban Chic / Minimalist / Vintage Denim

Shipping & Excellence

  • Free Shipping: Unlock complimentary worldwide shipping on all orders over $75.
  • Quick Processing: Orders are prepared and tracked within 48 hours for your peace of mind.
  • Easy Returns: 30-day satisfaction guarantee for a stress-free shopping experience.
1
Select product
Selected 0 item(s)
S/ Light blue
S/ black
S/ yellow
S/ Navy blue
S/ Burgundy
M/ Light blue
M/ black
M/ yellow
M/ Navy blue
M/ Burgundy
L/ Light blue
L/ black
L/ yellow
L/ Navy blue
L/ Burgundy
XL/ Light blue
XL/ black
XL/ yellow
XL/ Navy blue
XL/ Burgundy
2XL/ Light blue
2XL/ black
2XL/ yellow
2XL/ Navy blue
2XL/ Burgundy
3XL/ Light blue
3XL/ black
3XL/ yellow
3XL/ Navy blue
3XL/ Burgundy
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)