Multicolor Print Shirt & Pants Two-Piece Set

$60.49
$76.88
-$16.39
Color:  Two-piece Sets
Size:  S
Quantity

Description

SKU:MM24102837856

Category: Set

Pattern:Yes

Thickness:Conventional
Elasticity:Non Stretchy
Scenes:Daily/ Holiday /Going Out
Material:Polyester

Season: Spring /Summer/Autumn/Winter
Style:Casual
Size Chart:

Size Bust Top Length Pants Length Waist
cm inch cm inch cm inch cm inch
S 110 43.3 76 29.9 98 38.6 66 26.0
M 114 44.9 77 30.3 99 39.0 70 27.6
L 118 46.5 78 30.7 100 39.4 74 29.1
XL 122 48.0 79 31.1 101 39.8 78 30.7
2XL 126 49.6 80 31.5 102 40.2 82 32.3
3XL 130 51.2 81 31.9 103 40.6 86 33.9
4XL 134 52.8 82 32.3 104 40.9 90 35.4
5XL 138 54.3 83 32.7 105 41.3 94 37.0

Set1 Size Chart:
SizeBustTop LengthWaistPants Length
cminchcminchcminchcminch
S11043.3 7629.9 6626.0 4316.9 
M11444.9 7730.3 7027.6 4417.3 
L11846.5 7830.7 7429.1 4517.7 
XL12248.0 7931.1 7830.7 4618.1 
2XL12649.6 8031.5 8232.3 4718.5 
3XL13051.2 8131.9 8633.9 4818.9 
4XL13452.8 8232.3 9035.4 4919.3 
5XL13854.3 8332.7 9437.0 5019.7 

Set2 Size Chart:
SizeBustTop LengthWaistPants Length
cminchcminchcminchcminch
S10440.9 7027.6 6425.2 3714.6 
M10842.5 7128.0 6826.8 3815.0 
L11244.1 7228.3 7228.3 3915.4 
XL11645.7 7328.7 7629.9 4015.7 
2XL12047.2 7429.1 8031.5 4116.1 
3XL12448.8 7529.5 8433.1 4216.5 
4XL12850.4 7629.9 8834.6 4316.9 
5XL13252.0 7730.3 9236.2 4417.3 

Dress1 

Size Chart:

SizeBustLength
cminchcminch
S8232.3 8633.9 
M8332.7 9035.4 
L8433.1 9437.0 
XL8533.5 9838.6 
2XL8633.9 10240.2 
3XL8734.3 10641.7 
4XL8834.6 11043.3 
5XL8935.0 11444.9 

Dress2 

Size Chart:

SizeBustLengthWaist
cminchcminchcminch
S8734.3 13051.2 6626.0 
M9135.8 13151.6 7027.6 
L9537.4 13252.0 7429.1 
XL9939.0 13352.4 7830.7 
2XL10340.6 13452.8 8232.3 
3XL10742.1 13553.1 8633.9 
4XL11143.7 13653.5 9035.4 
5XL11545.3 13753.9 9437.0 

Shirt1 Size Chart:
SizeBustLength
cminchcminch
S14055.1 7228.3 
M14456.7 7328.7 
L14858.3 7429.1 
XL15259.8 7529.5 
2XL15661.4 7629.9 
3XL16063.0 7730.3 
4XL16464.6 7830.7 
5XL16866.1 7931.1 

Set3 Size Chart:
SizeBustTop LengthWaistPants Length
cminchcminchcminchcminch
S11043.3 7629.9 6626.0 4316.9 
M11444.9 7730.3 7027.6 4417.3 
L11846.5 7830.7 7429.1 4517.7 
XL12248.0 7931.1 7830.7 4618.1 
2XL12649.6 8031.5 8232.3 4718.5 
3XL13051.2 8131.9 8633.9 4818.9 
4XL13452.8 8232.3 9035.4 4919.3 
5XL13854.3 8332.7 9437.0 5019.7 

Dress3 Size Chart:

SizeBustLength
cminchcminch
S8232.3 8734.3 
M8332.7 9135.8 
L8433.1 9537.4 
XL8533.5 9939.0 
2XL8633.9 10340.6 
3XL8734.3 10742.1 
4XL8834.6 11143.7 
5XL8935.0 11545.3 

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.