${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "natural"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); const mixed_wholesale = data.mixed_wholesale; return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save
` : '' }` : "Sold out" }
Mixed Lot
${data.title}
${ data.price_min != data.price_max ? `from
` : `
` }
+${data.remainInvisibleThumbCount}
` })()}
Poizon Global
Poizon Global
Search
Log in
Create an account
${data.data && data.data.count}
Home
Search Order
平台服务协议
隐私政策
More links
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 72396149, title: "Home", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396151, title: "Search Order", url: "\/account\/order-lookup", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396153, title: "\u5e73\u53f0\u670d\u52a1\u534f\u8bae", url: "\/pages\/\u5e73\u53f0\u670d\u52a1\u534f\u8bae", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396155, title: "\u9690\u79c1\u653f\u7b56", url: "\/pages\/\u7426\u7269\u5e73\u53f0\u9690\u79c1\u653f\u7b56", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Home
Search Order
平台服务协议
隐私政策
More links
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 72396149, title: "Home", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396151, title: "Search Order", url: "\/account\/order-lookup", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396153, title: "\u5e73\u53f0\u670d\u52a1\u534f\u8bae", url: "\/pages\/\u5e73\u53f0\u670d\u52a1\u534f\u8bae", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 72396155, title: "\u9690\u79c1\u653f\u7b56", url: "\/pages\/\u7426\u7269\u5e73\u53f0\u9690\u79c1\u653f\u7b56", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Poizon Global
Poizon Global
Log in
Create an account
${data.data && data.data.count}
Search
Home
Search Order
平台服务协议
隐私政策
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return '
'; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return '
'; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
Home
Search Order
平台服务协议
隐私政策
Log in
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();
1/23
${data.index + 1}/${data.total}
${Array(data.total).fill(0).map((num, index) => `
`).join('')}
MAC Bullet Black Angel Preserved Rose Bouquet Box Lipsticks Matte Look 3g Free Sample Of 'Water Of Freedom' Perfume
MAC 魅可黑天使永生玫瑰花束礼盒
¥247.00
${function() { const variantData = data.variant || {"id":"7487422a-cb0d-446d-8c3e-1f6297449ac4","product_id":"408d332b-6ffd-4e44-804e-2c1d300b60e0","title":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","weight_unit":"","inventory_quantity":5,"sku":"614710581","barcode":"","position":1,"option1":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea65ef80fee87f9dd48b588d70d15629.jpeg","path":"ea65ef80fee87f9dd48b588d70d15629.jpeg","width":2532,"height":2532,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":247,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"247","retail_price":"0","available":true,"url":"\/products\/3333876?variant=7487422a-cb0d-446d-8c3e-1f6297449ac4","available_quantity":5,"options":[{"name":"Shade","value":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box"}],"off_ratio":0,"flashsale_info":[],"sales":0}; const saveType = "amount"; const productLabelDiscountOn = true; return `
-
${saveType == 'percentage' ? `-${variantData.off_ratio}%` : `
-
` }
`; }()}
Shade:
#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
${function(){ const optName = "Shade"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (optionValue) : ''; return `
${optionValueText}
` }()}
923 Peach Oolong Color (Silk Soft Mist 38) + Camellia Aromatherapy + Black Angel Gift Box
#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
#997 (Silk Satin Mist Liquid 15) 5ml with Free Water Experience Fragrance 1.2ml - Black Angel Bouquet Gift Box
925 Modern Reddish Brown (Silk Velvet Soft Mist 40) with Free Experience Fragrance + Black Angel Bouquet Red Crystal Gift Box
#925 (Silk Velvet Soft Mist 40) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
#316/916 (Silk Soft Mist 31) Free Water Experience Fragrance - Black Angel Bouquet Gift
602 Small Chili (Soft Classic Matte 01) + Camellia Aromatherapy + Black Angel Gift Box
#991 Dry Rose (Silk Velvet Soft Mist Liquid 09) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
646 Withered Rose (Soft Classic Matte 05) Free Experience Fragrance + Black Angel Bouquet Red Crystal Gift Box
Black Wand 893 Sweet Cinnamon (Silk Velvet Mist Fine Tube 05) with Free Experience Fragrance + Black Angel Bouquet Red Crystal Gift Box
316 Soft Mist Chili (Silk Velvet Soft Mist 31) + Camellia Aromatherapy + Black Angel Gift Box
707 Misty Red (Velvet Matte 04) comes with a free experience of fragrance + Black Angel Bouquet Red Crystal Gift Box.
#646 (Soft Classic Matte 05) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
646 Dirty Orange (Soft Classic Matte 05) + Camellia Aromatherapy + Black Angel Gift Box
707 Retro Reddish Brown (Velvet Matte 04) + Camellia Aromatherapy + Black Angel Gift Box
567 Ice Cocoa + Camellia Aromatherapy + Black Angel Gift Box
#930 (Silk Velvet Soft Mist 45) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
602 CHILI (Soft Classic Matte 01) comes with a free trial fragrance + Black Angel Bouquet Red Crystal Gift Box.
#707 (Velvet Matte 04) Free Water Experience Fragrance - Black Angel Bouquet Gift Box
316 Soft Mist Small Chili (Silk Velvet Soft Mist 31) with Free Experience Fragrance + Black Angel Bouquet Red Crystal Gift Box
${function(){ const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data); return `
${tipText}
` }()}
Quantity
Add to cart
¥247.00
${function(){ const wholesale_enabled = false; const qty = data.quantity || 1; const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const productVariant = {"id":"7487422a-cb0d-446d-8c3e-1f6297449ac4","product_id":"408d332b-6ffd-4e44-804e-2c1d300b60e0","title":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","weight_unit":"","inventory_quantity":5,"sku":"614710581","barcode":"","position":1,"option1":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea65ef80fee87f9dd48b588d70d15629.jpeg","path":"ea65ef80fee87f9dd48b588d70d15629.jpeg","width":2532,"height":2532,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":247,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"247","retail_price":"0","available":true,"url":"\/products\/3333876?variant=7487422a-cb0d-446d-8c3e-1f6297449ac4","available_quantity":5,"options":[{"name":"Shade","value":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box"}],"off_ratio":0,"flashsale_info":[],"sales":0}; const variantData = currentSelectVariant || defaultVariant || productVariant; const wholesale_price = variantData.wholesale_price || []; if(wholesale_enabled && wholesale_price.length > 0) { let wholesaleIndex = wholesale_price.findIndex(item => { return item.min_quantity > qty; }); if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `
` }else { const price = variantData && variantData.price; return price != undefined ? `
` : '
'; } }()}
Buy now
Product was out of stock.
Product is unavailable.
Sku :
614710581
${function(){ const variantData = data.variant || {"id":"7487422a-cb0d-446d-8c3e-1f6297449ac4","product_id":"408d332b-6ffd-4e44-804e-2c1d300b60e0","title":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","weight_unit":"","inventory_quantity":5,"sku":"614710581","barcode":"","position":1,"option1":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ea65ef80fee87f9dd48b588d70d15629.jpeg","path":"ea65ef80fee87f9dd48b588d70d15629.jpeg","width":2532,"height":2532,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":247,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"247","retail_price":"0","available":true,"url":"\/products\/3333876?variant=7487422a-cb0d-446d-8c3e-1f6297449ac4","available_quantity":5,"options":[{"name":"Shade","value":"#602 (Soft Classic Matte 01) Free Water Experience Fragrance - Black Angel Bouquet Gift Box"}],"off_ratio":0,"flashsale_info":[],"sales":0}; return `
Sku :
${variantData && variantData.sku}
Weight :
${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode :
${variantData && variantData.barcode}
` }()}
Style:
Season:春,夏,秋,冬
Fit People:Women's
Material:
You may also like
View Cart