{"product_id":"titanium-dive-watch-titanpro-43mm-automatic-dive-watch","title":"Titanium Dive Watch – TitanPro 43mm Automatic Dive Watch","description":"\n\u003cstyle\u003e\n    \n    .faq-container {\n      max-width: 650px;\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: #333;\n      margin: 20px auto;\n    }\n  \n    .faq-item {\n      background-color: #ffffff;\n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      margin-bottom: 12px;\n      overflow: hidden;\n      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n      transition: all 0.3s ease;\n    }\n  \n    .faq-item:hover {\n      border-color: #b0b0b0;\n      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);\n    }\n  \n    .faq-input {\n      display: none !important;\n    }\n  \n    .faq-label {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 18px 24px;\n      font-weight: 600;\n      font-size: 16px;\n      cursor: pointer;\n      background: #fdfdfd;\n      user-select: none;\n    }\n  \n    \/* The \"Titanium\" accent bar *\/\n    .faq-label::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      width: 4px;\n      height: 0;\n      background: #7a7a7a;\n      transition: 0.3s;\n    }\n  \n    .faq-item:hover .faq-label::before {\n      height: 100%;\n    }\n  \n    .faq-label::after {\n      content: '\\276F';\n      width: 16px;\n      height: 29px;\n      text-align: center;\n      transition: all 0.3s;\n      color: #888;\n    }\n  \n    .faq-content {\n      max-height: 0;\n      padding: 0 24px;\n      overflow: hidden;\n      background: #ffffff;\n      transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);\n      font-size: 16px;\n      line-height: 1.6;\n      color: black;\n    }\n  \n    \/* Checked State Logic *\/\n    .faq-input:checked + .faq-label {\n      background: #f8f9fa;\n      color: #000;\n    }\n  \n    .faq-input:checked + .faq-label::after {\n      transform: rotate(90deg);\n    }\n  \n    .faq-input:checked ~ .faq-content {\n      max-height: 200px;\n      padding-bottom: 20px;\n      border-top: 1px solid #eee;\n    }\n  \n    .number_box_image{\n      width:88% !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: 1rem;\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    .cont-3 {\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 {\n        border-top: 1px solid #ccc;\n      }\n  \n      .accordion-item {\n        border-bottom: 1px solid #ccc;\n      }\n  \n      .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  \n      }\n  \n      .accordion-button::after {\n        content: \"\\25BC\";\n        position: absolute;\n        right: 20px;\n        transition: transform 0.2s ease;\n      }\n  \n      .accordion-button.active::after {\n        transform: rotate(180deg);\n      }\n  \n      .accordion-content {\n        display: none;\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    \/* 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-cont-3 {\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  \/* Hide the \"read-more\" text and toggle on larger screens *\/\n  .read-more,\n  .read-toggle {\n  display: none;\n  }\n  \n  \/* Default: visible on desktop *\/\n  .read-more {\n  display: inline;\n  }\n  .read-toggle {\n  display: none;\n  }\n  \n  \/* On mobile: hide extra text, show toggle *\/\n  @media (max-width: 767px) {\n  .read-more {\n  display: none;\n  }\n  .read-toggle {\n  display: inline;\n  color: red;\n  cursor: pointer;\n  font-weight: bold;\n  }\n  \n  .read-more.visible {\n  display: inline;\n  }\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    \u003c\/style\u003e\n  \u003cdiv class=\"digita-slider\"\u003e\n  \u003cdiv class=\"digita-inner-slide\"\u003e\n\n    \u003cimg onclick=\"openModal();currentSlide(1)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-1_862b526c-a14f-4e34-8b77-aafc58e12465.jpg?v=1758190112\" alt=\"\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(2)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_3.png?v=1764762145\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(3)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-3_c3e50ac8-2466-46e6-9829-9570ca9cfb2e.jpg?v=1758190113\" alt=\"\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(4)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image.png?v=1764762147%20%20\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(5)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-5_ccb16a3a-b38e-4975-b968-64348aac999f.jpg?v=1758190113\" alt=\"\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(6)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_5_2f73dcc9-3b93-4375-9eb2-21f6f4cf968b.png?v=1764762145%20\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(7)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-2_5d113f3b-ba45-40db-a352-d537aca5c261.jpg?v=1758190113\" alt=\"\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(8)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_2_eeecb205-5254-4c57-b276-632c4f94615f.png?v=1764762145%20%20\"\u003e\n    \u003cimg onclick=\"openModal();currentSlide(9)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-4_3776f7c9-a241-4dec-b248-91cd65d1c302.jpg?v=1758190113\" alt=\"\"\u003e\n      \u003cimg onclick=\"openModal();currentSlide(10)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-8_f8f00563-bbb2-451e-bc9d-fa3a0b9bb156.jpg?v=1758190112\" alt=\"\"\u003e\n      \u003cimg onclick=\"openModal();currentSlide(11)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-6_0171dae4-8806-459e-950c-01230a2f7b88.jpg?v=1758190112\" alt=\"\"\u003e\n      \u003cimg onclick=\"openModal();currentSlide(12)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/description-image-7_be55f4a2-8334-42c4-b4a1-4ed443eff43d.jpg?v=1758190112\" alt=\"\"\u003e\n\n  \n   \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_862b526c-a14f-4e34-8b77-aafc58e12465.jpg?v=1758190112\" alt=\"\"\u003e\u003c\/div\u003e\n     \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_3.png?v=1764762145\"\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_c3e50ac8-2466-46e6-9829-9570ca9cfb2e.jpg?v=1758190113\" alt=\"\"\u003e\u003c\/div\u003e\n     \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image.png?v=1764762147%20%20\"\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_ccb16a3a-b38e-4975-b968-64348aac999f.jpg?v=1758190113\" alt=\"\"\u003e\u003c\/div\u003e\n     \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_5_2f73dcc9-3b93-4375-9eb2-21f6f4cf968b.png?v=1764762145%20\"\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_5d113f3b-ba45-40db-a352-d537aca5c261.jpg?v=1758190113\" alt=\"\"\u003e\u003c\/div\u003e\n     \u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_2_eeecb205-5254-4c57-b276-632c4f94615f.png?v=1764762145%20%20\"\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_3776f7c9-a241-4dec-b248-91cd65d1c302.jpg?v=1758190113\" 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-8_f8f00563-bbb2-451e-bc9d-fa3a0b9bb156.jpg?v=1758190112\" 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-6_0171dae4-8806-459e-950c-01230a2f7b88.jpg?v=1758190112\" 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_be55f4a2-8334-42c4-b4a1-4ed443eff43d.jpg?v=1758190112\" alt=\"\"\u003e\u003c\/div\u003e\n\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-cont-3\"\u003e\n  \u003cp id=\"caption\"\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cont-3\"\u003e\n  \u003cdiv class=\"left\"\u003e\n  \u003ch2\u003eDescription\u003c\/h2\u003e\n  \u003cp class=\"description-txt\"\u003e\n    TitanPro is a 43mm titanium dive watch with a Seiko NH36 \n   \n    \u003cspan class=\"read-more\"\u003e  automatic movement, sapphire crystal, and 300M water resistance.\n   \n     \n     \n     \u003c\/span\u003e\u003cspan class=\"read-toggle\"\u003eRead More\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-button\"\u003eFunction\u003c\/button\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n    \u003cli\u003eAutomatic (Japan) movement , self-winding, battery-free precision\u003c\/li\u003e\n\n    \u003cli\u003e30 BAR \/ 300 m water resistance , professional diver grade\u003c\/li\u003e\n    \n    \u003cli\u003eSapphire crystal , premium scratch resistance and clarity\u003c\/li\u003e\n    \n    \u003cli\u003eTitanium case , strong, lightweight, corrosion-resistant\u003c\/li\u003e\n    \n    \u003cli\u003eAuto Date , today’s date at a glance\u003c\/li\u003e\n    \n    \u003cli\u003eLuminous hands\/markers , high visibility in low light\u003c\/li\u003e\n    \n    \u003cli\u003e43 mm pointer (analog) display , bold, balanced readability\u003c\/li\u003e\n    \n    \u003cli\u003eSilicone strap (22 mm width, 23 cm length) with buckle clasp\u003c\/li\u003e\n    \n    \n    \n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-button\"\u003eWarranty\u003c\/button\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\/div\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-button\"\u003eSize\u003c\/button\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n  \u003cli\u003eSize \u0026amp; profile: 43 mm dial diameter, 11 mm case thickness\n\n  \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-button\"\u003eMaterial\u003c\/button\u003e\n  \u003cdiv class=\"accordion-content\"\u003e\n  \u003cul\u003e\n    \u003cli\u003eCase: Titanium, round , diver construction\u003c\/li\u003e\n\n    \u003cli\u003eCrystal: Sapphire\u003c\/li\u003e\n    \n    \u003cli\u003eMovement: Automatic (Japan movement) , battery life: none required\u003c\/li\u003e\n    \n    \u003cli\u003eBand: Silicone , 22 mm width, 23 cm length, buckle clasp\u003c\/li\u003e\n    \n    \u003cli\u003eWater resistance: 30 BAR \/ 300 m (professional diver grade)\u003c\/li\u003e\n    \n    \u003cli\u003eDial: 43 mm, pointer (analog)\u003c\/li\u003e\n    \n    \u003cli\u003eBrand \/ model \/ user \/ style: FWT , JDE0075L | Men | Fashion \/ Luxury \/ Automatic\u003c\/li\u003e\n    \n    \n    \n    \n  \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c\/div\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\"\u003e43\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\"\u003e11\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\"\u003e12\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\"\u003e30\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  \u003c!-- jQuery + Owl Carousel --\u003e\n  \u003cp\u003e\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.6.1\/jquery.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/owl.carousel.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003e\n       \/\/ Wrap in noConflict-safe block\n       (function($) {\n         $(document).ready(function () {\n           function initCarousel() {\n             if (window.innerWidth \u003c= 767 \u0026\u0026 !$('.number_section_flex').hasClass('owl-loaded')) {\n               $('.number_section_flex').addClass('owl-carousel owl-theme').owlCarousel({\n                 loop: false,\n                 margin: 0,\n                 nav: false,\n                 dots: true,\n                 items: 1,\n               });\n             }\n           }\n     \n           initCarousel();\n           $(window).resize(initCarousel);\n     \n           $(window).scroll(startCounter);\n           function startCounter() {\n             if ($(window).scrollTop() \u003e 200) {\n               $(window).off(\"scroll\", startCounter);\n               $('.prod_number').each(function () {\n                 var initialValue = parseFloat($(this).text());\n                 $(this).prop('Counter', 0).animate({\n                   Counter: initialValue\n                 }, {\n                   duration: 1800,\n                   easing: 'swing',\n                   step: function (now) {\n                     var decimalPlaces = (initialValue.toString().split('.')[1] || []).length;\n                     $(this).text(parseFloat(now).toFixed(decimalPlaces));\n                   }\n                 });\n               });\n             }\n           }\n         });\n       })(jQuery); \/\/ Pass Shopify's jQuery here\n     \u003c\/script\u003e\u003c\/p\u003e\n  \u003c!-- Owl Carousel CSS --\u003e\n  \u003cp\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.carousel.min.css\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OwlCarousel2\/2.3.4\/assets\/owl.theme.default.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\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\"\u003eJapanese Automatic\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eBattery-free power that winds as you move for worry less wear.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \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\"\u003e300 m Diver Rating\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eBuilt for serious water,swim, snorkel, and dive with confidence.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/lightweight.png?v=1754065145\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eTitanium Case\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eLighter on the wrist, tougher against the elements.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \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\"\u003eSapphire Crystal\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eStays clear and scratch-resistant for a long-lasting premium look.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/light.png?v=1744097642\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eLuminous Readability\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eInstant time checks in dark water and night streets.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/date-week.png?v=1746776063\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eAuto Date\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eToday’s date on-wrist so you stay organized at a glance.\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\"\u003eUni-Directional Rotating Diver Bezel \u003c\/div\u003e\n        \u003cdiv class=\"feature-desc\"\u003eA streamlined frame for a modern look.\u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \n  \u003cp\u003e\u003cscript\u003e\n  \n        $(document).ready(function () {\n          $(\".read-toggle\").on(\"click\", function () {\n            var $toggle = $(this);\n            var $more = $toggle.siblings(\".read-more\");\n        \n            $more.toggleClass(\"visible\");\n            $toggle.text($more.hasClass(\"visible\") ? \"Read Less\" : \"Read More\");\n          });\n        });\n        \n              const accButtons = document.querySelectorAll('.accordion-button');\n            \n              accButtons.forEach(btn =\u003e {\n                btn.addEventListener('click', () =\u003e {\n                  btn.classList.toggle('active');\n                  const content = btn.nextElementSibling;\n                  content.style.display = content.style.display === 'block' ? 'none' : 'block';\n                });\n              });\n            \u003c\/script\u003e \u003cscript\u003e\n            function openModal() {\n              document.getElementById(\"myModal\").style.display = \"block\";\n            }\n            \n            function closeModal() {\n              document.getElementById(\"myModal\").style.display = \"none\";\n            }\n            \n            var slideIndex = 1;\n            showSlides(slideIndex);\n            \n            function plusSlides(n) {\n              showSlides(slideIndex += n);\n            }\n            \n            function currentSlide(n) {\n              showSlides(slideIndex = n);\n            }\n            \n            function showSlides(n) {\n              var i;\n              var slides = document.getElementsByClassName(\"mySlides\");\n              var dots = document.getElementsByClassName(\"demo\");\n              var captionText = document.getElementById(\"caption\");\n              if (n \u003e slides.length) {slideIndex = 1}\n              if (n \u003c 1) {slideIndex = slides.length}\n              for (i = 0; i \u003c slides.length; i++) {\n                  slides[i].style.display = \"none\";\n              }\n              for (i = 0; i \u003c dots.length; i++) {\n                  dots[i].className = dots[i].className.replace(\" active\", \"\");\n              }\n              slides[slideIndex-1].style.display = \"block\";\n              dots[slideIndex-1].className += \" active\";\n              captionText.innerHTML = dots[slideIndex-1].alt;\n            }\n            \u003c\/script\u003e\u003c\/p\u003e\n            \n \n\n\n            \u003cdiv class=\"new-product\"\u003e\n\n            \u003cdiv id=\"top-banner\"\u003e\n                \u003cdiv class=\"cont-2 top-banner-grid\"\u003e\n                    \n                    \u003cdiv class=\"hero-content\"\u003e\n                        \n        \n                        \u003ch2 class=\"h1\"\u003eTITANPRO 43MM: TITANIUM 300M PROFESSIONAL DIVER | SAPPHIRE | JAPANESE AUTOMATIC\u003c\/h2\u003e\n                        \u003cp class=\"paragraph\"\u003eUltra-light, ultra-durable, and built with true dive-grade engineering, TitanPro is a 300M titanium diver designed for real underwater performance and everyday strength.\u003c\/p\u003e\n                        \n                        \u003cp class=\"paragraph\" style=\"font-size: 18px; margin-bottom: 10px; color: #007bff;\"\u003eBuilt for Real Diving: Practical Performance That Works\u003c\/p\u003e\n                        \u003cul class=\"ul\" style=\"list-style-type: none; padding-left: 0; font-size: 16px; color: white; margin-bottom: 30px;\"\u003e\n                            \n        \n                            \u003cli style=\"margin-bottom: 5px;\"\u003eHigh-pressure sealed gaskets\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 5px;\"\u003eA reinforced titanium case\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 5px;\"\u003eA secure screw-down crown for water-tight integrity\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 5px;\"\u003eA 300M tested construction\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 5px;\"\u003eA sapphire crystal built to resist underwater pressure\u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 5px;\"\u003eStrong luminous hands and markers for low-visibility conditions\u003c\/li\u003e\n        \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eThis is a functional diver, not a fashion diver.\u003c\/i\u003e\u003c\/p\u003e\n        \n                        \u003c\/ul\u003e\n                        \u003cp class=\"paragraph\" style=\"font-weight: bold; font-size: 20px; color: #ffffff;\"\u003eTitanPro is built for people who want a watch that performs anywhere, at work, underwater, or on the move.\u003c\/p\u003e\n        \n                       \n                    \u003c\/div\u003e\n        \n                    \u003cdiv class=\"smarter-choice-content\"\u003e\n                        \u003ch2 class=\"h2\"\u003eWhy TitanPro Outclass Ordinary 100M Watches\u003c\/h2\u003e\n                        \u003cul class=\"smarter-list\"\u003e\n                            \u003cli\u003eTrue 300M \/ 30ATM depth rating\u003c\/li\u003e\n                            \u003cli\u003eTitanium, not steel or alloy\u003c\/li\u003e\n                            \u003cli\u003eSapphire, not mineral\u003c\/li\u003e\n                            \u003cli\u003eJapanese NH36 automatic, not cheap quartz\u003c\/li\u003e\n                            \u003cli\u003eTrue diver seals, screw-down crown, gasketed case\u003c\/li\u003e\n                            \u003cli\u003eStrong lume and high underwater visibility\u003c\/li\u003e\n                            \u003cli\u003eCorrosion-proof metals ideal for the ocean\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        \u003ca href=\"#cta\" class=\"btn\"\u003eMake TitanPro Your Daily Diver\u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \n            \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #30363d; margin: 0;\"\u003e\u003c\/div\u003e\n        \n            \u003cdiv id=\"features\"\u003e\n                \u003cdiv class=\"cont-2\"\u003e\n                    \u003ch2 class=\"h2\"\u003eDesigned for Every Situation: One Watch for All Environments\u003c\/h2\u003e\n                    \u003cdiv class=\"features-grid\"\u003e\n                        \u003cdiv class=\"feature-item\"\u003e\n                            \u003ch3 class=\"h3\" style=\"color: #007bff;\"\u003eWork \/ Office\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eModern titanium finish, clean and refined.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature-item\"\u003e\n                            \u003ch3 class=\"h3\" style=\"color: #007bff;\"\u003eTravel\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eLightweight, automatic, scratch-proof.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature-item\"\u003e\n                            \u003ch3 class=\"h3\" style=\"color: #007bff;\"\u003eWater \u0026amp; Diving\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003e300M depth rating, sapphire crystal, screw-down crown.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"feature-item\"\u003e\n                            \u003ch3 class=\"h3\" style=\"color: #007bff;\"\u003eGym \/ Outdoor\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eTitanium strength with easy-wear silicone comfort.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"paragraph\" style=\"text-align: center; margin-top: 20px;\"\u003eDaily Life: Reliable, durable, comfortable, a true everyday diver. TitanPro is the one watch you’ll wear 7 days a week.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \n            \u003cdiv id=\"breakdown\"\u003e\n                \u003cdiv class=\"cont-2\"\u003e\n                    \u003ch2 class=\"h2\"\u003eWhat Makes TitanPro Exceptional\u003c\/h2\u003e\n        \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003eTitanium Case: Lightweight Strength With Real Durability\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eTitanium is 40% lighter than stainless steel but equally strong. Benefits:\u003c\/p\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eAll-day comfort\u003c\/li\u003e\n                                \u003cli\u003eCorrosion resistance in saltwater\u003c\/li\u003e\n                                \u003cli\u003eHypoallergenic surface\u003c\/li\u003e\n                                \u003cli\u003eExceptional strength-to-weight ratio\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eThe ideal material for a professional diver.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_5.png?v=1764760329\" alt=\"TitanPro titanium dive watch black dial front view\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n        \n                    \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #cccccc; margin: 40px auto; width: 80%;\"\u003e\u003c\/div\u003e\n                    \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \n        \n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/1_2.png?v=1764709159\" alt=\"TitanPro automatic dive watch blue bezel side profile\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003eSapphire Crystal: Scratch-Proof \u0026amp; Ultra-Clear\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eSapphire provides superior clarity and lasting durability.\u003c\/p\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eResists scratches from sand, stone, and metal\u003c\/li\u003e\n                                \u003cli\u003eStays clear and sharp for years\u003c\/li\u003e\n                                \u003cli\u003ePremium feel found in luxury watches\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003ePerfect for diving, travel, and daily use.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #cccccc; margin: 40px auto; width: 80%;\"\u003e\u003c\/div\u003e\n        \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003e300M \/ 30ATM Water Resistance: True Deep-Water Capability\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eBest for serious water performance:\u003c\/p\u003e\n                            \u003cul class=\"water-capabilities\"\u003e\n                                \u003cli\u003eSwimming\u003c\/li\u003e\n                                \u003cli\u003eSnorkeling\u003c\/li\u003e\n                                \u003cli\u003eSurfing\u003c\/li\u003e\n                                \u003cli\u003eSpearfishing\u003c\/li\u003e\n                                \u003cli\u003eFree diving\u003c\/li\u003e\n                                \u003cli\u003eRecreational scuba diving\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eTitanPro is built for real water.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_2.png?v=1764646028\" alt=\"TitanPro diver underwater\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #cccccc; margin: 40px auto; width: 80%;\"\u003e\u003c\/div\u003e\n        \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_4.png?v=1764709304\" alt=\"Japanese Automatic Movement\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003eJapanese Automatic Movement (Seiko NH36): Reliable, Accurate, Zero Battery\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eThe NH36 is a trusted automatic movement known for durability. Benefits:\u003c\/p\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eNo battery replacements\u003c\/li\u003e\n                                \u003cli\u003eSelf-winding accuracy\u003c\/li\u003e\n                                \u003cli\u003eShock-resistant\u003c\/li\u003e\n                                \u003cli\u003ePerfect for divers and travelers\u003c\/li\u003e\n                                \u003cli\u003eExtremely low maintenance\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eSet it, wear it, trust it everywhere.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n        \n                    \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #cccccc; margin: 40px auto; width: 80%;\"\u003e\u003c\/div\u003e\n        \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003eDiver-Ready Dial, Lume \u0026amp; Bezel\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eA dial built for clarity at any depth:\u003c\/p\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eBright luminous hands and markers\u003c\/li\u003e\n                                \u003cli\u003eHigh-contrast dial layout\u003c\/li\u003e\n                                \u003cli\u003eBold, easy-read indices\u003c\/li\u003e\n                                \u003cli\u003eUni-directional rotating diver bezel\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eThe dial is clean, functional, and field-ready.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/4_2_1.png?v=1764709344\" alt=\"TitanPro lume shot in dark\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n        \n                    \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #cccccc; margin: 40px auto; width: 80%;\"\u003e\u003c\/div\u003e\n        \n                    \u003cdiv class=\"breakdown-item\"\u003e\n                        \u003cdiv class=\"breakdown-item-image\"\u003e\n                            \u003cimg alt=\"TitanPro screw-down crown detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/image_5_f2a587ad-8890-4e96-b98c-205f86f13443.png?v=1765449651\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"breakdown-item-text\"\u003e\n                            \u003ch3 class=\"h3\"\u003eSilicone Strap: Comfortable, Durable, Water-Safe\u003c\/h3\u003e\n                            \u003cp class=\"paragraph\"\u003eDesigned for real-world active use:\u003c\/p\u003e\n                            \u003cul\u003e\n                                \u003cli\u003eSoft and flexible\u003c\/li\u003e\n                                \u003cli\u003eSweat-resistant\u003c\/li\u003e\n                                \u003cli\u003eOcean-safe\u003c\/li\u003e\n                                \u003cli\u003eLong wearing comfort\u003c\/li\u003e\n                                \u003cli\u003eBuckle clasp for secure fit\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                            \u003cp class=\"paragraph\"\u003e\u003ci class=\"ita\"\u003eIdeal for daily wear and heavy-water environments.\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n        \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv id=\"testimonials\"\u003e\n                \u003cdiv class=\"cont-2\"\u003e\n                    \u003ch2 class=\"h2\"\u003eWhy Customers Love TitanPro\u003c\/h2\u003e\n                    \u003cdiv class=\"testimonial-grid\"\u003e\n                        \u003cdiv class=\"testimonial-item\"\u003e\n                            Extremely lightweight, feels almost weightless\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"testimonial-item\"\u003e\n                            Sapphire + titanium at this price is unmatched\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"testimonial-item\"\u003e\n                            Real 300M confidence in water\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"testimonial-item\"\u003e\n                            Clean balance of tough + comfortable\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"testimonial-item\"\u003e\n                            Premium diver feel without the luxury markup\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"\"\u003e\n                        \u003ch2 style=\"text-align:center;font-weight:bold\"\u003eMake TitanPro Your Daily Diver in 3 Simple Steps\u003c\/h2\u003e\n                        \u003cp class=\"paragraph\" style=\"text-align: center; font-weight: bold; color: #161b22; font-size: 18px;\"\u003eTitanPro consistently surprises buyers with its premium finish and rugged build.\u003c\/p\u003e\n                        \u003cul class=\"smarter-list\"\u003e\n                            \u003cli style=\"color: #161b22;\"\u003eChoose TitanPro 43mm: Titanium, 300M rating, sapphire clarity.\u003c\/li\u003e\n                            \u003cli style=\"color: #161b22;\"\u003eWear it anywhere: Office, ocean, gym, or travel.\u003c\/li\u003e\n                            \u003cli style=\"color: #161b22;\"\u003eEnjoy long-term reliability: Japanese NH36 automatic movement.\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \n            \u003cdiv class=\"cont-2\"\u003e\u003chr style=\"border: 0; height: 1px; background-color: #30363d; margin: 0;\"\u003e\u003c\/div\u003e\n        \n            \u003cdiv id=\"specs\"\u003e\n                \u003cdiv class=\"cont-2\"\u003e\n                    \u003ch2 class=\"h2\"\u003eTitanPro 43mm Specifications\u003c\/h2\u003e\n                   \u003ctable class=\"specs-table\"\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n        \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eTitanPro 43mm Titanium Diver\u003c\/td\u003e\n            \u003ctd\u003eCase Material\u003c\/td\u003e\n            \u003ctd\u003eTitanium\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCase Size\u003c\/td\u003e\n            \u003ctd\u003e43mm\u003c\/td\u003e\n            \u003ctd\u003eCase Thickness\u003c\/td\u003e\n            \u003ctd\u003eDiver-profile durable build\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCrystal\u003c\/td\u003e\n            \u003ctd\u003eSapphire (Scratch-Resistant)\u003c\/td\u003e\n            \u003ctd\u003eMovement\u003c\/td\u003e\n            \u003ctd\u003eJapanese Automatic (Seiko NH36)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eWater Resistance\u003c\/td\u003e\n            \u003ctd\u003e300M \/ 30ATM\u003c\/td\u003e\n            \u003ctd\u003eCrown\u003c\/td\u003e\n            \u003ctd\u003eScrew-down (Water-tight integrity)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eBezel\u003c\/td\u003e\n            \u003ctd\u003eUni-directional rotating diver bezel\u003c\/td\u003e\n            \u003ctd\u003eDial\u003c\/td\u003e\n            \u003ctd\u003eHigh-visibility luminous markers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eLume\u003c\/td\u003e\n            \u003ctd\u003eHands + Markers\u003c\/td\u003e\n            \u003ctd\u003eStrap\u003c\/td\u003e\n            \u003ctd\u003eSilicone strap (Ocean-safe)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eBand Width\u003c\/td\u003e\n            \u003ctd\u003e22mm\u003c\/td\u003e\n            \u003ctd\u003eBand Length\u003c\/td\u003e\n            \u003ctd\u003e23cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eClasp\u003c\/td\u003e\n            \u003ctd\u003eBuckle clasp\u003c\/td\u003e\n            \u003ctd\u003eStyle\u003c\/td\u003e\n            \u003ctd\u003eProfessional Diver \/ Everyday Titanium Watch\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n\u003c\/table\u003e\n                    \u003cp class=\"paragraph\" style=\"font-style: italic;\"\u003eTitanPro brings true dive-watch engineering at a fair price, perfect for anyone who wants a real diver without luxury-brand costs.\u003c\/p\u003e\n                    \n                    \u003cp class=\"paragraph\" style=\"text-align: center;\"\u003eTitanPro 43mm: Lightweight Titanium. 300M Water-Ready. Built for Real Life.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \n        \u003ch2 style=\"text-align:center;color:black\" class=\"h2\"\u003eFAQ\u003c\/h2\u003e\n   \n  \n  \u003cdiv class=\"faq-container\"\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq1\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq1\" class=\"faq-label\"\u003eIs TitanPro a real titanium dive watch?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        Yes. TitanPro uses a titanium case for a lighter feel on the wrist along with strong corrosion resistance, which makes it well suited for everyday wear and water-focused use.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq2\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq2\" class=\"faq-label\"\u003eIs TitanPro an automatic dive watch?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        Yes. TitanPro uses a Japanese Seiko NH36 automatic movement, which means it is self-winding and does not require a battery.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq3\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq3\" class=\"faq-label\"\u003eCan you swim or dive with the TitanPro?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        TitanPro is rated to 300M \/ 30ATM water resistance, making it suitable for swimming, snorkeling, and recreational diving when used properly with the crown fully secured.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq4\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq4\" class=\"faq-label\"\u003eWhy choose titanium over stainless steel?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        A titanium dive watch is lighter on the wrist, highly resistant to corrosion, and more comfortable for long daily wear, especially in hot weather or marine environments.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq5\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq5\" class=\"faq-label\"\u003eDoes the watch have a sapphire crystal?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        Yes. TitanPro includes a sapphire crystal for improved scratch resistance and long-term clarity compared with lower-grade mineral glass.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cinput type=\"checkbox\" id=\"faq6\" class=\"faq-input\"\u003e\n      \u003clabel for=\"faq6\" class=\"faq-label\"\u003eWhat size is the TitanPro dive watch?\u003c\/label\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        TitanPro has a 43mm case diameter and an 11mm case thickness, giving it a bold but wearable diver profile.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n            \u003cdiv id=\"cta\"\u003e\n                \u003cdiv class=\"cont-2\"\u003e\n                    \u003ch2 class=\"h2\"\u003eTitanPro 43mm: Lightweight Titanium. 300M Water-Ready. Built for Real Life.\u003c\/h2\u003e\n                    \u003cp class=\"paragraph\"\u003eUltra-light, ultra-durable, and built with true dive-grade engineering, TitanPro is a 300M titanium diver designed for real underwater performance and everyday strength.\u003c\/p\u003e\n                    \u003ca href=\"#\" class=\"btn\"\u003eMake TitanPro Your Daily Diver\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \n        \u003c\/div\u003e","brand":"Future Wrist","offers":[{"title":"Black","offer_id":52992297337126,"sku":null,"price":99.5,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":52992297369894,"sku":null,"price":99.5,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":52992297402662,"sku":null,"price":99.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/9774\/0326\/files\/variant-image-color-black-jde0075l-sb0202-3.jpg?v=1769068609","url":"https:\/\/www.futurewristtech.com\/products\/titanium-dive-watch-titanpro-43mm-automatic-dive-watch","provider":"Future Wrist","version":"1.0","type":"link"}