1/5
${data.index + 1}/${data.total}
Description
Women's Heart Print Loungewear Set Long Sleeve Lapel Button Down Tops Long Pants Fall Sleepwear
Size (cm)
S Top Length: 62 Shoulder: 44 Bust: 100 Waist: 64 Sleeve: 59 Pants Length: 103 Hip: 102
M Top Length: 63 Shoulder: 45 Bust: 104 Waist: 68 Sleeve: 60 Pants Length: 104 Hip: 106
L Top Length: 64 Shoulder: 46.5 Bust: 110 Waist: 74 Sleeve: 61 Pants Length: 105 Hip: 112
XL Top Length: 65 Shoulder: 48 Bust: 116 Waist: 80 Sleeve: 62 Pants Length: 106 Hip: 118
Size (inch)
S Top Length: 24.41 Shoulder: 17.32 Bust: 39.37 Waist: 25.2 Sleeve: 23.23 Pants Length: 40.55 Hip: 40.16
M Top Length: 24.8 Shoulder: 17.72 Bust: 40.94 Waist: 26.77 Sleeve: 23.62 Pants Length: 40.94 Hip: 41.73
L Top Length: 25.2 Shoulder: 18.31 Bust: 43.31 Waist: 29.13 Sleeve: 24.02 Pants Length: 41.34 Hip: 44.09
XL Top Length: 25.59 Shoulder: 18.9 Bust: 45.67 Waist: 31.5 Sleeve: 24.41 Pants Length: 41.73 Hip: 46.46
Specifications:
Gender: Lady
Material: 95% Polyester and 5% Elastane
Sleeve: Long Sleeve
Pattern: Heart Print
Size: S/M/L/XL
Color: Black
Package Contents
1 * Tops +1 * Pants
Note:
1. Please understand there may be a 1-2 cm deviation exist.
2. Due to the lighting and monitors, there is a slight difference between the picture and the real item.
Promise
If the product has any quality problems, please let us know, we will help you solve the problem as quickly as possible.
Size (cm)
S Top Length: 62 Shoulder: 44 Bust: 100 Waist: 64 Sleeve: 59 Pants Length: 103 Hip: 102
M Top Length: 63 Shoulder: 45 Bust: 104 Waist: 68 Sleeve: 60 Pants Length: 104 Hip: 106
L Top Length: 64 Shoulder: 46.5 Bust: 110 Waist: 74 Sleeve: 61 Pants Length: 105 Hip: 112
XL Top Length: 65 Shoulder: 48 Bust: 116 Waist: 80 Sleeve: 62 Pants Length: 106 Hip: 118
Size (inch)
S Top Length: 24.41 Shoulder: 17.32 Bust: 39.37 Waist: 25.2 Sleeve: 23.23 Pants Length: 40.55 Hip: 40.16
M Top Length: 24.8 Shoulder: 17.72 Bust: 40.94 Waist: 26.77 Sleeve: 23.62 Pants Length: 40.94 Hip: 41.73
L Top Length: 25.2 Shoulder: 18.31 Bust: 43.31 Waist: 29.13 Sleeve: 24.02 Pants Length: 41.34 Hip: 44.09
XL Top Length: 25.59 Shoulder: 18.9 Bust: 45.67 Waist: 31.5 Sleeve: 24.41 Pants Length: 41.73 Hip: 46.46
Specifications:
Gender: Lady
Material: 95% Polyester and 5% Elastane
Sleeve: Long Sleeve
Pattern: Heart Print
Size: S/M/L/XL
Color: Black
Package Contents
1 * Tops +1 * Pants
Note:
1. Please understand there may be a 1-2 cm deviation exist.
2. Due to the lighting and monitors, there is a slight difference between the picture and the real item.
Promise
If the product has any quality problems, please let us know, we will help you solve the problem as quickly as possible.
- High Quality Material: Fall pajamas for women are made of 95% polyester and 5% elastane; A soft texture, skin-friendly and breathable, comfortable to wear, and no constraints
- Features: Pajama set for women; Heart print appearance; Casual style, showcasing your languid lifestyle; Let's enjoy the freedom from these trendy loose fit two pieces matching sets
- Design: Long sleeves turn down collar tops, front button down design; Elastic waist loose long pants; Super comfortable sleepwear for women
- Applicable Occasions: Loungewear sets for women two piece, casual home loungewear indoor, suitable for sleeping, sleepwear party, rest at home; The chic black color and sleek design will surely make you the life of the party
- Package Includes: One * tops +One * pants; Pajama sets for women; Womens sleepwear set; Women lounge sets 2 piece outfits; Making you more attractive and charming
${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
