Gold Weight: 2.29 grams
Chain: 1 mm Adjustable Diamond Cut Cable 16-18"
Primary Stone: Diamond
Stone Shape: Round
Diamond Color: G/H
Diamond Clarity: I1
Total Diamond Weight: 1/2 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
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device