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.
- 126281RBR-010 Rolex 8800
- 278381RBR-006 Rolex 8798
- 126281RBR-009 Rolex 8790
- 126231-018 Rolex 7789
- 126201-005 Rolex 7607
- G0126231-020 Rolex 7817
<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>






