${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "133.33%"; 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}
` })()}
Free shipping for orders over $35
Free shipping for orders over $35
Log in
Create an account
${data.data && data.data.count}
HOME
New Arrivals
HOT SALE
VIEW ALL
OUTERWEAR
SWEATER
JACKET&COAT
Dileoo Y2k Harajuku Anime Knit Sweater Women Oversized Vintage Autumn Japanese Fashion Fairy Grunge Pullover Gothic Streetwear Jumper
$24.99
HOODIE
PANTS
SHORT SLEEVE
WOMEN CLOTHING
TOP
GOTHIC TOP
DRESS
COAT
Dileoo Women Vintage Leopard Print Pants Y2k Grunge Elastic Low Waist with Button Wide Leg Loose Long Pants Female Trousers Streetwear
from
$25.99
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: 73669785, title: "HOME", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669787, title: "New Arrivals", url: "\/collections\/new-in", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669789, title: "HOT SALE", url: "\/collections\/hot-sale", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669791, title: "VIEW ALL", url: "\/collections\/view-all", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669793, title: "OUTERWEAR", url: "\/collections\/outerwear", target: "", levels: 1, product0: { id: ("000b08bf-45a2-4ea5-9411-3e564ad16640") }, children: [ { title: "SWEATER", url: "\/collections\/sweater", target: "", levels: 0, children: [ ] }, { title: "JACKET&COAT", url: "\/collections\/jacket-coat", target: "", levels: 0, children: [ ] }, ] }, { id: 73669799, title: "HOODIE", url: "\/collections\/hoodie", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669801, title: "PANTS", url: "\/collections\/pants", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669803, title: "SHORT SLEEVE", url: "\/collections\/short-sleeve", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 73669805, title: "WOMEN CLOTHING", url: "\/collections\/women-clothing-uqa4", target: "", levels: 2, product0: { id: ("157ed838-b841-459e-8b3c-45b97e99beee") }, children: [ { title: "TOP", url: "\/collections\/women-top", target: "", levels: 1, children: [ { title: "GOTHIC TOP", url: "\/collections\/gothic-top", target: "", levels: 0, }, ] }, { title: "DRESS", url: "\/collections\/dresses", target: "", levels: 0, children: [ ] }, { title: "COAT", url: "\/collections\/women-jacket-coat", target: "", levels: 0, 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}
` })()}
Log in
Create an account
${data.data && data.data.count}
${(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
New Arrivals
HOT SALE
VIEW ALL
OUTERWEAR
OUTERWEAR
SWEATER
JACKET&COAT
HOODIE
PANTS
SHORT SLEEVE
WOMEN CLOTHING
WOMEN CLOTHING
TOP
TOP
GOTHIC TOP
DRESS
COAT
Log in
Create an account
(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(); })();
7/39
${data.index + 1}/${data.total}
${Array(data.total).fill(0).map((num, index) => `
`).join('')}
Dileoo 2000s Aesthetic Mall Goth E-girl Gothic T-shirt Retro Y2K Grunge Skull Wing Crop Tops Indie Graphic Print Short Sleeve Tee Women
$21.99
${function() { const variantData = data.variant || {"id":"1013f0d0-f2c5-4f2b-813c-18b44ef7a635","product_id":"5dc92eaa-0651-485b-8e4a-40dfc03bdfe3","title":"S-Type 32","weight_unit":"kg","inventory_quantity":0,"sku":"Dileoo2024-11-05 -S-Type 32-A0019554","barcode":"","position":4,"option1":"S","option2":"Type 32","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/679474aa94e86689ab56b051e1d7d018.jpeg","path":"679474aa94e86689ab56b051e1d7d018.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/2000s-aesthetic-mall-goth-e-girl-gothic-t-shirt-retro-y2k-grunge-skull-wing-crop-tops-indie-graphic-print-short-sleeve-tee-women?variant=1013f0d0-f2c5-4f2b-813c-18b44ef7a635","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Type 32"}],"off_ratio":0,"flashsale_info":[],"sales":0}; const saveType = "amount"; const productLabelDiscountOn = true; return `
-
${saveType == 'percentage' ? `
-${variantData.off_ratio}%
` : `
-
` }
`; }()}
Size:
S
${function(){ const optName = "Size"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (optionValue) : ''; return `
${optionValueText}
`; }()}
XL
L
M
S
${function(){ const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data); return `
${tipText}
` }()}
Color:
Type 32
${function(){ const optName = "Color"; const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value; const optionValueText = optionValue ? (optionValue) : ''; return `
${optionValueText}
`; }()}
Type 35
Type 32
Type 31
Type 33
Type 34
Type 20
Type 19
Type 21
Type 22
Type 23
Type 16
Type 15
Type 17
Type 18
Type 28
Type 27
Type 29
Type 30
Type 24
Type 25
Type 26
Type 4
Type 3
Type 5
Type 6
Type 1
Type 7
Type 2
Type 12
Type 11
Type 13
Type 14
Type 8