Minimalist Halter Neck Two-Piece Set - Chic Sleeveless Crop Top & High-Waisted Wide-Leg Pants Summer Suite

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

Redefining Summer Sophistication

Experience the perfect fusion of sculptural design and fluid movement. Our Minimalist Two-Piece Set is crafted for the woman who speaks volumes through simplicity. With its signature wrap halter neck and sweeping wide-leg pants, this set offers a look that is both commanding and incredibly relaxed.

Key Highlights:

  • Chic Halter Silhouette: A criss-cross neck design that beautifully frames the shoulders and back.
  • Statement Wide-Leg Pants: Provides the elegance of a maxi skirt with the functional ease of trousers.
  • Premium Anti-Wrinkle Fabric: High-quality polyester blend (90%-95%) that stays smooth and crisp all day long.
  • Dynamic High-Waist Fit: Engineered to tuck the waist and elongate the legs for a flattering profile.
  • Endless Versatility: A cohesive outfit for upscale events or chic separates for casual days.

Size Guide (CM)

Size Top Bust Pants Length Pants Waist Hip
S 90 105 64 112
M 94 106 68 116
L 100 107 74 122
XL 106 108 80 128
2XL 122 109 86 134

*Manual measurement may result in a 1-3cm deviation. Please refer to your height and weight for the best fit.

Specifications & Care:

  • Material: 90%-95% Polyester Blend
  • Style: Minimalist / Clean Girl / Luxury Resort
  • Colorways: Pure White, Creamy Beige, Khaki, Black
  • Season: Summer 2026
  • Care: Gentle hand wash or machine wash cold. Low iron if needed.

✨ Redefine your wardrobe with the power of minimalist luxury. Limited Stock Available.

1
Select product
Selected 0 item(s)
S/ white
S/ off white
S/ black
S/ khaki
M/ white
M/ off white
M/ black
M/ khaki
L/ white
L/ off white
L/ black
L/ khaki
XL/ white
XL/ off white
XL/ black
XL/ khaki
2XL/ white
2XL/ off white
2XL/ black
2XL/ khaki
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)