Gold Weight: 2.60 grams
Plating Type: Rodium-Plated
Total Stone Count: 9
Genuine Sapphire:
Quality: A
Diamonds:
Shape: Round
Color: G-H
Clarity: SI2-SI3
Total Diamond Weight: 1/4 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