{"product_id":"submariner-date-116610lv-hulk","title":"Rolex Submariner Date 116610LV “Hulk”","description":"\u003cstyle\u003e\n  .auv-hulk-description {\n    --auv-green: #1a3a32;\n    --auv-text: #69746f;\n    --auv-muted: #8b9591;\n    --auv-border: rgba(26, 58, 50, 0.14);\n    --auv-soft: #f7f6f3;\n\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n    color: var(--auv-green);\n    font-family: var(--font-body-family, inherit);\n    box-sizing: border-box;\n  }\n\n  .auv-hulk-description *,\n  .auv-hulk-description *::before,\n  .auv-hulk-description *::after {\n    box-sizing: border-box;\n  }\n\n  \/* TECHNICAL DETAILS *\/\n\n  .auv-hulk-accordion {\n    margin: 8px 0 28px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--auv-border);\n    border-radius: 14px;\n  }\n\n  .auv-hulk-accordion \u003e summary {\n    display: flex;\n    min-height: 58px;\n    padding: 17px 20px;\n    align-items: center;\n    justify-content: space-between;\n    color: var(--auv-green);\n    background: #ffffff;\n    cursor: pointer;\n    list-style: none;\n    font-family: var(--font-heading-family, inherit);\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1.3;\n    letter-spacing: 0.02em;\n  }\n\n  .auv-hulk-accordion \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .auv-hulk-accordion \u003e summary::after {\n    content: \"+\";\n    font-family: var(--font-body-family, inherit);\n    font-size: 22px;\n    font-weight: 300;\n    line-height: 1;\n  }\n\n  .auv-hulk-accordion[open] \u003e summary {\n    border-bottom: 1px solid var(--auv-border);\n  }\n\n  .auv-hulk-accordion[open] \u003e summary::after {\n    content: \"−\";\n  }\n\n  .auv-hulk-details {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .auv-hulk-detail {\n    min-height: 86px;\n    padding: 17px 18px;\n    border-right: 1px solid var(--auv-border);\n    border-bottom: 1px solid var(--auv-border);\n  }\n\n  .auv-hulk-detail:nth-child(3n) {\n    border-right: none;\n  }\n\n  .auv-hulk-detail:nth-last-child(-n + 3) {\n    border-bottom: none;\n  }\n\n  .auv-hulk-label {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--auv-muted);\n    font-size: 10px;\n    font-weight: 500;\n    line-height: 1.2;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .auv-hulk-value {\n    display: block;\n    color: var(--auv-green);\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  \/* CONTENT *\/\n\n  .auv-hulk-section {\n    margin: 42px 0;\n  }\n\n  .auv-hulk-section-title {\n    margin: 0 0 17px;\n    color: var(--auv-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: 21px;\n    font-style: var(--font-heading-style, normal);\n    font-weight: var(--font-heading-weight, 600);\n    line-height: 1.3;\n  }\n\n  .auv-hulk-copy {\n    max-width: 780px;\n    color: var(--auv-text);\n    font-size: 15px;\n    line-height: 1.85;\n  }\n\n  .auv-hulk-copy p {\n    margin: 0 0 18px;\n  }\n\n  .auv-hulk-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* COMPACT INTRODUCTION *\/\n\n  .auv-hulk-intro {\n    margin: 28px 0 18px;\n  }\n\n  .auv-hulk-intro .auv-hulk-section-title {\n    margin-bottom: 12px;\n  }\n\n  .auv-hulk-intro-copy {\n    max-width: 780px;\n    margin: 0;\n    color: var(--auv-text);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  \/* EXPANDABLE DESCRIPTION *\/\n\n  .auv-hulk-expandable {\n    margin: 0 0 34px;\n  }\n\n  .auv-hulk-expandable \u003e summary {\n    display: inline-flex;\n    min-height: 44px;\n    padding: 11px 18px;\n    align-items: center;\n    justify-content: center;\n    color: var(--auv-green);\n    background: #ffffff;\n    border: 1px solid var(--auv-border);\n    border-radius: 999px;\n    cursor: pointer;\n    list-style: none;\n    font-family: var(--font-body-family, inherit);\n    font-size: 12px;\n    font-weight: 600;\n    line-height: 1.2;\n    letter-spacing: 0.03em;\n    transition:\n      color 0.2s ease,\n      background-color 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .auv-hulk-expandable \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .auv-hulk-expandable \u003e summary:hover {\n    color: #ffffff;\n    background: var(--auv-green);\n    border-color: var(--auv-green);\n  }\n\n  .auv-hulk-expandable-open {\n    display: none;\n  }\n\n  .auv-hulk-expandable[open]\n  .auv-hulk-expandable-closed {\n    display: none;\n  }\n\n  .auv-hulk-expandable[open]\n  .auv-hulk-expandable-open {\n    display: inline;\n  }\n\n  .auv-hulk-expandable-content {\n    padding-top: 8px;\n  }\n\n  .auv-hulk-expandable-content\n  .auv-hulk-section:first-child {\n    margin-top: 28px;\n  }\n\n  .auv-hulk-expandable \u003e summary:focus-visible,\n  .auv-hulk-accordion \u003e summary:focus-visible {\n    outline: 2px solid var(--auv-green);\n    outline-offset: 3px;\n  }\n\n  \/* FEATURE CARDS *\/\n\n  .auv-hulk-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .auv-hulk-feature {\n    padding: 21px;\n    background: var(--auv-soft);\n    border: 1px solid var(--auv-border);\n    border-radius: 14px;\n  }\n\n  .auv-hulk-feature-number {\n    display: block;\n    margin-bottom: 18px;\n    color: rgba(26, 58, 50, 0.42);\n    font-size: 10px;\n    line-height: 1;\n    letter-spacing: 0.08em;\n  }\n\n  .auv-hulk-feature-title {\n    margin: 0 0 8px;\n    color: var(--auv-green);\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .auv-hulk-feature-text {\n    margin: 0;\n    color: var(--auv-text);\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  \/* ACCESSORIES *\/\n\n  .auv-hulk-accessories {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    max-width: 520px;\n    border-top: 1px solid var(--auv-border);\n    border-bottom: 1px solid var(--auv-border);\n  }\n\n  .auv-hulk-accessory {\n    padding: 18px 20px;\n  }\n\n  .auv-hulk-accessory + .auv-hulk-accessory {\n    border-left: 1px solid var(--auv-border);\n  }\n\n  .auv-hulk-notice {\n    margin-top: 22px;\n    padding: 14px 18px;\n    color: #ffffff;\n    background: var(--auv-green);\n    border-radius: 10px;\n    font-size: 12px;\n    font-weight: 500;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  \/* CONDITION *\/\n\n  .auv-hulk-condition-list {\n    display: grid;\n    max-width: 740px;\n    gap: 25px;\n  }\n\n  .auv-hulk-condition {\n    padding-left: 18px;\n    border-left: 1px solid var(--auv-border);\n  }\n\n  .auv-hulk-condition-title {\n    margin: 0 0 7px;\n    color: var(--auv-green);\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  .auv-hulk-condition-text {\n    margin: 0;\n    color: var(--auv-text);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* MOBILE *\/\n\n  @media screen and (max-width: 749px) {\n    .auv-hulk-accordion {\n      margin-bottom: 24px;\n      border-radius: 12px;\n    }\n\n    .auv-hulk-accordion \u003e summary {\n      min-height: 54px;\n      padding: 15px 16px;\n      font-size: 13px;\n    }\n\n    .auv-hulk-details {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .auv-hulk-detail {\n      min-height: 80px;\n      padding: 15px 13px;\n      border-right: 1px solid var(--auv-border);\n      border-bottom: 1px solid var(--auv-border);\n    }\n\n    .auv-hulk-detail:nth-child(3n) {\n      border-right: 1px solid var(--auv-border);\n    }\n\n    .auv-hulk-detail:nth-child(2n) {\n      border-right: none;\n    }\n\n    .auv-hulk-detail:nth-last-child(-n + 3) {\n      border-bottom: 1px solid var(--auv-border);\n    }\n\n    .auv-hulk-detail:nth-last-child(-n + 2) {\n      border-bottom: none;\n    }\n\n    .auv-hulk-label {\n      font-size: 9px;\n    }\n\n    .auv-hulk-value {\n      font-size: 13px;\n    }\n\n    .auv-hulk-intro {\n      margin: 24px 0 16px;\n    }\n\n    .auv-hulk-intro-copy {\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .auv-hulk-expandable {\n      margin-bottom: 28px;\n    }\n\n    .auv-hulk-expandable \u003e summary {\n      width: 100%;\n      min-height: 42px;\n      padding: 11px 15px;\n      font-size: 12px;\n    }\n\n    .auv-hulk-expandable-content\n    .auv-hulk-section:first-child {\n      margin-top: 24px;\n    }\n\n    .auv-hulk-section {\n      margin: 34px 0;\n    }\n\n    .auv-hulk-section-title {\n      margin-bottom: 14px;\n      font-size: 19px;\n    }\n\n    .auv-hulk-copy {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .auv-hulk-features {\n      grid-template-columns: 1fr;\n    }\n\n    .auv-hulk-feature {\n      padding: 18px;\n    }\n\n    .auv-hulk-accessories {\n      width: 100%;\n      max-width: none;\n    }\n\n    .auv-hulk-accessory {\n      padding: 16px 14px;\n    }\n\n    .auv-hulk-notice {\n      padding: 13px 14px;\n      font-size: 11px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"auv-hulk-description\"\u003e\n\u003c!-- TECHNICAL DETAILS --\u003e\n\u003cdetails class=\"auv-hulk-accordion\" open=\"\"\u003e\n\u003csummary\u003eTechnical Details\u003c\/summary\u003e\n\u003cdiv class=\"auv-hulk-details\"\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eReference\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003e116610LV\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eModel\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eSubmariner Date\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eCase Size\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003e40 MM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eOystersteel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eDial\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eGreen Sunburst\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eBezel\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eGreen Cerachrom\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eMovement\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eAutomatic 3135\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003ePower Reserve\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eApprox. 48 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eWater Resistance\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003e300 M \/ 1,000 FT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eCrystal\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eSapphire with Cyclops\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eBracelet\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eOyster Bracelet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-detail\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003eProduction\u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003eDiscontinued Reference\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- COMPACT INTRODUCTION --\u003e\n\u003csection class=\"auv-hulk-intro\"\u003e\n\u003ch2 class=\"auv-hulk-section-title\"\u003eThe Story\u003c\/h2\u003e\n\u003cp class=\"auv-hulk-intro-copy\"\u003eRecognized by collectors as the “Hulk,” the Rolex Submariner Date reference 116610LV is distinguished by its vivid green dial and matching green ceramic bezel, giving the classic professional diving watch a bold and unmistakable identity.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- EXPANDABLE FULL DESCRIPTION --\u003e\n\u003cdetails class=\"auv-hulk-expandable\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"auv-hulk-expandable-closed\"\u003e View full description \u003c\/span\u003e \u003cspan class=\"auv-hulk-expandable-open\"\u003e Show less \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"auv-hulk-expandable-content\"\u003e\n\u003c!-- CONTINUED STORY --\u003e\n\u003csection class=\"auv-hulk-section\"\u003e\n\u003cdiv class=\"auv-hulk-copy\"\u003e\n\u003cp\u003eThe green sunburst dial changes character as it interacts with the light, moving from rich emerald tones to deeper shades of green. Large luminous hour markers, broad hands and the date display beneath the Cyclops lens preserve the clarity expected from a Submariner.\u003c\/p\u003e\n\u003cp\u003eCombining a durable 40 mm Oyster case with a highly recognizable colour configuration, the 116610LV has become one of the most distinctive discontinued references in the modern Submariner family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"auv-hulk-section\"\u003e\n\u003ch2 class=\"auv-hulk-section-title\"\u003eCraftsmanship and Performance\u003c\/h2\u003e\n\u003cdiv class=\"auv-hulk-features\"\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 01 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eGreen Sunburst Dial\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe metallic green dial reflects light across its surface, creating a dynamic appearance while maintaining clear visibility.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 02 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eGreen Cerachrom Bezel\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe unidirectional 60-minute bezel features a green ceramic insert designed to resist corrosion, fading and everyday scratches.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 03 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eCalibre 3135\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe self-winding mechanical movement provides centre hours, minutes and seconds, an instantaneous date and approximately 48 hours of power reserve.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 04 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eProfessional Dive Construction\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe Oyster case, Triplock screw-down crown and protected crown guards support water resistance to 300 metres.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 05 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eOyster Bracelet\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe solid-link Oyster bracelet is fitted with an Oysterlock safety clasp for a secure and balanced fit.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-hulk-feature\"\u003e\u003cspan class=\"auv-hulk-feature-number\"\u003e 06 \u003c\/span\u003e\n\u003ch3 class=\"auv-hulk-feature-title\"\u003eGlidelock Adjustment\u003c\/h3\u003e\n\u003cp class=\"auv-hulk-feature-text\"\u003eThe Glidelock system allows fine bracelet adjustments without tools, offering greater flexibility and wearing comfort.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ACCESSORIES --\u003e\n\u003csection class=\"auv-hulk-section\"\u003e\n\u003ch2 class=\"auv-hulk-section-title\"\u003eAccessories\u003c\/h2\u003e\n\u003cdiv class=\"auv-hulk-accessories\"\u003e\n\u003cdiv class=\"auv-hulk-accessory\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003e Presentation Box \u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003e Included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-accessory\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003e Card \u003c\/span\u003e \u003cspan class=\"auv-hulk-value\"\u003e Included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-notice\"\u003eThis timepiece is supplied with its presentation box and card.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONDITION --\u003e\n\u003csection class=\"auv-hulk-section\"\u003e\n\u003ch2 class=\"auv-hulk-section-title\"\u003eCondition\u003c\/h2\u003e\n\u003cdiv class=\"auv-hulk-condition-list\"\u003e\n\u003cdiv class=\"auv-hulk-condition\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003e Overall \u003c\/span\u003e\n\u003cp class=\"auv-hulk-condition-title\"\u003eNew \/ Unworn\u003c\/p\u003e\n\u003cp class=\"auv-hulk-condition-text\"\u003eThe timepiece is offered in new, unworn condition. Use this description only when the stated condition is accurate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-condition\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003e Dial, Hands and Crystal \u003c\/span\u003e\n\u003cp class=\"auv-hulk-condition-title\"\u003eNew Condition\u003c\/p\u003e\n\u003cp class=\"auv-hulk-condition-text\"\u003eThe green dial, luminous hands, hour markers and sapphire crystal are presented in new condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-hulk-condition\"\u003e\n\u003cspan class=\"auv-hulk-label\"\u003e Case, Bezel and Bracelet \u003c\/span\u003e\n\u003cp class=\"auv-hulk-condition-title\"\u003eNew Condition\u003c\/p\u003e\n\u003cp class=\"auv-hulk-condition-text\"\u003eThe Oystersteel case, green Cerachrom bezel and Oyster bracelet are presented in new condition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Exklusiv Time","offers":[{"title":"Default Title","offer_id":52753458724996,"sku":"AUV-EMR-ANA-GRN-SLV-001","price":338.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1026\/6912\/3716\/files\/58.jpg?v=1788343772","url":"https:\/\/orvenwatches.com\/products\/submariner-date-116610lv-hulk","provider":"Orven","version":"1.0","type":"link"}