Bloomed and beautiful. The Chantel Jewelry Set features unique flower shapes. The special rose red color scheme adds an eye-catching sparkle to your neutral fall and winter wardrobe.
Made of white gold plated brass & zircon
(function() { const state = document.readyState; if (state === "interactive" || state === "complete") { console.log("dom is ready"); injectLinePropertyScript() } else setTimeout(arguments.callee, 100) })(); function injectLinePropertyScript() { const dataJSON = '{"Chantel Bracelet - Small":1,"Chantel Bracelet - Medium":1,"Chantel Flower Bracelet - Small":1,"Chantel Flower Bracelet - Medium":1,"Chantel Flower Necklace - Pink":1,"Chantel Flower Pearl Earrings - Pink":1,"Chantel Flower Ring - Pink / S":1,"Chantel Flower Ring - Pink / M":1}'; const data = JSON.parse(dataJSON); let a = document.querySelectorAll("[name=id]"); if (a == undefined || a[0] == undefined) { return; } let count = 1; for (const key in data) { let nNode = document.createElement("input"); nNode.type = "hidden"; nNode.name = "properties[" + count + "]"; nNode.value = key +" x "+ data[key]; console.log('Combowise: ', nNode); a[0].parentNode.insertBefore(nNode, a[0].previousSibling) count ++; } }