Our goal is to offer you the best shipping options, no matter where you live. Every day, we deliver to hundreds of customers across the world, ensuring that we provide the highest levels of responsiveness to you at all times.
The time frame for order delivery is divided into two parts:
Processing time: Normally 6-9 Business Days(FREE on orders over $29) Shipping time: Expedited Shipping + Normally 3-10 Business Days Shipping fee information is included in checkout page
Will my order be delayed?
There may be a slight delay with your order, but rest assured it is on its way to you. We are following local government guidelines which are ever-changing, please keep checking your tracking for updates to your order. If an order is failed to be delivered,our team will personally contact your regarding a refund or re-shipment.
I cannot access my delivery point, can I cancel my order?
1.Your order will be fully refunded if it’s cancelled within 24 hours of purchase and before shipment.
2.For orders cancelled after 24 hours of purchase but before shipment, a 5% cancellation fee is applied.
3.If your order has been dispatched and is in transit, we are unable to process the cancellation.
Please keep an eye on your tracking to follow the progress of your parcel.
My question hasn’t been answered, who can I contact?
Most importantly, we are here to support you. If we don't answer your question above, please contact store customer service. Or leave a message on our Facebook page or Instagram page and we will take care of it promptly.
TAX AND DUTIES
The price includes tax, customers do not need to pay additional tax
We accept orders from users worldwide.
Affected by the coronavirus epidemic, it may lead to extension of the delivery time. In some areas or countries with serious epidemic , the delivery time may be twice as much as the normal standard.
Europe(Finland Iceland Switzerland The Czech Republic Greece Austria)
6-9 days
Europe(Norway Denmark Sweden Ireland Luxembourg Switzerland The Czech Republic Slovakia Poland Slovenia Romania Hungary Latvia Lithuania Estonia)
6-9 days
North America(Canada Mexico)
6-9 days
South America(Columbia Chile Peru Argentina Venezuela Ecuador)
6-10 days
Asia(Korea Japan Philippines Vietnam Thailand Singapore Malaysia India Pakistan Kazakhstan Iran Israel Saudi Arabia Cyprus Palestine)
6-10 days
Europe(Croatia Ukraine Georgia Spain Russia)
6-10 days
Africa(Egypt Libya Morocco South Africa Niger Ghana Cote d'Ivoire Togo Sultan Guinea)
6-10 days
Oceanica(New Zealand)
Expedited Shipping
3-4 days
Europe(Norway Denmark Sweden Finland France Ireland Belgium Netherlands Luxembourg Switzerland Germany Austria The Czech Republic Slovakia Poland Spain Portugal Italy Croatia Slovenia Romania Greece Hungary Ukraine Latvia Lithuania Georgia Estoni) EuropeEngland
3-4 days
North America(USA Canada Mexico)
3-4 days
South America(Columbia Chile Peru Brazil Argentina Venezuela Ecuador)
3-10 days
Asia(Korea Japan Philippines Vietnam Thailand Singapore Malaysia India Pakistan Kazakhstan Israel Saudi Arabia Cyprus Palestine)
3-10 days
Africa(Egypt Libya Morocco South Africa Niger Ghana Cote d'Ivoire Togo Sultan Guinea)
3-10 days
Oceanica(Australia New Zealand)
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
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) {
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 `