Rolex Sky-Dweller
The Rolex Sky-Dweller emerges as a stand-out piece in the catalog of Rolex watches. This model blends technical sophistication with user-friendly functionality. Designed for world travelers, the Sky-Dweller stands out with its dual time zone display and annual calendar, hallmarks of Rolex's innovative spirit.
Now Shopping by
- 336938-002 Rolex 8178
- 336933-007 Rolex 8148
- 326934-023 Rolex 8081
- 326938-003 Rolex 8069
- 336934-023 Rolex 7925
- 336238-001 Rolex 7912
- 326934-022 Rolex 7863
- 326934-019 Rolex 7410
- 336933-006 Rolex 7032
- 326238-001 Rolex 6743
- 336934-021 Rolex 6693
- 326934-017 Rolex 5806
- 336933-005 Rolex 5763
- 326934-006 Rolex 4895
- 326938-002 Rolex 4868
- G0326933-003 Rolex 7275
- G0326933-SPY-001 Rolex 7268
- G0326935-010 Rolex 7228
<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-sky-dweller")) 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>


















