${(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 WORLDWIDE OVER ORDER $89⚡ | QUICK DELIVERY AND FREE RETURN
⚡FREE SHIPPING WORLDWIDE OVER ORDER $89⚡ | QUICK DELIVERY AND FREE RETURN
Amyworley
Amyworley
Log in
Create an account
${data.data && data.data.count}
Women Dresses
Casual Dresses
SSDRESSES
Trending Sales
Tracking 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: 83271319, title: "Women Dresses", url: "\/collections\/women-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271321, title: "Casual Dresses", url: "\/collections\/casual-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271323, title: "SSDRESSES", url: "\/collections\/bbf-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271325, title: "Trending Sales", url: "\/collections\/trending-sales", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271327, title: "Tracking Order", url: "\/account\/order-lookup", target: "_blank", 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}
` })()}
Women Dresses
Casual Dresses
SSDRESSES
Trending Sales
Tracking 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: 83271319, title: "Women Dresses", url: "\/collections\/women-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271321, title: "Casual Dresses", url: "\/collections\/casual-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271323, title: "SSDRESSES", url: "\/collections\/bbf-dresses", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271325, title: "Trending Sales", url: "\/collections\/trending-sales", target: "_blank", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 83271327, title: "Tracking Order", url: "\/account\/order-lookup", target: "_blank", 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}
` })()}
Amyworley
Amyworley
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.
` })()}
Women Dresses
Casual Dresses
SSDRESSES
Trending Sales
Tracking Order
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(); })();
Home
/
Women Dresses
Women Dresses
1049 Products
${function(){ const product_total = data.total if(product_total <= 1){ return `${product_total} Product` } return `${product_total} Products` }()}
Sort by
Recommend
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Pageviews, high to low
Sort
Sort by
Recommend
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Pageviews, high to low
Sort
Cyra Maxi Dress - Lemon
$45.00
Burgundy Strapless Ruched High-Slit Maxi Gown with Pockets
$45.00
Cyra Maxi Dress - Glacier Blue
$45.00
Halter Cutout Ruched Waist Mermaid Maxi Evening Dress
$48.00
Blush Pink Lace Corset High-Slit Evening Gown
$50.00
Cyra Maxi Dress - Navy
$47.00
Red Lace Corset Strapless Slit Train Maxi Dress | Sexy Y2K Evening Gown
$50.00
Cyra Maxi Dress - Ivory
$47.00
Blush Pink Strapless Ruched High-Slit Maxi Gown with Hidden Pockets
$45.00
Sura Maxi Dress - Navy
$47.00
Cyra Maxi Dress - Black
$47.00
Seraphina Gown - Cherry Lacquer
$54.00
Sian Maxi Dress - Burgundy
$47.00
Emina Maxi Dress - Light Olive
$49.00
Sura Maxi Dress - Lemon
$45.00
Cyra Maxi Dress - Deep Red
$47.00
Luxury Cream Yellow Strapless Draped Ruched Split Maxi Evening Gown
$46.00
Save
$134.95
Save
$134.95
Whitney Maxi Dress - Blush
$45.00
$179.95
Burgundy Strapless Ruched Waist Sequin Bodycon Evening Maxi Dress
$47.00
Sexy Sleeveless Slim Fit Rhinestone Evening Dress
$48.00
Elegant Burgundy Square Neck Backless Waist-Cinched Drapey Maxi Dress
$48.00
Save
$234.95
Save
$234.95
Maliyah Maxi Dress - Lemon
$45.00
$279.95
Bianca Maxi Dress - Plum Brown
$49.00
Kasia Gown - Blush
$45.00
The Sloane Dress in White
$49.00
The Persephone Dress in White
$49.00
Sexy U Collar Waist Solid Color Fishtail Skirt
$46.00
Emina Maxi Dress - Ivory
$47.00
Women's Pink Sequin Halter Neck Cutout Mermaid Maxi Dress - Formal Evening Gown
$48.00
Kaia Maxi Skirt - Cherry Lacquer
$49.00
Francis Maxi Dress - Cherry Lacquer
$45.00
Elegant Olive Green One-Shoulder Ruched High-Slit Train Gown
$45.00
Zaria Gown - Cherry Lacquer
$47.00
Mint Green Strapless Ruched High-Slit Maxi Gown with Pockets
$43.00
Tullulah Maxi Dress - Black
$47.00
Tullulah Maxi Dress - Deep Olive
$47.00
Women's Cream Botanical Print Cowl Neck Mermaid Midi Dress
$48.00
Women's Brown Ombre Asymmetrical Ruffle Mermaid Maxi Dress
$48.00
Women's Burgundy Velvet & Chiffon Midi Mermaid Dress
$48.00
Cream Rose Print V-Neck Tie Front Lace Trim Mermaid Maxi Dress
$47.00
Modify Sleeveless Cold-Shoulder Tube Top Cinched Waist High Slit Cake Dress
$48.00
One-Shoulder Open-Back Tiered Maxi Dress
$49.00
POSIE - Light Blue Formal Dress, Strapless Basque waist Corset, Bra Cups, Satin embossed floral Gown
$49.00
Irie Maxi Dress - Cherry Lacquer
$46.00
Polka Dot Halter Open Back High Slit Satin Bodycon Train Evening Maxi Dress
$48.00
Pale Yellow One-Shoulder Capelet Waist-Cinching Slit Maxi Dress
$48.00
Katana Maxi Dress - Black
$49.00
The Athena Set in White Chantilly Lace
$49.00
Women's Yellow Sheer Lace Strapless High Slit Maxi Dress - Formal Evening Gown
$49.00
Laleh Maxi Dress - Navy
$47.00
Navy Blue Strapless Ruched High-Slit Maxi Gown with Pockets
$45.00
Jaya Maxi Dress - Black
$49.00
Spaghetti Strap Ruched Lace-Up Back Mermaid Gown
$49.00
Strapless Sweetheart Ruched Mesh Drape Bodycon Mermaid Evening Maxi Dress
$48.00
Premium Satin Corset Bridesmaid Dress in Powder Blue
$47.00
Save
$194.95
Save
$194.95
Cressida Midi Dress - Ivory
$45.00
$239.95
Save
$234.95
Save
$234.95
Prim Midi Dress - Ivory
$45.00
$279.95
Calanthe Maxi Dress - Navy Sparkle
$47.00
Buttery Yellow Satin Sweetheart Maxi Gown
$45.00
Polka Dot Halter Open Back Flowy A-line Maxi Dress
$48.00
The Eloise Dress in White Chantilly Lace
$49.00
Zaria Gown - Blush
$47.00
Cream Textured Sleeveless Maxi Dress | Gentle High Waist Slip Dress
$48.00
Pale Yellow V-Neck Thin Strap Waist-Cinched Flare Midi Dress | Elegant French Tea Dress
$48.00
Light Blue Halter Neck Waist-Cinched Asymmetrical Chiffon Maxi Dress | Luxury Elegant Evening Gown
$48.00
Deep V Open-Back Satin Draped Train Gown
$49.00
Halter Sequin Cutout Draped Maxi Gown
$49.00
Satin Cowl-Back Open-Back Dress with 3D Flower Straps
$49.00
Halter Open-Back Floral Print Asymmetrical Ruffle Maxi Dress
$49.00
Satin Cami Tiered Ruffle Maxi Dress
$49.00
Thalassa Maxi Dress - Sage
$47.00
Asymmetrical Draped Ruched Mermaid Evening Gown
$48.00
Emina Maxi Dress - Plum
$47.00
Women's Vibrant Yellow One-Shoulder Draped Satin Maxi Dress
$47.00
Women's Burgundy Strapless Satin A-Line Maxi Dress
$47.00
Polka Dot Slip Dress with Open Back & Neck Scarf
$49.00
No products found
Use fewer filters or
clear all
Recently Viewed
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"; 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}