High Elastic Non-Iron Shirt

$39.99
$49.99
Save $10.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

 High-stretch, non-iron, anti-wrinkle classic shirt.

Modern slim fit with a tapered body and slimmer sleeves for a sleek look that flatters most body shapes.

Main Features

  • HIGH ELASTICITY-HIGH-END
    High elasticity stretch without tightness, suitable for all kinds of body, stiff and stylish.

  • COMFORTABLE AND BREATHABLE
    Designed to wick moisture away from the body to help you feel cool and dry.

  • NON-IRONING FABRIC
    Wrinkle resistant to keep you looking sharp all day; easy care, no ironing needed.

  • SLIM FIT
    A close-fitting fit with a slight taper from chest to waist, slimmer sleeves and a tighter armhole for a more precise fit. Slim fit is similar to a contemporary or cropped fit.

  • POINTED COLLAR
    classic collar designed to lengthen the face and allows a variety of tie knots; can be worn with or without a collar.

Specifications

Materials
  • Polyester
Product Size
  • 38/39/40/41/42/43/44
Product Weight
  • 270/285/300/315/330/345/360g
Product Color
  • White/Black/Blue
Package Contents
  • Stretch Non-iron Anti-wrinkle Shirt × 1
1
Select product
Selected 0 item(s)
BLACK/ 38
BLACK/ 39
BLACK/ 40
BLACK/ 41
BLACK/ 42
BLACK/ 43
BLACK/ 44
BLUE/ 38
BLUE/ 39
BLUE/ 40
BLUE/ 41
BLUE/ 42
BLUE/ 43
BLUE/ 44
WHITE/ 38
WHITE/ 39
WHITE/ 40
WHITE/ 41
WHITE/ 42
WHITE/ 43
WHITE/ 44
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)