Gold Weight: 5.20 grams
Chain: 16" 14K White Gold Singapore
Primary Stone: Round Tahitian Pearl
Stone Quality: A
Sapphire Weight: 9.4mm
Side Stones: Round Diamonds
Diamond Clarity: I1
Diamond Color: I/J
Diamond Weight: 0.12 CTW
Pendant Condition: Very Good (Preowned)
Chain: New
// 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
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device