Linen-Blend Vintage Button Set - 2-Piece Short Sleeve Tunic & Lantern Pants Lounge Suit

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

Natural Living, Refined Style

Inspired by the earthy tones of spring and the need for ultimate comfort. Your perfect companion for home, travel, and beyond.

The Details That Matter

🌿 Artisan Linen Blend

Lightweight yet durable. A breathable fabric that keeps you cool when it's warm and layers perfectly when it's brisk.

✨ Retro Button Craft

Features delicate wood-style buttons at the neckline and sides, adding a sophisticated, handcrafted touch to your look.

☁️ Comfort-First Cut

The elastic waist lantern pants provide a generous fit that moves with you, ensuring style without sacrifice.

Size Guide (CM)

Size Bust (胸围) Top Length (衣长) Waistline (腰围) Hips (臀围) Pants Length (裤长)
S 104 72 132 110 103
M 109 73 137 115 104
L 113 74 142 120 105
XL 118 75 147 125 106
2XL 123 76 152 130 107
3XL 128 77 157 135 108

*Measurement Note: Please allow 1-3 cm difference. Colors may vary slightly due to monitor resolution.

Product Specifications:

  • Material: Cotton-Linen Blend
  • Style: Casual Tunic Set
  • Fit: Loose / Plus Size Friendly
  • Sleeve: Short / 1/3 Sleeve
  • Season: Spring, Summer, Autumn
  • Origin: Source Factory
1
Select product
Selected 0 item(s)
S/ Blue
S/ Apricot
S/ Burgundy
S/ Khaki
M/ Blue
M/ Apricot
M/ Burgundy
M/ Khaki
L/ Blue
L/ Apricot
L/ Burgundy
L/ Khaki
XL/ Blue
XL/ Apricot
XL/ Burgundy
XL/ Khaki
2XL/ Blue
2XL/ Apricot
2XL/ Burgundy
2XL/ Khaki
3XL/ Blue
3XL/ Apricot
3XL/ Burgundy
3XL/ 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)