Description
Large links flaunt fabulous shaky hearts on this beautifully colored INC International Concepts statement necklace.
- Set in gold-tone mixed metal; glass; plastic
- Approx. length: 17″ + 3″ extender; approx. drop: 1-1/8″
- Lobster clasp closure
- Created for Macy’s
- Photo may have been enlarged and/or enhanced.
- This item cannot be shipped to Alaska, American Samoa, Guam, Hawaii, Marshall Islands, the Pacific Islands, Palau, Puerto Rico, U.S. Virgin Islands, P.O. boxes, or APOs





noti (verified owner) –
elector .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;
}