Vintage Lapel Red and Brown Plaid Mini Dress

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

Description

❤️ Vintage Lapel Red and Brown Plaid Mini Dress

Classic plaid charm with effortless fall vibes. 🍁

Step into timeless style with the Vintage Lapel Red and Brown Plaid Mini Dress. Crafted from a durable polyester-cotton blend, this dress features a lapel neckline, relaxed fit, and contrasting plaid pattern, offering a cozy yet stylish silhouette perfect for everyday wear, work, or weekend getaways. 🌸

Note: Belt not included — add your own to define the waist.


Product Info

Style: Vintage / Casual / Relaxed / Chic
Material: Polyester-cotton blend
Applicable Season: Autumn & Winter
Occasions: Daily wear, casual outings, work, weekend activities
Design Details: Lapel neckline, waistband, mini length, relaxed fit, plaid pattern


Design Highlights

🌿 Soft & Durable Fabric — comfortable for all-day wear.
💃 Relaxed Fit — flatters all body types while allowing easy movement.
Lapel Neckline & Waistband — adds classic structure and elegance.
🌸 Contrasting Plaid Design — timeless and eye-catching for fall styling.


Styling Tips

Pair with ankle boots or loafers for a casual day look,
or add a belt and heels for a polished evening style. 💖


💖 Why You’ll Love It

• Durable polyester-cotton keeps you comfortable and stylish.
• Relaxed fit and lapel design offer effortless elegance.
• Perfect for Black Friday shopping, casual outings, or weekend fun. 🌼


📏 Size Guide

SizeUKUSEUBust (cm / inch)Waist (cm / inch)Hips (cm / inch)Shoulder (cm / inch)Weight (kg)
S8/104/636/3888 / 34.6570 / 27.5694 / 37.0138 / 14.9645–50
M12/148/1040/4293 / 36.6175 / 29.5399 / 38.9839.3 / 15.4755–60
L16124498 / 38.5880 / 31.50104 / 40.9441.5 / 16.3460–65
XL181446103 / 40.5585 / 33.46109 / 42.9141.8 / 16.4665–70
2XL201648108 / 42.5290 / 35.43114 / 44.8843 / 16.9370–75

💡 Tip: Add your own belt for a more defined silhouette, or leave loose for casual comfort.

1
Select product
Selected 0 item(s)
Reddish brown/ XS
Reddish brown/ S
Reddish brown/ M
Reddish brown/ L
Reddish brown/ XL
Reddish brown/ 2XL
Dark green/ XS
Dark green/ S
Dark green/ M
Dark green/ L
Dark green/ XL
Dark green/ 2XL
Dark blue/ XS
Dark blue/ S
Dark blue/ M
Dark blue/ L
Dark blue/ XL
Dark blue/ 2XL
White/ XS
White/ S
White/ M
White/ L
White/ XL
White/ 2XL
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)