Checkmate
Pear Ways Ring
Pear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways RingPear Ways Ring

Josefina Bailleres

$10,690

Pear Ways Ring

function inquiryPage() { window.open('https://josefinabailleres.com/pages/contact-us', '_blank'); } document.querySelector('.ProductMeta__PriceList').style.display = 'none'; inquire Imagine emeralds swirling and twirling like dancers, captivating every angle. This exquisite ring is truly a unique creation, crafted exclusively for you. What makes it even more special is the opportunity to select the stones that will grace its design, making it a true reflection of your taste and style. If you have a vision similar to this and wish to explore it, we eagerly await your inquiry. Set in 18K yellow gold. Always one-of-a-kind and made to order. Price upon request. Please note: All our pieces are made to order and require 11 to 14 weeks for production. DETAILS CARE ADVICE SHIPPING SAVOIR-FAIRE ASSISTANCE BOOK AN APPOINTMENT // creating and inserting popup const mainPageDiv = document.querySelector('#main'); const imagePopUpHTMLContent = ` `; const popupElement = document.createElement('div'); popupElement.classList.add('N__product-desciption-popup'); popupElement.innerHTML = imagePopUpHTMLContent; console.log(popupElement); mainPageDiv.prepend(popupElement); // mainPageDiv.insertBefore(popupElement, mainPageDiv.firstChild); // menu items const productDescriptionBoxItemOne = document.querySelector('#N__product-description-box-item-1'); const productDescriptionBoxItemTwo = document.querySelector('#N__product-description-box-item-2'); const productDescriptionBoxItemThree = document.querySelector('#N__product-description-box-item-3'); const productDescriptionBoxItemFour = document.querySelector('#N__product-description-box-item-4'); const productDescriptionBoxItemFive = document.querySelector('#N__product-description-box-item-5'); const productDescriptionBoxItemSix = document.querySelector('#N__product-description-box-item-6'); // const productDescriptionBoxItemSeven = document.querySelector('#N__product-description-box-item-7'); // popup items const productPopup = document.querySelector('.N__product-desciption-popup'); const productPopupCustomArea = document.querySelector('.N__product-description-popup-update-section'); const productPopupTitle = productPopupCustomArea.querySelector('h3'); const productPopupContent = productPopupCustomArea.querySelector('div'); const productPopupClose = document.querySelector('#N__product-description-popup-close'); /** * This is where you can write the description for each menu item. This will affect what's inside the popup box. The titles will auto update, but the content inside will need to be written properly here * * If you want a line break, you'll need to copy and past this code: ${lineBreak} * If you want to just move to the next line, copy this code: ${returnBreak} **/ const lineBreak = ''; const returnBreak = ''; //Details const itemOneContent = `Zambian emeralds average 4 ct total weight. This is a custom piece, and it may be designed with the stones of your choice. If you are interested in a similar design, please send us an inquiry through the assistance tab below. Please make sure to email us after you place your order if you would like us to send an image of the stone selection and layout for your approval before your ring is sent to production.${lineBreak}Please note: All our pieces are made to order and require 11 to 14 weeks for production. `; // Care advice const itemTwoContent = `Josefina Baillères pieces are delicate objects which demand gentle handling and require the utmost care. Avoid direct shocks or hits. Avoid direct contact with perfume, alcohol, or any other harsh chemicals.${lineBreak}Store jewelry individually in a dry, enclosed bag or box, and avoid contact with other jewelry or objects, for they may scratch your piece.${lineBreak}Handle chains with care. Carefully remove chains before putting on or taking off garments to prevent unwanted snapping.${lineBreak}Wear and tear is natural. We advise a yearly revision by our jewelers and will happily repair and repolish your pieces. Shipping is subject to separate charges.`; // shipping const itemThreeContent = `DOMESTIC${returnBreak}Shipments are serviced via FedEx & UPS, and are insured by our partner insurance company. Sales tax varies by state and is calculated at checkout.${lineBreak}Overnight: Arrival expected the next business day (excluding weekends and holidays).${returnBreak}Two Day: Arrival is expected within 2 business days (excluding weekends and holidays).${returnBreak}Ground: Arrival is expected within 4 to 10 business days (excluding weekends and holidays).${returnBreak}An adult signature is required.${lineBreak}INTERNATIONAL${returnBreak}Shipments are serviced via FedEx, UPS, Ferrari, or Malca-Amit, and may take from 7 to 15 days (excluding weekends and holidays). To ensure shipment is available for certain destinations, please email us after placing your order to discuss further options.${lineBreak}Please note: Prices and shipping fees do not include import and customs duties, Value Added Taxes (“VAT”), tariffs, and other fees that may be collected by the destination country. The fees stated above are the responsibility of the purchaser. Purchasers will be asked by the carrier to place their payments via telephone or email upon the arrival of the package to the destination country. Josefina Baillères is not responsible for brokerage fees, import and customs duties, Value Added Taxes (“VAT”), tariffs, and/or any other associated fees.${lineBreak}The order recipient is the importer of record and must comply with all laws, regulations, and restrictions of the destination country. Josefina Baillères is not responsible for delayed delivery of packages due to customs issues when shipping internationally.${returnBreak}All costs incurred on a refused delivery because of high customs or brokerage fees, duties, taxes, or restrictions imposed by the country of destination are the purchaser's responsibility.${lineBreak}All purchases are final and non-refundable. If there is a manufacturing defect upon receipt of your order, please notify us within 14 days of delivery. For exchanges, the pieces must be unused and in the original packaging. We reserve the right to refuse replacement requests if we believe the items are intentionally damaged or misused.`; // Savoir-faire const itemFourContent = `Our savoir-faire seamlessly binds the artistry of craft, design, and the essence of gemstones. This enchanting fusion ignites inspiration and brings our creations to life. In New York City and Paris, our jewelers shape raw materials into masterpieces, incorporating the most cutting-edge techniques and technologies to create outstanding works of art.${lineBreak}For more information, please refer to our savoir-faire page.`; // Assistance const itemFiveContent = `Please contact us if you would like to order a variation of this product or make any other custom inquiries. We will be delighted to assist you.`; // Book an appointment const itemSixContent = `Book a design consultation.${lineBreak}`; // other item // const itemEightContent = `Care advice blog cardigan food truck pinterest, iPhone XOXO fingerstache selfies normcore 3 wolf moon craft beer. Knausgaard cred cloud bread, vegan distillery YOLO poke retro kickstarter normcore cliche. Flexitarian messenger bag 3 wolf moon tacos ${lineBreak}palo santo fam heirloom keytar normcore banh mi taxidermy fixie ennui polaroid butcher. Disrupt cliche pok pok wayfarers tacos. Cold-pressed trust fund readymade plaid. Actually meh tumeric humblebrag raw denim occupy tacos VHS flexitarian narwhal twee fanny pack tumblr ethical slow-carb.`; /** * the code that makes it happen **/ let popupActive = false; const togglePopup = (action) => { if (popupActive === false && action === 'open') { productPopup.style.display = 'block'; setTimeout(() => { productPopup.style.opacity = 1; // productPopup.style.transform = 'translateY(-10px)'; }, 50); popupActive = true; console.log('opening popup'); } else if (action === 'close') { productPopup.style.opacity = 0; // productPopup.style.transform = 'translateY(0)'; setTimeout(() => { productPopup.style.display = 'none'; }, 500); popupActive = false; console.log('closing popup'); } }; const pushUpdate = (e, content) => { productPopupTitle.innerText = e.target.innerText; productPopupContent.innerHTML = content; }; const updateDescriptionBox = (e) => { switch (e.target.id) { case 'N__product-description-box-item-1': pushUpdate(e, itemOneContent); togglePopup('open'); break; case 'N__product-description-box-item-2': pushUpdate(e, itemTwoContent); togglePopup('open'); break; case 'N__product-description-box-item-3': pushUpdate(e, itemThreeContent); togglePopup('open'); break; case 'N__product-description-box-item-4': pushUpdate(e, itemFourContent); togglePopup('open'); break; case 'N__product-description-box-item-5': pushUpdate(e, itemFiveContent); togglePopup('open'); break; case 'N__product-description-box-item-6': pushUpdate(e, itemSixContent); togglePopup('open'); break; case 'N__product-description-box-item-7': pushUpdate(e, itemSevenContent); togglePopup('open'); break; case 'N__product-description-box-item-8': pushUpdate(e, itemEightContent); togglePopup('open'); break; default: console.log('it worked, but you clicked something other than description'); break; } }; productPopupClose.addEventListener('click', () => togglePopup('close')); const menuItemTriggers = [ productDescriptionBoxItemOne, productDescriptionBoxItemTwo, productDescriptionBoxItemThree, productDescriptionBoxItemFour, productDescriptionBoxItemFive, productDescriptionBoxItemSix, // productDescriptionBoxItemSeven, ]; menuItemTriggers.forEach((item) => { item.addEventListener('click', updateDescriptionBox); });

Save on Pear Ways Ring with a Josefina Bailleres promo code

Checkmate is a savings app with over one million users that have saved $$$ on brands like Josefina Bailleres.

The Checkmate extension automatically applies Josefina Bailleres discount codes, Josefina Bailleres coupons and more to give you discounts on products like Pear Ways Ring.