Men's Vintage Gradient Comfy 100% Cotton Shirt Set

$52.99
Color:  Multicolor
Size:  S
Quantity
people are viewing this right now
Shipping
/** @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

Product Details:

Product ID:MT0124A3H6

  • Materials: 100% Cotton
  • Fabric Features: Soft, skin-friendly, Breathable
  • Style: Casual, Simple
  • Sleeve: No Sleeves
  • T-Shirt Details: V- collar
  • Pants Details: Elastic waist with drawstring, 2 slant pockets
  • Occasions: Daily, Vacations
  • Care Instructions: Machine wash in cold water
  • Package Includes: T-Shirt*1, Pants*1

Top SizeUKUSEURLengthBustHipShoulder
cminchcminchcminchcminch
S3636~37467429.111043.311043.33443.3
M4039~40507529.511545.311545.33545.3
L4242527629.912047.212047.23647.2
XL444454~567730.312750.012750.037.550.0
2XL46~4846~48587830.713452.813452.83952.8
3XL52527830.714456.714456.741.556.7
4XL56567830.715460.615460.64460.6
5XL64647830.717468.517468.54868.5





Pants SizeUKUSEURPants LengthPants WaistPants HIP
cminchcminchcminch
S3636~374610139.87328.710742.1
M4039~405010240.27830.711244.1
L42425210340.68332.711746.1
XL444454~5610440.99035.412448.8
2XL46~4846~485810541.39738.213151.6
3XL525210641.710742.114155.5
4XL565610641.711746.115159.4
5XL646410641.713753.917167.3






Notes:

1.Size for manual measurement, there may be a 0 to 1 cm error, belongs to the normal phenomenon.
2.Due to the difference between different monitors, the picture may not reflect the actual color of the item.