Retro Bell Sleeve Embroidered Rust Red Microsuede Lace Mini Dress

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

Description

🌹 Retro Bell Sleeve Embroidered Rust Red Microsuede Lace Mini Dress

Where retro romance meets autumn warmth. 🍂

Step into soft sophistication with the Retro Bell Sleeve Embroidered Rust Red Microsuede Lace Mini Dress. Crafted from a velvety microsuede fabric, this piece blends vintage charm with cozy texture — ideal for fall and winter days. The delicate floral embroidery and lace trim details bring timeless femininity, while the bell sleeves and mini silhouette add a hint of playful elegance.

Whether you're strolling through weekend markets, attending a casual gathering, or sipping coffee in the golden afternoon light — this dress wraps you in effortless charm and understated grace.


Product Info

Style: Retro / Feminine / Boho
Material: Soft microsuede with lace trim
Season: Fall & Winter
Occasion: Casual outings, parties, special events
Design Details: Embroidered accents, bell sleeves, lace trim, mini silhouette


Design Highlights

🌸 Embroidered Detailing — intricate patterns that elevate the rustic tone.
💃 Bell Sleeves — create movement and a touch of bohemian grace.
🪶 Microsuede Texture — soft, warm, and skin-friendly for cooler days.
👗 Lace Trim Hemline — adds romantic depth and vintage sophistication.


Styling Tips

Pair it with knee-high boots and a wool hat for a cozy countryside look,
or dress it up with ankle heels and gold earrings for a charming winter soirée. ✨


💖 Why You’ll Love It

• The embroidered details add warmth and individuality.
• The bell sleeves create fluidity and elegance.
• The lace trim softens the silhouette for a romantic finish.
• Ideal for day-to-night transitions in the cooler months.


📏 Size Guide

SizeUKUSEUBust (cm / inch)Waist (cm / inch)Hips (cm / inch)Shoulder (cm / inch)Weight (kg)
S8/104/636/3888 / 34.6568 / 26.7794 / 37.0138 / 14.9645–50
M12/148/1040/4293 / 36.6173 / 28.7499 / 38.9839.3 / 15.4755–60
L16124498 / 38.5878 / 30.71104 / 40.9441.5 / 16.3460–65
XL181446103 / 40.5583 / 32.68109 / 42.9141.8 / 16.4665–70
2XL201648108 / 42.5288 / 34.65114 / 44.8843 / 16.9370–75
3XL221850113 / 44.4993 / 36.61119 / 46.8544.3 / 17.4475–80
4XL242052118 / 46.4698 / 38.58124 / 48.8245.5 / 17.9180–85
5XL262254123 / 48.43103 / 40.55129 / 50.7946.8 / 18.4385–90

💡 Tip: For a slightly looser boho silhouette, choose one size up — perfect for layering with tights or boots.

1
Select product
Selected 0 item(s)
Rust red/ S
Rust red/ M
Rust red/ L
Rust red/ XL
Rust red/ 2XL
Rust red/ 3XL
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)