Women's Autumn And Winter Western Retro Suede Fabric Loose Casual Lapel Suit Jacket

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

Description

Women's Autumn And Winter Western Retro Suede Fabric Loose Casual Lapel Suit Jacket

Add a touch of retro western charm to your fall and winter wardrobe with our Suede Fabric Lapel Suit Jacket — a piece that blends rugged texture with timeless sophistication. Whether you’re styling it for a casual brunch, a business meeting, or a night out, this jacket effortlessly elevates every look with understated confidence.

Product Highlights

  • Imitation Suede Texture: Crafted from soft, high-quality faux suede that feels luxurious and drapes beautifully.

  • Classic Western Silhouette: Features a lapel collar, button-down front, and practical pockets for that effortless tailored look.

  • Relaxed Fit: The loose, mid-length cut allows for layering while maintaining a flattering, free-flowing shape.

  • Versatile Style: Perfect for both casual and semi-formal occasions — from daily wear to outdoor dinners or weddings.

  • Easy Care: Machine washable for your everyday convenience.

💫 Style Inspiration

Pair it with denim jeans and ankle boots for a rustic western edge, or layer it over a turtleneck and skirt for an elegant retro vibe.
It’s the jacket that transitions smoothly from daylight charm to evening grace, making it a must-have for every fall wardrobe.


📏 Size Guide (cm / inch)

SizeBust (cm/in)Waist (cm/in)Hips (cm/in)Shoulder (cm/in)Weight (kg)
S88 / 34.668 / 26.894 / 37.038 / 15.045–50
M93 / 36.673 / 28.799 / 39.039.25 / 15.455–60
L98 / 38.678 / 30.7104 / 40.940.5 / 15.965–70
XL103 / 40.683 / 32.7109 / 42.941.75 / 16.475–80
2XL108 / 42.588 / 34.6114 / 44.943 / 16.985–90
3XL113 / 44.593 / 36.6119 / 46.944.25 / 17.495–100
4XL118 / 46.598 / 38.6124 / 48.845.5 / 17.9105–110
5XL123 / 48.4103 / 40.6129 / 50.846.75 / 18.4115–120

💡 Tip: The jacket has a relaxed fit — choose your normal size for a classic silhouette, or size up for a more oversized, laid-back feel.

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