š„Limited Time Specialš„Printed Camisole Dress
$31.98
$56.99
Save $25.01
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
Color:
FUCHSIA
${data.targetOption}
Size:
S
${data.targetOption}
Quantity
Share the love
Worldwide shipping
Free returns
Sustainably made
Secure payments
The current produc does not participate any Rebate. Switch the participating product to check the design.
(This prompt will not be displayed on the client-side.)
Description
šøš
Add an elegant dress to your wardrobe in such a colorful spring.
Add an elegant dress to your wardrobe in such a colorful spring.
For any occasion, the dress can be dressed up or down. It can be worn casual for a day with sandals and a cardigan,Ā or dressed up for a night out with heels and jewellery.
Comfortable fit
Made of soft and breathable fabric, the dress is the definition of comfort. Its relaxed fit and stretchy material allows for easy movement, making it perfect for summer vacations at the beach, lounging around the house, or that long flight!
characteristics
- Adjustable and super stretchy spaghetti straps allow you to tailor the fit to your personal preference.
- Ice silk moisture-wicking material keeps you cool, relaxed and odor-free all day long.
- The sleeveless design is perfect for summer or to layer with your favorite jacket or cardigan.
SPECIFICATIONS
- Style: Casual, Vacation
- Material: Cotton Blends
- Dress Type: Cami
- Dress Length: Knee Length
- Neckline: Spaghetti Straps
- Pattern Type: Print
- Sleeve Length: Sleeveless
- Fit Type: Regular
- Season: Summer
- Occasion: Daily, Vacation
- Package Includes: 1 x Dress
SIZE TABLE (cm)
Size
|
Bust | Length | ||
CM | INCH | CM | INCH | |
S | 95 | 37.40 | 100 | 39.37 |
M | 100 | 39.37 | 101 | 39.76 |
L | 106 | 41.73 | 102 | 40.16 |
XL | 112 | 44.09 | 103 | 40.55 |
2XL | 118 | 46.46 | 104 | 40.94 |
3XL | 124 | 48.82 | 105 | 41.34 |
4XL | 130 | 51.18 | 106 | 41.73 |
5XL | 136 | 53.54 | 107 | 42.12 |
NOTE
- Please follow the size chart strictly to select the size. Do not choose directly according to your habits.
- The size can have 1-3 cm differences due to manual measurement. Note when you measure.
- Due to different display and light effects, the actual color of the item may differ slightly from the color shown in the pictures.
šĀ Worldwide ShippingĀ āĀ Ā
Tracking Numbers will ALWAYS be sent so you can track it every step of the way! Cool things are worth waiting for!
Click On "ADD TO CART" To Get Yours Now!
š„Ā The priceĀ isĀ limited!Ā š„Ā Grab yours as the limited promotion available!
āĀ Worldwide ShippingĀ āĀ Ā
šĀ 100% Risk-Free PurchaseĀ š„Ā
- We trulyĀ offer the stunning, trendyĀ high-qualityĀ products in the world.
- We will doĀ WHATEVER itĀ takes with outstanding customer service support to assist everyone.
- If you are not satisfied with receiving the goods,Ā you can apply for a refund.
- You can pay with PayPal, which willĀ protect your money.
You may also like
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = "-product-recommendations-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}
${heading}
FromRecently viewed
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = "-recently-view-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}