15% OFF SITEWIDE, USE CODE: B15
Buy 1 Get 1 50% OFF, USE CODE: B50
Buy 2 Get 1 FREE, USE CODE: FREE
1 / 2

Sotiya Oval Cut Opal Halo Engagement Ring Sterling Silver

STY250308496_RGD_US400
$145.00 USD
· 15% OFF SITEWIDE, USE CODE: B15
· Buy 1 Get 1 50% OFF, USE CODE: B50
· Buy 2 Get 1 FREE, USE CODE: FREE
Color
Size
Количество
Buy it now, ship out in 10-18 working days

Free Worldwide Shipping

We provide free worldwide shipping.

  • Standard Shipping: $9.90, Free over $69.00(7-12 working days)
  • Express Shipping: $25.00, Free over $180.00(3-7 working days)

30 Day Return&Exchange

One Year Warranty

Shopping Security

Product Details

Primary Stone

Stone Size: 8*10 mm

Stone Type: Opal

Number of Stones: 1

Stone Shape: Oval

Side Stone

Stone Size: 1*1.5*2.5,1.5*2.5,1.1,1.3,1.5 mm

Stone Type: Gemstone

Number of Stones: 76

Stone Color: Diamond White

Stone Shape: Tapered Baguette, Emerald, Round

Metal Information

Width: 14 mm

Height: 5.5 mm

Thickness: 1.5 mm

Material: 925 Silver

Plating Color: Rose Gold/Silver

Просмотрите больше
Уберите
Sotiya Oval Cut Opal Halo Engagement Ring Sterling Silver-Sotiya Sotiya Oval Cut Opal Halo Engagement Ring Sterling Silver-Sotiya
Rooted in nature, they embody stability, warmth, and a love that grows richer with time.

Sotiya Exclusive Coffee Gems

  • Rare & Radiant: Nature’s warm caramel hues, unmatched in depth.  
  •  Timeless Strength: Mohs 10 hardness—durable as your love.  
  •  Ethical Glam: Conflict-free, lab-grown options available.
Shop now
  • SOTIYA’s Exclusive Original Designs
    At SOTIYA, every piece is born from a fusion of avant-garde imagination and timeless elegance. From geometric asymmetry to fluid nature-inspired silhouettes,  ensuring your piece remains a **one-of-a-kind wearable art**—never replicated, forever iconic.  
  • Artisan Craftsmanship, Honed by Hand
    SOTIYA’s jewels are sculpted by master artisans who breathe life into metal and stone. Using centuries-old techniques like **hand-engraving**, **micro-pavé setting**, and **lost-wax casting**, each piece undergoes 100+ hours of meticulous refinement.

SOTIYA PACKAGING

All Sotiya products will come with free packaging featuring our logo, ensuring that the products are safely delivered to you. The package includes:

  • Your Jewelry
  • Delicate Jewelry Box
  • Silver Polishing Cloth
  • Sotiya Gift Card
  • Aircraft Box

QUALITY VERIFIED

Our products are certified by SGS, the world's largest and oldest multinational company for product quality control and technical certification:
1. Silver(Ag): 935.7‰  2. Nickel release: Pass

YOU MAY ALSO LIKE

// 给⽴即购买添加‘开始购物’的事件 $('.pay-button-buy-now').click(buy_event_func) $('.pay-button-more-options').click(buy_event_func) $('.apple-pay-btn').click(buy_event_func) // 该模板的购物⻋为右边弹出形式,给购物⻋的购买按钮添加‘开始购物’的事件 let targetElement = document.querySelector('.cart-drawer'); // Convert j // Query object to DOM node // Create a MutationObserver instance let observer = new MutationObserver(function(mutationsList) { mutationsList.forEach(mutation => { // if (mutation.attributeName === 'style') { // console.log('Style attribute changed:', targetElement.className); // if(!window.add_checkout_event){ // window.add_checkout_event = 1 // $('#checkout').click(buy_event_func) // } // } if(mutation.attributeName === 'class'){ console.log('Class attribute changed:', targetElement.className); if(!window.add_checkout_event){ window.add_checkout_event = 1 $('#checkout').click(buy_event_func) } } }); }); // Observer configuration let config = { attributes: true, attributeFilter: ['class', 'style'] }; // Start observing the target element observer.observe(targetElement, config); }, 9000) }) function add_cart_event_func_new(e) { e.preventDefault(); e.stopPropagation(); console.log('add to cart is clicked'); console.log(items); axon("track", "add_to_cart", { currency: product_info.currency, items: items, value: product_info.value }); setTimeout(function() { console.log('sleep 6000'); console.log(items); // 5秒后再提交加购 const form = document.getElementById('product-form-main-product-info'); if (form) form.submit(); }, 5000); }