🔥HOT SALE🔥GOTHIC V-NECK TOP

🔥BUY 2 FREE SHIPPING🔥
$39.99
$69.99
Save $30.00
96552 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Size Chart 

Meet our Limited Edition Gothic V-Neck Top: Our one-of-a-kind showstopper that's turning heads.

Made of Premium Cotton & Polyester blend to give you a genuinely high-quality Top.

Adds a charismatic diversity to any man's wardrobe.

  • 100% Cotton
  • Button closure
  • Machine Wash
  • Adjustable sleeves: long sleeves with cuff buttons on the side, long and medium sleeves are easy to convert, overall lightweight and breathable, very comfortable.
  • Excellent Fabric: Made of soft and comfortable polyester and cotton material, this fabric is not easy to pill, does not attract lint and hair, and will be very breathable in daily life.
  • Lacing: Neckline has a special lacing design, you can adjust the tightness according to your needs, which is easy to wear and take off.
  • Matching Tips: Perfect for pairing with regular pants, casual pants or dress pants, and suitable for pairing with PU leather shoes and sports shoes.
  • Scenes: Such as summer, holiday beach, vacation, graduation, back to school, wedding guests, dance, formal cocktail party, club, date night, games, daily life, outdoor leisure or special scenes.

Specifications

Materials 95% Polyester
Product Size
  • S-2XL
Product Weight
  • 300g
Product Color
  • Navy Blue/Black/White/Khaki
Package Contents
  • GOTHIC V-NECK TOP × 1

Shipping:

  • Free Shipping Over $50.
  • Orders will be processed within 7 business days of ordering and shipped out the next day after the processing day. Orders will generally be delivered within 7 to 14 working days.

Returns:Fast refund for any dissatisfaction within 15 days, 100% money-back guarantee.

Note:

  • Due to manual measurements, please allow slight measurement deviations.
  • Due to the different display and lighting effects, the actual color of the item may be slightly different from the color displayed on the picture.
1
Select product
Selected 0 item(s)
Khaki/ S
Khaki/ M
Khaki/ L
Khaki/ XL
Khaki/ 2XL
White/ S
White/ M
White/ L
White/ XL
White/ 2XL
Black/ S
Black/ M
Black/ L
Black/ XL
Black/ 2XL
Navy Blue/ S
Navy Blue/ M
Navy Blue/ L
Navy Blue/ XL
Navy Blue/ 2XL
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)