• Natural Ruby - 9.93 Carat
  • Natural Ruby - 9.93 Carat
  • Natural Ruby - 9.93 Carat

Natural Ruby - 9.93 Carat

SKU: RU001111
US $ 469.00
(Inclusive of all taxes)
Origin : Africa
Original Natural Ruby weighing 9.93 Carat (11.03 ratti) From Africa With Free lab certificate
More Information
- +
WORLDWIDE Shipping in 7 business days.

Description

  • Weight Carat: 9.93
  • Weight Ratti: 11.03
  • Shape: Octagon
  • Cut: Faceted
  • Composition: Natural
  • Certificate Type:
  • Certificate Number:
  • Treatment: No Heat
  • Dimension : 14.00mm X 10.6mm X 4.9mm
  • Dimension Type: Not calibrated
  • Origin: Africa
  • Color: Red

Have a question?

we would love to help.
Thanks for your enquiry. Our representative will contact you soon regarding your question.

Customer Reviews


Login
Don't have an account?
Sign Up

Clients Testimonials

×

Your Shopping Bag


Your shopping cart is empty.
// Select all elements with the class 'text-center mt-2' const elements = document.querySelectorAll('.text-center.mt-2'); // Loop through each element elements.forEach(element => { // Check if the text content contains "View Detail" or "SOLD OUT" if (element.textContent.includes('View Detail') || element.textContent.includes('SOLD OUT')) { // Set display to none if condition is met element.style.display = 'none'; } else { // Ensure display is visible otherwise element.style.display = ''; } });