ORDERS PLACED TO DATE
1301

Delivery

All items (watches or jewelry) in stock on the FRANCINE JOAILLERIE website are shipped within approximately 48 hours to 7 days, depending on the value of the shipment, the destination, and the shipping method selected.
Shipments and deliveries are 100% secure and handled by specialized professional carriers
, UPS, and FERRARI (cash-in-transit services) or the postal service: CHRONOPOST and VALEUR DECLAREE.

DELIVERY OPTIONS

– HOME DELIVERY (Delivery fees apply*)
– PICKUP AT THE SAINT TROPEZ STORE

HOME DELIVERY

Fast, secure, and insured delivery
Your package is prepared as soon as we receive your order and full payment. Depending on the value of your purchase, we will choose one of the shipping methods listed above.
If your item is shipped via Chronopost or Declared Value, in both cases you will receive your package at home via hand-delivery upon signature.
If you are not home, your package will be taken to the nearest post office. To pick it up, you’ll need to bring the delivery notice or the tracking number provided online, along with a valid ID.

DELIVERY TO THE SAINT TROPEZ STORE

(or pickup at the Marseille office by appointment, only during the winter when the St. Tropez store is closed)

Benefit: Save on shipping costs and pick up your order at the store after paying for it online at
. You can also reserve your order on the website by paying a deposit and settling the balance at the store (credit card only)
In this case, please bring your confirmation email and a valid ID.
All items come with a certificate of authenticity. They are appraised and authenticated before being listed online and come with a 1-year warranty (see Terms and Conditions of Sale).

*SHIPPING COSTS

In the luxury sector, shipping conditions must meet specific requirements and constraints:
Secure transportation, appropriate packaging, and specific insurance—all of which result in additional costs that are therefore justified
A necessary contribution toward shipping costs.

– Up to €10,000
; Metropolitan France: €50
; Europe: €50

– Over 10,000 €
, mainland France: 120 €
, Europe: 120 €

All other shipments:
Worldwide – French overseas departments and territories: Flat rate of 150 €

Certified, 100% Authentic

14-Day Right of Withdrawal


Express & Secure Delivery


2-Year Warranty

Payments
in instalments

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

/*Formulaire de recherche */ /*document.getElementById('loop').addEventListener('click', function() { var searchElement = document.querySelector('.search'); if (searchElement) { searchElement.classList.add('click'); } });*/ /* description produit */ /*document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { container.classList.toggle("open"); btn.innerText = container.classList.contains("open") ? "Réduire" : "Lire la suite"; }); });*/ document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { if (container.classList.contains("open")) { container.classList.remove("open"); container.style.maxHeight = "120px"; btn.textContent = "Lire la suite"; } else { container.classList.add("open"); container.style.maxHeight = container.scrollHeight + "px"; btn.textContent = "Réduire"; } }); }); /* navigateur filtre produits */ (function() { var pos = 0; var rebuilding = false; function buildPills() { var inner = document.getElementById('jsf-inner'); if (!inner) return; var inputs = document.querySelectorAll('.jet-filters-group input[type="checkbox"]'); if (!inputs.length) return; inner.innerHTML = ''; inputs.forEach(function(input) { var label = input.getAttribute('data-label') || input.getAttribute('aria-label') || ''; var pill = document.createElement('span'); pill.className = 'jsf-pill' + (input.checked ? ' active' : ''); pill.textContent = label; pill.addEventListener('click', function() { input.click(); setTimeout(function() { pill.classList.toggle('active', input.checked); }, 50); }); input.addEventListener('change', function() { pill.classList.toggle('active', input.checked); }); inner.appendChild(pill); }); } var observer = new MutationObserver(function() { if (rebuilding) return; rebuilding = true; setTimeout(function() { buildPills(); rebuilding = false; }, 300); }); document.addEventListener('DOMContentLoaded', function() { buildPills(); observer.observe(document.body, { childList: true, subtree: true }); }); document.addEventListener('click', function(e) { var inner = document.getElementById('jsf-inner'); var track = inner ? inner.parentElement : null; if (!inner || !track) return; if (e.target.classList.contains('jsf-next')) { pos = Math.min(pos + 160, inner.scrollWidth - track.offsetWidth); inner.style.transform = 'translateX(-' + pos + 'px)'; } if (e.target.classList.contains('jsf-prev')) { pos = Math.max(pos - 160, 0); inner.style.transform = 'translateX(-' + pos + 'px)'; } }); })(); /* masquer range filter si aucun résultat */ jQuery(document).ready(function($) { var $rangeFilter = $('.jet-range-filter'); $(document).on('jet-filter-custom-content-render', function(e, response) { var count = parseInt(response.count) || 0; if (count === 0) { $rangeFilter.hide(); } else { $rangeFilter.show(); } }); });