👠Summer Hot Sale - 40% OFF👙Comfortable Beauty-No underwire-Print Bustier Sundress
$41.98
$109.98
Save $68.00
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
Color:
Yellow
${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
❤️TIPS: All goods are authentic, with genuine patents, counterfeit must be investigated! Customers, please identify our products!
🔥Specical Offer 300 pcs 70% OFF🔥: ONCE WE REACH 300 UNIT SALES, WE WILL BE INCREASING THE PRICE BACK UP TO $69.99
🔥98.9% Of Customers Are Buying 2 Or More
Dimensional reference drawing
SIZE | Center of back | Bust | Waist | |||
cm | in | cm | in | cm | in | |
S | 99 | 39.0 | 78 | 30.7 | 68 | 26.8 |
M | 100 | 39.4 | 82 | 32.3 | 72 | 28.3 |
L | 101 | 39.8 | 86 | 33.9 | 76 | 29.9 |
XL | 102 | 40.2 | 90 | 35.4 | 80 | 31.5 |
You'll feel ultra feminine in our 'Carmen' dress that's the perfect match for spring and summer garden parties. It's cut from stretch cotton in a gorgeous blue print hue and has a corseted bodice to cinch the fit with a beautiful lace up back. The gathered bust has a drawstring tie and the side split adds a little sexiness to reveal a flash of leg.
WHERE TO WEAR:
Pretty date nights, garden parties, strolling the Farmer's markets, bottomless brunches, vacays.
Pretty date nights, garden parties, strolling the Farmer's markets, bottomless brunches, vacays.
Colour may vary due to lighting on images. The product images (without model) are closest to the true colour of the product.
Item runs true to size chart and is cut to suit our size chart. Please refer to our size chart for the best fit. Do not size up or down.
💛💚This week's special event: Randomly selected 20 lucky customers to make the order free every day. We will send you an email, please remember to check, thanks for your support💜🧡
🎁THE BEST GIFT FOR YOU,YOUR FAMILY & FRIENDS!!
💐WHY US❓
We work directly with manufacturers all over the world to ensure the best product quality. We have Quality Control department which helps us to keep our promise!
- 🔥Price is always competitive.
- 😊Awesome Customer Service.
- 🏆Amazing products along with High Quality.
- 🍭Great feedbacks from our lovely customers.
🌎 Worldwide Shipping ✈
You may receive your items sooner. Tracking numbers will ALWAYS be sent to you once it starts. You may track it every step of the way! Cool things are worth waiting for! 😉
🔒 100% Risk-Free Purchase 🔥
If you felt that it is not for you, don't worry.
Just send us an email, and we will make it right by offering you a replacement or refund. 100% Simple & Risk-Free process.
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('')}