{"title":"Watch","description":"\u003cstyle\u003e\n  .fc-watches-section--lux {\n    font-family: \"Playfair Display\", \"Didot\", \"Bodoni MT\", serif;\n    color: #f5efe0;\n    background: #000000;\n    padding: 40px 24px;\n    margin: 0 auto 32px;\n    max-width: 980px;\n    position: relative;\n    overflow: hidden;\n    border-top: 1px solid rgba(250, 230, 180, 0.12);\n    border-bottom: 1px solid rgba(250, 230, 180, 0.12);\n  }\n\n  .fc-watches-lux-orbit {\n    position: absolute;\n    inset: -60%;\n    background:\n      radial-gradient(circle at 10% 0%, rgba(234, 205, 145, 0.32), transparent 55%),\n      radial-gradient(circle at 90% 100%, rgba(130, 96, 40, 0.45), transparent 60%);\n    opacity: 0;\n    mix-blend-mode: screen;\n    animation: fc-lux-orbit-glow 2.4s ease-out 0.3s forwards;\n    pointer-events: none;\n  }\n\n  .fc-watches-lux-inner {\n    position: relative;\n    z-index: 2;\n    opacity: 0;\n    transform: translateY(22px);\n    animation: fc-lux-rise 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.35s forwards;\n  }\n\n  .fc-watches-lux-tagline {\n    font-size: 11px;\n    letter-spacing: 0.26em;\n    text-transform: uppercase;\n    color: rgba(245, 239, 224, 0.60);\n    margin-bottom: 8px;\n  }\n\n  .fc-watches-lux-heading-wrap {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .fc-watches-lux-crown {\n    width: 18px;\n    height: 18px;\n    border-radius: 999px;\n    border: 1px solid rgba(250, 230, 180, 0.8);\n    box-shadow:\n      0 0 0 1px rgba(0,0,0,0.8),\n      0 0 24px rgba(250, 230, 180, 0.55);\n    background: radial-gradient(circle at 30% 0%, #fdf4cf, #b88b3c 55%, #5a3c16 100%);\n    opacity: 0;\n    transform: scale(0.4);\n    animation: fc-lux-crown-enter 0.9s ease-out 0.55s forwards;\n  }\n\n  .fc-watches-lux-heading {\n    font-size: 27px;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    margin: 0;\n    background-image: linear-gradient(\n      115deg,\n      #8a6b2c 0%,\n      #f3da93 20%,\n      #fff4d2 45%,\n      #f3da93 70%,\n      #8a6b2c 100%\n    );\n    background-size: 260% 100%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: fc-lux-gold-flow 7.5s ease-in-out infinite;\n    text-shadow:\n      0 0 40px rgba(0,0,0,0.9),\n      0 0 18px rgba(243, 218, 147, 0.25);\n  }\n\n  .fc-watches-lux-divider {\n    height: 1px;\n    width: 84px;\n    margin: 16px 0 26px;\n    background: linear-gradient(\n      90deg,\n      rgba(243, 218, 147, 0),\n      rgba(243, 218, 147, 0.98),\n      rgba(243, 218, 147, 0)\n    );\n    opacity: 0;\n    transform-origin: left center;\n    transform: scaleX(0.18);\n    animation: fc-lux-divider 1.1s ease-out 0.75s forwards;\n  }\n\n  .fc-watches-section--lux h2 {\n    font-size: 16px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    margin: 30px 0 10px;\n    color: #f8f1de;\n  }\n\n  .fc-watches-section--lux p {\n    font-family: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 14px;\n    line-height: 1.8;\n    color: rgba(249, 244, 232, 0.88);\n    margin: 6px 0 0;\n  }\n\n  .fc-watches-lux-intro {\n    max-width: 720px;\n  }\n\n  .fc-watches-lux-highlight {\n    position: relative;\n    display: inline-block;\n    color: #fff7e3;\n  }\n\n  .fc-watches-lux-highlight::before {\n    content: \"\";\n    position: absolute;\n    inset: 78% 0 0;\n    background: linear-gradient(\n      110deg,\n      rgba(243, 218, 147, 0.08),\n      rgba(243, 218, 147, 0.78),\n      rgba(243, 218, 147, 0.08)\n    );\n    transform-origin: left center;\n    transform: scaleX(0);\n    opacity: 0;\n    z-index: -1;\n    animation: fc-lux-underline 1.7s ease-out 1.5s forwards;\n  }\n\n  .fc-watches-lux-note {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(245, 239, 224, 0.65);\n    margin-top: 30px;\n    border-top: 1px solid rgba(248, 232, 196, 0.16);\n    padding-top: 15px;\n  }\n\n  @keyframes fc-lux-orbit-glow {\n    0% {\n      opacity: 0;\n      transform: scale(1.06) rotate(0deg);\n    }\n    40% {\n      opacity: 0.9;\n      transform: scale(1) rotate(1.5deg);\n    }\n    100% {\n      opacity: 0.55;\n      transform: scale(1.02) rotate(0deg);\n    }\n  }\n\n  @keyframes fc-lux-rise {\n    0% {\n      opacity: 0;\n      transform: translateY(22px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes fc-lux-crown-enter {\n    0% {\n      opacity: 0;\n      transform: scale(0.4) translateY(8px);\n    }\n    100% {\n      opacity: 1;\n      transform: scale(1) translateY(0);\n    }\n  }\n\n  @keyframes fc-lux-gold-flow {\n    0% {\n      background-position: 0% 50%;\n    }\n    45% {\n      background-position: 55% 50%;\n    }\n    100% {\n      background-position: 100% 50%;\n    }\n  }\n\n  @keyframes fc-lux-divider {\n    0% {\n      opacity: 0;\n      transform: scaleX(0.18);\n    }\n    100% {\n      opacity: 1;\n      transform: scaleX(1);\n    }\n  }\n\n  @keyframes fc-lux-underline {\n    0% {\n      opacity: 0;\n      transform: scaleX(0);\n    }\n    55% {\n      opacity: 1;\n      transform: scaleX(1.05);\n    }\n    100% {\n      opacity: 0.96;\n      transform: scaleX(1);\n    }\n  }\n\n  @media (max-width: 749px) {\n    .fc-watches-section--lux {\n      padding: 30px 18px;\n      margin-bottom: 22px;\n    }\n    .fc-watches-lux-heading {\n      font-size: 22px;\n      letter-spacing: 0.18em;\n    }\n    .fc-watches-section--lux h2 {\n      font-size: 14px;\n    }\n    .fc-watches-section--lux p {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fc-watches-section--lux\"\u003e\n  \u003cdiv class=\"fc-watches-lux-orbit\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"fc-watches-lux-inner\"\u003e\n    \u003cdiv class=\"fc-watches-lux-tagline\"\u003eFortuna \u0026amp; Co · Private Collection\u003c\/div\u003e\n    \u003cdiv class=\"fc-watches-lux-heading-wrap\"\u003e\n      \u003cdiv class=\"fc-watches-lux-crown\"\u003e\u003c\/div\u003e\n      \u003ch1 class=\"fc-watches-lux-heading\"\u003eCurated Timepieces\u003c\/h1\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fc-watches-lux-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp class=\"fc-watches-lux-intro\"\u003e\n      A considered selection of modern and classic watches, sourced discreetly through trusted, authorized vendors and seasoned collectors. Each piece is chosen for its character, condition, and presence on the wrist, offering the refinement of haute horlogerie with the ease of boutique service.\n    \u003c\/p\u003e\n\n    \u003ch2\u003eIndependent House. No Brand Affiliation.\u003c\/h2\u003e\n    \u003cp\u003e\n      Fortuna \u0026amp; Co operates as an independent watch house. We are \u003cspan class=\"fc-watches-lux-highlight\"\u003e\u003cstrong\u003enot\u003c\/strong\u003e affiliated with, authorized by, or endorsed by Rolex, Audemars Piguet, Patek Philippe, Vacheron Constantin, Omega, Tissot, Tudor, Piaget, or any other watch manufacturer or brand referenced on this website.\u003c\/span\u003e All trademarks, brand names, and logos that may appear in product titles, descriptions, or imagery are used purely for identification and descriptive purposes and remain the exclusive property of their respective owners.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Any mention of a manufacturer is solely to describe the origin and technical characteristics of a given timepiece and must not be interpreted as a statement of partnership, sponsorship, dealership, or official authorization by that brand or its subsidiaries.\n    \u003c\/p\u003e\n\n    \u003ch2\u003eSecondary Market Provenance \u0026amp; Pricing\u003c\/h2\u003e\n    \u003cp\u003e\n      Every watch in this collection is offered on the secondary market. Pricing reflects current global demand, rarity, configuration, and condition, and may differ from original retail or manufacturer suggested retail pricing. Figures are indicative of contemporary market value only and are not set, approved, or influenced by any watch brand or manufacturer.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Availability is strictly subject to confirmation. Select references may be offered on consignment or by special order, and lead times can vary to accommodate sourcing, inspection, and verification.\n    \u003c\/p\u003e\n\n    \u003ch2\u003eAuthenticity, Condition \u0026amp; Presentation\u003c\/h2\u003e\n    \u003cp\u003e\n      Fortuna \u0026amp; Co acquires timepieces exclusively from authorized vendors, established wholesalers, and vetted private collectors. Each watch is evaluated for authenticity and integrity to the best of our professional ability before being presented for sale. Unless clearly noted otherwise on the individual product page, pieces are pre‑owned and may display subtle signs of handling, wear, or prior servicing consistent with age and use.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Descriptions such as “unworn,” “like new,” or similar phrasing relate to aesthetic condition only and do not constitute a representation of factory warranty status, water resistance, or manufacturer service history. Clients are encouraged to review all images and details carefully and to contact us for any additional clarification prior to purchase.\n    \u003c\/p\u003e\n\n    \u003ch2\u003eManufacturer Warranties \u0026amp; Legal Position\u003c\/h2\u003e\n    \u003cp\u003e\n      Fortuna \u0026amp; Co does not act on behalf of, nor make any statement for, any watch manufacturer in respect of service, warranty, or future support. Any remaining manufacturer warranty, where present and expressly indicated, is provided solely by the manufacturer under its own terms and conditions. Nothing within this collection, or on this website, should be read as an official offer, guarantee, or communication issued by any brand.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      By proceeding with a purchase from this collection, you acknowledge that you are acquiring a secondary‑market timepiece from an independent dealer, and not from the original manufacturer or its authorized retail network.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fc-watches-lux-note\"\u003e\n      For precise specifications or provenance details on a particular watch, please refer to the individual listing or contact our team directly.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"rolex-submariner-40mm-date-hulk-green-dial-stainless-steel-watch-116610lv-1","title":"Rolex Submariner 40mm Date Hulk Green Dial Stainless Steel Watch 116610LV","description":"\u003cstyle\u003e\n  .fc-watch-section {\n    font-family: \"Cormorant Garamond\", \"Times New Roman\", serif;\n    color: #f5f5f5;\n    background: radial-gradient(circle at top, #1f3b2f 0, #050608 55%, #000 100%);\n    padding: 28px 22px;\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,0.12);\n    box-shadow: 0 22px 45px rgba(0,0,0,0.65);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .fc-watch-section::before {\n    content: \"\";\n    position: absolute;\n    top: -40%;\n    left: -40%;\n    width: 80%;\n    height: 80%;\n    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);\n    opacity: 0;\n    transform: translate3d(0,0,0);\n    animation: fc-glow 9s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  @keyframes fc-glow {\n    0% { opacity: 0; transform: translate3d(-10%, -10%, 0) scale(1); }\n    35% { opacity: 0.45; transform: translate3d(15%, 10%, 0) scale(1.15); }\n    70% { opacity: 0.1; transform: translate3d(30%, -5%, 0) scale(1.05); }\n    100% { opacity: 0; transform: translate3d(-10%, -10%, 0) scale(1); }\n  }\n\n  .fc-watch-header {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n\n  .fc-watch-title {\n    font-size: 22px;\n    letter-spacing: 0.26em;\n    text-transform: uppercase;\n    color: #d9d9d9;\n    border-bottom: 1px solid rgba(255,255,255,0.22);\n    padding-bottom: 6px;\n    display: inline-block;\n  }\n\n  .fc-watch-ref {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: #8fa396;\n    white-space: nowrap;\n  }\n\n  .fc-watch-price {\n    margin-top: 4px;\n    font-size: 18px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #e9f7e8;\n  }\n\n  .fc-watch-badge {\n    display: inline-block;\n    margin-top: 6px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    border: 1px solid rgba(164, 214, 166, 0.65);\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #a4d6a6;\n  }\n\n  .fc-watch-grid {\n    display: grid;\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 12px 32px;\n    margin-top: 18px;\n    margin-bottom: 18px;\n  }\n\n  .fc-watch-item {\n    position: relative;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n    overflow: hidden;\n  }\n\n  .fc-watch-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    color: #9aa19f;\n    margin-bottom: 2px;\n  }\n\n  .fc-watch-value {\n    font-size: 14px;\n    color: #f7f7f7;\n    transform: translateY(16px);\n    opacity: 0;\n    animation: fc-fade-up 0.7s ease forwards;\n  }\n\n  .fc-watch-item:nth-child(1) .fc-watch-value { animation-delay: 0.05s; }\n  .fc-watch-item:nth-child(2) .fc-watch-value { animation-delay: 0.10s; }\n  .fc-watch-item:nth-child(3) .fc-watch-value { animation-delay: 0.15s; }\n  .fc-watch-item:nth-child(4) .fc-watch-value { animation-delay: 0.20s; }\n  .fc-watch-item:nth-child(5) .fc-watch-value { animation-delay: 0.25s; }\n  .fc-watch-item:nth-child(6) .fc-watch-value { animation-delay: 0.30s; }\n  .fc-watch-item:nth-child(7) .fc-watch-value { animation-delay: 0.35s; }\n  .fc-watch-item:nth-child(8) .fc-watch-value { animation-delay: 0.40s; }\n  .fc-watch-item:nth-child(9) .fc-watch-value { animation-delay: 0.45s; }\n  .fc-watch-item:nth-child(10) .fc-watch-value { animation-delay: 0.50s; }\n  .fc-watch-item:nth-child(11) .fc-watch-value { animation-delay: 0.55s; }\n  .fc-watch-item:nth-child(12) .fc-watch-value { animation-delay: 0.60s; }\n  .fc-watch-item:nth-child(13) .fc-watch-value { animation-delay: 0.65s; }\n  .fc-watch-item:nth-child(14) .fc-watch-value { animation-delay: 0.70s; }\n\n  @keyframes fc-fade-up {\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .fc-watch-condition {\n    margin-top: 10px;\n    font-size: 14px;\n    color: #e8e8e8;\n  }\n\n  .fc-watch-tagline {\n    margin-top: 6px;\n    font-size: 13px;\n    color: #d5e7cf;\n    font-style: italic;\n  }\n\n  .fc-watch-disclaimer {\n    margin-top: 14px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.18);\n    font-size: 12px;\n    line-height: 1.6;\n    color: #f4d2d2;\n  }\n\n  .fc-watch-disclaimer-strong {\n    color: #ff4a4a;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    text-decoration: underline;\n  }\n\n  .fc-watch-note {\n    display: inline-block;\n    margin-top: 4px;\n    font-size: 11px;\n    color: #c3c3c3;\n  }\n\n  @media (max-width: 768px) {\n    .fc-watch-section {\n      padding: 20px 16px;\n      border-radius: 14px;\n    }\n    .fc-watch-grid {\n      grid-template-columns: 1fr;\n      gap: 10px 18px;\n    }\n    .fc-watch-title {\n      font-size: 18px;\n      letter-spacing: 0.18em;\n    }\n    .fc-watch-ref {\n      font-size: 11px;\n      letter-spacing: 0.12em;\n    }\n    .fc-watch-price {\n      font-size: 16px;\n      letter-spacing: 0.14em;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fc-watch-section\"\u003e\n\u003cdiv class=\"fc-watch-header\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fc-watch-title\"\u003eWatch Details\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-ref\"\u003eRolex Submariner · Ref. 116610LV · 40mm\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-price\"\u003e$24,200\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-badge\"\u003eSKU: IT37853 · Steel Hulk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-condition\"\u003eCondition: Excellent pre-owned condition with New Style Card (White) dated 2016.\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-tagline\"\u003eIconic “Hulk” Submariner with vivid green dial and ceramic bezel on Oyster bracelet.\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-grid\"\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eRolex\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eSeries\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eSubmariner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eReference\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e116610LV\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eYear\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e2016\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eWarranty \/ Card\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eNew Style Card (White)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eSerial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eScrambled Serial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eDial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eGreen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBezel\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eGreen ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBracelet\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eOyster · Stainless Steel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eStainless Steel (SS)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eCase Size\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e40mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eGender\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eMens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eCategory\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eOG\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eLink Count\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eFull bracelet (see photos for fit)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eAdditional Details\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eSteel Hulk configuration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-disclaimer\"\u003e\n\u003cspan class=\"fc-watch-disclaimer-strong\"\u003e no refunds\u003c\/span\u003e regarding procured watches, and we are in no way associated with any brand names such as Rolex, AP, Vacheron, Omega, Tissot, Cartier, Van Cleef, etc. We procure directly from authorized vendors with proper papers for the watch. Boxes are sold separately; some boxes may not be available in original state. \u003cspan class=\"fc-watch-note\"\u003e Please review all details carefully before completing your purchase. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fortuna\u0026Co","offers":[{"title":"Rolex Box","offer_id":44067761881223,"sku":"116610LV","price":24580.0,"currency_code":"USD","in_stock":true},{"title":"No Box","offer_id":44068336173191,"sku":null,"price":24200.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/9855\/1175\/files\/6y7i06eb8685myqtp6auyw15humm.jpg?v=1772860297"},{"product_id":"rolex-submariner-ref-116610lv-40mm-2017","title":"Rolex Submariner · Ref. 116610LV · 40mm 2017","description":"\u003cstyle\u003e\n  .fc-watch-section {\n    font-family: \"Cormorant Garamond\", \"Times New Roman\", serif;\n    color: #f5f5f5;\n    background: radial-gradient(circle at top, #1f3b2f 0, #050608 55%, #000 100%);\n    padding: 28px 22px;\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,0.12);\n    box-shadow: 0 22px 45px rgba(0,0,0,0.65);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .fc-watch-section::before {\n    content: \"\";\n    position: absolute;\n    top: -40%;\n    left: -40%;\n    width: 80%;\n    height: 80%;\n    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);\n    opacity: 0;\n    transform: translate3d(0,0,0);\n    animation: fc-glow 9s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  @keyframes fc-glow {\n    0% { opacity: 0; transform: translate3d(-10%, -10%, 0) scale(1); }\n    35% { opacity: 0.45; transform: translate3d(15%, 10%, 0) scale(1.15); }\n    70% { opacity: 0.1; transform: translate3d(30%, -5%, 0) scale(1.05); }\n    100% { opacity: 0; transform: translate3d(-10%, -10%, 0) scale(1); }\n  }\n\n  .fc-watch-header {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n\n  .fc-watch-title {\n    font-size: 22px;\n    letter-spacing: 0.26em;\n    text-transform: uppercase;\n    color: #d9d9d9;\n    border-bottom: 1px solid rgba(255,255,255,0.22);\n    padding-bottom: 6px;\n    display: inline-block;\n  }\n\n  .fc-watch-ref {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: #8fa396;\n    white-space: nowrap;\n  }\n\n  .fc-watch-price {\n    margin-top: 4px;\n    font-size: 18px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #e9f7e8;\n  }\n\n  .fc-watch-badge {\n    display: inline-block;\n    margin-top: 6px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    border: 1px solid rgba(164, 214, 166, 0.65);\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #a4d6a6;\n  }\n\n  .fc-watch-grid {\n    display: grid;\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 12px 32px;\n    margin-top: 18px;\n    margin-bottom: 18px;\n  }\n\n  .fc-watch-item {\n    position: relative;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n    overflow: hidden;\n  }\n\n  .fc-watch-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    color: #9aa19f;\n    margin-bottom: 2px;\n  }\n\n  .fc-watch-value {\n    font-size: 14px;\n    color: #f7f7f7;\n    transform: translateY(16px);\n    opacity: 0;\n    animation: fc-fade-up 0.7s ease forwards;\n  }\n\n  .fc-watch-item:nth-child(1) .fc-watch-value { animation-delay: 0.05s; }\n  .fc-watch-item:nth-child(2) .fc-watch-value { animation-delay: 0.10s; }\n  .fc-watch-item:nth-child(3) .fc-watch-value { animation-delay: 0.15s; }\n  .fc-watch-item:nth-child(4) .fc-watch-value { animation-delay: 0.20s; }\n  .fc-watch-item:nth-child(5) .fc-watch-value { animation-delay: 0.25s; }\n  .fc-watch-item:nth-child(6) .fc-watch-value { animation-delay: 0.30s; }\n  .fc-watch-item:nth-child(7) .fc-watch-value { animation-delay: 0.35s; }\n  .fc-watch-item:nth-child(8) .fc-watch-value { animation-delay: 0.40s; }\n  .fc-watch-item:nth-child(9) .fc-watch-value { animation-delay: 0.45s; }\n  .fc-watch-item:nth-child(10) .fc-watch-value { animation-delay: 0.50s; }\n  .fc-watch-item:nth-child(11) .fc-watch-value { animation-delay: 0.55s; }\n  .fc-watch-item:nth-child(12) .fc-watch-value { animation-delay: 0.60s; }\n  .fc-watch-item:nth-child(13) .fc-watch-value { animation-delay: 0.65s; }\n  .fc-watch-item:nth-child(14) .fc-watch-value { animation-delay: 0.70s; }\n\n  @keyframes fc-fade-up {\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .fc-watch-condition {\n    margin-top: 10px;\n    font-size: 14px;\n    color: #e8e8e8;\n  }\n\n  .fc-watch-tagline {\n    margin-top: 6px;\n    font-size: 13px;\n    color: #d5e7cf;\n    font-style: italic;\n  }\n\n  .fc-watch-disclaimer {\n    margin-top: 14px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.18);\n    font-size: 12px;\n    line-height: 1.6;\n    color: #f4d2d2;\n  }\n\n  .fc-watch-disclaimer-strong {\n    color: #ff4a4a;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    text-decoration: underline;\n  }\n\n  .fc-watch-note {\n    display: inline-block;\n    margin-top: 4px;\n    font-size: 11px;\n    color: #c3c3c3;\n  }\n\n  @media (max-width: 768px) {\n    .fc-watch-section {\n      padding: 20px 16px;\n      border-radius: 14px;\n    }\n    .fc-watch-grid {\n      grid-template-columns: 1fr;\n      gap: 10px 18px;\n    }\n    .fc-watch-title {\n      font-size: 18px;\n      letter-spacing: 0.18em;\n    }\n    .fc-watch-ref {\n      font-size: 11px;\n      letter-spacing: 0.12em;\n    }\n    .fc-watch-price {\n      font-size: 16px;\n      letter-spacing: 0.14em;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fc-watch-section\"\u003e\n\u003cdiv class=\"fc-watch-header\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fc-watch-title\"\u003eWatch Details\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-ref\"\u003eRolex Submariner · Ref. 116610LV · 40mm\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-price\"\u003e$24,980\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-badge\"\u003eSKU: IT382347022 · Steel Hulk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-condition\"\u003eCondition: Excellent pre-owned condition with New Style Card (White) dated 2017.\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-tagline\"\u003eIconic “Hulk” Submariner with vivid green dial and ceramic bezel on Oyster bracelet.\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-grid\"\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eRolex\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eSeries\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eSubmariner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eReference\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e116610LV\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eYear\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e2017\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eWarranty \/ Card\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eNew Style Card (White)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eSerial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eScrambled Serial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eDial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eGreen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBezel\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eGreen ceramic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eBracelet\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eOyster · Stainless Steel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eStainless Steel (SS)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eCase Size\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003e40mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eGender\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eMens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eCategory\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eOG\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eLink Count\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eFull bracelet (see photos for fit)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-item\"\u003e\n\u003cdiv class=\"fc-watch-label\"\u003eAdditional Details\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-value\"\u003eSteel Hulk configuration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc-watch-disclaimer\"\u003e\n\u003cspan class=\"fc-watch-disclaimer-strong\"\u003eno refunds\u003c\/span\u003e regarding procured watches, and we are in no way associated with any brand names such as Rolex, AP, Vacheron, Omega, Tissot, Cartier, Van Cleef, etc. We procure directly from authorized vendors with proper papers for the watch. Boxes are sold separately; some boxes may not be available in original state. \u003cspan class=\"fc-watch-note\"\u003e Please review all details carefully before completing your purchase. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rolex","offers":[{"title":"Rolex Box","offer_id":44068334239879,"sku":null,"price":25360.0,"currency_code":"USD","in_stock":true},{"title":"No Box","offer_id":44068334272647,"sku":null,"price":24980.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/9855\/1175\/files\/zxeq995v97ttjp0y1s1awnb644x2.jpg?v=1772861234"},{"product_id":"rolex-gmt-master-ii-root-beer","title":"Rolex GMT‑Master II “Root Beer","description":"\u003cstyle\u003e\n  .fc-watch-card {\n    font-family: \"Playfair Display\", \"Didot\", \"Bodoni MT\", serif;\n    color: #f6efe0;\n    background: #000000;\n    border: 1px solid rgba(245, 230, 190, 0.16);\n    box-shadow: 0 22px 60px rgba(0,0,0,0.85);\n    padding: 26px 22px 22px;\n    margin: 0 0 26px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .fc-watch-card-orbit {\n    position: absolute;\n    inset: -55%;\n    background:\n      radial-gradient(circle at 12% 0%, rgba(246, 222, 170, 0.35), transparent 55%),\n      radial-gradient(circle at 88% 100%, rgba(130, 95, 40, 0.55), transparent 60%);\n    mix-blend-mode: screen;\n    opacity: 0;\n    animation: fc-watch-orbit 2.2s ease-out 0.25s forwards;\n    pointer-events: none;\n  }\n\n  .fc-watch-card-inner {\n    position: relative;\n    z-index: 2;\n    opacity: 0;\n    transform: translateY(18px);\n    animation: fc-watch-rise 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.35s forwards;\n  }\n\n  .fc-watch-tagline {\n    font-size: 11px;\n    letter-spacing: 0.26em;\n    text-transform: uppercase;\n    color: rgba(247, 240, 225, 0.65);\n    margin-bottom: 6px;\n  }\n\n  .fc-watch-heading-row {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: baseline;\n    gap: 8px;\n  }\n\n  .fc-watch-heading {\n    font-size: 19px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    margin: 0;\n    background-image: linear-gradient(\n      115deg,\n      #8b6b30 0%,\n      #f4da95 20%,\n      #fff4d0 45%,\n      #f4da95 70%,\n      #8b6b30 100%\n    );\n    background-size: 260% 100%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: fc-watch-gold 7s ease-in-out infinite;\n    text-shadow:\n      0 0 40px rgba(0,0,0,0.9),\n      0 0 16px rgba(244, 218, 149, 0.24);\n  }\n\n  .fc-watch-meta {\n    font-family: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 12px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: rgba(249, 244, 232, 0.75);\n    margin-top: 8px;\n  }\n\n  .fc-watch-divider {\n    height: 1px;\n    width: 78px;\n    margin: 12px 0 18px;\n    background: linear-gradient(\n      90deg,\n      rgba(244, 218, 149, 0),\n      rgba(244, 218, 149, 0.98),\n      rgba(244, 218, 149, 0)\n    );\n    opacity: 0;\n    transform-origin: left center;\n    transform: scaleX(0.18);\n    animation: fc-watch-divider 1s ease-out 0.7s forwards;\n  }\n\n  .fc-watch-specs {\n    font-family: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 13px;\n    line-height: 1.7;\n    color: rgba(249, 244, 232, 0.9);\n  }\n\n  .fc-watch-specs strong {\n    font-weight: 600;\n  }\n\n  .fc-watch-specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    column-gap: 24px;\n  }\n\n  .fc-watch-disclaimer {\n    font-family: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 11px;\n    line-height: 1.7;\n    color: rgba(247, 240, 225, 0.78);\n    margin-top: 16px;\n    border-top: 1px solid rgba(248, 232, 196, 0.22);\n    padding-top: 10px;\n  }\n\n  .fc-watch-disclaimer-flag {\n    position: relative;\n    display: inline-block;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    font-size: 10px;\n    margin-bottom: 4px;\n    color: #fff6dd;\n  }\n\n  .fc-watch-disclaimer-flag::before {\n    content: \"\";\n    position: absolute;\n    inset: 80% 0 0;\n    background: linear-gradient(\n      105deg,\n      rgba(244, 218, 149, 0.1),\n      rgba(244, 218, 149, 0.8),\n      rgba(244, 218, 149, 0.08)\n    );\n    transform-origin: left center;\n    transform: scaleX(0);\n    opacity: 0;\n    z-index: -1;\n    animation: fc-watch-underline 1.6s ease-out 1.4s forwards;\n  }\n\n  @keyframes fc-watch-orbit {\n    0% {\n      opacity: 0;\n      transform: scale(1.05) rotate(0deg);\n    }\n    40% {\n      opacity: 0.9;\n      transform: scale(1) rotate(1.5deg);\n    }\n    100% {\n      opacity: 0.6;\n      transform: scale(1.01) rotate(0deg);\n    }\n  }\n\n  @keyframes fc-watch-rise {\n    0% {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes fc-watch-gold {\n    0% {\n      background-position: 0% 50%;\n    }\n    45% {\n      background-position: 55% 50%;\n    }\n    100% {\n      background-position: 100% 50%;\n    }\n  }\n\n  @keyframes fc-watch-divider {\n    0% {\n      opacity: 0;\n      transform: scaleX(0.18);\n    }\n    100% {\n      opacity: 1;\n      transform: scaleX(1);\n    }\n  }\n\n  @keyframes fc-watch-underline {\n    0% {\n      opacity: 0;\n      transform: scaleX(0);\n    }\n    55% {\n      opacity: 1;\n      transform: scaleX(1.05);\n    }\n    100% {\n      opacity: 0.96;\n      transform: scaleX(1);\n    }\n  }\n\n  @media (max-width: 749px) {\n    .fc-watch-card {\n      padding: 22px 18px 18px;\n      margin-bottom: 22px;\n    }\n    .fc-watch-heading {\n      font-size: 16px;\n      letter-spacing: 0.14em;\n    }\n    .fc-watch-specs {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fc-watch-card\"\u003e\n  \u003cdiv class=\"fc-watch-card-orbit\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"fc-watch-card-inner\"\u003e\n    \u003cdiv class=\"fc-watch-tagline\"\u003eFortuna \u0026amp; Co · Private Selection\u003c\/div\u003e\n    \u003cdiv class=\"fc-watch-heading-row\"\u003e\n      \u003ch1 class=\"fc-watch-heading\"\u003e\n        Rolex GMT‑Master II “Root Beer”\n      \u003c\/h1\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fc-watch-meta\"\u003e\n      Ref. 126711CHNR · 40mm · Oyster Bracelet · 18K Everose \u0026amp; Stainless Steel · 2019\n    \u003c\/div\u003e\n    \u003cdiv class=\"fc-watch-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"fc-watch-specs\"\u003e\n      \u003cp\u003e\u003cstrong\u003eSKU:\u003c\/strong\u003e IT382347701\u003c\/p\u003e\n      \u003cdiv class=\"fc-watch-specs-row\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePrice:\u003c\/strong\u003e $23,370 · Secondary market\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCondition:\u003c\/strong\u003e Very Good\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fc-watch-specs-row\"\u003e\n        \u003cp\u003e\u003cstrong\u003eYear \/ Warranty Date:\u003c\/strong\u003e 2019\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePapers:\u003c\/strong\u003e New Style Card (White)\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fc-watch-specs-row\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDial:\u003c\/strong\u003e Black\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBezel:\u003c\/strong\u003e Cerachrom “Root Beer” in Ceramic\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fc-watch-specs-row\"\u003e\n        \u003cp\u003e\u003cstrong\u003eBracelet:\u003c\/strong\u003e Oyster · Link count: -1L (two‑tone)\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Stainless Steel \u0026amp; 18K Everose Gold (RG‑SS)\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eCategory:\u003c\/strong\u003e OG Collection · Mens\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAdditional details:\u003c\/strong\u003e “Root Beer” two‑tone rose configuration with black dial; a modern warm‑tone take on the classic GMT‑Master II travel complication.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fc-watch-disclaimer\"\u003e\n      \u003cdiv class=\"fc-watch-disclaimer-flag\"\u003eIndependent dealer · No brand affiliation\u003c\/div\u003e\n      \u003cp\u003e\n        Fortuna \u0026amp; Co is an independent watch dealer and is \u003cstrong\u003enot\u003c\/strong\u003e affiliated with, authorized by, or endorsed by Rolex or any other watch manufacturer. All brand names and trademarks are used strictly for identification and descriptive purposes and remain the property of their respective owners. This timepiece is offered on the secondary market; price reflects current market conditions and is not set or approved by the manufacturer.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Rolex","offers":[{"title":"Rolex Box","offer_id":44068321001607,"sku":"IT382347701","price":23750.0,"currency_code":"USD","in_stock":true},{"title":"No Box","offer_id":44068325294215,"sku":null,"price":23370.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/9855\/1175\/files\/2n5xfivr1qqpn3h12bq0vuxsvnbc.jpg?v=1772862260"},{"product_id":"breitling-top-time-b01-ford-mustang","title":"Breitling Top Time B01 Ford Mustang","description":"\u003cdiv style=\"font-family: Georgia, 'Times New Roman', serif; color: #1f1f1f; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n  \u003cdiv style=\"border-top: 1px solid #d6d1c4; border-bottom: 1px solid #d6d1c4; padding: 28px 0; margin-bottom: 28px;\"\u003e\n    \u003ch2 style=\"margin: 0 0 10px; font-size: 30px; font-weight: 500; letter-spacing: 0.4px;\"\u003e\n      Breitling Top Time B01 Ford Mustang\n    \u003c\/h2\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; letter-spacing: 1.8px; text-transform: uppercase; color: #7a6f5b;\"\u003e\n      Ref. AB01762A1L1X1\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"margin: 0 0 18px; font-size: 17px; color: #2b2b2b;\"\u003e\n    A bold expression of modern motorsport design, the Breitling Top Time B01 Ford Mustang brings together the spirit of American performance and Swiss chronograph craftsmanship in a striking, highly collectible format.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin: 0 0 18px; font-size: 17px; color: #2b2b2b;\"\u003e\n    This example features the signature green dial paired with a leather strap, creating a look that is both sporty and refined. Its 41mm stainless steel case offers confident wrist presence while remaining versatile enough for everyday luxury wear.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin: 0 0 26px; font-size: 17px; color: #2b2b2b;\"\u003e\n    Offered here in \u003cstrong\u003eunworn condition\u003c\/strong\u003e, this 2025 piece includes its card and presents as an exceptional opportunity for collectors and enthusiasts seeking a contemporary Breitling with distinctive character and strong visual appeal.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"background: #f8f5ef; padding: 24px; border: 1px solid #e4ddd0; margin: 30px 0;\"\u003e\n    \u003ch3 style=\"margin: 0 0 16px; font-size: 20px; font-weight: 500; color: #1f1f1f;\"\u003e\n      Watch Details\n    \u003c\/h3\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 15px;\"\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; width: 35%; color: #7a6f5b;\"\u003eBrand\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eBreitling\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eModel\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eTop Time B01 Ford Mustang\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eReference\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eAB01762A1L1X1\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eYear\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003e2025\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eCondition\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eUnworn\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eCase Size\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003e41mm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eCase Material\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eStainless Steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eDial\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eGreen\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eBezel\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eFixed\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #7a6f5b;\"\u003eStrap\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; border-bottom: 1px solid #e6dfd2; color: #1f1f1f;\"\u003eLeather Strap\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding: 10px 0; color: #7a6f5b;\"\u003eIncluded\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 0; color: #1f1f1f;\"\u003eCard\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"margin: 0; font-size: 16px; color: #2b2b2b;\"\u003e\n    With its unmistakable colorway, racing-inspired identity, and unworn presentation, this Breitling Top Time is an elegant addition to any serious watch collection.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"ST","offers":[{"title":"Default Title","offer_id":44523438211207,"sku":null,"price":6150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/9855\/1175\/files\/pls4u2tdnaogrcdeg9d9bayp46dl.webp?v=1776976389"},{"product_id":"rolex-daytona-green-stick-dial-ref-116508","title":"Rolex Daytona Green Stick Dial Ref. 116508","description":"\u003cstyle\u003e\n  .stusa-watch-feature {\n    color: #f5efe4 !important;\n    font-family: Arial, Helvetica, sans-serif;\n    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));\n    border: 1px solid rgba(212,170,78,0.3);\n    border-radius: 22px;\n    padding: 34px 28px;\n    box-shadow: 0 18px 40px rgba(0,0,0,0.35);\n    max-width: 100%;\n    overflow: hidden;\n  }\n\n  .stusa-watch-feature * {\n    box-sizing: border-box;\n  }\n\n  .stusa-watch-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 30px;\n    align-items: start;\n  }\n\n  .stusa-eyebrow {\n    color: #e7c76a !important;\n    font-size: 11px;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  .stusa-title {\n    margin: 0 0 18px 0 !important;\n    color: #f2d488 !important;\n    font-size: 48px;\n    line-height: 1.02;\n    font-weight: 700;\n    font-family: Georgia, \"Times New Roman\", serif;\n    text-transform: none;\n  }\n\n  .stusa-subtitle {\n    margin: 0;\n    color: #d6c7ad !important;\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .stusa-highlight {\n    display: inline-block;\n    margin-top: 22px;\n    padding: 10px 16px;\n    border: 1px solid rgba(242,212,136,0.28);\n    border-radius: 999px;\n    color: #f2d488 !important;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    background: rgba(255,255,255,0.03);\n  }\n\n  .stusa-details {\n    border-left: 1px solid rgba(212,170,78,0.18);\n    padding-left: 26px;\n  }\n\n  .stusa-panel-title {\n    margin: 0 0 18px 0 !important;\n    color: #f2d488 !important;\n    font-size: 28px;\n    line-height: 1.1;\n    font-weight: 700;\n    font-family: Georgia, \"Times New Roman\", serif;\n  }\n\n  .stusa-spec-item {\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n  }\n\n  .stusa-spec-item:last-child {\n    border-bottom: none;\n  }\n\n  .stusa-label {\n    display: block;\n    margin-bottom: 4px;\n    color: #9f927c !important;\n    font-size: 11px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .stusa-value {\n    color: #f5efe4 !important;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .stusa-value strong {\n    color: #f2d488 !important;\n  }\n\n  @media screen and (max-width: 768px) {\n    .stusa-watch-grid {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .stusa-title {\n      font-size: 34px;\n    }\n\n    .stusa-details {\n      border-left: none;\n      border-top: 1px solid rgba(212,170,78,0.18);\n      padding-left: 0;\n      padding-top: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"stusa-watch-feature\"\u003e\n  \u003cdiv class=\"stusa-watch-grid\"\u003e\n    \u003cdiv class=\"stusa-main\"\u003e\n      \u003cspan class=\"stusa-eyebrow\"\u003eCollector Selection\u003c\/span\u003e\n      \u003ch2 class=\"stusa-title\"\u003eRolex Daytona Green Stick Dial Ref. 116508\u003c\/h2\u003e\n      \u003cp class=\"stusa-subtitle\"\u003e\n        A commanding expression of the modern Daytona, this 2018 reference pairs the unmistakable presence of yellow gold with the magnetic depth of a green stick dial. Its profile is bold, athletic, and unmistakably refined, built for collectors who recognize the rare chemistry between iconic form and coveted configuration.\n      \u003c\/p\u003e\n      \u003cdiv class=\"stusa-highlight\"\u003eHighly sought-after configuration\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stusa-details\"\u003e\n      \u003ch3 class=\"stusa-panel-title\"\u003eReference Details\u003c\/h3\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eBrand\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003e\n\u003cstrong\u003eRolex\u003c\/strong\u003e Daytona\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eReference\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003e116508\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eYear\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003e2018 warranty date with scrambled serial\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eDial\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003eGreen stick dial\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eCase\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003e40mm case in 18k yellow gold with fixed bezel\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eBracelet\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003eOyster bracelet\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stusa-spec-item\"\u003e\n        \u003cspan class=\"stusa-label\"\u003eCondition\u003c\/span\u003e\n        \u003cdiv class=\"stusa-value\"\u003eLike new, accompanied by new style card (white)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fortuna\u0026Co","offers":[{"title":"Default Title","offer_id":44533701673095,"sku":"116508","price":87350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/9855\/1175\/files\/johnmayerrolex1.webp?v=1777189219"}],"url":"https:\/\/fortunaandco.com\/collections\/watch.oembed","provider":"Fortuna\u0026Co","version":"1.0","type":"link"}