If you're looking for a casual wear, v neck dress look no further than this! Our elegant will add an instant style upgrade to your closet.
Length: ankle-length
Material: cotton
Sleeve Type: half sleeve
Neckline: v neck
Style: casual wear
Size(inch)
US Size
Bust
Sleeve
Length
S
4/6
36.4
14.4
54.8
M
8/10
38.4
14.8
55.2
L
12/14
40.4
15.2
55.6
XL
16/18
42.4
15.6
56
2XL
20
44.4
16
56.4
3XL
22
46.4
16.4
56.8
Free Shipping On Orders US$49+.After placing an order, please don't worry that we will ship it to you as soon as possible.
If you have payed an expedited shipping, please email us your expected receiving time, so we can dispatch the item in time.
Receiving time = processing time +shipping time.
1) Processing time:1-5 Working Days
2) Shipping time and freight:
Area
Shipping Method
Delivery Time
deer
Free Shipping
5-12 days
Standard Shipping
OTHER
Free Shipping
8-15 days
Standard Shipping
3) For delivering successfully, we suggest you leaving your correct email box and mobile number during checkout process. Unsuccessful delivery caused by blank mobile column can not be compensated.
4) PO Boxes is not accepted if you choose express shipping . Your address should be detailed enough, even include apartment or unit number.
5) Nondelivery caused by wrong delivery address or no rely to pickup notification sent by our customer service specialist in 3 business days and other personal reasons will not be taken by Loveedy.
6) Receiving time can take longer than expected date due to invalid address, Customs clearance procedures or other causes.
If you had any question, please contact our customer service:service@SSSFREE.com .
COVID-19 Notice: Our shipping times may be longer than indicated as changing COVID-19 restrictions affect delivery services. Know that our fulfilment teams continue to send product daily as we take extra precautions to ensure their safety. Thank you for your patience and understanding.
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "150%";
const settings_product_image_hover_on = true;
let settings_product_save_label = false;
const product_sold_out_label = true;
const settings_product_swatches_name = ["color","size"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available && product_sold_out_label) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `