{"product_id":"abyssflare-200m-nh35-ceramic-diver-42-5mm","title":"AbyssFlare 200M","description":"\u003cstyle\u003e\n    .number_box_image{\n      width:100% !important\n    }\n    .main_counter_section {\n       padding: 0 4rem;\n       max-width: 1200px;\n       margin: 0 auto;\n     }\n  \n     .number_section_flex {\n       display: flex;\n       justify-content: space-between;\n       align-items: center;\n       flex-wrap: wrap;\n       gap: 1rem;\n       margin: 6rem auto 4rem;\n     }\n  \n     .number_box_1 {\n       width: 24%;\n       text-align: center;\n     }\n  \n     .boxss_inner {\n       position: relative;\n       margin-bottom: 4rem;\n     }\n  \n     span.number_box {\n       position: absolute;\n       top: 50%;\n       left: 50%;\n       font-size: 3.28571em;\n       line-height: 9rem;\n       letter-spacing: .03em;\n       transform: translate(-50%, -50%);\n       width: fit-content;\n     }\n  \n     .number_box sub {\n       font-size: .18em;\n       position: absolute;\n       right: 10px;\n       top: 74%;\n       line-height: normal;\n       transform: translateX(50%);\n     }\n  \n     .number_boxs_title span {\n       font-size: 1.28571em;\n       text-transform: uppercase;\n     }\n     .product-desc .tab\n     {\n        flex-wrap: nowrap;\n    }\n     @media screen and (max-width: 767px) {\n      .product-desc .tab{\n        flex-wrap:wrap;\n        margin-top: -53px !important;\n      }\n       .number_section_flex {\n         display: block;\n       }\n  \n       .number_box_1 {\n         width: 100%;\n       }\n  \n       .number_section_flex.owl-carousel .number_box_1 {\n         width: 100%;\n         padding: 0 1rem;\n       }\n  \n       .owl-dots {\n         text-align: center;\n         margin-top: 10px;\n       }\n  \n       .owl-dots .owl-dot span {\n         background: #ccc;\n         width: 20px;\n         height: 5px;\n         display: inline-block;\n         margin: 0 5px;\n       }\n  \n       .owl-dots .owl-dot.active span {\n         background: #0d2c4b;\n       }\n     }\n  \n  \n  \n   \n    .container {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: space-between;\n      }\n  \n      .left {\n        flex: 1;\n        min-width: 300px;\n        max-width: 60%;\n        padding-right: 40px;\n      }\n  \n      .right {\n        flex: 1;\n        min-width: 300px;\n        max-width: 35%;\n      }\n  \n      h2 {\n        font-size: 28px;\n        margin-bottom: 10px;\n      }\n  \n      \/* ===== Accordion — pure CSS via \u003cdetails\u003e\/\u003csummary\u003e, no JS ===== *\/\n      .accordion {\n        border-top: 1px solid #ccc;\n      }\n  \n      .accordion-item {\n        border-bottom: 1px solid #ccc;\n      }\n\n      summary.accordion-button {\n        background: red;\n        border: none;\n        width: 100%;\n        text-align: left;\n        padding: 15px;\n        font-size: 14px;\n        font-weight: bold;\n        cursor: pointer;\n        position: relative;\n        color: white;\n        list-style: none;\n        box-sizing: border-box;\n        user-select: none;\n      }\n      summary.accordion-button::-webkit-details-marker { display: none; }\n      summary.accordion-button::marker { content: \"\"; }\n  \n      summary.accordion-button::after {\n        content: \"\\25BC\";\n        position: absolute;\n        right: 20px;\n        transition: transform 0.2s ease;\n      }\n  \n      details[open] \u003e summary.accordion-button::after {\n        transform: rotate(180deg);\n      }\n  \n      .accordion-content {\n        padding: 0px;\n        background-color: #f9f9f9;\n      }\n  \n      ul {\n        padding-left: 20px;\n      }\n  \n      li {\n            margin-bottom: 10px;\n      list-style: none;\n      text-align: left;\n      font-size: 14px;\n      color: black;\n        font-weight:300\n      }\n  \n            b{\n              font-weight:600\n            }\n  \n      .accordion-content p {\n        font-size:14px;\n            color:black;\n        font-weight:300;\n            text-align:left;\n        padding-left:20px\n      }      \n  \n    .description-txt{\n          font-size: 15px;\n      font-weight: 500;\n      color: black;\n    }\n\n    \/* ===== Read More \/ Read Less — pure CSS, works desktop + mobile ===== *\/\n    .description-txt .fwt-readmore__cb {\n      position: absolute;\n      opacity: 0;\n      width: 0;\n      height: 0;\n      pointer-events: none;\n    }\n    .description-txt .fwt-readmore__extra { display: none; }\n    .description-txt .fwt-readmore__cb:checked ~ .fwt-readmore__extra { display: inline; }\n    .description-txt .fwt-readmore__btn {\n      display: inline-block;\n      margin-top: 10px;\n      color: red;\n      font-weight: bold;\n      cursor: pointer;\n    }\n    .description-txt .fwt-readmore__btn::after { content: \"Read More\"; }\n    .description-txt .fwt-readmore__cb:checked ~ .fwt-readmore__btn::after { content: \"Read Less\"; }\n\n    \/* ===== Count-up numbers — pure CSS via @property + counters, no JS =====\n       Falls back to the final static number in browsers without @property.   *\/\n    @property --pc {\n      syntax: '\u003cinteger\u003e';\n      initial-value: 0;\n      inherits: false;\n    }\n    .prod_number::after { content: counter(pc-display); }\n    .prod_number.pc-diameter::after { content: counter(pc-display) \".5\"; }\n\n    .prod_number.pc-diameter  { counter-reset: pc-display var(--pc, 42); animation: pc-diameter 1.8s ease-out forwards; }\n    .prod_number.pc-thickness { counter-reset: pc-display var(--pc, 10); animation: pc-thickness 1.8s ease-out forwards; }\n    .prod_number.pc-warranty  { counter-reset: pc-display var(--pc, 12); animation: pc-warranty 1.8s ease-out forwards; }\n    .prod_number.pc-water     { counter-reset: pc-display var(--pc, 20); animation: pc-water 1.8s ease-out forwards; }\n\n    @keyframes pc-diameter  { to { --pc: 42; } }\n    @keyframes pc-thickness { to { --pc: 10; } }\n    @keyframes pc-warranty  { to { --pc: 12; } }\n    @keyframes pc-water     { to { --pc: 20; } }\n   \n    \/* The Modal (background) *\/\n  .modal {\n    display: none;\n    position: fixed;\n    z-index: 1;\n    padding-top: 100px;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    overflow: auto;\n    background-color: #000000bd;\n        z-index: 99;\n  }\n  \n  \/* Modal Content *\/\n  .modal-content {\n    position: relative;\n    background-color: #fefefe;\n    margin: auto;\n    padding: 0;\n    width: 90%;\n    max-width: fit-content;\n  }\n  \n  \/* The Close Button *\/\n  .close {\n    color: white;\n    position: absolute;\n    top: 10px;\n    right: 25px;\n    font-size: 35px;\n    font-weight: bold;\n  }\n  \n  .close:hover,\n  .close:focus {\n    color: #999;\n    text-decoration: none;\n    cursor: pointer;\n  }\n  \n  .mySlides {\n    display: none;\n  }\n  \n  .cursor {\n    cursor: pointer;\n  }\n  \n  \/* Next \u0026 previous buttons *\/\n  .prev,\n  .next {\n    cursor: pointer;\n    position: absolute;\n    top: 50%;\n    width: auto;\n    padding: 16px;\n    margin-top: -50px;\n    color: white;\n    font-weight: bold;\n    font-size: 20px;\n    transition: 0.6s ease;\n    border-radius: 0 3px 3px 0;\n    user-select: none;\n    -webkit-user-select: none;\n  }\n  \n  \/* Position the \"next button\" to the right *\/\n  .next {\n    right: 0;\n    border-radius: 3px 0 0 3px;\n  }\n  \n  \/* On hover, add a black background color with a little bit see-through *\/\n  .prev,\n  .next {\n    background-color: rgba(0, 0, 0, 0.8);\n  }\n  \n  \/* Number text (1\/3 etc) *\/\n  .numbertext {\n    color: #f2f2f2;\n    font-size: 12px;\n    padding: 8px 12px;\n    position: absolute;\n    top: 0;\n  }\n  \n  img {\n    margin-bottom: -4px;\n  }\n  \n  .caption-container {\n    text-align: center;\n    background-color: black;\n    padding: 2px 16px;\n    color: white;\n  }\n  \n  .demo {\n    opacity: 0.6;\n  }\n  \n  .active,\n  .demo:hover {\n    opacity: 1;\n  }\n  \n  img.hover-shadow {\n    transition: 0.3s;\n  }\n  \n  .hover-shadow:hover {\n    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n  }\n  \n  @media (max-width: 767px) {\n  .left{\n  max-width:100%;\n  }\n  .right{\n  max-width:100%\n  }\n  }\n  \n      body {\n        font-family: Arial, sans-serif;\n        margin: 0;\n        background: #eee;\n      }\n  .product-desc img {\n      width: 60px ;\n  }\n  .features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  padding: 0px 20px;\n  margin: auto;\n  margin-top: 45px;\n  }\n  \n  .feature-box {\n  border-left: 1px solid black;\n  padding: 20px 0px 20px 42px;\n  box-sizing: border-box;\n  margin-top: 25px;\n  }\n  \n  \/* Mobile: Single column layout *\/\n  @media (max-width: 768px) {\n  .features {\n  grid-template-columns: 1fr;\n      gap: 0px;\n      padding: 0px 0px;\n      margin-top: 0px;\n  \n  }\n  \n  .feature-box {\n  border-left: none;\n  border-top: 1px solid black;\n  padding: 10px 42px 0px 0px;\n  \n  }\n  li {\n            margin-bottom: 10px;\n      list-style: none;\n      text-align: left;\n      font-size: 12px;\n      color: black;\n        font-weight:300\n      }\n  }\n  \n      .feature-box i {\n        font-size: 28px;\n        margin-bottom: 25px;\n        display: inline-block;\n        color:black;\n      }\n  \n      .feature-title {\n        font-weight: 500;\n        margin: 10px 0;\n        color:black;\n    font-size:18px;\n      }\n  \n      .feature-desc {\n        font-size: 14px;\n        color: #000000;\n        font-weight:300\n      }\n  \n      @media (max-width: 900px) {\n        .feature-box {\n          flex: 1 1 45%;\n        }\n      }\n  \n      @media (max-width: 600px) {\n        .feature-box {\n          flex: 1 1 100%;\n        }\n      }\n\n    \/* ===================== Specification table (FIX 13) ===================== *\/\n    .fwt-spec {\n      max-width: 920px;\n      margin: 5rem auto;\n      padding: 0 4rem;\n      box-sizing: border-box;\n      font-family: Arial, sans-serif;\n    }\n    .fwt-spec__head {\n      text-align: center;\n      margin-bottom: 44px;\n    }\n    .fwt-spec__head h2 {\n      font-size: 28px;\n      margin: 0 0 14px;\n      letter-spacing: .01em;\n      color: #111;\n    }\n    .fwt-spec__rule {\n      display: block;\n      width: 46px;\n      height: 2px;\n      background: #111;\n      margin: 0 auto;\n    }\n    .fwt-spec__list {\n      border-top: 1px solid #e7e7e7;\n    }\n    .fwt-spec__row {\n      display: grid;\n      grid-template-columns: minmax(150px, 32%) 1fr;\n      gap: 24px;\n      padding: 18px 0;\n      border-bottom: 1px solid #e7e7e7;\n      align-items: baseline;\n    }\n    .fwt-spec__label {\n      font-size: 11.5px;\n      text-transform: uppercase;\n      letter-spacing: .14em;\n      color: #8a8a8a;\n      font-weight: 600;\n    }\n    .fwt-spec__value {\n      font-size: 15px;\n      line-height: 1.55;\n      color: #141414;\n      font-weight: 400;\n    }\n    \/* flags [CONFIRM ...] placeholders so they are easy to find + replace *\/\n    .fwt-spec__todo {\n      color: #c0392b;\n      font-style: italic;\n    }\n    @media (max-width: 767px) {\n      .fwt-spec {\n        padding: 0 1rem;\n        margin: 3rem auto;\n      }\n      .fwt-spec__head { margin-bottom: 30px; }\n      .fwt-spec__row {\n        grid-template-columns: 1fr;\n        gap: 5px;\n        padding: 14px 0;\n      }\n    }\n    \u003c\/style\u003e\n  \u003cdiv class=\"digita-slider\"\u003e\n  \u003cdiv class=\"digita-inner-slide\"\u003e\n\n    \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(1)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-1_2fc2c2ad-3947-4420-9f67-33b46033e85b.png?v=1758055030\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(2)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-2_1ab8a138-f335-4cc4-a8e7-9c5ec402d83e.png?v=1758055030\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(3)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-3_55109003-b8f9-4f16-84af-2219e8afc165.png?v=1758055030\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(4)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-9.png?v=1758055029\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(5)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-10.png?v=1758055029\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(6)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-7_242a2f41-09d7-42b1-9897-0995c31a1283.png?v=1758055029\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(7)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-4_a10cc7c7-b4fd-4e6f-a752-aea06fae0e3e.png?v=1758055029\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(8)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/Untitled-1.png?v=1758055030\" alt=\"\"\u003e\n      \u003cimg class=\"cursor\" onclick=\"openModal();currentSlide(9)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-5_82c63b9d-69a9-4813-9399-9ecf5f8590f5.png?v=1758055029\" alt=\"\"\u003e\n\n\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv id=\"myModal\" class=\"modal\"\u003e\n\u003cspan class=\"close cursor\" onclick=\"closeModal()\"\u003e×\u003c\/span\u003e\n  \u003cdiv class=\"modal-content\"\u003e\n    \n    \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-1_2fc2c2ad-3947-4420-9f67-33b46033e85b.png?v=1758055030\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-2_1ab8a138-f335-4cc4-a8e7-9c5ec402d83e.png?v=1758055030\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-3_55109003-b8f9-4f16-84af-2219e8afc165.png?v=1758055030\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-9.png?v=1758055029\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-10.png?v=1758055029\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-7_242a2f41-09d7-42b1-9897-0995c31a1283.png?v=1758055029\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-4_a10cc7c7-b4fd-4e6f-a752-aea06fae0e3e.png?v=1758055029\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/Untitled-1.png?v=1758055030\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-5_82c63b9d-69a9-4813-9399-9ecf5f8590f5.png?v=1758055029\" alt=\"\"\u003e\u003c\/div\u003e\n\n\n  \u003ca class=\"prev\" onclick=\"plusSlides(-1)\"\u003e❮\u003c\/a\u003e \u003ca class=\"next\" onclick=\"plusSlides(1)\"\u003e❯\u003c\/a\u003e\n  \u003cdiv class=\"caption-container\"\u003e\n  \u003cp id=\"caption\"\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"container\"\u003e\n  \u003cdiv class=\"left\"\u003e\n  \u003ch2\u003eDescription\u003c\/h2\u003e\n  \u003cp class=\"description-txt\"\u003e\n    On a dive watch the minute hand is the one that matters. It tracks how long you have been down. That is why the AbyssFlare gives \n    it the orange arrow and leaves everything else in white — at a glance, in poor light, there is no ambiguity about which hand you \n    are reading.  Underneath it is a Seiko NH35: a mechanical automatic that winds itself from the movement of your wrist, runs at \n    21,600 beats per hour, and holds a 41-hour reserve. No battery. Leave it off on Friday evening and it is still running on Sunday.\n\n    \u003cinput type=\"checkbox\" id=\"fwt-readmore\" class=\"fwt-readmore__cb\"\u003e\n    \u003cspan class=\"fwt-readmore__extra\"\u003e THE BEZEL IS THE PART WORTH PAYING FOR The 60-minute scale sits on a ceramic insert, not painted aluminium. Ceramic does not fade \n    in sunlight and does not pick up the fine scratches that make an aluminium bezel look tired after a season. It rotates in one direction \n    only — the standard dive safety convention, so a knock can shorten your reading of elapsed time but never lengthen it.  BUILT FOR WATER, \n    HONESTLY DESCRIBED 200m water resistance, 20 bar, with a screw-down caseback and a 1.5mm sapphire crystal over the dial. That is a genuine \n    swimming, snorkelling and recreational diving rating. The case is 304 stainless steel with a black coating; the ceramic bezel takes the most \n    exposed surface. As with any steel dive watch, rinse it in fresh water after the sea.  42.5MM — THE WEARABLE ONE Our other divers run 43mm to \n    48mm. This is the one that sits comfortably on an average wrist and still reads as a proper tool watch. If the AbyssForce felt like a lot of \n    watch, this is the answer.  WHAT YOU SHOULD KNOW BEFORE BUYING This is a 304 stainless steel case, not 316L. It is an automatic, so it will \n    gain or lose a few seconds a day — that is normal for a mechanical movement and not a fault. The strap is silicone, which is the right material \n    for water and the wrong material for a boardroom. We would rather you knew all three before you ordered than after. \u003c\/span\u003e\n    \u003clabel for=\"fwt-readmore\" class=\"fwt-readmore__btn\"\u003e\u003c\/label\u003e\n  \u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n  \u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-button\"\u003eFunction\u003c\/summary\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n    \u003cli\u003eAutomatic (SEIKO) movement—self-winding, battery-free\u003c\/li\u003e\n\n    \u003cli\u003ePower reserve system for reliable run time\u003c\/li\u003e\n    \n    \u003cli\u003e20 BAR \/ 200 m water resistance (professional diver grade)\u003c\/li\u003e\n    \n    \u003cli\u003eSapphire crystal for premium scratch resistance\u003c\/li\u003e\n    \n    \u003cli\u003eDay\/Date at a glance\u003c\/li\u003e\n    \n    \u003cli\u003eLuminous hands\/markers for low-light readability\u003c\/li\u003e\n    \n    \u003cli\u003e42.5 mm analog (pointer) dial—bold, balanced visibility\u003c\/li\u003e\n    \n    \u003cli\u003eHook buckle for quick, secure fastening\u003c\/li\u003e\n    \n    \n    \n    \n    \n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-button\"\u003eWarranty\u003c\/summary\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cp\u003e\n    Every FWT timepiece is covered by a limited 12-month warranty against manufacturing defects.\n If a covered issue occurs, we’ll repair or replace your watch with prompt, professional service.\n Full terms and claim instructions are included with your FWT warranty card and on our website.\n\n\n   \u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-button\"\u003eSize\u003c\/summary\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n  \u003cli\u003eSize \u0026amp; profile: 42.5 mm dial diameter, 10 mm case thickness\n\n  \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-button\"\u003eMaterial\u003c\/summary\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n    \u003cli\u003e\tCase: Stainless steel, round\u003c\/li\u003e\n\n    \u003cli\u003e\tCrystal: Sapphire\u003c\/li\u003e\n    \n    \u003cli\u003e\tMovement: Automatic (SEIKO) — battery life: forever (no battery)\u003c\/li\u003e\n    \n    \u003cli\u003e\tStrap: Silicone — 21 mm width, 24.5 cm length, hook buckle\u003c\/li\u003e\n    \n    \u003cli\u003e\tWater resistance: 20 BAR \/ 200 m\u003c\/li\u003e\n    \n    \u003cli\u003e\tDial: 42.5 mm, analog (pointer)\u003c\/li\u003e\n    \n    \u003cli\u003e\tBrand \/ model \/ user \/ style: FWT – JDE0073L | Men | Fashion \/ Luxury \/ Sport \/ Business \/ Automatic\u003c\/li\u003e\n    \n    \n\n\n    \n    \n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"main_counter_section\"\u003e\n  \u003ch2 style=\"text-align: center;\"\u003eTechnical Features\u003c\/h2\u003e\n  \u003cdiv class=\"number_section_flex\" id=\"counter-section\"\u003e\n  \u003cdiv class=\"number_box_1\"\u003e\n  \u003cdiv class=\"boxss_inner\"\u003e\n\u003cimg class=\"number_box_image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/diameter-b.webp?v=1753643055\"\u003e \u003cspan class=\"number_box\"\u003e \u003cspan class=\"prod_number pc-diameter\"\u003e\u003c\/span\u003e \u003csub\u003e\u003cspan\u003eMM\u003c\/span\u003e\u003c\/sub\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"number_boxs_title\"\u003e\u003cspan\u003eDiameter\u003c\/span\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"number_box_1\"\u003e\n  \u003cdiv class=\"boxss_inner\"\u003e\n\u003cimg class=\"number_box_image\" src=\"https:\/\/www.nuunofficial.com\/cdn\/shop\/files\/thickness-b.png?v=1715584325\"\u003e \u003cspan class=\"number_box\"\u003e \u003cspan class=\"prod_number pc-thickness\"\u003e\u003c\/span\u003e \u003csub\u003e\u003cspan\u003eMM\u003c\/span\u003e\u003c\/sub\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"number_boxs_title\"\u003e\u003cspan\u003eThickness\u003c\/span\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"number_box_1\"\u003e\n  \u003cdiv class=\"boxss_inner\"\u003e\n\u003cimg class=\"number_box_image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/thickness-b.webp?v=1753643065\"\u003e \u003cspan class=\"number_box\"\u003e \u003cspan class=\"prod_number pc-warranty\"\u003e\u003c\/span\u003e \u003csub\u003e\u003cspan\u003eMonths\u003c\/span\u003e\u003c\/sub\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"number_boxs_title\"\u003e\u003cspan\u003eWarranty\u003c\/span\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"number_box_1\"\u003e\n  \u003cdiv class=\"boxss_inner\"\u003e\n\u003cimg class=\"number_box_image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/water-resistance-b.webp?v=1753643103\"\u003e \u003cspan class=\"number_box\"\u003e \u003cspan class=\"prod_number pc-water\"\u003e\u003c\/span\u003e \u003csub\u003e\u003cspan\u003eBAR\u003c\/span\u003e\u003c\/sub\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"number_boxs_title\"\u003e\u003cspan\u003eWater Resistance\u003c\/span\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== FIX 13: Specification table (beneath Technical Features) ===== --\u003e\n  \u003cdiv class=\"fwt-spec\"\u003e\n  \u003cdiv class=\"fwt-spec__head\"\u003e\n  \u003ch2\u003eSpecifications\u003c\/h2\u003e\n  \u003cspan class=\"fwt-spec__rule\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fwt-spec__list\"\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eMovement\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003eSeiko NH35 automatic, 21,600 bph, 41-hour power reserve\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eCase size\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003e42.5mm diameter, 48.5mm lug to lug\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eCase thickness\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003e\u003cspan class=\"fwt-spec__todo\"\u003e10mm\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eCase material\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003e304 stainless steel, black coating\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eBezel\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003eCeramic insert, unidirectional, 60-minute scale\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eCrystal\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003eSapphire, 1.5mm\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eCaseback\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003eScrew-down\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eWater resistance\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003e200m \/ 20 BAR\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eStrap\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003eSilicone, \u003cspan class=\"fwt-spec__todo\"\u003e10\u003c\/span\u003e mm lug width, hook buckle\u003c\/div\u003e\n\u003c\/div\u003e\n\n    \u003cdiv class=\"fwt-spec__row\"\u003e\n\u003cdiv class=\"fwt-spec__label\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"fwt-spec__value\"\u003e12 months\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- ===== \/FIX 13 ===== --\u003e\n\n  \u003cdiv class=\"features\"\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/quartz.png?v=1752432090\"\u003e\n  \u003cdiv class=\"feature-title\"\u003eSeiko NH35\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eAutomatic Self-winding mechanical movement, 21,600 bph. No battery, ever. \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/low-power.png?v=1744365451\"\u003e\n  \u003cdiv class=\"feature-title\"\u003e41-Hour Power Reserve\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eLeave it off the wrist Friday night and it is still running Sunday morning. \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/waterproof.png?v=1744097642\"\u003e\n  \u003cdiv class=\"feature-title\"\u003e200m \/ 20 BAR, Screw-Down\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eCaseback Swimming, snorkelling and recreational diving. The seal is what makes the rating real. \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/scratch.png?v=1754684081\"\u003e\n  \u003cdiv class=\"feature-title\"\u003e1.5mm Sapphire Crystal\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eSecond only to diamond for scratch resistance. Stays clear for years.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/auto_date.png?v=1756871523\"\u003e\n  \u003cdiv class=\"feature-title\"\u003eCeramic Bezel\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eInsert Will not fade, will not scratch like aluminium. Unidirectional, 60-minute scale.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/silicone-strap.png?v=1757540184\"\u003e\n  \u003cdiv class=\"feature-title\"\u003eSilicone Strap + Hook Buckle\u003c\/div\u003e\n  \u003cdiv class=\"feature-desc\"\u003eRight material for water. Lug width 21mm — see strap note below. \u003c\/div\u003e\n  \u003c\/div\u003e\n    \u003cdiv class=\"feature-box\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/bezel.jpg?v=1773176894\"\u003e\n        \u003cdiv class=\"feature-title\"\u003eUnidirectional Rotating Bezel\u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eTurns one way only, so elapsed dive time can never be accidentally under-read.\u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Lightbox modal only — accordion + read-more are now pure CSS, no JS needed --\u003e\n  \u003cscript\u003e\n        var slideIndex = 1;\n\n        function openModal()  { document.getElementById('myModal').style.display = 'block'; }\n        function closeModal() { document.getElementById('myModal').style.display = 'none'; }\n        function plusSlides(n)   { showSlides(slideIndex += n); }\n        function currentSlide(n) { showSlides(slideIndex = n); }\n\n        function showSlides(n) {\n          var slides = document.getElementsByClassName('mySlides');\n          if (!slides.length) return;\n          if (n \u003e slides.length) { slideIndex = 1; }\n          if (n \u003c 1) { slideIndex = slides.length; }\n\n          for (var i = 0; i \u003c slides.length; i++) { slides[i].style.display = 'none'; }\n          slides[slideIndex - 1].style.display = 'block';\n\n          var dots = document.getElementsByClassName('demo');\n          var caption = document.getElementById('caption');\n          if (dots.length) {\n            for (var j = 0; j \u003c dots.length; j++) {\n              dots[j].className = dots[j].className.replace(' active', '');\n            }\n            if (dots[slideIndex - 1]) {\n              dots[slideIndex - 1].className += ' active';\n              if (caption) caption.innerHTML = dots[slideIndex - 1].alt || '';\n            }\n          }\n        }\n\n        window.openModal = openModal;\n        window.closeModal = closeModal;\n        window.plusSlides = plusSlides;\n        window.currentSlide = currentSlide;\n\n        showSlides(slideIndex);\n      \u003c\/script\u003e","brand":"Future Wrist","offers":[{"title":"Black","offer_id":51401346580774,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":51401346613542,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":51401346646310,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/variant-image-color-black-sb0202-3.jpg?v=1759355541","url":"https:\/\/www.futurewristtech.com\/products\/abyssflare-200m-nh35-ceramic-diver-42-5mm","provider":"Future Wrist","version":"1.0","type":"link"}