Women's Autumn And Winter New Western Retro Suede Dress

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

Description

🤎 Western Retro Suede Dress – Vintage-Inspired Elegance for Fall & Winter

Step into timeless Western-inspired charm with this cozy and chic suede dress. Crafted from soft faux suede, it offers a luxurious texture that feels as good as it looks. Featuring a turtleneck, voluminous balloon sleeves, and a flirty ruffled hem, this dress effortlessly blends retro vintage flair with modern sophistication—perfect for city strolls, casual outings, or simply embracing everyday elegance.


Product Info

  • Style: Western Retro / Vintage Chic / Effortless Elegance

  • Material: Soft Faux Suede

  • Season: Fall & Winter

  • Design: Turtleneck, balloon sleeves, ruffled hem, side pockets

  • Occasions: Casual outings, city wear, everyday styling


Design Highlights

  • 🤎 Vintage suede texture → adds rich, tactile appeal with classic retro charm

  • Balloon sleeves & turtleneck → dramatic silhouette with cozy sophistication

  • 🌿 Ruffled hem & side pockets → feminine touches that combine style and function

  • 🎵 Relaxed oversized fit → effortless comfort for all-day wear


Styling Inspiration

Pair with embossed knee-high boots and a fringe bag for a complete Western retro look. Layer with a leather jacket for an edgier vibe, or a soft knit cardigan for cozy layering—perfect for fall-to-winter transitions.


💖 Why You’ll Love It

This dress reimagines Western vintage aesthetics with modern cuts. Its dramatic balloon sleeves, flirty ruffled hem, and sumptuous suede-like fabric create the perfect balance of comfort and statement style. Whether you’re elevating your everyday wardrobe or adding retro charm to special occasions, this piece is sure to turn heads.


📏 Size Guide

SizeUKUSEUBust (cm / in)Waistline (cm / in)Hips (cm / in)Shoulder Width (cm / in)Thigh Circumference (cm / in)Weight (kg)
S8/104/636/3888 / 34.6568 / 26.7794 / 37.0138 / 14.9654.5 / 21.4645–50
M12/148/1040/4293 / 36.6173 / 28.7499 / 38.9839.25 / 15.4757.3 / 22.5655–60
L16124498 / 38.5878 / 30.71104 / 40.9440.5 / 15.9460.09 / 23.6660–65
XL181446103 / 40.5583 / 32.68109 / 42.9141.75 / 16.4262.89 / 24.7665–70
2XL201648108 / 42.5288 / 34.65114 / 44.8843 / 16.9365.69 / 25.8770–75
3XL221850113 / 44.4993 / 36.61119 / 46.8544.25 / 17.4468.48 / 26.9775–80

💡 Tip: For a slightly more relaxed fit, consider sizing up one size.

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