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.
- 126610LN-019 Rolex 8564
- 124060-012 Rolex 8563
- 126610LN-017 Rolex 8222
- 116618LN-001 Rolex 8047
- 16610-002 Rolex 8038
- 126613LN-001 Rolex 7812
- 116610-001 Rolex 7384
- RSUB07151 Rolex 2956
- G0126618LB-003 Rolex 7738
- G0116610LV-018 Rolex 7724
- 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>











