Vintage Velvet Button Jacket | Bohemian Heritage Lace Trim Blazer ✨

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

Description

Timeless Glamour Meets Bohemian Edge. 🤎

Discover the ultimate statement piece for your transitional wardrobe. Our Retro Button Velvet Jacket captures the essence of vintage elegance, blending lush, high-quality velvet with intricate artisan details. Featuring dramatic metallic buttons and delicate lace accents, this tailored blazer is designed to transform any look from casual to high-fashion with effortless grace.

Why You’ll Love It:

  • 🤎 Lush Premium Velvet: Crafted from a soft yet structured rich brown velvet that offers a luxurious tactile feel and a refined, polished drape.

  • ✨ Ornate Double-Breasted Buttons: Adorned with a double-row of statement metallic buttons that serve as a striking vintage focal point.

  • 🎀 Delicate Artisan Lace Trim: Sophisticated lace detailing at the collar and cuffs adds a romantic, bohemian touch to the structured silhouette.

  • 👕 Tailored Cropped Silhouette: Expertly cut to cinch at the natural waistline, providing a flattering, feminine fit that pairs perfectly with high-waist bottoms.

  • 🏙️ Versatile Styling: Effortlessly bridges the gap between a chic brunch date and an elegant evening gathering.

Product Info:

  • Style: Retro / Bohemian / Elegant

  • Material: High-Density Lush Velvet + Intricate Lace Accents

  • Design Details: Double-breasted button front, lace collar/cuffs, cropped length

  • Season: Ideal for Fall and Spring layering

Size Guide:

SizeLength (cm/in)Bust (cm/in)Shoulder (cm/in)Sleeve (cm/in)Weight (kg)
XS54cm / 21.3"88cm / 34.6"36cm / 14.2"58cm / 22.8"45 – 50kg
S55cm / 21.7"92cm / 36.2"37cm / 14.6"59cm / 23.2"50 – 55kg
M56cm / 22.0"96cm / 37.8"38cm / 15.0"60cm / 23.6"55 – 60kg
L57cm / 22.4"100cm / 39.4"39cm / 15.4"61cm / 24.0"60 – 65kg
XL58cm / 22.8"104cm / 40.9"40cm / 15.8"62cm / 24.4"65 – 70kg
2XL59cm / 23.2"108cm / 42.5"41cm / 16.2"63cm / 24.8"70 – 75kg
3XL60cm / 23.6"112cm / 44.1"42cm / 16.5"64cm / 25.2"75 – 80kg

💡 Fit Tip: This jacket is designed for a tailored, waist-cinching fit. Stick to your regular blazer size for the most flattering profile.

Care Instructions:

  • 🧼 Professional dry clean only to maintain the delicate lace and velvet texture.

  • ☁️ Store on a padded hanger to preserve the shoulder structure.

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