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.
- 126201-005 Rolex 7607
- 116188-001 Rolex 7313
- 126234-041 Rolex 7008
- 126234-024 Rolex 6310
- 126201-003 Rolex 5005
- 126234-014 Rolex 4589
- G016013-014 Rolex 8101
- G0116243-001 Rolex 6821
- G0126234-027 Rolex 6540
- G0126233-014 Rolex 6325
- G0126233-012 Rolex 6309
- G0116200-005 Rolex 5508
- G0126201-003 Rolex 4527
- G0116185BVR-001 Rolex 4322
- G0126234-014 Rolex 4137
- G0126231-012 Rolex 4127
- G016013-008 Rolex 4049
- G016200-003 Rolex 4032
<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>


















