Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
1/3
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket
1/3

Men's Fashion Colorblock Lapel Breast Pocket Single Breasted Jacket

$42.99
$0.00
Save 0%
ColorBlue
Please select a color
Size
Please select a size

1.Click to enter product details.

2.Scroll down to the size selection section, then you can choose the right size according to the size chart!

3.In general, the size of the clothes is divided into S, M, L or according to the waist classification for 32.34.36, etc., you can choose the right size according to the specific value.

                     

4.If you still have difficulty in determining the right size for you, the following is the right size according to our customers' feedback on their own weight, you can refer to it.

WEIGHT/KG 45-50 50-55 55-62 62-70 70-77 77-84 84-92 92-105
SIZE-type1 30 32 34 36 38 40 42 44
SIZE-type2 S M L XL 2XL 3XL 4XL 5XL

5.How to measure the size?

  • TOPS

  • Shoulder Width

Use The Dividing Point Between The Shoulder And The Arm As The Node, And Measure From The Outer End Of The Left Bone Of The Back To The Outer End Of The Right Bone (Passing Through The Base Of The Back Of The Neck, Making A Slight Arc). It Is More Convenient To Wear A Fitted Shirt Or Suit.

  • Sleeve Length

The arm hangs down naturally, measure from the outer end of the shoulder bone to the parallel position of the tiger's mouth of the arm, and keep the tape measure vertically downward along the arm.

  • Bust

In a normal breathing state, the arms hang down naturally, and the tape measure goes around the highest point of the chest and passes through the armpit parallel to the ground, so that it is tight and does not constrict the flesh.

  • Clothes Length

Stand up straight with normal breathing and keep your arms hanging naturally. Starting from the junction of the shoulders and the base of the neck, pass vertically downward through the highest point of the chest, and measure to the same horizontal line as the thumb's mouth.

     

                                                                                                                                                                  

  •  BOTTOMS

  • Pants length:

Measure vertically from the thinnest point of the waist (at the level of the navel) to the length of each variety or the required length.

  • Lower length:

measure from the inside of the leg at the level of the heel of the leg, and measure down to the end of the trouser length.

  • 3.Rise length:

Measure from the thinnest point of the waist to the root of the thigh.

  • 4.Waist circumference:

Measure around the waist at the level of the navel, and increase the degree of relaxation according to the variety. (If you don't wear it next to your body, add 2-4 cm if you wear warm pants.)

  • 5.Hip circumference:

Measure around the fullest part of the hip for a week, and increase the degree of relaxation according to the variety. (Ordinary trousers add 8-12 cm, fit straight trousers add 6-8 cm, jeans add 4-6 cm).

  • 6.Cross crotch:

measure around the base of the thigh for a week, and increase the degree of relaxation according to the variety. (Add the same hip circumference)

  • 7.Trouser opening:

measure around the ankle and double the size.

Quantity
Sku: xtjx62024070515-7-a
Weight: 0kg
Barcode:
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

SKU:xtjx62024070515

The Craftsmanship And Top Quality Materials Allow Us To Create A Comfortable And Resistant Garment That Brings With It The Charm Of A Timeless Tradition.

DESCRIPTION

Fabric: Cotton

Pattern: Solid Color

Collar: Lapel

Placket: Single-Breasted

Sleeve: Regular

Style: Casual

Design: Washed And Distressed

Sleeve Length: Long Sleeve

Thickness: Regular

Applicable Scenario: Casual

Category: Jacket

Product Size:


Commitment: If there are any quality problems with the product, please feel free to contact us and we will help you solve the problem as soon as possible.
care
Machine wash gently at 30°C with similar colors.
Do not use bleach or softener.
Do not iron or tumble dry.
Keep as dry as possible.

1.How long does it take to ship?

Once we received your order. The item will be processed within 3-10days from the day you made your order, and after that, it may take 7-15 business days to be delivered normally.

 

2.How do I choose my size?

Each product has a corresponding size chart, you can choose the right size according to the size chart

Each product detail is accompanied by a corresponding Size Guide (How to check the Size Guide--👉Click in) you can choose the right size according to the size chart!

If you still have questions about sizing, please contact our online customer service.

 

3. About the material

At the bottom of each product detail page there will be a product description which contains the product fabric and material. If you would like to know more about materials and product care, click the link to learn more! 👉Click in

 

4. What payment methods do you support?

As for payment methods, Paypal, Visa, Maestro, MasterCard, and American Express are all acceptable.

 

5. What is your location?

We are located in Hong Kong. All the items will be shipped out from it.

 

6. Is your website trustworthy? What countries does the logistics deliver to?

We understand your concern and can assure you of lawful operation of our company.

We provide qualified products and attentive service.We provide worldwide shipping on a global scale including America, Europe, Australia, Africa, etc. You will get what you buy.

If you are interested in our products, please visit our website to place the order.

If there is any further question, please feel free to contact us.

 

7.Does your company have a local store?

We are sorry for the inconvenience, but we solely sell online. If you are interested in our products, please view our website: XXXX. You can directly choose items and place orders there.

 

8.Is there a quality issue with the relatively low pricing of the products on your site?

Whatever the item is cheap or expensive, the most important thing is that you like it. Also we need to tell you, there might be some difference between the expensive items and the cheap items in every aspects, there are some cheap items in our websites but also have a good quality .

 

So please believe in us and in our product. Thanks.

 

9.There are some bad messages on your site, are these real?

We are sorry to hear that. Even if you saw some bad reviews about our websites, it doesn't rule out that someone is doing it on purpose. And everything has two sides, as the saying goes "Ten thousand people have ten thousand different views on Hamlet." You can have a try by yourself.

Also, we guarantee the good quality of our products. Please contact us if you have received damaged product. It will be solved timely till your satisfaction.

 

10.With regard to tariffs, who pays the tariffs?

We usually mark the parcel as‘gift’ with estimated value of $10, so you might not need to pay the customs duties. But, it also depends on the customs rules of your country. Please note that customers are responsible for paying the tax their countries charge.

Shopping:

How To Track My Order?

Customers can get their tracking number in the order information and check the package information on https://www.17track.net/en.

Sell Out ? What If The Item I’m Interested In Is No Longer Available In My Size ?

New items can be sold out rather quickly, but we may get more soon!Please contact our customer care department via New items can be sold out

rather quickly, but we may get more soon!

Please contact our customer care department via email and we will do our best to notify you if the item becomes available again. Please include the

best email address for reaching you when the item becomes available.

What Should Do If The Size On The Tag Is Different From What I Ordered ?

The size show on the website will be converted into international size before products are put on sale, which is standard and regular. Therefore, if

you find that the size you get is not the same as shown on the website, don’t panic and worry. That size we sent you is right. Put them on first and see how it turns out. If they don't fit you well, you could return them definitely. (Please check our return policy)

Why The Color Of Received Clothing Is A Little Different From What I Saw Online ?

The camera's perspective and the extent of lighting may cause a little color difference. Hope you could understand us. If it does not affect the

appearance and mood about your favorite clothing, we hope you can keep clothing. We will give you promotion code as the compensation for the future purchase. However, we will try our best to avoid the matter happens.

How Do I Use A Discount Code ?

If you have a discount coupon, when you go to “check out” page, you may find an option where you need to input the number, that’s how you use it.

Why Was My Order Canceled ?

Due to an unforeseen event, the item you ordered suddenly became out of stock and is no longer available. We promise these cases are rare. However, if an item in your order does become unavailable, you will be contacted within 24 to 48 hours about the cancellation. If your order contains additional items, these items will still be shipped to you and the unavailable item will be removed from your order for refund.

Need To Change Something On My Order, How Can I Do That ?

If you need to change or cancel your order, please contact us immediately. We process and ship orders quickly (we’re fast!). Once the parcel was processed and sent to the post office, we will be unable to mak