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.
- 15305OR-002 Audemars Piguet 8658
- 15468OR-001 Audemars Piguet 5279
- G067630OR-SPY-001 Audemars Piguet 8080
- G015407OR-009 Audemars Piguet 7495
- G015407BA-001 Audemars Piguet 7429
- G015305ST-001 Audemars Piguet 7425
- G015412OR-003 Audemars Piguet 7341
- G026347TI-001 Audemars Piguet 7270
- G025829ST-001 Audemars Piguet 6739
- G026735ST-001 Audemars Piguet 5306
- G026585CM-001 Audemars Piguet 5305
- G015412BC-002 Audemars Piguet 5300
- G015412OR-004 Audemars Piguet 5299
- G016204OR-001 Audemars Piguet 5292
- G015468BA-001 Audemars Piguet 5281
- G015468BC-001 Audemars Piguet 5280
- G026585CE-002 Audemars Piguet 5163
- G026625BC-001 Audemars Piguet 4981
<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>


















