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.
- 16202BC-004 Audemars Piguet 8828
- 67630BC-002 Audemars Piguet 8685
- 77450BC-001 Audemars Piguet 8121
- 26240BC-001 Audemars Piguet 4700
- 25978BC-001 Audemars Piguet 4238
- G015413BC-001 Audemars Piguet 8046
- G015510BC-004 Audemars Piguet 8000
- G026239BC-001 Audemars Piguet 7947
- G016202BC-003 Audemars Piguet 7869
- G026331BC-001 Audemars Piguet 7776
- G015310PT-001 Audemars Piguet 7584
- G015412BC-001 Audemars Piguet 7536
- G026574BC-003 Audemars Piguet 7439
- G015551BC-003 Audemars Piguet 7428
- G026227BC-001 Audemars Piguet 6335
- G015054BC-001 Audemars Piguet 6331
- G067653BC-001 Audemars Piguet 6190
- G026715BC-001 Audemars Piguet 5290
<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>


















