Audemars Piguet Royal Oak
The Audemars Piguet Royal Oak stands as a monumental achievement in the world of horology, a timepiece that successfully melded sportiness with luxury. Conceived in the early 1970s during the quartz crisis, this watch was Audemars Piguet's bold response to a market saturated with traditional timepieces and the emerging dominance of quartz technology. The Royal Oak's debut in 1972 marked a paradigm shift, challenging the norms with its unique use of stainless steel - a material then reserved for utility watches - and presenting it as a symbol of luxury.
- 26240OR-009 Audemars Piguet 8610
- 26331ST-010 Audemars Piguet 8604
- 26239OR-002 Audemars Piguet 8600
- 26240CE-007 Audemars Piguet 8553
- 26240BA-004 Audemars Piguet 8540
- 77450BC-001 Audemars Piguet 8121
- 26674ST-001 Audemars Piguet 8001
- 26584OR-002 Audemars Piguet 7557
- APRO07507 Audemars Piguet 7515
- 26518OR-001 Audemars Piguet 7229
- 15551OR-003 Audemars Piguet 6973
- 77350CB-001 Audemars Piguet 6936
- 15510OR-007 Audemars Piguet 5576
- 15468OR-001 Audemars Piguet 5279
- 15551ST-002 Audemars Piguet 4993
- 15551OR-005 Audemars Piguet 4992
- 25978BC-001 Audemars Piguet 4238
- G026674SG-002 Audemars Piguet 8577
<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("/audemars-piguet-royal-oak")) 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>


















