Women’s Summer Cotton Linen 2 Piece Outfits Lace Trim V Neck Tank Top and High Waisted Shorts/Capri Pants with Pockets

$29.98
$39.98
-$10.00
Color:  Khaki
Clothing Size:  M
Quantity

Description


✿✿ Welcome to QinHving store, I wish you a happy shopping ✿✿

♚Our products are produced in our own factory with various styles

♚We offer various discounts, and we offer a 30-day quality guarantee

♚please rest assured to place an order

♚If you have any questions, please feel free to contact me, it is our honor to serve you

SOMEONE ASKED

♥Q: Is the quality of the clothes as described?

♥A: Yes, if the product you receive is not as described, we are ready to give you a full refund.

♥Q: How to choose the size?

♥A: Dear Queen, please check our size chart, we suggest buy one two sizes larger. Thank you

✿ Made of soft stretch quick-drying high quality fabric. Pro-skin, elastic , durable, make it easy to full on and very comfortable to wear. ✿

If you have any questions please feel free to contact us thanks!
  • ✦Material: 30% Linen,70% Rayon,the fabric is breathable, skin friendly,cozy and lightweight, keep your comfy and fashion style in spring, summer and fall.
  • ✦Design: Linen two piece lounge sets for women, short sets 2 piece outfits, cozy sets, loungewear set,2 piece outfits for women,3 piece outfits for women, matching sets,teen clothes,casual outfits for women,tracksuit, sweatsuits, fall outfits for women ,business casual outfits for women, vacation outfits for women,two pieces workout sets,trendy preppy clothes, matching high waisted loose shorts/long pants with two sides pockets,standard size,suit for summer vacation.
  • ✦Occasion: This trendy womens two piece summer casual outfits cute matching sets suitable for casual, daily wear,travelling,vacation,beach, outdoor activity, shopping, office, party, school, dancing, skating, hiking, biking, running,club, sport, gym, yoga, spring, summer, fall and winter.It's also a good gift to your friend or family.
  • ✦Match:fashion 2023 summer 2 piece matching sets, easy to pair with shacket, shirts, coat, jacket, cardigan,loose fit,extra roomy and cozy, perfect with sneaker, casual shoes to creating a fashion and pretty looking in spring, summer, fall and winter. Can match anything you like,like necklaces, watches, bracelets, earrings, rings, fashion satchels,etc.
  • ✦Garment Care: Hand wash cold, soft machine washable. Do not bleach, hang dry.
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.