14K Gold 1/8 CT Diamond Cross Pendant
14K Gold 1/8 CT Diamond Cross Pendant

14K Gold 1/8 CT Diamond Cross Pendant

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

Gold Weight: .49 grams

Diamond Color: G-H

Diamond Clarity: SI1

Primary Stone Size: 1.3 mm

Stone: Diamonds

Stone Shape: Round

// 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 }