{"product_id":"speedmaster-dark-side-of-the-moon-apollo-8-primeira-linha","title":"Speedmaster Dark Side of the Moon Apollo 8 - Førsteklasses","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600\u0026display=swap');\n\n  \/* ========= VIDEO + IMAGE BLOCK ========= *\/\n  .video-container {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%; \/* 16:9 *\/\n    overflow: hidden;\n    margin-bottom: 20px;\n    font-family: 'Montserrat', sans-serif;\n  }\n  .video-container video {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; object-fit: cover;\n  }\n  .image-container { width: 100%; font-family: 'Montserrat', sans-serif; }\n  .image-container img { display: block; width: 100%; height: auto; }\n  .image-container h1, .image-container h2, .image-container h3,\n  .video-container h1, .video-container h2, .video-container h3 {\n    font-family: 'Montserrat', sans-serif; font-weight: 600;\n  }\n  .image-container p, .video-container p {\n    font-family: 'Montserrat', sans-serif; font-weight: 400;\n  }\n\n  \/* ========== ADDITIONS: TOP BLOCK AND TEXT BELOW VIDEO ========== *\/\n  .intro-section {\n    max-width: 1100px;\n    margin: 28px auto 16px auto;\n    padding: 0 16px;\n    text-align: center;\n    font-family: 'Montserrat', sans-serif;\n  }\n  .intro-section h2 {\n    font-size: 28px;\n    margin: 0 0 10px 0;\n    font-weight: 600;\n  }\n  .intro-section p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.6;\n    font-weight: 400;\n    color: #333;\n  }\n\n  .after-video-text {\n    max-width: 1100px;\n    margin: 16px auto 0;\n    padding: 0 16px;\n    text-align: center;\n    font-family: 'Montserrat', sans-serif;\n  }\n  .after-video-text p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.6;\n    font-weight: 400;\n    color: #333;\n  }\n\n  \/* ========= “MAIN MATERIALS” CAROUSEL (CSS ONLY) ========= *\/\n  #materials-carousel-003 {\n    width: 100%;\n    margin: 60px auto;\n    box-sizing: border-box;\n    font-family: 'Montserrat', sans-serif;\n    position: relative;\n  }\n  #materials-carousel-003 h2 {\n    font-size: 28px;\n    margin: 40px 0;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    text-align: center;\n    font-weight: 600;\n  }\n  .carousel-container { position: relative; overflow: hidden; width: 100%; }\n\n  .materials-grid {\n    display: flex;\n    gap: 10px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;         \/* smooth when clicking the bars *\/\n    padding-bottom: 6px;\n    scrollbar-width: none;\n  }\n  .materials-grid::-webkit-scrollbar { display: none; }\n\n  \/* Card as \u003cdetails\u003e to open\/close without JS *\/\n  .material-card {\n    flex: 0 0 300px;\n    scroll-snap-align: center;\n    scroll-snap-stop: always;\n    background: #fff;\n    box-sizing: border-box;\n    border: 0;\n  }\n  .material-card summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 0;\n    margin: 0;\n    outline: none;\n    display: block;\n  }\n  .material-card summary::-webkit-details-marker { display: none; }\n\n  .material-card img {\n    width: 100%;\n    aspect-ratio: 975\/1350;\n    object-fit: cover;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .material-card h3 {\n    font-size: 16px;\n    margin: 0 10px 10px 10px;\n    text-transform: capitalize;\n    text-align: left;\n    font-weight: 600;\n  }\n\n  \/* Text hidden by default with fade\/height for ~400+ chars *\/\n  .material-content {\n    max-height: 0;\n    opacity: 0;\n    overflow: hidden;\n    margin: 0 10px;\n    font-size: 15px;\n    color: #444;\n    text-align: left;\n    transition: max-height .5s ease, opacity .5s ease;\n    font-weight: 400;\n  }\n  .material-content p { margin: 0 0 10px 0; }\n  .material-card[open] .material-content {\n    max-height: 520px;   \/* supports long descriptions *\/\n    opacity: 1;\n    margin-bottom: 16px;\n  }\n\n  \/* Clickable indicators (bars) *\/\n  .carousel-indicators {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 15px;\n    align-items: center;\n  }\n  .carousel-indicators a {\n    display: block;\n    width: 25px;\n    height: 3px;\n    background: #ddd;\n    border-radius: 2px;\n    text-indent: -9999px; \/* accessible but invisible *\/\n  }\n  .carousel-indicators a:focus { outline: 2px solid #c00; }\n  \/* optional: subtle highlight when target is focused via :target (without JS) *\/\n  .materials-grid:has(#mat-1:target) ~ .carousel-indicators a[data-target=\"#mat-1\"],\n  .materials-grid:has(#mat-2:target) ~ .carousel-indicators a[data-target=\"#mat-2\"],\n  .materials-grid:has(#mat-3:target) ~ .carousel-indicators a[data-target=\"#mat-3\"] {\n    background: #c00;\n  }\n\n  \/* ========= “MOVEMENT” BLOCK ========= *\/\n  .movement-section{\n    display:block; background:#fff; padding:60px 20px; font-family:'Montserrat', sans-serif;\n  }\n  .movement-container{\n    max-width:1200px; margin:0 auto; display:grid; gap:22px;\n    grid-template-areas:\\\"head\\\" \\\"image\\\" \\\"desc\\\"; align-items:center; text-align:center;\n  }\n  .movement-head{ grid-area:head; }\n  .movement-subtitle{\n    font-size:14px; letter-spacing:2px; color:#666; margin:0 0 10px 0; font-weight:600;\n  }\n  .movement-title{ font-size:28px; color:#1F3B4D; margin:0; font-weight:600; }\n  .movement-image{ grid-area:image; }\n  .movement-image img{ width:100%; max-width:360px; height:auto; display:inline-block; }\n  .movement-desc{\n    grid-area:desc; font-size:16px; line-height:1.6; color:#333; max-width:680px; margin:0 auto; font-weight:400;\n  }\n  @media (min-width: 992px){\n    .movement-container{\n      grid-template-columns: 1fr 1fr;\n      grid-template-areas: \\\"head image\\\" \\\"desc image\\\";\n      gap:28px 40px; text-align:left;\n    }\n    .movement-image{ text-align:right; }\n    .movement-image img{ max-width:460px; }\n    .movement-desc{ margin:0; font-size:17px; }\n    .movement-title{ font-size:32px; }\n  }\n\n  \/* ========= ACCORDION (CSS ONLY with \u003cdetails\u003e) ========= *\/\n  .accordion-section{ background:#fff; padding:60px 20px; font-family:'Montserrat', sans-serif; }\n  .accordion-container{ max-width:800px; margin:0 auto; }\n\n  .acc-item{\n    border-bottom:1px solid #ddd;\n    padding: 0;\n  }\n  .acc-item summary{\n    width:100%; background:none; border:none; text-align:left;\n    font-size:16px; font-weight:600; padding:18px 0; color:#1F3B4D; cursor:pointer;\n    display:flex; justify-content:space-between; align-items:center; list-style:none; outline:none;\n  }\n  .acc-item summary::-webkit-details-marker{ display:none; }\n  .acc-item summary::after{\n    content: \\\"+\\\"; font-size:20px; transition: transform .3s;\n  }\n  .acc-item[open] summary::after{ content: \\\"–\\\"; }\n\n  .acc-content{\n    max-height:0; opacity:0; overflow:hidden; transition:max-height .4s ease, opacity .3s ease;\n  }\n  .acc-item[open] .acc-content{ max-height:1000px; opacity:1; margin-bottom:15px; }\n  .acc-content p{\n    margin:0; padding:10px 0; font-size:15px; color:#333; line-height:1.6; font-weight:400;\n  }\n  .acc-content p + p{ margin-top: 6px; } \/* spacing between paragraphs *\/\n\n  \/* Data in 2 columns (label on the left, value on the right) *\/\n  .specs-grid{\n    display:grid;\n    grid-template-columns:minmax(140px, 1fr) 1fr;\n    gap:10px 16px;\n    padding:10px 0;\n  }\n  .specs-grid dt{\n    margin:0; font-weight:600; color:#333;\n  }\n  .specs-grid dd{\n    margin:0; color:#444;\n  }\n\n  \/* Indicators with :has may not exist in all browsers; degrade without errors *\/\n  @supports not(selector(:has(*))) {\n    \/* Without :has, all bars remain gray (clickable); highlight only when clicked and focused *\/\n  }\n\u003c\/style\u003e\n\n\u003c!-- ========= INTRO (TITLE + TEXT ABOVE VIDEO) ========= --\u003e\n\u003cdiv class=\\\"intro-section\\\"\u003e\n  \u003ch2\u003eSpeedmaster Dark Side of the Moon Apollo 8\u003c\/h2\u003e\n  \u003cp\u003eHaving been present at all six lunar landings in history, the legendary OMEGA Speedmaster is an authentic icon of space exploration and OMEGA's pioneering spirit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========= VIDEO ========= --\u003e\n\u003cdiv class=\\\"video-container\\\"\u003e\n  \u003cvideo autoplay loop muted playsinline\u003e\n    \u003csource src=\\\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/512960bb64114b4e94a5e5b766a6f2ec.mp4\\\" type=\\\"video\/mp4\\\"\u003e\n    Your browser does not support HTML5 video.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========= BLOCK BELOW VIDEO (TEXT) ========= --\u003e\n\u003cdiv class=\\\"after-video-text\\\"\u003e\n  \u003cp\u003eIn this 44.25 mm model, the Speedmaster's history aboard the Apollo 8 mission is celebrated through the darkened movement, with laser ablation on the main plate and bridges to represent the surface of the moon. \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========= IMAGE (picture) ========= --\u003e\n\u003cdiv class=\\\"image-container\\\"\u003e\n  \u003cpicture\u003e\n    \u003c!-- Desktop --\u003e\n    \u003csource media=\\\"(min-width: 900px)\\\" srcset=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/backpp-speedmaster.png?v=1757714521\\\"\u003e\n    \u003c!-- Mobile --\u003e\n    \u003cimg src=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/backpp-speedmaster-darksideofthemoon_27020e2d-5caa-42ef-aba8-65919c53d932.png?v=1757714522\\\" alt=\\\"Speedmaster Dark Side of the Moon Apollo 8\\\"\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========= CAROUSEL (without JS) ========= --\u003e\n\u003cdiv id=\\\"materials-carousel-003\\\"\u003e\n  \u003ch2\u003eMain Materials\u003c\/h2\u003e\n  \u003cdiv class=\\\"carousel-container\\\"\u003e\n    \u003cdiv class=\\\"materials-grid\\\" id=\\\"carousel\\\"\u003e\n      \u003c!-- Item 1 --\u003e\n      \u003cdetails id=\\\"mat-1\\\" class=\\\"material-card\\\"\u003e\n        \u003csummary\u003e\n          \u003cimg src=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/materials-titanium_grade.png?v=1757714709\\\" alt=\\\"Grade 5 titanium\\\"\u003e\n          \u003ch3\u003eGrade 5 titanium\u003c\/h3\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\\\"material-content\\\"\u003e\n          \u003cp\u003eTitanium alloys are lightweight, corrosion-resistant, biochemically inert and able to withstand extreme temperatures. These properties make them particularly suitable for medical products, aircraft and spacecraft. They offer a perfect balance of strength, corrosion resistance and ease of processing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003c!-- Item 2 --\u003e\n      \u003cdetails id=\\\"mat-2\\\" class=\\\"material-card\\\"\u003e\n        \u003csummary\u003e\n          \u003cimg src=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/materials-ceramic_s.png?v=1757714709\\\" alt=\\\"Ceramic\\\"\u003e\n          \u003ch3\u003eCeramic\u003c\/h3\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\\\"material-content\\\"\u003e\n          \u003cp\u003eOMEGA has unparalleled expertise in the use of ceramic, which began more than 10 years ago. Derived from the Greek word \\\"keramos\\\", ceramic is a non-metallic inorganic substance obtained by treatment with fire at high temperatures. It enables the creation of completely dense watch components with exceptional mechanical properties.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003c!-- Item 3 --\u003e\n      \u003cdetails id=\\\"mat-3\\\" class=\\\"material-card\\\"\u003e\n        \u003csummary\u003e\n          \u003cimg src=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/materials-sapphire_crystal_s.png?v=1757285503\\\" alt=\\\"Sapphire crystal\\\"\u003e\n          \u003ch3\u003eSapphire crystal\u003c\/h3\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\\\"material-content\\\"\u003e\n          \u003cp\u003eOMEGA uses synthetic sapphire crystal with anti-reflective treatment and high scratch resistance. Produced using the Verneuil process, which melts the raw material until it crystallizes, it reaches a hardness of 9 on the Mohs scale, making it almost scratch-proof and ensuring complete dial clarity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Indicators (bars) --\u003e\n  \u003cdiv class=\\\"carousel-indicators\\\" id=\\\"indicators\\\"\u003e\n    \u003ca href=\\\"#mat-1\\\" data-target=\\\"#mat-1\\\" aria-label=\\\"Go to stainless steel\\\"\u003e•\u003c\/a\u003e\n    \u003ca href=\\\"#mat-2\\\" data-target=\\\"#mat-2\\\" aria-label=\\\"Go to aluminium\\\"\u003e•\u003c\/a\u003e\n    \u003ca href=\\\"#mat-3\\\" data-target=\\\"#mat-3\\\" aria-label=\\\"Go to sapphire crystal\\\"\u003e•\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ========= MOVEMENT BLOCK ========= --\u003e\n\u003csection id=\\\"calibre-omega-8806\\\" class=\\\"movement-section\\\"\u003e\n  \u003cdiv class=\\\"movement-container\\\"\u003e\n    \u003cdiv class=\\\"movement-head\\\"\u003e\n      \u003ch4 class=\\\"movement-subtitle\\\"\u003eMovement\u003c\/h4\u003e\n      \u003ch2 class=\\\"movement-title\\\"\u003eOMEGA Calibre 3869\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\\\"movement-image\\\"\u003e\n      \u003cimg src=\\\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/4040\/2018\/files\/watch-calibre_3c7abc69-2dfe-4cfb-b4fc-9b7b4e8cd7ea.png?v=1757716452\\\" alt=\\\"OMEGA Calibre 3869\\\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\\\"movement-desc\\\"\u003e\n      Hand-wound chronograph movement with Co-Axial escapement. Master Chronometer certified and approved by METAS, it is resistant to magnetic fields of up to 15,000 gauss. Textured and darkened lunar relief on the main plate and bridges, with greater lunar detail than the previous Calibre 1869, thanks to precise laser engraving and contrasting surfaces.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ========= ACCORDION (without JS) ========= --\u003e\n\u003csection class=\\\"accordion-section\\\"\u003e\n  \u003cdiv class=\\\"accordion-container\\\"\u003e\n    \u003c!-- DESCRIPTION --\u003e\n    \u003cdetails class=\\\"acc-item\\\"\u003e\n      \u003csummary\u003eDESCRIPTION\u003c\/summary\u003e\n      \u003cdiv class=\\\"acc-content\\\"\u003e\n        \u003cp\u003eHaving been present at all six lunar landings in history, the legendary OMEGA Speedmaster is an authentic icon of space exploration and OMEGA's pioneering spirit.\u003c\/p\u003e\n        \u003cp\u003eIn this 44.25 mm model, the Speedmaster's history aboard the Apollo 8 mission is celebrated through the darkened movement, with laser ablation on the main plate and bridges to represent the surface of the moon. The near side can be admired through the skeletonized dial in black anodized aluminium, while the far side is visible through the caseback.\u003c\/p\u003e\n        \u003cp\u003ePresented with a perforated black rubber strap with yellow rubber on the inside, the watch is entirely crafted from black ceramic and includes varnished yellow chronograph seconds hands and a laser-engraved tachymeter scale on the bezel filled with white enamel. The small seconds subdial (patent pending) also includes a Grade 5 titanium hand shaped like the Saturn V rocket. This 3D shape is created by laser turning, while the colours are achieved through white varnish, laser ablation and darkening.\u003c\/p\u003e\n        \u003cp\u003eThe specially decorated movement is the OMEGA Co-Axial Master Chronometer Calibre 3869, while the engravings on the caseback include \\\"APOLLO 8, DEC 1968\\\", \\\"DARK SIDE OF THE MOON\\\", \\\"WE'LL SEE YOU ON THE OTHER SIDE\\\" and \\\"CO-AXIAL MASTER CHRONOMETER\\\"\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdetails class=\\\"acc-item\\\"\u003e\n      \u003csummary\u003eFEATURES\u003c\/summary\u003e\n      \u003cdiv class=\\\"acc-content\\\"\u003e\n        \u003cp\u003eAnti-magnetic, Chronograph, Transparent caseback.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- TECHNICAL DATA (two columns) --\u003e\n    \u003cdetails class=\\\"acc-item\\\"\u003e\n      \u003csummary\u003eTECHNICAL DATA\u003c\/summary\u003e\n      \u003cdiv class=\\\"acc-content\\\"\u003e\n        \u003cdl class=\\\"specs-grid\\\"\u003e\n          \u003cdt\u003eBetween the lugs\u003c\/dt\u003e\n\u003cdd\u003e21 mm\u003c\/dd\u003e\n          \u003cdt\u003eLug to lug\u003c\/dt\u003e\n\u003cdd\u003e50 mm\u003c\/dd\u003e\n          \u003cdt\u003eThickness\u003c\/dt\u003e\n\u003cdd\u003e12.97 mm\u003c\/dd\u003e\n          \u003cdt\u003eCase diameter\u003c\/dt\u003e\n\u003cdd\u003e44.25 mm\u003c\/dd\u003e\n          \u003cdt\u003eCase\u003c\/dt\u003e\n\u003cdd\u003eBlack ceramic\u003c\/dd\u003e\n          \u003cdt\u003eDial colour\u003c\/dt\u003e\n\u003cdd\u003eBlack\u003c\/dd\u003e\n          \u003cdt\u003eGlass\u003c\/dt\u003e\n\u003cdd\u003eScratch-resistant sapphire\u003c\/dd\u003e\n          \u003cdt\u003eWater resistance\u003c\/dt\u003e\n\u003cdd\u003e5 bar\u003c\/dd\u003e\n          \u003cdt\u003eTotal weight\u003c\/dt\u003e\n\u003cdd\u003e99 g\u003c\/dd\u003e\n          \u003cdt\u003eCalibre\u003c\/dt\u003e\n\u003cdd\u003eOMEGA 3869\u003c\/dd\u003e\n          \u003cdt\u003eMovement\u003c\/dt\u003e\n\u003cdd\u003eHand-wound\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- STRAP (two columns) --\u003e\n    \u003cdetails class=\\\"acc-item\\\"\u003e\n      \u003csummary\u003eSTRAP\u003c\/summary\u003e\n      \u003cdiv class=\\\"acc-content\\\"\u003e\n        \u003cdl class=\\\"specs-grid\\\"\u003e\n          \u003cdt\u003eStrap colour\u003c\/dt\u003e\n\u003cdd\u003eBlack and yellow\u003c\/dd\u003e\n          \u003cdt\u003eBuckle type\u003c\/dt\u003e\n\u003cdd\u003eFoldover clasp\u003c\/dd\u003e\n          \u003cdt\u003eBuckle material\u003c\/dt\u003e\n\u003cdd\u003eRubber\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\\\"max-width:900px;margin:46px auto 0 auto;font-family:inherit;line-height:1.65;color:inherit;\\\"\u003e\n\u003csection style=\\\"margin:0;padding:22px 0;border-top:1px solid rgba(128,128,128,0.18);border-bottom:1px solid rgba(128,128,128,0.18);\\\"\u003e\n\u003cdiv style=\\\"font-size:12px;letter-spacing:0.16em;text-transform:uppercase;opacity:0.55;margin-bottom:7px;\\\"\u003eOrder Details\u003c\/div\u003e\n\u003ch2 style=\\\"margin:0 0 12px 0;font-size:22px;font-weight:600;\\\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp style=\\\"margin:0;font-size:14px;line-height:1.65;opacity:0.82;\\\"\u003eYou will receive the watch exactly as shown in the product images, securely packed for shipping. A presentation box and certificate are not included. If you would like to add them separately, compatible options are available in our \u003ca href=\\\"\/collections\/watch-box\\\" style=\\\"color:inherit;text-decoration:underline;text-underline-offset:3px;\\\"\u003eWatch Box collection\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BELLMONTÉ","offers":[{"title":"Default Title","offer_id":47242994974892,"sku":null,"price":1280.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/4227\/6780\/files\/omega-speedmaster-dark-side-of-the-moon-co-ax.png?v=1789744027","url":"https:\/\/bellmonte.co\/no\/products\/speedmaster-dark-side-of-the-moon-apollo-8-primeira-linha","provider":"BELLMONTÉ","version":"1.0","type":"link"}