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
- 336935-034 Rolex 8322
- 336935-033 Rolex 8281
- 326935-016 Rolex 8182
- 336938-002 Rolex 8178
- 326935-015 Rolex 8145
- 326938-003 Rolex 8069
- 336238-002 Rolex 8013
- 336934-023 Rolex 7925
- 336238-001 Rolex 7912
- 326135-002 Rolex 7605
- 336935-032 Rolex 7026
- 326238-001 Rolex 6743
- 326935-014 Rolex 6727
- 336935-031 Rolex 5900
- 336935-005 Rolex 5546
- 326938-002 Rolex 4868
- 336235-001 Rolex 4670
- G0326935-013 Rolex 7960
<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>


















