Rolex Datejust 36
A symbol of style, class, and unflinching allure, the Rolex Datejust 36 effortlessly epitomizes timeless elegance, exuding a feeling of luxury. The watch is a testament to the company's unyielding dedication to peerless craftsmanship and mechanical prowess. Considered one of the most memorable and stylish watch collections by Rolex, the Datejust 36, which was initially introduced to the world 79 years ago, is still phenomenally relevant today thanks to its understated design and continuously changing form and functionality in line with contemporary tastes and preferences.
- 126284RBR-005 Rolex 8372
- 126234-043 Rolex 8218
- 126231-018 Rolex 7789
- 126233-016 Rolex 7710
- 126201-005 Rolex 7607
- 116188-001 Rolex 7313
- 126201-002 Rolex 7198
- 126234-041 Rolex 7008
- 126234-044 Rolex 6668
- 126234-024 Rolex 6310
- 126281RBR-003 Rolex 5398
- 126234-019 Rolex 5396
- 126284RBR-004 Rolex 5395
- 126201-003 Rolex 5005
- 126234-014 Rolex 4589
- 126233-018 Rolex 3840
- 126283RBR-004 Rolex 3832
- 126231-021 Rolex 3778
<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-datejust-36")) 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>


















