${(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}
` })()}
Log in
Create an account
${data.data && data.data.count}
Home
Shirts
T-shirt
Crewneck Shirt
Dress Shirt
Plain Color Shirt
Plus Size Blouses
Cotton Shirt
Long Sleeve Shirt
Casual Shirt
Hooded Shirt
Polo Shirt
Beach Shirt
Blouses
Sunscreen Clothing
Off Shoulder
Plus Size Clothes
PARILUCK ZONE Spring Autumn Women Fashion Crop Tops Solid Color Knitted Ribbed Round Neck Long Sleeve T-shirts Slim Fit Buttons Streetwear
from
$15.80
Sweaters
Casual Sweater
Cardigan Sweater
Crewneck Sweater
Turtleneck Sweater
V-neck Sweater
Hooded Sweater
Plain Color Sweater
Slim Sweater
Wool Sweater
Thin Sweater
Short Sleeve Sweater
PARILUCK ZONE Harajuku Women's Sweater Oversize Black Grunge Y2k Letter Print V-neck Sweater Casual Knit Top Gothic Style Pullover
$28.00
Vests
Vest
Knit Vest
Sweater Vest
Shirt Vest
PARILUCK ZONE Tbclaim Goth Aesthetic Lace Patchwork Tank Tops For Women Fashion V-neck Brown Retro Crop Tops Summer Y2k Fashion Casual Camisole
$28.50
Jackets
Denim Jacket
Thin Jacket
Hooded Jacket
Parka Jacket
Cotton Jacket
Long Jacket
Bomber Jacket
Mid Jacket
Fleece Jacket
Quilted Jacket
Suit Jacket
Sport Jacket
Ladies outerwear
Woman Trench
Wool & Blend
PARILUCK ZONE Ani Kang |women's Denim Jacket Basic Coats Spring Autumn Female Long Sleeve Solid Wild Casual Denim Coat Jacket Outerwear
from
$20.70
+6
Skirts
Short Skirt
Pleated Skirt
Pencil Skirt
A-line Skirt
Straight Skirt
Fishtail Skirt
Long Skirt
PARILUCK ZONE High Waist Sleeveless Slim Fit Wrapped Hip Dress For Women
$19.10
Dresses
Slip Dress
Long Dress
Lady Dresses
Cocktail Dresses
Tube Dress
Evening Dresses
Backless Dress
Bodycon Dress
Plus Size Dresses
Prom Dresses
PARILUCK ZONE Tie Dye Satin Slip Nightdress, Elegant Crew Neck Spaghetti Strap Sleep Dress, Women's Sleepwear & Dresses
$30.50
Pajamas
Pajama Sets
Camisole Pajamas
Summer Light Pajamas
Thermal Underwear Set
PARILUCK ZONE Ani Kang |lace Sleepwear Embroidery Flower Wedding Robe Patchwork Nightdress Thin Satin Kimono Bathrobe Gown Loose Women Home Wear
from
$27.50
+5
Underwear
Bras
Briefs
Brassiere
Lingerie
Bra & Brief Sets
Save
$7.20
Save
$7.20
PARILUCK ZONE Women Pajama Suit Fashion V-neck Stretch Satin Babydoll Lace Fashion Lingerie Bowknot Pyjamas Sleep Shorts Set Sleepwear
$16.90
$24.10
+17
Shorts
Jean Shorts
Loose Shorts
Slim Shorts
Sport Shorts
Cotton Shorts
Printed Shorts
Drawstring Shorts
Beach Shorts
Quick Dry Shorts
Leather Shorts
Cargo Shorts
Save
$9.10
Save
$9.10
PARILUCK ZONE Black Shorts Skirts Womens Summer Fashion School Korean Style Red Black Mini Aesthetic Pleated High Waist Skirt Female
$16.90
$26.00
+2
Pants
Slim Pants
Yoga Pants
Casual Pants
Loose Pants
Work Pants
Stretch Pants
Printed Pants
Seven Point Pants
Cotton Pants
Drawstring Pants
Nine Point Pants
Suit Pants
Thick Pants
Jumpsuits
Leggings
PARILUCK ZONE 2024 Summer High Waist Ice Silk Pants For Women Soft Comfort Cool Wide Leg Trousers Female Solid Thin Floor-length Pant Slacks
from
$28.20
+2
Shoes
Leather Shoes
Boots
Flats Shoes
Pumps Shoes
Sandals Shoes
Slippers Shoes
Vulcanize Shoes
PARILUCK ZONE Autumn Spring Chunky Sneakers Platform Shoes Women's Casual Shoes Height Increase Ladies Thick Heel Leather Black Zapatos Mujer
from
$35.70
Accessories
Low-cut Socks
Socks
Toe Socks
PARILUCK ZONE Halloween Socks Pumpkin Bat Human Skeleton
$16.00
Jewelry
Pearls Jewelry
Wedding & Engagement
Rings
Bracelets & Bangles
Brooches
Earrings
Wallets
Sunburn Protection Hat
Woolen Cap
Woman Gloves
Prayer Hats
Bucket Hats
PARILUCK ZONE Fashion Jewelry Square Full Diamond Personalized Round Ring Leaves Necklace And Earrings Suite
$15.90
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: 67139989, title: "Home", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 67139991, title: "Shirts", url: "\/collections\/shirts", target: "", levels: 1, product0: { id: ("5ba4beb7-5ec8-4907-83fc-2df28f72d723") }, children: [ { title: "T-shirt", url: "\/collections\/t-shirt", target: "", levels: 0, children: [ ] }, { title: "Crewneck Shirt", url: "\/collections\/crewneck-shirt", target: "", levels: 0, children: [ ] }, { title: "Dress Shirt", url: "\/collections\/dress-shirt", target: "", levels: 0, children: [ ] }, { title: "Plain Color Shirt", url: "\/collections\/plain-color-shirt", target: "", levels: 0, children: [ ] }, { title: "Plus Size Blouses", url: "\/collections\/plus-size-blouses", target: "", levels: 0, children: [ ] }, { title: "Cotton Shirt", url: "\/collections\/cotton-shirt", target: "", levels: 0, children: [ ] }, { title: "Long Sleeve Shirt", url: "\/collections\/long-sleeve-shirt", target: "", levels: 0, children: [ ] }, { title: "Casual Shirt", url: "\/collections\/casual-shirt", target: "", levels: 0, children: [ ] }, { title: " Hooded Shirt", url: "\/collections\/hooded-shirt", target: "", levels: 0, children: [ ] }, { title: "Polo Shirt", url: "\/collections\/polo-shirt", target: "", levels: 0, children: [ ] }, { title: "Beach Shirt", url: "\/collections\/beach-shirt", target: "", levels: 0, children: [ ] }, { title: "Blouses", url: "\/collections\/blouses", target: "", levels: 0, children: [ ] }, { title: "Sunscreen Clothing", url: "\/collections\/sunscreen-clothing", target: "", levels: 0, children: [ ] }, { title: "Off Shoulder", url: "\/collections\/off-shoulder", target: "", levels: 0, children: [ ] }, { title: " Plus Size Clothes", url: "\/collections\/plus-size-clothes", target: "", levels: 0, children: [ ] }, ] }, { id: 67140023, title: "Sweaters", url: "\/collections\/sweaters", target: "", levels: 1, product0: { id: ("7f998711-3376-4ce0-889f-9122da66e356") }, children: [ { title: " Casual Sweater", url: "\/collections\/casual-sweater", target: "", levels: 0, children: [ ] }, { title: "Cardigan Sweater", url: "\/collections\/cardigan-sweater", target: "", levels: 0, children: [ ] }, { title: "Crewneck Sweater", url: "\/collections\/crewneck-sweater", target: "", levels: 0, children: [ ] }, { title: "Turtleneck Sweater", url: "\/collections\/turtleneck-sweater", target: "", levels: 0, children: [ ] }, { title: "V-neck Sweater", url: "\/collections\/v-neck-sweater", target: "", levels: 0, children: [ ] }, { title: "Hooded Sweater", url: "\/collections\/hooded-sweater", target: "", levels: 0, children: [ ] }, { title: "Plain Color Sweater", url: "\/collections\/plain-color-sweater", target: "", levels: 0, children: [ ] }, { title: "Slim Sweater", url: "\/collections\/slim-sweater", target: "", levels: 0, children: [ ] }, { title: "Wool Sweater", url: "\/collections\/wool-sweater", target: "", levels: 0, children: [ ] }, { title: "Thin Sweater", url: "\/collections\/thin-sweater", target: "", levels: 0, children: [ ] }, { title: "Short Sleeve Sweater", url: "\/collections\/short-sleeve-sweater", target: "", levels: 0, children: [ ] }, ] }, { id: 67140047, title: "Vests", url: "\/collections\/vests", target: "", levels: 1, product0: { id: ("2a74b49a-1fa2-450d-b997-289930647bef") }, children: [ { title: "Vest", url: "\/collections\/vest", target: "", levels: 0, children: [ ] }, { title: "Knit Vest", url: "\/collections\/knit-vest", target: "", levels: 0, children: [ ] }, { title: "Sweater Vest", url: "\/collections\/sweater-vest", target: "", levels: 0, children: [ ] }, { title: "Shirt Vest", url: "\/collections\/shirt-vest", target: "", levels: 0, children: [ ] }, ] }, { id: 67140057, title: "Jackets", url: "\/collections\/jackets", target: "", levels: 1, product0: { id: ("78783f99-b361-4c3d-a8ae-67a2e045a2ca") }, children: [ { title: "Denim Jacket", url: "\/collections\/denim-jacket", target: "", levels: 0, children: [ ] }, { title: "Thin Jacket", url: "\/collections\/thin-jacket", target: "", levels: 0, children: [ ] }, { title: "Hooded Jacket", url: "\/collections\/hooded-jacket", target: "", levels: 0, children: [ ] }, { title: "Parka Jacket", url: "\/collections\/parka-jacket", target: "", levels: 0, children: [ ] }, { title: "Cotton Jacket", url: "\/collections\/cotton-jacket", target: "", levels: 0, children: [ ] }, { title: "Long Jacket", url: "\/collections\/long-jacket", target: "", levels: 0, children: [ ] }, { title: " Bomber Jacket", url: "\/collections\/bomber-jacket", target: "", levels: 0, children: [ ] }, { title: "Mid Jacket", url: "\/collections\/mid-jacket", target: "", levels: 0, children: [ ] }, { title: "Fleece Jacket", url: "\/collections\/fleece-jacket", target: "", levels: 0, children: [ ] }, { title: "Quilted Jacket", url: "\/collections\/quilted-jacket", target: "", levels: 0, children: [ ] }, { title: "Suit Jacket", url: "\/collections\/suit-jacket", target: "", levels: 0, children: [ ] }, { title: "Sport Jacket", url: "\/collections\/sport-jacket", target: "", levels: 0, children: [ ] }, { title: "Ladies outerwear", url: "\/collections\/ladies-outerwear", target: "", levels: 0, children: [ ] }, { title: "Woman Trench", url: "\/collections\/woman-trench", target: "", levels: 0, children: [ ] }, { title: "Wool & Blend", url: "\/collections\/wool-blend", target: "", levels: 0, children: [ ] }, ] }, { id: 67140089, title: "Skirts", url: "\/collections\/skirts", target: "", levels: 1, product0: { id: ("8c38583e-19ef-4de6-8ec9-938c2932ff9a") }, children: [ { title: "Short Skirt", url: "\/collections\/short-skirt", target: "", levels: 0, children: [ ] }, { title: "Pleated Skirt", url: "\/collections\/pleated-skirt", target: "", levels: 0, children: [ ] }, { title: "Pencil Skirt", url: "\/collections\/pencil-skirt", target: "", levels: 0, children: [ ] }, { title: "A-line Skirt", url: "\/collections\/a-line-skirt", target: "", levels: 0, children: [ ] }, { title: "Straight Skirt", url: "\/collections\/straight-skirt", target: "", levels: 0, children: [ ] }, { title: "Fishtail Skirt", url: "\/collections\/fishtail-skirt", target: "", levels: 0, children: [ ] }, { title: "Long Skirt", url: "\/collections\/long-skirt", target: "", levels: 0, children: [ ] }, ] }, { id: 67140105, title: "Dresses", url: "\/collections\/dresses", target: "", levels: 1, product0: { id: ("0d9f1b38-68b5-4811-b457-368aee5e1a2c") }, children: [ { title: "Slip Dress", url: "\/collections\/slip-dress", target: "", levels: 0, children: [ ] }, { title: "Long Dress", url: "\/collections\/long-dress", target: "", levels: 0, children: [ ] }, { title: "Lady Dresses", url: "\/collections\/lady-dresses", target: "", levels: 0, children: [ ] }, { title: "Cocktail Dresses", url: "\/collections\/cocktail-dresses", target: "", levels: 0, children: [ ] }, { title: "Tube Dress", url: "\/collections\/tube-dress", target: "", levels: 0, children: [ ] }, { title: "Evening Dresses", url: "\/collections\/evening-dresses", target: "", levels: 0, children: [ ] }, { title: "Backless Dress", url: "\/collections\/backless-dress", target: "", levels: 0, children: [ ] }, { title: "Bodycon Dress", url: "\/collections\/bodycon-dress", target: "", levels: 0, children: [ ] }, { title: "Plus Size Dresses", url: "\/collections\/plus-size-dresses", target: "", levels: 0, children: [ ] }, { title: "Prom Dresses", url: "\/collections\/prom-dresses", target: "", levels: 0, children: [ ] }, ] }, { id: 67140127, title: "Pajamas", url: "\/collections\/pajamas", target: "", levels: 1, product0: { id: ("1a1abc94-ef9d-4887-a7ee-d5f037e252f9") }, children: [ { title: "Pajama Sets", url: "\/collections\/pajama-sets", target: "", levels: 0, children: [ ] }, { title: "Camisole Pajamas", url: "\/collections\/camisole-pajamas", target: "", levels: 0, children: [ ] }, { title: "Summer Light Pajamas", url: "\/collections\/summer-light-pajamas", target: "", levels: 0, children: [ ] }, { title: "Thermal Underwear Set", url: "\/collections\/thermal-underwear-set", target: "", levels: 0, children: [ ] }, ] }, { id: 67140137, title: "Underwear", url: "\/collections\/underwear", target: "", levels: 1, product0: { id: ("51e1f6d5-f981-4d90-ae92-e9ea42359989") }, children: [ { title: "Bras", url: "\/collections\/bras", target: "", levels: 0, children: [ ] }, { title: "Briefs", url: "\/collections\/briefs", target: "", levels: 0, children: [ ] }, { title: " Brassiere", url: "\/collections\/brassiere", target: "", levels: 0, children: [ ] }, { title: "Lingerie", url: "\/collections\/lingerie", target: "", levels: 0, children: [ ] }, { title: "Bra & Brief Sets", url: "\/collections\/bra-brief-sets", target: "", levels: 0, children: [ ] }, ] }, { id: 67140149, title: "Shorts", url: "\/collections\/shorts", target: "", levels: 1, product0: { id: ("fe2c0d0a-22e6-420e-83d6-99793489e3f0") }, children: [ { title: "Jean Shorts", url: "\/collections\/jean-shorts", target: "", levels: 0, children: [ ] }, { title: "Loose Shorts", url: "\/collections\/loose-shorts", target: "", levels: 0, children: [ ] }, { title: "Slim Shorts", url: "\/collections\/slim-shorts", target: "", levels: 0, children: [ ] }, { title: "Sport Shorts", url: "\/collections\/sport-shorts", target: "", levels: 0, children: [ ] }, { title: " Cotton Shorts", url: "\/collections\/cotton-shorts", target: "", levels: 0, children: [ ] }, { title: "Printed Shorts", url: "\/collections\/printed-shorts", target: "", levels: 0, children: [ ] }, { title: "Drawstring Shorts", url: "\/collections\/drawstring-shorts", target: "", levels: 0, children: [ ] }, { title: "Beach Shorts", url: "\/collections\/beach-shorts", target: "", levels: 0, children: [ ] }, { title: "Quick Dry Shorts", url: "\/collections\/quick-dry-shorts", target: "", levels: 0, children: [ ] }, { title: "Leather Shorts", url: "\/collections\/leather-shorts", target: "", levels: 0, children: [ ] }, { title: "Cargo Shorts", url: "\/collections\/cargo-shorts", target: "", levels: 0, children: [ ] }, ] }, { id: 67140173, title: "Pants", url: "\/collections\/pants", target: "", levels: 1, product0: { id: ("5de7d74a-53d1-4ce1-9334-edafe2059f52") }, children: [ { title: "Slim Pants", url: "\/collections\/slim-pants", target: "", levels: 0, children: [ ] }, { title: "Yoga Pants", url: "\/collections\/yoga-pants", target: "", levels: 0, children: [ ] }, { title: "Casual Pants", url: "\/collections\/casual-pants", target: "", levels: 0, children: [ ] }, { title: "Loose Pants", url: "\/collections\/loose-pants", target: "", levels: 0, children: [ ] }, { title: "Work Pants", url: "\/collections\/work-pants", target: "", levels: 0, children: [ ] }, { title: "Stretch Pants", url: "\/collections\/stretch-pants", target: "", levels: 0, children: [ ] }, { title: "Printed Pants", url: "\/collections\/printed-pants", target: "", levels: 0, children: [ ] }, { title: "Seven Point Pants", url: "\/collections\/seven-point-pants", target: "", levels: 0, children: [ ] }, { title: "Cotton Pants", url: "\/collections\/cotton-pants", target: "", levels: 0, children: [ ] }, { title: "Drawstring Pants", url: "\/collections\/drawstring-pants", target: "", levels: 0, children: [ ] }, { title: " Nine Point Pants", url: "\/collections\/nine-point-pants", target: "", levels: 0, children: [ ] }, { title: " Suit Pants", url: "\/collections\/suit-pants", target: "", levels: 0, children: [ ] }, { title: "Thick Pants", url: "\/collections\/thick-pants", target: "", levels: 0, children: [ ] }, { title: "Jumpsuits", url: "\/collections\/jumpsuits", target: "", levels: 0, children: [ ] }, { title: "Leggings", url: "\/collections\/leggings", target: "", levels: 0, children: [ ] }, ] }, { id: 67140205, title: "Shoes", url: "\/collections\/shoes", target: "", levels: 1, product0: { id: ("4e7bc6cf-9295-43a6-afd6-c90a02b1e99d") }, children: [ { title: "Leather Shoes", url: "\/collections\/leather-shoes", target: "", levels: 0, children: [ ] }, { title: "Boots", url: "\/collections\/boots", target: "", levels: 0, children: [ ] }, { title: "Flats Shoes", url: "\/collections\/flats-shoes", target: "", levels: 0, children: [ ] }, { title: "Pumps Shoes", url: "\/collections\/pumps-shoes", target: "", levels: 0, children: [ ] }, { title: "Sandals Shoes", url: "\/collections\/sandals-shoes", target: "", levels: 0, children: [ ] }, { title: "Slippers Shoes", url: "\/collections\/slippers-shoes", target: "", levels: 0, children: [ ] }, { title: "Vulcanize Shoes", url: "\/collections\/vulcanize-shoes", target: "", levels: 0, children: [ ] }, ] }, { id: 67140221, title: "Accessories", url: "\/collections\/accessories", target: "", levels: 1, product0: { id: ("d0ac5263-f2f0-40be-a074-3e9d7853808b") }, children: [ { title: "Low-cut Socks", url: "\/collections\/low-cut-socks", target: "", levels: 0, children: [ ] }, { title: "Socks", url: "\/collections\/socks", target: "", levels: 0, children: [ ] }, { title: "Toe Socks", url: "\/collections\/toe-socks", target: "", levels: 0, children: [ ] }, ] }, { id: 67140229, title: "Jewelry", url: "\/collections\/jewelry", target: "", levels: 1, product0: { id: ("8bd8d9c5-51da-4d1b-9b8b-c920a9a37e78") }, children: [ { title: "Pearls Jewelry", url: "\/collections\/pearls-jewelry", target: "", levels: 0, children: [ ] }, { title: "Wedding & Engagement", url: "\/collections\/wedding-engagement", target: "", levels: 0, children: [ ] }, { title: "Rings", url: "\/collections\/rings", target: "", levels: 0, children: [ ] }, { title: " Bracelets & Bangles", url: "\/collections\/bracelets-bangles", target: "", levels: 0, children: [ ] }, { title: "Brooches", url: "\/collections\/brooches", target: "", levels: 0, children: [ ] }, { title: " Earrings", url: "\/collections\/earrings", target: "", levels: 0, children: [ ] }, { title: "Wallets", url: "\/collections\/wallets", target: "", levels: 0, children: [ ] }, { title: " Sunburn Protection Hat", url: "\/collections\/sunburn-protection-hat", target: "", levels: 0, children: [ ] }, { title: " Woolen Cap", url: "\/collections\/woolen-cap", target: "", levels: 0, children: [ ] }, { title: " Woman Gloves", url: "\/collections\/woman-gloves", target: "", levels: 0, children: [ ] }, { title: " Prayer Hats", url: "\/collections\/prayer-hats", target: "", levels: 0, children: [ ] }, { title: "Bucket Hats", url: "\/collections\/bucket-hats", 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}
` })()}
Home
Shirts
T-shirt
Crewneck Shirt
Dress Shirt
Plain Color Shirt
Plus Size Blouses
Cotton Shirt
Long Sleeve Shirt
Casual Shirt
Hooded Shirt
Polo Shirt
Beach Shirt
Blouses
Sunscreen Clothing
Off Shoulder
Plus Size Clothes
PARILUCK ZONE Spring Autumn Women Fashion Crop Tops Solid Color Knitted Ribbed Round Neck Long Sleeve T-shirts Slim Fit Buttons Streetwear
from
$15.80
Sweaters
Casual Sweater
Cardigan Sweater
Crewneck Sweater
Turtleneck Sweater
V-neck Sweater
Hooded Sweater
Plain Color Sweater
Slim Sweater
Wool Sweater
Thin Sweater
Short Sleeve Sweater
PARILUCK ZONE Harajuku Women's Sweater Oversize Black Grunge Y2k Letter Print V-neck Sweater Casual Knit Top Gothic Style Pullover
$28.00
Vests
Vest
Knit Vest
Sweater Vest
Shirt Vest
PARILUCK ZONE Tbclaim Goth Aesthetic Lace Patchwork Tank Tops For Women Fashion V-neck Brown Retro Crop Tops Summer Y2k Fashion Casual Camisole
$28.50
Jackets
Denim Jacket
Thin Jacket
Hooded Jacket
Parka Jacket
Cotton Jacket
Long Jacket
Bomber Jacket
Mid Jacket
Fleece Jacket
Quilted Jacket
Suit Jacket
Sport Jacket
Ladies outerwear
Woman Trench
Wool & Blend
PARILUCK ZONE Ani Kang |women's Denim Jacket Basic Coats Spring Autumn Female Long Sleeve Solid Wild Casual Denim Coat Jacket Outerwear
from
$20.70
+6
Skirts
Short Skirt
Pleated Skirt
Pencil Skirt
A-line Skirt
Straight Skirt
Fishtail Skirt
Long Skirt
PARILUCK ZONE High Waist Sleeveless Slim Fit Wrapped Hip Dress For Women
$19.10
Dresses
Slip Dress
Long Dress
Lady Dresses
Cocktail Dresses
Tube Dress
Evening Dresses
Backless Dress
Bodycon Dress
Plus Size Dresses
Prom Dresses
PARILUCK ZONE Tie Dye Satin Slip Nightdress, Elegant Crew Neck Spaghetti Strap Sleep Dress, Women's Sleepwear & Dresses
$30.50
Pajamas
Pajama Sets
Camisole Pajamas
Summer Light Pajamas
Thermal Underwear Set
PARILUCK ZONE Ani Kang |lace Sleepwear Embroidery Flower Wedding Robe Patchwork Nightdress Thin Satin Kimono Bathrobe Gown Loose Women Home Wear
from
$27.50
+5
Underwear
Bras
Briefs
Brassiere
Lingerie
Bra & Brief Sets
Save
$7.20
Save
$7.20
PARILUCK ZONE Women Pajama Suit Fashion V-neck Stretch Satin Babydoll Lace Fashion Lingerie Bowknot Pyjamas Sleep Shorts Set Sleepwear
$16.90
$24.10
+17
Shorts
Jean Shorts
Loose Shorts
Slim Shorts
Sport Shorts
Cotton Shorts
Printed Shorts
Drawstring Shorts
Beach Shorts
Quick Dry Shorts
Leather Shorts
Cargo Shorts
Save
$9.10
Save
$9.10
PARILUCK ZONE Black Shorts Skirts Womens Summer Fashion School Korean Style Red Black Mini Aesthetic Pleated High Waist Skirt Female
$16.90
$26.00
+2
Pants
Slim Pants
Yoga Pants
Casual Pants
Loose Pants
Work Pants
Stretch Pants
Printed Pants
Seven Point Pants
Cotton Pants
Drawstring Pants
Nine Point Pants
Suit Pants
Thick Pants
Jumpsuits
Leggings
PARILUCK ZONE 2024 Summer High Waist Ice Silk Pants For Women Soft Comfort Cool Wide Leg Trousers Female Solid Thin Floor-length Pant Slacks
from
$28.20
+2
Shoes
Leather Shoes
Boots
Flats Shoes
Pumps Shoes
Sandals Shoes
Slippers Shoes
Vulcanize Shoes
PARILUCK ZONE Autumn Spring Chunky Sneakers Platform Shoes Women's Casual Shoes Height Increase Ladies Thick Heel Leather Black Zapatos Mujer
from
$35.70
Accessories
Low-cut Socks
Socks
Toe Socks
PARILUCK ZONE Halloween Socks Pumpkin Bat Human Skeleton
$16.00
Jewelry
Pearls Jewelry
Wedding & Engagement
Rings
Bracelets & Bangles
Brooches
Earrings
Wallets
Sunburn Protection Hat
Woolen Cap
Woman Gloves
Prayer Hats
Bucket Hats
PARILUCK ZONE Fashion Jewelry Square Full Diamond Personalized Round Ring Leaves Necklace And Earrings Suite
$15.90
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: 67139989, title: "Home", url: "\/", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 67139991, title: "Shirts", url: "\/collections\/shirts", target: "", levels: 1, product0: { id: ("5ba4beb7-5ec8-4907-83fc-2df28f72d723") }, children: [ { title: "T-shirt", url: "\/collections\/t-shirt", target: "", levels: 0, children: [ ] }, { title: "Crewneck Shirt", url: "\/collections\/crewneck-shirt", target: "", levels: 0, children: [ ] }, { title: "Dress Shirt", url: "\/collections\/dress-shirt", target: "", levels: 0, children: [ ] }, { title: "Plain Color Shirt", url: "\/collections\/plain-color-shirt", target: "", levels: 0, children: [ ] }, { title: "Plus Size Blouses", url: "\/collections\/plus-size-blouses", target: "", levels: 0, children: [ ] }, { title: "Cotton Shirt", url: "\/collections\/cotton-shirt", target: "", levels: 0, children: [ ] }, { title: "Long Sleeve Shirt", url: "\/collections\/long-sleeve-shirt", target: "", levels: 0, children: [ ] }, { title: "Casual Shirt", url: "\/collections\/casual-shirt", target: "", levels: 0, children: [ ] }, { title: " Hooded Shirt", url: "\/collections\/hooded-shirt", target: "", levels: 0, children: [ ] }, { title: "Polo Shirt", url: "\/collections\/polo-shirt", target: "", levels: 0, children: [ ] }, { title: "Beach Shirt", url: "\/collections\/beach-shirt", target: "", levels: 0, children: [ ] }, { title: "Blouses", url: "\/collections\/blouses", target: "", levels: 0, children: [ ] }, { title: "Sunscreen Clothing", url: "\/collections\/sunscreen-clothing", target: "", levels: 0, children: [ ] }, { title: "Off Shoulder", url: "\/collections\/off-shoulder", target: "", levels: 0, children: [ ] }, { title: " Plus Size Clothes", url: "\/collections\/plus-size-clothes", target: "", levels: 0, children: [ ] }, ] }, { id: 67140023, title: "Sweaters", url: "\/collections\/sweaters", target: "", levels: 1, product0: { id: ("7f998711-3376-4ce0-889f-9122da66e356") }, children: [ { title: " Casual Sweater", url: "\/collections\/casual-sweater", target: "", levels: 0, children: [ ] }, { title: "Cardigan Sweater", url: "\/collections\/cardigan-sweater", target: "", levels: 0, children: [ ] }, { title: "Crewneck Sweater", url: "\/collections\/crewneck-sweater", target: "", levels: 0, children: [ ] }, { title: "Turtleneck Sweater", url: "\/collections\/turtleneck-sweater", target: "", levels: 0, children: [ ] }, { title: "V-neck Sweater", url: "\/collections\/v-neck-sweater", target: "", levels: 0, children: [ ] }, { title: "Hooded Sweater", url: "\/collections\/hooded-sweater", target: "", levels: 0, children: [ ] }, { title: "Plain Color Sweater", url: "\/collections\/plain-color-sweater", target: "", levels: 0, children: [ ] }, { title: "Slim Sweater", url: "\/collections\/slim-sweater", target: "", levels: 0, children: [ ] }, { title: "Wool Sweater", url: "\/collections\/wool-sweater", target: "", levels: 0, children: [ ] }, { title: "Thin Sweater", url: "\/collections\/thin-sweater", target: "", levels: 0, children: [ ] }, { title: "Short Sleeve Sweater", url: "\/collections\/short-sleeve-sweater", target: "", levels: 0, children: [ ] }, ] }, { id: 67140047, title: "Vests", url: "\/collections\/vests", target: "", levels: 1, product0: { id: ("2a74b49a-1fa2-450d-b997-289930647bef") }, children: [ { title: "Vest", url: "\/collections\/vest", target: "", levels: 0, children: [ ] }, { title: "Knit Vest", url: "\/collections\/knit-vest", target: "", levels: 0, children: [ ] }, { title: "Sweater Vest", url: "\/collections\/sweater-vest", target: "", levels: 0, children: [ ] }, { title: "Shirt Vest", url: "\/collections\/shirt-vest", target: "", levels: 0, children: [ ] }, ] }, { id: 67140057, title: "Jackets", url: "\/collections\/jackets", target: "", levels: 1, product0: { id: ("78783f99-b361-4c3d-a8ae-67a2e045a2ca") }, children: [ { title: "Denim Jacket", url: "\/collections\/denim-jacket", target: "", levels: 0, children: [ ] }, { title: "Thin Jacket", url: "\/collections\/thin-jacket", target: "", levels: 0, children: [ ] }, { title: "Hooded Jacket", url: "\/collections\/hooded-jacket", target: "", levels: 0, children: [ ] }, { title: "Parka Jacket", url: "\/collections\/parka-jacket", target: "", levels: 0, children: [ ] }, { title: "Cotton Jacket", url: "\/collections\/cotton-jacket", target: "", levels: 0, children: [ ] }, { title: "Long Jacket", url: "\/collections\/long-jacket", target: "", levels: 0, children: [ ] }, { title: " Bomber Jacket", url: "\/collections\/bomber-jacket", target: "", levels: 0, children: [ ] }, { title: "Mid Jacket", url: "\/collections\/mid-jacket", target: "", levels: 0, children: [ ] }, { title: "Fleece Jacket", url: "\/collections\/fleece-jacket", target: "", levels: 0, children: [ ] }, { title: "Quilted Jacket", url: "\/collections\/quilted-jacket", target: "", levels: 0, children: [ ] }, { title: "Suit Jacket", url: "\/collections\/suit-jacket", target: "", levels: 0, children: [ ] }, { title: "Sport Jacket", url: "\/collections\/sport-jacket", target: "", levels: 0, children: [ ] }, { title: "Ladies outerwear", url: "\/collections\/ladies-outerwear", target: "", levels: 0, children: [ ] }, { title: "Woman Trench", url: "\/collections\/woman-trench", target: "", levels: 0, children: [ ] }, { title: "Wool & Blend", url: "\/collections\/wool-blend", target: "", levels: 0, children: [ ] }, ] }, { id: 67140089, title: "Skirts", url: "\/collections\/skirts", target: "", levels: 1, product0: { id: ("8c38583e-19ef-4de6-8ec9-938c2932ff9a") }, children: [ { title: "Short Skirt", url: "\/collections\/short-skirt", target: "", levels: 0, children: [ ] }, { title: "Pleated Skirt", url: "\/collections\/pleated-skirt", target: "", levels: 0, children: [ ] }, { title: "Pencil Skirt", url: "\/collections\/pencil-skirt", target: "", levels: 0, children: [ ] }, { title: "A-line Skirt", url: "\/collections\/a-line-skirt", target: "", levels: 0, children: [ ] }, { title: "Straight Skirt", url: "\/collections\/straight-skirt", target: "", levels: 0, children: [ ] }, { title: "Fishtail Skirt", url: "\/collections\/fishtail-skirt", target: "", levels: 0, children: [ ] }, { title: "Long Skirt", url: "\/collections\/long-skirt", target: "", levels: 0, children: [ ] }, ] }, { id: 67140105, title: "Dresses", url: "\/collections\/dresses", target: "", levels: 1, product0: { id: ("0d9f1b38-68b5-4811-b457-368aee5e1a2c") }, children: [ { title: "Slip Dress", url: "\/collections\/slip-dress", target: "", levels: 0, children: [ ] }, { title: "Long Dress", url: "\/collections\/long-dress", target: "", levels: 0, children: [ ] }, { title: "Lady Dresses", url: "\/collections\/lady-dresses", target: "", levels: 0, children: [ ] }, { title: "Cocktail Dresses", url: "\/collections\/cocktail-dresses", target: "", levels: 0, children: [ ] }, { title: "Tube Dress", url: "\/collections\/tube-dress", target: "", levels: 0, children: [ ] }, { title: "Evening Dresses", url: "\/collections\/evening-dresses", target: "", levels: 0, children: [ ] }, { title: "Backless Dress", url: "\/collections\/backless-dress", target: "", levels: 0, children: [ ] }, { title: "Bodycon Dress", url: "\/collections\/bodycon-dress", target: "", levels: 0, children: [ ] }, { title: "Plus Size Dresses", url: "\/collections\/plus-size-dresses", target: "", levels: 0, children: [ ] }, { title: "Prom Dresses", url: "\/collections\/prom-dresses", target: "", levels: 0, children: [ ] }, ] }, { id: 67140127, title: "Pajamas", url: "\/collections\/pajamas", target: "", levels: 1, product0: { id: ("1a1abc94-ef9d-4887-a7ee-d5f037e252f9") }, children: [ { title: "Pajama Sets", url: "\/collections\/pajama-sets", target: "", levels: 0, children: [ ] }, { title: "Camisole Pajamas", url: "\/collections\/camisole-pajamas", target: "", levels: 0, children: [ ] }, { title: "Summer Light Pajamas", url: "\/collections\/summer-light-pajamas", target: "", levels: 0, children: [ ] }, { title: "Thermal Underwear Set", url: "\/collections\/thermal-underwear-set", target: "", levels: 0, children: [ ] }, ] }, { id: 67140137, title: "Underwear", url: "\/collections\/underwear", target: "", levels: 1, product0: { id: ("51e1f6d5-f981-4d90-ae92-e9ea42359989") }, children: [ { title: "Bras", url: "\/collections\/bras", target: "", levels: 0, children: [ ] }, { title: "Briefs", url: "\/collections\/briefs", target: "", levels: 0, children: [ ] }, { title: " Brassiere", url: "\/collections\/brassiere", target: "", levels: 0, children: [ ] }, { title: "Lingerie", url: "\/collections\/lingerie", target: "", levels: 0, children: [ ] }, { title: "Bra & Brief Sets", url: "\/collections\/bra-brief-sets", target: "", levels: 0, children: [ ] }, ] }, { id: 67140149, title: "Shorts", url: "\/collections\/shorts", target: "", levels: 1, product0: { id: ("fe2c0d0a-22e6-420e-83d6-99793489e3f0") }, children: [ { title: "Jean Shorts", url: "\/collections\/jean-shorts", target: "", levels: 0, children: [ ] }, { title: "Loose Shorts", url: "\/collections\/loose-shorts", target: "", levels: 0, children: [ ] }, { title: "Slim Shorts", url: "\/collections\/slim-shorts", target: "", levels: 0, children: [ ] }, { title: "Sport Shorts", url: "\/collections\/sport-shorts", target: "", levels: 0, children: [ ] }, { title: " Cotton Shorts", url: "\/collections\/cotton-shorts", target: "", levels: 0, children: [ ] }, { title: "Printed Shorts", url: "\/collections\/printed-shorts", target: "", levels: 0, children: [ ] }, { title: "Drawstring Shorts", url: "\/collections\/drawstring-shorts", target: "", levels: 0, children: [ ] }, { title: "Beach Shorts", url: "\/collections\/beach-shorts", target: "", levels: 0, children: [ ] }, { title: "Quick Dry Shorts", url: "\/collections\/quick-dry-shorts", target: "", levels: 0, children: [ ] }, { title: "Leather Shorts", url: "\/collections\/leather-shorts", target: "", levels: 0, children: [ ] }, { title: "Cargo Shorts", url: "\/collections\/cargo-shorts", target: "", levels: 0, children: [ ] }, ] }, { id: 67140173, title: "Pants", url: "\/collections\/pants", target: "", levels: 1, product0: { id: ("5de7d74a-53d1-4ce1-9334-edafe2059f52") }, children: [ { title: "Slim Pants", url: "\/collections\/slim-pants", target: "", levels: 0, children: [ ] }, { title: "Yoga Pants", url: "\/collections\/yoga-pants", target: "", levels: 0, children: [ ] }, { title: "Casual Pants", url: "\/collections\/casual-pants", target: "", levels: 0, children: [ ] }, { title: "Loose Pants", url: "\/collections\/loose-pants", target: "", levels: 0, children: [ ] }, { title: "Work Pants", url: "\/collections\/work-pants", target: "", levels: 0, children: [ ] }, { title: "Stretch Pants", url: "\/collections\/stretch-pants", target: "", levels: 0, children: [ ] }, { title: "Printed Pants", url: "\/collections\/printed-pants", target: "", levels: 0, children: [ ] }, { title: "Seven Point Pants", url: "\/collections\/seven-point-pants", target: "", levels: 0, children: [ ] }, { title: "Cotton Pants", url: "\/collections\/cotton-pants", target: "", levels: 0, children: [ ] }, { title: "Drawstring Pants", url: "\/collections\/drawstring-pants", target: "", levels: 0, children: [ ] }, { title: " Nine Point Pants", url: "\/collections\/nine-point-pants", target: "", levels: 0, children: [ ] }, { title: " Suit Pants", url: "\/collections\/suit-pants", target: "", levels: 0, children: [ ] }, { title: "Thick Pants", url: "\/collections\/thick-pants", target: "", levels: 0, children: [ ] }, { title: "Jumpsuits", url: "\/collections\/jumpsuits", target: "", levels: 0, children: [ ] }, { title: "Leggings", url: "\/collections\/leggings", target: "", levels: 0, children: [ ] }, ] }, { id: 67140205, title: "Shoes", url: "\/collections\/shoes", target: "", levels: 1, product0: { id: ("4e7bc6cf-9295-43a6-afd6-c90a02b1e99d") }, children: [ { title: "Leather Shoes", url: "\/collections\/leather-shoes", target: "", levels: 0, children: [ ] }, { title: "Boots", url: "\/collections\/boots", target: "", levels: 0, children: [ ] }, { title: "Flats Shoes", url: "\/collections\/flats-shoes", target: "", levels: 0, children: [ ] }, { title: "Pumps Shoes", url: "\/collections\/pumps-shoes", target: "", levels: 0, children: [ ] }, { title: "Sandals Shoes", url: "\/collections\/sandals-shoes", target: "", levels: 0, children: [ ] }, { title: "Slippers Shoes", url: "\/collections\/slippers-shoes", target: "", levels: 0, children: [ ] }, { title: "Vulcanize Shoes", url: "\/collections\/vulcanize-shoes", target: "", levels: 0, children: [ ] }, ] }, { id: 67140221, title: "Accessories", url: "\/collections\/accessories", target: "", levels: 1, product0: { id: ("d0ac5263-f2f0-40be-a074-3e9d7853808b") }, children: [ { title: "Low-cut Socks", url: "\/collections\/low-cut-socks", target: "", levels: 0, children: [ ] }, { title: "Socks", url: "\/collections\/socks", target: "", levels: 0, children: [ ] }, { title: "Toe Socks", url: "\/collections\/toe-socks", target: "", levels: 0, children: [ ] }, ] }, { id: 67140229, title: "Jewelry", url: "\/collections\/jewelry", target: "", levels: 1, product0: { id: ("8bd8d9c5-51da-4d1b-9b8b-c920a9a37e78") }, children: [ { title: "Pearls Jewelry", url: "\/collections\/pearls-jewelry", target: "", levels: 0, children: [ ] }, { title: "Wedding & Engagement", url: "\/collections\/wedding-engagement", target: "", levels: 0, children: [ ] }, { title: "Rings", url: "\/collections\/rings", target: "", levels: 0, children: [ ] }, { title: " Bracelets & Bangles", url: "\/collections\/bracelets-bangles", target: "", levels: 0, children: [ ] }, { title: "Brooches", url: "\/collections\/brooches", target: "", levels: 0, children: [ ] }, { title: " Earrings", url: "\/collections\/earrings", target: "", levels: 0, children: [ ] }, { title: "Wallets", url: "\/collections\/wallets", target: "", levels: 0, children: [ ] }, { title: " Sunburn Protection Hat", url: "\/collections\/sunburn-protection-hat", target: "", levels: 0, children: [ ] }, { title: " Woolen Cap", url: "\/collections\/woolen-cap", target: "", levels: 0, children: [ ] }, { title: " Woman Gloves", url: "\/collections\/woman-gloves", target: "", levels: 0, children: [ ] }, { title: " Prayer Hats", url: "\/collections\/prayer-hats", target: "", levels: 0, children: [ ] }, { title: "Bucket Hats", url: "\/collections\/bucket-hats", 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
Shirts
Shirts
T-shirt
Crewneck Shirt
Dress Shirt
Plain Color Shirt
Plus Size Blouses
Cotton Shirt
Long Sleeve Shirt
Casual Shirt
Hooded Shirt
Polo Shirt
Beach Shirt
Blouses
Sunscreen Clothing
Off Shoulder
Plus Size Clothes
Sweaters
Sweaters
Casual Sweater
Cardigan Sweater
Crewneck Sweater
Turtleneck Sweater
V-neck Sweater
Hooded Sweater
Plain Color Sweater
Slim Sweater
Wool Sweater
Thin Sweater
Short Sleeve Sweater
Vests
Vests
Vest
Knit Vest
Sweater Vest
Shirt Vest
Jackets
Jackets
Denim Jacket
Thin Jacket
Hooded Jacket
Parka Jacket
Cotton Jacket
Long Jacket
Bomber Jacket
Mid Jacket
Fleece Jacket
Quilted Jacket
Suit Jacket
Sport Jacket
Ladies outerwear
Woman Trench
Wool & Blend
Skirts
Skirts
Short Skirt
Pleated Skirt
Pencil Skirt
A-line Skirt
Straight Skirt
Fishtail Skirt
Long Skirt
Dresses
Dresses
Slip Dress
Long Dress
Lady Dresses
Cocktail Dresses
Tube Dress
Evening Dresses
Backless Dress
Bodycon Dress
Plus Size Dresses
Prom Dresses
Pajamas
Pajamas
Pajama Sets
Camisole Pajamas
Summer Light Pajamas
Thermal Underwear Set
Underwear
Underwear
Bras
Briefs
Brassiere
Lingerie
Bra & Brief Sets
Shorts
Shorts
Jean Shorts
Loose Shorts
Slim Shorts
Sport Shorts
Cotton Shorts
Printed Shorts
Drawstring Shorts
Beach Shorts
Quick Dry Shorts
Leather Shorts
Cargo Shorts
Pants
Pants
Slim Pants
Yoga Pants
Casual Pants
Loose Pants
Work Pants
Stretch Pants
Printed Pants
Seven Point Pants
Cotton Pants
Drawstring Pants
Nine Point Pants
Suit Pants
Thick Pants
Jumpsuits
Leggings
Shoes
Shoes
Leather Shoes
Boots
Flats Shoes
Pumps Shoes
Sandals Shoes
Slippers Shoes
Vulcanize Shoes
Accessories
Accessories
Low-cut Socks
Socks
Toe Socks
Jewelry
Jewelry
Pearls Jewelry
Wedding & Engagement
Rings
Bracelets & Bangles
Brooches
Earrings
Wallets
Sunburn Protection Hat
Woolen Cap
Woman Gloves
Prayer Hats
Bucket Hats
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(); })();
Login
Please enter your e-mail and password:
${data.errors && data.errors[0]}
Email
Email is required
Please enter a valid email.
Password
Password is required.
Password must be between 6-16 characters long.
Forgot password?
Forgot password?
Sign in
${ Object.keys((data && data.login_setting) || {}) .map(type => `
`) .join("") }
Cart
Your shopping bag is empty
Continue shopping
${item.product_title}
${item.options.map(option => option.value).join('/')}
${propertie.name}/${propertie.isImage ? `
View image
` : propertie.value}
Free gift
Mixed Lot
*${item.quantity}
${item.item_text}
${discount_item.title}
(-
)
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
${data.invalid_msg}
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
Check out
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
Subtotal:
${discount_application.title}:
-
Total:
Check out
Taxes and shipping calculated at checkout
const summaryStickyRender = document.querySelector('#cart-drawer-summary-sticky-render'); if (summaryStickyRender) { document.body.style.setProperty('--cart-drawer-summary-sticky-height', summaryStickyRender.clientHeight + 'px'); }
View Cart
${function(){ const productData = data.product; let product_change_event = '', mouse_over_event = ' '; mouse_out_event = ''; const product_options = productData.options.filter(Boolean) || []; for (let opt of product_options) { const nameEscape = opt.name.replace(/\/|\\|\s|\'|\"|`|\<|\>/g, '') product_change_event = product_change_event + `quick-shop-selected-variant-${opt.id}.rerender(data=event.selectedValues.${opt.name});`; mouse_out_event = mouse_out_event + `@${nameEscape}Mouseout="quick-shop-selected-variant-${opt.id}.rerender(data=event.selectData.${opt.name}, redo=true);"`; mouse_over_event = mouse_over_event + `@${nameEscape}Mouseover="quick-shop-selected-variant-${opt.id}.rerender(data=event, redo=true);"`; } const selectedVariant = productData.variants.find(v => v.available) || productData.variants[0]; const statusLan = ((selectedVariant && !selectedVariant.available) || (!selectedVariant && !productData.available)) ? "Sold out" : "Add to cart"; return `
${statusLan}
` }()}
${function(){ const currentSelectVariant = data.variant; const defaultVariant = (data.product && data.product.variants && data.product.variants[0]); const variantData = currentSelectVariant || defaultVariant || data; const retail_price = variantData.retail_price || 0; return `
Retail
` }()}
${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 = null; 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 ? `
` : '
'; } }()}
${function() { let variantImageShowed = false; const currentProduct = data.product; return (currentProduct.options || []).map((option, index) => { const optionName = option.name || ''; const optionId = option.id || ''; const position = `option${index + 1}`; let isThumbImage = false; if (currentProduct.need_variant_image && !variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len = variantNames.length; i < len; i++) { const name = variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) { isThumbImage = true; variantImageShowed = true; } } } const variantType = "button"; const thumbStyle = "image_with_text"; return `
${optionName}:
${option.values.map((value, idx) => { const selected = data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage = null; if (isThumbImage) { const variants = currentProduct.variants; for (let i = 0, len = variants.length; i < len; i++) { const variant = variants[i]; if (variant[position] == value && thumbImage == null) { thumbImage = variant.image; break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName] == value ? 'selected' : ''; return `
${value}
` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}