Women's Solid Pocket Button Lapel Long Sleeve Maxi Shirt Casual Dress

$34.99
Color:  White
Size:  S
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-1651799308132').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);
Share the love
Free worldwide shipping over $35
Ship within 8-24 hours after payment.
Fast refund for any dissatisfaction within 30 days, 100% money-back guarantee.
Secure payments: Payment via PayPal® and credit card.

Description

  • Material:Polyester/Cotton Blend
  • Pattern Type:Plain/Solid Color
  • Sleeve Type:3/4 Sleeve
  • Style:Casual/Vacation
  • Neckline:Shirt Collar
  • Theme:Spring/Summer/Autumn
  • Occasion:Daily/Vacation
  • Fit:Loose
*The item does not include any accessories in the picture, unless stated otherwise in the product description.

Size chart

Size Shoulder Bust Waist Sleeve Length Length
CM INCH CM INCH CM INCH CM INCH CM INCH
S 53 20.87 102 40.16 66~81 25.98~31.89 51 20.08 134 52.76
M 55 21.65 107 42.13 70~85 27.56~33.46 52 20.47 136 53.54
L 57 22.44 112 44.09 74~89 29.13~35.04 53 20.87 138 54.33
XL 59 23.23 117 46.06 78~93 30.71~36.61 54 21.26 140 55.12
2XL 61 24.02 122 48.03 82~97 32.28~38.19 55 21.65 142 55.91
3XL 63 24.80 127 50.00 86~101 33.86~39.76 56 22.05 144 56.69
4XL 65 25.59 132 51.97 90~105 35.43~41.34 57 22.44 146 57.48
5XL 67 26.38 137 53.94 94~109 37.01~42.91 58 22.83 148 58.27