Vintage Naval Commander Velvet Jacket | Bold Red Trim Military Blazer ✨

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

Description

Command Attention with Timeless Glamour. 🖤

Elevate your transitional wardrobe with a masterpiece of military-inspired elegance. Our Retro Naval Velvet Jacket fuses the opulent texture of plush black velvet with bold, high-contrast red accents. Designed for the woman who loves dramatic, "statement" fashion, this tailored blazer brings a regal, authoritative edge to everyday modern styling.

Why You’ll Love It:

  • 🖤 Dual-Velvet Architectural Contrast: Features a deep midnight-black velvet base paired with vibrant red velvet piping for a striking, high-fashion aesthetic.

  • ✨ Heritage Brass Naval Buttons: Adorned with ornate, vintage-inspired brass buttons that capture the essence of classic naval prestige.

  • 🎀 Sculpted Military Tailoring: Expertly cut with a cinched waist and structured shoulders to create a sharp, flattering silhouette that empowers your look.

  • 🧵 Intricate Gold-Woven Trim: Detailed with subtle gold braided accents along the red piping, adding a layer of artisan luxury and historical refinement.

  • 👕 Perfect Cropped Length: A modern, waist-length design that pairs effortlessly with high-waist denim or elegant midi dresses for a balanced profile.

Product Info:

  • Style: Vintage Military / Naval Glamour / Dramatic Tailoring

  • Material: Premium Lush Velvet + Heritage Brass Hardware

  • Design Details: Double-breasted button array, red piping, gold braided trim

  • 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 features a structured, waist-cinching cropped fit. Stick to your regular blazer size for the most polished naval silhouette.

Care Instructions:

  • 🧼 Professional dry clean only to maintain the velvet pile and intricate trim.

  • ☁️ Store on a shaped hanger in a cool, dry place to preserve the structured shoulder line.

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