1/5
${data.index + 1}/${data.total}
Description
Womens 2 Piece Pajama Set Long Sleeve Daisy Print Button Up Shirt + Pants Set Sleepwear Loungewear
Features:
-- Suitable for spring and autumn.
-- Hand/Machine wash is recommended. Cold water/Hang dry.
-- Please check the size chart as below before you are ordering.
Size (cm)
S Tops Length: 65 Bust: 104 Sleeve: 42 Shoulder: 58 Pants Length: 101 Waist: 65
M Tops Length: 66 Bust: 108 Sleeve: 43 Shoulder: 59 Pants Length: 102 Waist: 69
L Tops Length: 67 Bust: 114 Sleeve: 44.5 Shoulder: 60 Pants Length: 103 Waist: 75
XL Tops Length: 68 Bust: 120 Sleeve: 46 Shoulder: 61 Pants Length: 104 Waist: 81
Size (inch)
S Tops Length: 25.59 Bust: 40.94 Sleeve: 16.54 Shoulder: 22.83 Pants Length: 39.76 Waist: 25.59
M Tops Length: 25.98 Bust: 42.52 Sleeve: 16.93 Shoulder: 23.23 Pants Length: 40.16 Waist: 27.17
L Tops Length: 26.38 Bust: 44.88 Sleeve: 17.52 Shoulder: 23.62 Pants Length: 40.55 Waist: 29.53
XL Tops Length: 26.77 Bust: 47.24 Sleeve: 18.11 Shoulder: 24.02 Pants Length: 40.94 Waist: 31.89
Specification:
Material: 95%Polyester, 5%Elastane
Color: Multi-color
Type: Casual
Applicable Gender: Female
Applicable Occasion: Indoors Outdoors
Package Included
1 X Shirt
1 X Pants
Features:
-- Suitable for spring and autumn.
-- Hand/Machine wash is recommended. Cold water/Hang dry.
-- Please check the size chart as below before you are ordering.
Size (cm)
S Tops Length: 65 Bust: 104 Sleeve: 42 Shoulder: 58 Pants Length: 101 Waist: 65
M Tops Length: 66 Bust: 108 Sleeve: 43 Shoulder: 59 Pants Length: 102 Waist: 69
L Tops Length: 67 Bust: 114 Sleeve: 44.5 Shoulder: 60 Pants Length: 103 Waist: 75
XL Tops Length: 68 Bust: 120 Sleeve: 46 Shoulder: 61 Pants Length: 104 Waist: 81
Size (inch)
S Tops Length: 25.59 Bust: 40.94 Sleeve: 16.54 Shoulder: 22.83 Pants Length: 39.76 Waist: 25.59
M Tops Length: 25.98 Bust: 42.52 Sleeve: 16.93 Shoulder: 23.23 Pants Length: 40.16 Waist: 27.17
L Tops Length: 26.38 Bust: 44.88 Sleeve: 17.52 Shoulder: 23.62 Pants Length: 40.55 Waist: 29.53
XL Tops Length: 26.77 Bust: 47.24 Sleeve: 18.11 Shoulder: 24.02 Pants Length: 40.94 Waist: 31.89
Specification:
Material: 95%Polyester, 5%Elastane
Color: Multi-color
Type: Casual
Applicable Gender: Female
Applicable Occasion: Indoors Outdoors
Package Included
1 X Shirt
1 X Pants
- Material: Our night wear outfits for women are made of high quality 95%polyester, 5%elastane; Breathable and skin-friendly; Soft and lightweight fabric provides you ultimate comfort
- Feature: Lounge sets for women; Daisy print, loose fit; Shirt with long sleeve, v neck, button closure, lapel collar; Pants with elastic waistband, high waist, wide leg, full-length
- Design: Casual style and elegant color will brighten your nights and mornings; The button up pajama set for women helps show your feminine touch and makes you more pretty
- Present: Pajama for women set, great to style with headband, sandals, crew socks, or slippers; The sleep sets for women are a beautiful present for Birthday, anniversary or Valentines Day
- Occasion: Women loungewear set, suitable for home, leisure, nap time, sleeping, vacation, night out, pajama party, honeymoon, lounging activities, present-giving traditions, or ordinary days
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
${!isPercentage ? `${data.count}` : `${(data.count / data.total * 100).toFixed(1)}%`}
${data.count > 99 ? '99+' : data.count < 1 ? '' : data.count}
${function() {
if(data.imgCover) {
if(media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
const videoDom = `
`;
if(!isPC){
return `
`;
if(!isPC){
return `
`
}else{
return `
`
}
}
} else {
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}
}()}
${videoDom}
`
}
return `
${videoDom}
`
} else if(media.mp4 || media.hls) {
const videoDom = `
${videoDom}
`
}
return `
${videoDom}
`
} else {
if(!isPC){
return `
Newest
Newest
Most liked
Highest ratings
Lowest ratings
Newest
Most liked
Highest ratings
Lowest ratings
All
All(${list.count})
With Photos(${list.image_count})
All(${list.count})
With Photos(${list.image_count})
${arrow}
`);
for (let i = startNumber; i <= endNumber; i++) {
if (i === pageNum) {
nums.push(
`${i}
`
);
} else {
// 第一段:不大于3
if (pageNum <= 3) {
if (i < pageNum + 2 || i > Math.max(endNumber - 4, 0)) {
nums.push(`${i}
`);
}
if (i === pageNum + 2 && i < endNumber - 3) {
nums.push(`...
`);
}
}
// 第二段:大于3 到 倒数第三个
if (pageNum > 3 && pageNum < endNumber - 3) {
if (i < 3 || i > endNumber - 3 || (pageNum - 2 < i && i < pageNum + 2)) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum - 1 !== 3) {
nums.push(`...
`);
}
if (i === endNumber - 4) {
nums.push(`...
`);
}
}
// 第三段: 倒数4个
if (pageNum >= Math.max(endNumber - 3, 4)) {
if (i < 3 || i > endNumber - 3 || i == pageNum - 1) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum > 4 && endNumber > 5) {
nums.push(`...
`);
}
}
}
}
nums.push(`
${arrow}
`);
return `${nums.join(' ')}
`;
}()}
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
Write a Review
${data.title}
Customer Reviews
(${data.comment_count > 500 ? '500+' : (data.comment_count || 0)})
Write a Review
View all
${item.username}
Verified
${item.content}
${data.shop_name} reply:
${item.reply && item.reply.length && item.reply[0].content}
${formatDate(item.created_at)}
View more
Wow you reached the bottom
View all
Write a Review
${data.comment_avg_star}
Total reviews: ${data.comment_count > 999 ? '999+' : data.comment_count}
${level}
Reviews
- All(${list.count})
- With Photos(${list.image_count})
Wow you reached the bottom
`;
} else {
return ``;
}
}()}
${function(){
return `
${function(){
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}()}
No reviews available. The product reviews component has been hidden
Product Detail Reviews
