VIEW PRODUCT CATEGORIES

14K White Gold Pink Lab Topaz & Diamond Earrings, 15.00tcw, 6.8g

SKU: 129782 Categories: ,

$545.00

1 in stock

Pink Lab Topaz & Diamond Dangle Earrings, 15.00tcw, 6.8g

Pink lab topaz & diamond dangle earrings with 14k white gold settings.

  • Stamped 14k and weigh 6.8 grams gross weight, net 3.8 grams of 14k gold.
  • The topaz is lab-treated to create a pink color, 15.00 carats total weight.
  • There are small round brilliant cut diamonds on the upper earring, .06 total carats.
  • The earring measures one inch long and 3/8 inch wide.
  • Posts with friction backs for pierced ears.
  • Excellent condition.

Shop earrings

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Brand

Unbranded

Main Stone

Topaz

Main Stone Color

Pink

Main Stone Creation

Treated

Main Stone Shape

Oval

Main Stone Treatment

Treated

Metal

White Gold

Metal Purity

14k

Secondary Stone

Diamond

Style

Fashion

Total Carat Weight

10.00 ctw & Over

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });