Vintage sardine print shirt

$29.79
Color:  Khaki
Size:  S
/** @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

SKU: 6624070419781
Material: Polyester
Thickness: normal
Size : S-3XL
Popular elements: Printing
Style type: fashion casual
Suitable season: spring,autumn,summer
crowd: women
Product Type: Shirt
The size is measured by hand, there may be 2-3cm difference due to manual measurement.

Shirt Size chart:

Size Chest Length
cm inch cm inch
S 110 43.3  86 33.86 
M 114 44.9  87 34.25 
L 118 46.5  88 34.65 
XL 122 48.0  89 35.04 
2XL 126 49.6  90 35.43 
3XL 130 51.2  91 35.83 
4XL 134 52.8  92 36.22 
5XL 138 54.3  93 36.61 

Dress Size chart:

Size Chest Length
cm inch cm inch
S 86 33.9 82 32.28
M 90 35.4 83 32.68
L 94 37.0 84 33.07
XL 98 38.6 85 33.46
2XL 102 40.2 86 33.86
3XL 106 41.7 87 34.25

Pants Size chart:

Size Length Waist
cm inch cm inch
S 98 38.58 66 26.0
M 99 38.98 70 27.6
L 100 39.37 74 29.1
XL 101 39.76 78 30.7
2XL 102 40.16 82 32.3
3XL 103 40.55 86 33.9

Set Size chart:

Size Chest Top Length Pants Length Waist
cm inch cm inch cm inch cm inch
S 94 37.0 65 25.59 98 38.58 66 26.0
M 98 38.6 66 25.98 99 38.98 70 27.6
L 102 40.2 67 26.38 100 39.37 74 29.1
XL 106 41.7 68 26.77 101 39.76 78 30.7
2XL 110 43.3 69 27.17 102 40.16 82 32.3
3XL 114 44.9 70 27.56 103 40.55 86 33.9