This is a beautiful three-stone eye catching engagement ring which stands out with its 7x7mm natural black diamond center-stone (1.70 carat) and two 4.5mm trillion cut Moissanite side stones which enhance the contrast with black diamond center stone. The elegance of this ring is also in its detailed filigree designs on the sides, which have a touch of Edwardian style. A great choice for your special occasion!
This ring can be made with a variety of gemstones of your choice. Please inquire the details and price. Also note that all the diamonds in my shop are conflict free!
Check here for a video demonstration of the ring:
I make every single jewelry just for you upon your order. Please allow up to two weeks to complete your orders and ship.
DETAILS:
* Platinum
* One cushion cut natural black diamond 7x7mm center-stone
* Two 4.5mm trillion Moissanite side-stones
* The widest point is 7mm
* Occasion: Engagement, everyday, anniversary, special gift, birthday gift
* Also available in 14K rose, yellow, white, and black gold. For platinum and 18K gold - ask the price.
Thanks for visiting my shop:
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"698734",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'698734',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'698734'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});