Vintage Navy Velvet Embroidered Long Jacket

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

Product Description

Step into timeless elegance with this navy velvet long jacket, featuring intricate floral embroidery and metallic accents on the lapels and cuffs. The tailored silhouette is balanced with a regal length, giving it a refined yet dramatic presence. Delicate layered cuffs and a subtle sheen in the velvet add texture and depth, making this piece a standout for both day and evening wear.


Key Selling Points

  • Premium Fabric: Crafted from rich navy velvet with a subtle sheen.

  • Exquisite Embroidery: Detailed floral patterns with metallic threadwork on lapels and cuffs.

  • Tailored Fit: Structured cut that flatters the waistline while offering sophistication.

  • Versatile Styling: Works as both a statement outerwear piece and an elegant evening jacket.

  • Luxury Details: Layered cuffs and ornate stitching enhance the refined boho look.


Styling Suggestions

  • Everyday Chic: Pair with a crisp white blouse, vintage denim, and leather boots for a relaxed boho-luxe style.

  • Evening Elegance: Layer over a slip dress or tailored trousers with heels for a polished night-out look.

  • Statement Accessories: Complement with antique-inspired jewelry, such as layered necklaces or ornate earrings, to echo the embroidery.

  • Seasonal Touch: In colder months, wear with a turtleneck and ankle boots for a cozy yet sophisticated outfit.

Size Bust Length Sleeve length
cm inch cm inch cm inch
S 92 36.2  75 29.5  60 23.6 
M 97 38.2  76 29.9  61 24.0 
L 102 40.2  77 30.3  62 24.4 
XL 107 42.1  78 30.7  63 24.8 
2XL 112 44.1  79 31.1  64 25.2 
3XL 117 46.1  80 31.5  65 25.6 

1
Select product
Selected 0 item(s)
navy/ S
navy/ M
navy/ L
navy/ XL
navy/ 2XL
navy/ 3XL
Camel/ S
Camel/ M
Camel/ L
Camel/ XL
Camel/ 2XL
Camel/ 3XL
Purplish red/ S
Purplish red/ M
Purplish red/ L
Purplish red/ XL
Purplish red/ 2XL
Purplish red/ 3XL
Pink/ S
Pink/ M
Pink/ L
Pink/ XL
Pink/ 2XL
Pink/ 3XL
Olive green/ S
Olive green/ M
Olive green/ L
Olive green/ XL
Olive green/ 2XL
Olive green/ 3XL
Yellow/ S
Yellow/ M
Yellow/ L
Yellow/ XL
Yellow/ 2XL
Yellow/ 3XL
Dark grey/ S
Dark grey/ M
Dark grey/ L
Dark grey/ XL
Dark grey/ 2XL
Dark grey/ 3XL
Black/ S
Black/ M
Black/ L
Black/ XL
Black/ 2XL
Black/ 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)