Gold Weight: 0.73-0.92 grams (depending on primary stone size)
Side Diamond Clarity: SI2-SI3
Side Diamond Color: G-H
Total Diamond Weight
4.3mm: 3/8CT
4.75mm: 1/2CT
5.9mm: 9/10CT
Center Stone Clarity: SI1
Center Stone Color: G-H
// 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