Men's Solid Cotton Linen Long Sleeve Top Drawstring Pants Matching Set

$43.99
$51.99
-$8.00
Color:  Khaki
Size:  M
Quantity
/** @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);

Description

Material: Cotton Linen

Pattern Type: Solid Color

Style: Casual, Vintage

Length: Regular

Collar: Stand-up Collar

Sleeve Type: Long Sleeve

Occasion: Daily

Theme: Spring/Autumn

 

Size US UK EU Shoulder Bust Top Length Sleeve
cm inch cm inch cm inch cm inch
M 38 38 48 41 16.0 94 36.7 64 25.0 58 22.6
L 40 40 50 42.5 16.6 98 38.2 66 25.7 59 23.0
XL 42 42 52 44 17.2 102 39.8 68 26.5 60 23.4
2XL 44 44 54 45.5 17.7 106 41.3 70 27.3 61 23.8
3XL 46 46 56 47 18.3 110 42.9 72 28.1 62 24.2
4XL 48 48 58 48.5 18.9 114 44.5 74 28.9 63 24.6
5XL 50 50 60 50 19.5 118 46.0 76 29.6 64 25.0
Due to manual measurement, there may be an error of 1-3cm
Due to light,display,etc,the color of the pattern may be slightly different from the physical object.

 

Size US UK EU Waist Hip Pants Length
cm inch cm inch cm inch
M 32 32 48 72 28.1 94 36.7 94 36.7
L 34 34 50 75 29.3 98 38.2 95 37.1
XL 36 36 52 78 30.4 102 39.8 96 37.4
2XL 38 38 54 81 31.6 106 41.3 97 37.8
3XL 40 40 56 84 32.8 110 42.9 98 38.2
4XL 42 42 58 87 33.9 114 44.5 99 38.6
5XL 44 44 60 90 35.1 118 46.0 100 39.0
Due to manual measurement, there may be an error of 1-3cm
Due to light,display,etc,the color of the pattern may be slightly different from the physical object.

 

Shipping Policy

Receiving time = Processing time + Shipping time

FREE shipping on orders over$79.00USD+

For details, please refer to the Shipping Info at the bottom of the page.