Description
When you need a formal look that’s gorgeously elegant, zip into this lace-top gown from Jessica Howard.
- Imported
- Sequins may shed during wear
- Floor-length formal dress
- Jersey-knit: soft and stretchy
- Concealed back zipper closure
- Lined
- Lace, sequined top and sleeves; cascade ruffle at skirt
- Boat neckline; gown silhouette
Size & Fit
- Approx. 48″ long from center back neck to hem. Length is based on size 6 and varies 1/4″ between sizes
Materials & Care
- Hand wash
- IMPORTANT NOTE: This item arrives with a return tag attached and instructions for removal. Once the tag is removed from the dress, this item cannot be returned.
- Shell: polyester/spandex; lining: polyester










noti (verified owner) –
selector .woocommerce ul.products {
display: flex;
flex-wrap: nowrap
overflow-x: auto;
padding-left: 24px;
padding-right: 24px;
-webkit-overflow-scrolling: touch;
}
selector .woocommerce ul.products li.product {
flex: 0 0 calc(50% – 10px);
margin-right: 20px;
}
selector .woocommerce ul.products li.product:last-child {
margin-right: 0;
}
noti (verified owner) –
selector .woocommerce ul.products {
display: flex;
flex-wrap: nowrap
overflow-x: auto;
padding-left: 24px;
padding-right: 24px;
-webkit-overflow-scrolling: touch;
}
selector .woocommerce ul.products li.product {
flex: 0 0 calc(50% – 10px);
margin-right: 20px;
}
selector .woocommerce ul.products li.product:last-child {
margin-right: 0;
}