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.
- G016204XT-SPY-001 Audemars Piguet 8488
- G02668XT-SPY-001 Audemars Piguet 8458
- G026347TI-001 Audemars Piguet 7270
- G026531TI-001 Audemars Piguet 6744
- G026331IP-001 Audemars Piguet 5960
- G026730TI-002 Audemars Piguet 5308
- G026730TI-001 Audemars Piguet 5307
- G016202XT-001 Audemars Piguet 5294
- G026586TI-001 Audemars Piguet 4980
- G026534TI-001 Audemars Piguet 4636
- G026586IP-001 Audemars Piguet 4577
- G026615TI-001 Audemars Piguet 3903
<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>












