Rolex Pearlmaster
Since the early 20th century, Rolex has designed, and crafted watches suited for the wrists of every woman with the same standard of excellence as all the models that have built its legacy. The Lady-Datejust, designed in 1957 for the slender wrist, is described as providing “elegance with precision, grace with resistance, and beaty with performance.” In 1992, the Pearlmaster launched as a new interpretation of the Lady-Datejust. As of 2022, the collection has been discontinued. The now discontinued Pearlmaster holds a special place in the Oyster collection, as it represents the height of exquisiteness with precious metals and gemstones.
- 86285-001 Rolex 8317
- 86345SAJOR-002 Rolex 4022
- RJPM07014 Rolex 3650
- G081318-SPY-001 Rolex 3442
<style>
.catalog-category-view .product-item .product-item-details .old-price [data-price-type=oldPrice] .price, .cms-index-index .product-item .product-item-details .old-price [data-price-type=oldPrice] .price {
display: none !important;
}
.category-text {
display: none;
}
</style>
<script>
(function() {
const path = window.location.pathname || "";
if (!path.includes("/rolex-pearlmaster")) return;
const cssId = "custom-black-friday-css";
const customCSS = `
.catalog-category-view .product-item .product-item-details .old-price [data-price-type=oldPrice] .price,
.cms-index-index .product-item .product-item-details .old-price [data-price-type=oldPrice] .price {
display: none !important;
}
.category-text {
display: none;
}
`;
function injectCustomCSS() {
if (document.getElementById(cssId)) return;
const style = document.createElement("style");
style.id = cssId;
style.type = "text/css";
style.appendChild(document.createTextNode(customCSS));
document.head.appendChild(style);
}
// Inject on initial load
injectCustomCSS();
// Re-inject after any AJAX content load (Magento uses jQuery.ajax)
if (window.jQuery) {
jQuery(document).ajaxComplete(function() {
if (!document.getElementById(cssId)) {
injectCustomCSS();
}
});
}
// Extra fallback: Watch for DOM changes to product list
const observer = new MutationObserver(() => {
if (!document.getElementById(cssId)) {
injectCustomCSS();
}
});
observer.observe(document.body, {
childList: true,
subtree: true
});
})();
</script>




