Notched Neck Striped Print Cotton And Linen Dress

$28.99
Color:  Grey
Size:  S
Quantity

Description

Style: Casual, Daily

Color:As Picture

Fabric Content: Cotton,Linen,Polyester

Fit Type: Regular Fit

Neckline: V Neck

Length: Maxi Dress

Trend: Allover Print

SIZE BUST WAIST HIPS
XS 76.2cm - 81.3cm 55.9cm - 61cm 81.3cm - 86.4cm
S 81.3cm - 86.4cm 61cm - 66cm 86.4cm - 91.4cm
M 86.4cm - 91.4cm 66cm - 71.1cm 91.4cm - 96.5cm
L 91.4cm - 96.5cm 71.1cm - 81.3cm 96.5cm - 102cm
XL 96.5cm - 107cm 81.3cm - 91.4cm 104cm - 112cm
2XL 107cm - 114cm 91.4cm - 102cm 112cm - 119cm
3XL 114cm - 122cm 102cm - 112cm 119cm - 127cm
4XL 122cm - 130cm 112cm - 122cm 127cm - 135cm
5XL 130cm - 137cm 122cm - 132cm 135cm - 142cm

1.Neck to Shoulder: Measure from the middle of the neck to end of shoulder (where the sleeve starts).

2.Sleeve length (A): Measure from the center back of collar to the end of shoulder.

3.Sleeve length (B): Measure from the shoulder to the wrist.

4.Shoulder to Shoulder: Measure this length from one shoulder to another.

5.Chest: Measure around the fullest part, place the tape close under the arms and make sure the tape is flat across the back.

6.Front Length: Measure from the highest point of the shoulder to the desired hemline.

7.Hem: Measure from one side to another, but it is vital to take this measurement from above the elastic area (If sweatshirt have any).

8.Sleeve cuff: At the widest point of the wrist, measure its circumference. Leave enough room for watches or jewelry worn often. Take this measurement from above the elastic area same as Hem length measurement

Sizes can vary from 2-3 centimeters because they are measured by hand. 1inch=2.54cm The size matched on a label can differ from the one you have ordered 

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.