• Ruby -  9.02 Carat
  • Ruby -  9.02 Carat
  • Ruby -  9.02 Carat

Ruby - 9.02 Carat

SKU: RU000361
US $ 4,897.00
(Inclusive of all taxes)
Origin : Burma
Original Natural Ruby weighing 9.02 Carat (10.02 ratti) From Burma Free lab certificate
More Information
- +
WORLDWIDE Shipping in 7 business days.

Description

  • Weight Carat : 9.02
  • Weight Ratti : 10.02
  • Shape : Oval
  • Cut : Faceted
  • Composition : Natural
  • Certificate Type :
  • Certificate Number :
  • Treatment : No-Heat
  • Dimension : 12.3mm X 10.6mm X 7.3mm
  • Dimension Type: Not calibrated
  • Origin : Burma
  • 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 = ''; } });