Gold Weight:
16" .89 Grams
18" 1.03 Grams
20" 1.14 Grams
24" 1.34 Grams
Plating: Rodium-Plated
Solid or Hollow: Solid
Chain Style: Box
// 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