Crystal Rhinestone Choker Necklace
SKU:
(You save
) Limited Offer
Status
Excluded from Promotions. This item is not eligible for additional discount.
- Item Type:
- Necklaces
- Type:
- Short necklace
- Necklace Type:
- Choker Necklaces
- Style:
- Trendy
- Material:
- Rhinestone, Metal
- Metals Type:
- Copper, Silver Plated
- Chain Type:
- Link Chain
- Fine or Fashion:
- Fashion
- Pattern:
- Geometric
- Features:
- Shiny Chokers
- Color:
- Gold, Silver
- Shape:
- Tassel collar
‹script>
// Safari mobile menu fix
document. addEventListener( 'DOMContentLoaded', function() {
setTimeout (function() {
var toggler = document.querySelector(' mobileMenu-toggle');
var menu = document.querySelector('. navPages-container');
if (toggler && menu) {
var newToggler = toggler. cloneNode(true) ;
toggler.parentNode.replaceChild(newToggler, toggler);
newToggler. addEventListener( 'click', function(e) {
e. preventDefault();
menu. classList.toggle('is-open'); menu.classList.toggle('show');
this. classList.toggle('is-open') ;
}.) ;
300);
}) ;