Vintage 3D Floral Print Maxi Dress - Elegant V-Neck Long Sleeve Boho Garden Party Gown

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

Ethereal Beauty in Every Step

Indulge in the romance of our Vintage Sage Green 3D Floral Maxi Dress. Featuring a breathtaking lifelike floral print and a fluid silhouette, this dress is designed for the woman who wants to radiate grace at garden weddings, evening parties, or dreamy photoshoots.

✨ Product Highlights

  • Exquisite 3D Florals: Advanced printing technology gives the patterns a textured, embroidered look for a high-end feel.
  • Flattering V-Neckline: Elegantly elongates your neck and frames your face for a slimming, sophisticated profile.
  • Graceful Movement: The lightweight, breathable fabric and A-line cut offer a breezy, "walking on air" experience.
  • Timeless Palette: The muted Sage Green hue is universally skin-brightening and radiates vintage charm.

Size Chart (CM)

Size US Bust Shoulder Sleeve Waist Length
S 6 93 38 61 63 137
M 8 98 39 62 68 138
L 10 103 40 63 73 139
XL 12 108 41 64 78 140
2XL 14 113 42 65 83 141
3XL 16 118 43 66 88 142

* Please allow a 2-3cm difference due to manual measurement. We recommend comparing your size to our chart before purchasing.


Specifications

Material: High-Quality Polyester (Soft Chiffon Feel)

Style: Vintage / Boho / Romantic

Sleeve: Full Length Lantern Sleeves

Care: Hand wash cold or dry clean for longevity.

Shipping & Returns

  • Free Shipping: On all orders over $75!
  • Reliable Delivery: Secure worldwide shipping with tracking number.
  • 30-Day Returns: If it's not the perfect fit, return it within 30 days for a hassle-free exchange or refund.
1
Select product
Selected 0 item(s)
S
M
L
XL
2XL
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)