- • Gold dove earring
• Engraved logo at back
• Tension back
• 14Kt solid gold
• Professional clean only
• Handmade in NYC
- Measures 8.7mm W x 6.5mm L
- All orders are shipped via UPS. This item ships in 1-3 business days. All packages are insured and trackable. An email containing the tracking number will be sent to you when the order ships. For more information, please check out our Return Policy.
Sizing
#panel-content-shopthelook .grid-products { margin: 0 !important; } #panel-content-shopthelook .grid-products .plp-product { padding-bottom: 20px; } #panel-content-shopthelook .short-desc.plp-product__details { display: block; padding: 0 !important; margin-top: 8px; } @media screen and (max-width: 1024px) { #panel-content-shopthelook .plp-product { padding-bottom: 15px } #panel-content-shopthelook .plp-product__title { margin-bottom: 0; } } .notify-me-mobile { position: absolute; top: 0px; right: 2px; } .notify-me-item-wrapper { position: relative; display: inline-block; width: 100%;} .notify h4 {font-size: 10px;} .notifyme-control.form-control { height: 60px; text-align: center; font-weight: normal; } @media screen and (max-width: 1024px) { .notifyme-control.form-control { height: 40px; } .notify .form-group { margin-top: 0 !important; } } .bis-newsletter-signup { position: relative; margin-top: 8px; } .bis-custom-checkbox { position: absolute; left: -9999px; } .bis-newsletter-signup label { cursor: pointer; } .bis-newsletter-signup label span.bn-txt { font-family: ‘Sohne’, Arial, sans-serif; font-size: 10px; line-height: 140%; /* identical to box height, or 14px */ letter-spacing: 0.05em; /* 181818 BLACK */ color: #181818; } .bis-newsletter-signup label span.bn-out { border: 1px solid #E5E5E5; box-sizing: border-box; height: 18px; width: 18px; display: inline-block; padding: 3px; position: relative; top: 5px; margin-right: 8px; } .bis-newsletter-signup label span.bn-in { display: block; width: 10px; height: 10px; } .bis-newsletter-signup input:checked + label .bn-in { background: #181818; } .atc-error.notifyme-control { border: 1px solid #D43F21; background: #FFE6E6; color: #D43F21; } .atc-error.notifyme-control::placeholder { color: #D43F21; opacity: 1; }
All domestic orders are shipped via UPS, and all international orders are shipped via DHL. Order processing may take up to 7 days. An email containing the tracking number will be sent to you when the order ships. All packages are insured and trackable.
Our standard delivery & return policies do not apply to made-to-order products or items marked as Final Sale. Shipping surcharges may be applied on orders requiring multiple deliveries. If we anticipate longer delivery times for a specific product, that information will be listed above and in checkout and the order confirmation email.
For more information, visit Client Services.
$(document).ready(function() { const categories = [‘Tees & Polos’, ‘Sweatshirts’, ‘Shirting’, ‘Sweaters’, ‘Pants’, ‘Sweatpants’, ‘Shorts’, ‘Outerwear’, ‘Suiting’, ‘Footwear’, ‘Headwear’, ‘Jewelry’, ‘Bags & Leather Goods’, ‘Accessories’, ‘Gift Cards’, ]; const collections = [ ‘Jewelry’, ‘Shop All’, ]; const category = categories.find((category) => collections.includes(category)) || ”; const element = $(‘.product__container .panel__content–details ul’).children(‘li’).eq(1).html(); // sizing converter const converterHtml = ` CM
IN
INTL
`// how to measure button const howToMeasureHtml = `How to measure
` $(‘.product__container .panel__content–sizing’).html(element); $(‘.product__main-mobile .panel__content–sizing’).html(element); $(‘.product__container .panel__content–details ul’).children(‘li’).eq(1).hide(); $(‘.product__main-mobile .panel__content–details ul’).children(‘li’).eq(1).hide(); $(‘.product__main-mobile .panel__content–sizing table’).wrap(‘
‘); $(‘.product__container .panel__content–sizing table’).wrap(‘
‘); if($(‘#panel-content-sizing’).attr(‘product-type’) != ‘Footwear’) { $(‘.panel__content–sizing table’).before(converterHtml); $(‘.panel__content–sizing table’).after(howToMeasureHtml); } const gaEvent = function (event) { if (typeof gtag === ‘function’) {gtag(‘event’, event); } }; const productId = $(‘.pdp.product’).data(‘productid’); $(‘.panel-content-sizing__convert-button’).off(‘click.convert-button’).on(‘click.convert-button’, function () { const unit = $(this).data(‘unit’); $(‘.panel-content-sizing__convert-button’).removeClass(‘panel-content-sizing__convert-button–active’); $(this).addClass(‘panel-content-sizing__convert-button–active’); $(‘.panel__content–sizing table’).convertTableUnits(unit); // PDP_[Category]_[Product id]_Sizing_[UNIT] gaEvent(`PDP_${category}_${productId}_Sizing_${unit}`); }); // PDP_[Category]_[Product id]_Sizing_HTM Guide_Open $(‘.panel-content-sizing__measure-guide-button’).off(‘click.measure-guide-open’).on(‘click.measure-guide-open’, function () { gaEvent(`PDP_${category}_${productId}_Sizing_HTM Guide_Open`); });// PDP_[Category]_[Product id]_HTM Guide_Dropdown $(‘.custom-select-category-measure-wrapper’).off(‘click.measure-guide-dropdown’).on(‘click.measure-guide-dropdown’, function () { gaEvent(`PDP_${category}_${productId}_HTM Guide_Dropdown`); });// PDP_[Category]_[Product id]_Sizing_HTM Guide_Close $(‘.measure-guide-modal__close’).off(‘click.measure-guide-close’).on(‘click.measure-guide-close’, function () { gaEvent(`PDP_${category}_${productId}_HTM Guide_Close`); }); // PDP_[Category]_[Product id]_Sizing_Open/Close $(‘.panel__toggle#panel-header-sizing’).off(‘click.ga’).on(‘click.ga’, function (e) { if($(this).parent().find(‘#panel-content-sizing’).is(‘:visible’)) {gaEvent(`PDP_${category}_${productId}_Sizing_Close`); } else {gaEvent(`PDP_${category}_${productId}_Sizing_Open`); } }); /* ———- SHOP THE LOOK ———- */ // PDP_[Product id]_Shop the Look_Close/Open $(‘.panel__toggle#panel-header-shopthelook’).off(‘click.ga’).on(‘click.ga’, function (e) { console.log($(this).closest(‘#panel-content-shopthelook’)); if($(this).parent().find(‘#panel-content-shopthelook’).is(‘:visible’)) {gaEvent(`PDP_${productId}_Shop the Look_Close`); } else {gaEvent(`PDP_${productId}_Shop the Look_Expand`); } }); // PDP_[Product id]_Shop the Look_Impression setTimeout(() => { const $wrapper = $(‘.simplebar-desktop .simplebar-content-wrapper’); const $content = $(‘.simplebar-desktop .simplebar-content’); const $panel = $(‘.simplebar-desktop #panel-content-shopthelook’); let impressionActivated = false; $wrapper.off(‘scroll.shopthelook-impression’).on(‘scroll.shopthelook-impression’, function() {if ($panel.is(‘:visible’)) { const scrollTop = $wrapper.scrollTop(); const clientHeight = $wrapper[0].clientHeight; const scrollHeight = $content[0].scrollHeight; if (scrollTop + clientHeight >= scrollHeight – 40) { if(!impressionActivated) { gaEvent(`PDP_${productId}_Shop the Look_Impression`); impressionActivated = true; } }} }); }, 500); // PDP_[Product id]_Shop the Look_Impression MOBILE setTimeout(() => { const $wrapper = $(window); const $panel = $(‘.product__main-mobile #panel-content-shopthelook’); let impressionActivated = false; $wrapper.off(‘scroll.shopthelook-impression-mobile’).on(‘scroll.shopthelook-impression-mobile’, function() { if ($panel.is(‘:visible’)) { const scrollTop = $wrapper.scrollTop(); const windowHeight = $wrapper.height(); const panelOffsetTop = $panel.offset().top; const panelHeight = $panel.outerHeight(); const panelBottom = panelOffsetTop + panelHeight; if (panelBottom {if($panel.is(‘:visible’)) { gaEvent(`PDP_${productId}_Shop the Look_Impression`);} }, 100); } } } }); }, 500); }); function parseInches(str) { if (!str) return NaN; str = str.replace(/½/g, “.5”) .replace(/¼/g, “.25”) .replace(/¾/g, “.75”) .replace(/⅛/g, “.125”) .replace(/⅜/g, “.375”) .replace(/⅝/g, “.625”) .replace(/⅞/g, “.875”); return parseFloat(str); } function formatInches(value) { if (isNaN(value)) return “”; const intPart = Math.floor(value); const decimal = value – intPart; let fraction = ”; if (Math.abs(decimal – 0.5) < 0.01) fraction = '½'; else if (Math.abs(decimal – 0.25) < 0.01) fraction = '¼'; else if (Math.abs(decimal – 0.75) < 0.01) fraction = '¾'; else if (Math.abs(decimal – 0.125) < 0.01) fraction = '⅛'; else if (Math.abs(decimal – 0.375) < 0.01) fraction = '⅜'; else if (Math.abs(decimal – 0.625) < 0.01) fraction = '⅝'; else if (Math.abs(decimal – 0.875) < 0.01) fraction = '⅞'; return intPart + fraction; } $.fn.convertTableUnits = function(unit) { this.find('td').each(function() { const $td = $(this); if (!$td.data('original')) {$td.data('original', $td.text().trim()); } const originalValue = parseInches($td.data('original')); if (isNaN(originalValue)) return; if (unit === 'CM') {$td.text((originalValue * 2.54).toFixed(2)); } else if (unit === 'INTL') {$td.text(Math.round(originalValue * 2.54)); } else if (unit === 'IN') {$td.text($td.data('original')); } }); return this; };
14Kt Gold Dove Earring
$300
var globalEsetcurrency = ”;var globalEsetcountry = ”;var globalEsetculture = ”;var cafp = $(‘.product__price–sale’).attr(‘data-cafp’);cafp = ”;// cafp = cafp.replace(/’/g, ‘”‘)// if(cafp != ”) {// cafp = JSON.parse(cafp);// } else {// // do nothing, ge should handle// }var currencycallback = function(userLocalization) { globalEsetcurrency = userLocalization[‘Currency’].Code; globalEsetcountry = userLocalization[‘Country’].Code; globalEsetculture = GlobalE.Culture; if(cafp != ”) { if(cafp.defaults.hasOwnProperty(globalEsetcurrency)) { console.log(‘>>> CAFP used’) var pricePrint = cafp.defaults[globalEsetcurrency] + ”; // pricePrint = pricePrint.replace(‘.00’, ”).replace(‘,00’, ”); var currentPrice = $(‘.product__price.money’).text(); // console.log(‘>>> values: ‘, currentPrice, pricePrint); // var onlyPrice = currentPrice.match(/d/g).join(”); // var onlyPrice = currentPrice.match(/$(d*,?d+?)/g).join(”); var onlyPrice = currentPrice.match(/d*,?d*?/g).join(”); console.log(currentPrice, onlyPrice, pricePrint); pricePrint = currentPrice.replace(onlyPrice, pricePrint); $(‘.product__price–sale’).text(pricePrint).removeClass(‘temp-hidden-price’); } else {if(globalEsetcurrency === ‘USD’ && globalEsetcountry === ‘US’) { $(‘.product__price–sale’).removeClass(‘temp-hidden-price’)} else { console.log(‘>>> GE Localize used’) // $(‘.product__price–sale’).removeAttr(‘data-gem-ignore’).removeClass(‘temp-hidden-price’); /////var priceDetails2 = { “Price”: $(‘.product__price–sale’).text().replace(‘,’, ”).replace(‘$’, ”), “Quantity”: 1};console.log(‘priceDetails’, priceDetails2)// tempSymbol = localizedPrice.CurrencySymbol;// GEM_Components.ExternalMethodsComponent.LocalizePrice(priceDetails2, callback3); } } } }; var callback3 = function(localizedPrice) {console.log(‘>>>>> end’, JSON.stringify(localizedPrice), localizedPrice, localizedPrice.SymboledPrice);$(‘.product__price–sale’).text(localizedPrice.SymboledPrice).removeClass(‘temp-hidden-price’)//var currency = localizedPrice;//console.log(localizedPrice.SymboledPrice)// tempSymbol = localizedPrice.CurrencySymbol;// curEl.text(localizedPrice.CurrencySymbol + (localizedPrice.ConvertedPrice+tempPriceLocal))// curEl.css(‘visibility’, ‘visible’); };// setTimeout(function() {// GEM_Components.ExternalMethodsComponent.GetUserLocalization(currencycallback);// }, 2000).temp-hidden-price {visibility: hidden}
Final Sale
$(document).ready(function () { var scrollBar = $(‘.product__infolabels.simplebar-mobile’); if($(window).width() new SimpleBar(element)); } $(window).on(‘resize’, function () { var scrollBarSet = $(‘.product__infolabels.simplebar-mobile’); if($(window).width() new SimpleBar(element)); } }); }); This item is made to order and will ship in 4-6 weeks











Reviews
There are no reviews yet.