3/4
${data.index + 1}/${data.total}
Description
Product Details:
Product ID: RVF1WUZLK4
Style: Casual
Fit Type: Fit
Shirt Length: Over Hip
Sleeves Length: No Sleeve
Collar:V-neck Collar
Material: 70%Cotton+30%Linen
Material Stretch: NO Stretch
Pants Detail: Elastic waistband,two Patch Pockets
Weight: 0.5kg
Package: 1 x Top ,1X Pants
Size Guide For Women
| Size | UK | US | EUR | Top Length | Top Chest | |
|---|---|---|---|---|---|---|
| S | 8~10 | 4~6 | 34~36 | 61 | 94 | |
| M | 12~14 | 8~10 | 38~40 | 62 | 99 | |
| L | 16 | 12 | 42~44 | 63 | 104 | |
| XL | 18 | 14 | 46 | 64 | 109 | |
| 2XL | 20 | 16~18 | 48 | 65 | 114 | |
| 3XL | 26 | 20~22 | 50~52 | 66 | 119 | |
| Size | UK | US | EUR | Pants Length | Pants Waist | Pants Hip |
| S | 8~10 | 4~6 | 34~36 | 103 | 66 | 104 |
| M | 12~14 | 8~10 | 38~40 | 104 | 72 | 110 |
| L | 16 | 12 | 42~44 | 105 | 78 | 116 |
| XL | 18 | 14 | 46 | 106 | 84 | 122 |
| 2XL | 20 | 16~18 | 48 | 107 | 94 | 132 |
| 3XL | 26 | 20~22 | 50~52 | 107 | 104 | 142 |
Product Details:
Product ID: RVF1WUZLK4
Style: Casual
Fit Type: Fit
Shirt Length: Over Hip
Sleeves Length: No Sleeve
Collar:V-neck Collar
Material: 70%Cotton+30%Linen
Material Stretch: NO Stretch
Pants Detail: Elastic waistband,two Patch Pockets
Weight: 0.5kg
Package: 1 x Top ,1X Pants
Size Guide For Women
| Size | UK | US | EUR | Top Length | Top Chest | |
|---|---|---|---|---|---|---|
| S | 8~10 | 4~6 | 34~36 | 61 | 94 | |
| M | 12~14 | 8~10 | 38~40 | 62 | 99 | |
| L | 16 | You may also likeRecently Viewed
Retail
${function(){
const optionName = option.name || '';
const optionId = option.id || '';
let isThumbImage = !!option.showThumbImage;
const thumbStyle = "image_with_text";
const variantType = "button";
const isSelected = (value) => {
const selected = (data.selectedOptions || []).find(v => v.name === optionName);
return selected && selected.value.length && selected.value[0] == value;
};
const getThumbImage = (value) => {
const options = data.product.options || [];
const option = options.find(o => o.name === optionName);
if (option.thumbImages) {
const thumbImage = option.thumbImages.find(t => t.value === value);
if (thumbImage && thumbImage.image) {
return {
src: thumbImage.image.src,
alt: thumbImage.image.alt
};
}
}
return {src: '', alt: ''};
};
return `
${optionName}
|
