• Natural Ruby - 8.18 Carat
  • Natural Ruby - 8.18 Carat
  • Natural Ruby - 8.18 Carat

Natural Ruby - 8.18 Carat

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

Description

  • Weight Carat: 8.18
  • Weight Ratti: 9.06
  • Shape: Octagon
  • Cut: Faceted
  • Composition: Natural
  • Certificate Type:
  • Certificate Number:
  • Treatment: No Heat
  • Dimension : 13.3mm X 10.mm X 4.8mm
  • 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 = ''; } });