Temperament solid color round neck sleeveless dress

$29.99
$67.99
Save $38.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Description

Elegant Style with Everyday Ease

Graceful Evening Dress combines timeless charm with a flattering cut that’s perfect for both everyday sophistication and special occasions. With its refined silhouette and stylish details, it’s designed to make you feel confident and polished no matter where the day takes you.

What Makes It Special


Flattering silhouette – Smoothly shapes your figure while keeping a graceful balance
Refined neckline – Adds an elegant, feminine finish that works for any occasion
Chic sleeve detail – Sophisticated touches that transition seamlessly from day to night
Versatile length – Midi style suitable for both formal and casual settings
Comfort-first design – Lightweight feel for elegance you can enjoy all day

Specifications

  • Type: Midi dress
  • Fit: Regular fit
  • Closure: Back zipper
  • Neckline: Round neck
  • Sleeve: Cap sleeves
SizeBustLength
cminchcminch
S9637.8 9838.6 
M10139.8 9939.0 
L10641.7 10039.4 
XL11143.7 10139.8 
2XL11645.7 10240.2 
3XL12147.6 10340.6 
1
Select product
Selected 0 item(s)
Sky Blue/ UK 8 (S)
Sky Blue/ UK 10 (M)
Sky Blue/ UK 12/14 (L)
Sky Blue/ UK 16 (XL)
Sky Blue/ UK 18 (2XL)
Sky Blue/ UK 20 (3XL)
White/ UK 8 (S)
White/ UK 10 (M)
White/ UK 12/14 (L)
White/ UK 16 (XL)
White/ UK 18 (2XL)
White/ UK 20 (3XL)
Black/ UK 8 (S)
Black/ UK 10 (M)
Black/ UK 12/14 (L)
Black/ UK 16 (XL)
Black/ UK 18 (2XL)
Black/ UK 20 (3XL)
Green/ UK 8 (S)
Green/ UK 10 (M)
Green/ UK 12/14 (L)
Green/ UK 16 (XL)
Green/ UK 18 (2XL)
Green/ UK 20 (3XL)
Red/ UK 8 (S)
Red/ UK 10 (M)
Red/ UK 12/14 (L)
Red/ UK 16 (XL)
Red/ UK 18 (2XL)
Red/ UK 20 (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)