14K Yellow Gold .02 CT Diamond Pendant

14K Yellow Gold .02 CT Diamond Pendant

Regular price
$136.00
Sale price
$136.00
Shipping calculated at checkout.

Gold Weight: .67 grams

Stone: Diamond

Stone Shape: Round

Stone Size: 1.7 mm

Diamond Color: G-H

Diamond Clarity: SI1

Total Diamond Weight: .025 CT

// selectCallback is the callback name in Timber var selectCallback = function(variant, selector) { // Simply toggle on/off the panel according to the variant selected $('.description').css('display', 'none'); $('#' + variant.id).css('display', 'block'); // rest of the Timber code }