Rolex Submariner
Avi & Co. stands out as the premier independent retailer specializing in Rolex watches, boasting an unparalleled collection of Rolex Submariner timepieces. The high demand and long waiting lists for watches in the Rolex Submariner collection underscore their desirability and exclusivity. Initially designed for divers, the Submariner has transcended its original purpose to become a revered symbol in the world of celebrities and popular culture.
- 126613LB-016 Rolex 8565
- 116618LN-001 Rolex 8047
- 16613-001 Rolex 8044
- 126619LB-009 Rolex 5444
- 126619LB-007 Rolex 5024
- 116613LN-004 Rolex 4893
- G0126613LB-014 Rolex 8157
- G0116613LB-001 Rolex 8041
- G0126618LB-003 Rolex 7738
- G0116659SABR-002 Rolex 6163
- G0126618LN Rolex 3652
<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-submariner")) 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>











