{"product_id":"auvellor-kervion-black-dial","title":"Auvellor Kervion – Black Dial","description":"\u003cstyle\u003e\n    .auv-product-kervion {\n      --auv-green: #1A3A32;\n      --auv-dark-green: #0F2E28;\n      --auv-off-white: #F7F6F3;\n      --auv-white: #FFFFFF;\n      --auv-gold: #C98A2E;\n      --auv-text: #68736F;\n      --auv-muted: rgba(26, 58, 50, 0.58);\n      --auv-border: rgba(26, 58, 50, 0.14);\n\n      width: 100%;\n      color: var(--auv-text);\n      background: var(--auv-white);\n      font-family: var(--font-body-family, inherit);\n      line-height: 1.65;\n    }\n\n    .auv-product-kervion,\n    .auv-product-kervion * {\n      box-sizing: border-box;\n    }\n\n    .auv-product-shell {\n      width: 100%;\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 20px 18px 30px;\n    }\n\n    .auv-product-tech {\n      margin: 0 0 22px;\n      overflow: hidden;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 18px;\n    }\n\n    .auv-product-tech__summary {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      padding: 18px 20px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: 19px;\n      font-weight: 600;\n      letter-spacing: 0.02em;\n      cursor: pointer;\n      list-style: none;\n    }\n\n    .auv-product-tech__summary::-webkit-details-markerauv-product-tech__summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .auv-product-tech__summary::after {\n      content: \"+\";\n      flex: 0 0 auto;\n      color: var(--auv-gold);\n      font-family: var(--font-body-family, inherit);\n      font-size: 22px;\n      font-weight: 400;\n      line-height: 1;\n    }\n\n    .auv-product-tech[open] .auv-product-tech__summary::after {\n      content: \"−\";\n    }\n\n    .auv-product-tech__grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 1px;\n      border-top: 1px solid var(--auv-border);\n      background: var(--auv-border);\n    }\n\n    .auv-product-tech__item {\n      min-width: 0;\n      padding: 15px 17px;\n      background: var(--auv-white);\n    }\n\n    .auv-product-tech__label {\n      display: block;\n      margin: 0 0 5px;\n      color: var(--auv-muted);\n      font-size: 11px;\n      font-weight: 600;\n      line-height: 1.3;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .auv-product-tech__value {\n      display: block;\n      overflow-wrap: anywhere;\n      color: var(--auv-dark-green);\n      font-size: 14px;\n      font-weight: 500;\n      line-height: 1.45;\n    }\n\n    .auv-product-intro {\n      margin: 0 0 20px;\n      padding: 5px 2px 0;\n    }\n\n    .auv-product-intro__eyebrow {\n      margin: 0 0 8px;\n      color: var(--auv-gold);\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .auv-product-intro__title {\n      margin: 0 0 7px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: clamp(24px, 4vw, 34px);\n      font-weight: 500;\n      line-height: 1.18;\n      letter-spacing: -0.015em;\n    }\n\n    .auv-product-intro__positioning {\n      margin: 0 0 11px;\n      color: var(--auv-green);\n      font-size: 15px;\n      font-weight: 500;\n      line-height: 1.45;\n    }\n\n    .auv-product-intro__copy {\n      max-width: 730px;\n      margin: 0;\n      color: var(--auv-text);\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .auv-product-intro__sku {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      margin: 15px 0 0;\n      padding: 7px 11px;\n      color: var(--auv-dark-green);\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 999px;\n      font-size: 12px;\n      line-height: 1.3;\n    }\n\n    .auv-product-intro__sku-label {\n      color: var(--auv-muted);\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .auv-product-intro__sku-value {\n      font-weight: 600;\n      letter-spacing: 0.035em;\n    }\n\n    .auv-product-expandable {\n      margin: 22px 0 0;\n    }\n\n    .auv-product-expandable \u003e summary {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 44px;\n      padding: 10px 19px;\n      color: var(--auv-green);\n      background: var(--auv-white);\n      border: 1px solid var(--auv-green);\n      border-radius: 999px;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.3;\n      letter-spacing: 0.025em;\n      cursor: pointer;\n      list-style: none;\n      transition:\n        background-color 180ms ease,\n        color 180ms ease;\n    }\n\n    .auv-product-expandable \u003e summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .auv-product-expandable \u003e summary:hover {\n      color: var(--auv-white);\n      background: var(--auv-green);\n    }\n\n    .auv-product-expandable__open {\n      display: none;\n    }\n\n    .auv-product-expandable[open]\n      .auv-product-expandable__closed {\n      display: none;\n    }\n\n    .auv-product-expandable[open]\n      .auv-product-expandable__open {\n      display: inline;\n    }\n\n    .auv-product-expandable__content {\n      padding-top: 28px;\n    }\n\n    .auv-product-story {\n      margin: 0 0 28px;\n      padding: 25px;\n      background: var(--auv-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 18px;\n    }\n\n    .auv-product-section__eyebrow {\n      margin: 0 0 7px;\n      color: var(--auv-gold);\n      font-size: 11px;\n      font-weight: 600;\n      line-height: 1.4;\n      letter-spacing: 0.13em;\n      text-transform: uppercase;\n    }\n\n    .auv-product-section__title {\n      margin: 0 0 16px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: 27px;\n      font-weight: 500;\n      line-height: 1.25;\n      letter-spacing: -0.012em;\n    }\n\n    .auv-product-story__copy {\n      max-width: 760px;\n    }\n\n    .auv-product-story__copy p {\n      margin: 0 0 12px;\n      color: var(--auv-text);\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .auv-product-story__copy p:last-child {\n      margin-bottom: 0;\n    }\n\n    .auv-product-features {\n      margin: 0 0 28px;\n    }\n\n    .auv-product-features__header {\n      margin: 0 0 17px;\n    }\n\n    .auv-product-features__grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .auv-product-feature {\n      position: relative;\n      min-width: 0;\n      padding: 19px 19px 18px;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 16px;\n    }\n\n    .auv-product-feature__number {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-width: 29px;\n      height: 29px;\n      margin: 0 0 12px;\n      color: var(--auv-white);\n      background: var(--auv-green);\n      border-radius: 50%;\n      font-size: 10px;\n      font-weight: 600;\n      line-height: 1;\n      letter-spacing: 0.05em;\n    }\n\n    .auv-product-feature__title {\n      margin: 0 0 7px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: 17px;\n      font-weight: 600;\n      line-height: 1.35;\n    }\n\n    .auv-product-feature__copy {\n      margin: 0;\n      color: var(--auv-text);\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    .auv-product-statement {\n      padding: 28px 26px;\n      color: var(--auv-white);\n      background: var(--auv-green);\n      border-radius: 18px;\n    }\n\n    .auv-product-statement__eyebrow {\n      margin: 0 0 7px;\n      color: rgba(255, 255, 255, 0.68);\n      font-size: 10px;\n      font-weight: 600;\n      line-height: 1.4;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .auv-product-statement__title {\n      margin: 0 0 9px;\n      color: var(--auv-white);\n      font-family: var(--font-heading-family, inherit);\n      font-size: 25px;\n      font-weight: 500;\n      line-height: 1.25;\n    }\n\n    .auv-product-statement__copy {\n      max-width: 650px;\n      margin: 0;\n      color: rgba(255, 255, 255, 0.82);\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    @media screen and (max-width: 640px) {\n      .auv-product-shell {\n        padding: 12px 12px 24px;\n      }\n\n      .auv-product-tech {\n        margin-bottom: 18px;\n        border-radius: 15px;\n      }\n\n      .auv-product-tech__summary {\n        padding: 15px 14px;\n        font-size: 17px;\n      }\n\n      .auv-product-tech__grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .auv-product-tech__item {\n        padding: 12px 11px;\n      }\n\n      .auv-product-tech__label {\n        margin-bottom: 4px;\n        font-size: 9px;\n        letter-spacing: 0.075em;\n      }\n\n      .auv-product-tech__value {\n        font-size: 13px;\n        line-height: 1.4;\n      }\n\n      .auv-product-intro {\n        margin-bottom: 17px;\n        padding-top: 2px;\n      }\n\n      .auv-product-intro__title {\n        margin-bottom: 6px;\n        font-size: 23px;\n      }\n\n      .auv-product-intro__positioning {\n        margin-bottom: 9px;\n        font-size: 14px;\n      }\n\n      .auv-product-intro__copy {\n        font-size: 14px;\n        line-height: 1.65;\n      }\n\n      .auv-product-intro__sku {\n        margin-top: 12px;\n        padding: 6px 9px;\n        font-size: 11px;\n      }\n\n      .auv-product-expandable {\n        margin-top: 18px;\n      }\n\n      .auv-product-expandable \u003e summary {\n        width: 100%;\n        min-height: 46px;\n        padding: 11px 16px;\n      }\n\n      .auv-product-expandable__content {\n        padding-top: 21px;\n      }\n\n      .auv-product-story {\n        margin-bottom: 22px;\n        padding: 18px 15px;\n        border-radius: 15px;\n      }\n\n      .auv-product-section__title {\n        margin-bottom: 13px;\n        font-size: 22px;\n      }\n\n      .auv-product-story__copy p {\n        margin-bottom: 10px;\n        font-size: 14px;\n        line-height: 1.65;\n      }\n\n      .auv-product-features {\n        margin-bottom: 22px;\n      }\n\n      .auv-product-features__grid {\n        grid-template-columns: 1fr;\n        gap: 10px;\n      }\n\n      .auv-product-feature {\n        padding: 16px 15px;\n        border-radius: 14px;\n      }\n\n      .auv-product-feature__number {\n        min-width: 27px;\n        height: 27px;\n        margin-bottom: 9px;\n      }\n\n      .auv-product-feature__title {\n        margin-bottom: 5px;\n        font-size: 16px;\n      }\n\n      .auv-product-feature__copy {\n        font-size: 13px;\n        line-height: 1.6;\n      }\n\n      .auv-product-statement {\n        padding: 22px 18px;\n        border-radius: 15px;\n      }\n\n      .auv-product-statement__title {\n        font-size: 21px;\n      }\n\n      .auv-product-statement__copy {\n        font-size: 14px;\n        line-height: 1.65;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"auv-product-kervion\"\u003e\n\u003cdiv class=\"auv-product-shell\"\u003e\n\u003cdetails class=\"auv-product-tech\" open=\"\"\u003e\n\u003csummary class=\"auv-product-tech__summary\"\u003eTechnical Details\u003c\/summary\u003e\n\u003cdiv class=\"auv-product-tech__grid\"\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003eAuvellor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eModel\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003eKervion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e AUV-KER-ANL-BLK-SLV-001 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eDial Colour\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Deep Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eDial Style\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e High-Contrast Sport Dial \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Analog Display with Date Window \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eCase Finish\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Silver-Tone Finish \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003eCase Profile\u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Geometric Sport Profile \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003e Bracelet Style \u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Silver-Tone Three-Link Bracelet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003e Bezel Style \u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Silver-Tone 24-Hour Bezel \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003e Visual Accent \u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Orange Arrow Hand \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-tech__item\"\u003e\n\u003cspan class=\"auv-product-tech__label\"\u003e Overall Style \u003c\/span\u003e \u003cspan class=\"auv-product-tech__value\"\u003e Contemporary Travel-Inspired Watch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003csection class=\"auv-product-intro\"\u003e\n\u003cp class=\"auv-product-intro__eyebrow\"\u003eDirectional character\u003c\/p\u003e\n\u003ch2 class=\"auv-product-intro__title\"\u003eAuvellor Kervion\u003c\/h2\u003e\n\u003cp class=\"auv-product-intro__positioning\"\u003eConfident contrast shaped for modern movement.\u003c\/p\u003e\n\u003cp class=\"auv-product-intro__copy\"\u003eDefined by a deep black dial, a silver-tone 24-hour bezel and a vivid orange arrow hand, the Auvellor Kervion brings confident contrast to a clean, contemporary profile. Its structured three-link bracelet and high-visibility markers suit everyday wear, travel-inspired styling and polished social occasions.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-intro__sku\"\u003e\n\u003cspan class=\"auv-product-intro__sku-label\"\u003e SKU \u003c\/span\u003e \u003cspan class=\"auv-product-intro__sku-value\"\u003e AUV-KER-ANL-BLK-SLV-001 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdetails class=\"auv-product-expandable\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"auv-product-expandable__closed\"\u003e View full description \u003c\/span\u003e \u003cspan class=\"auv-product-expandable__open\"\u003e Show less \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"auv-product-expandable__content\"\u003e\n\u003csection class=\"auv-product-story\"\u003e\n\u003cp class=\"auv-product-section__eyebrow\"\u003eVisual direction\u003c\/p\u003e\n\u003ch3 class=\"auv-product-section__title\"\u003eThe Kervion Story\u003c\/h3\u003e\n\u003cdiv class=\"auv-product-story__copy\"\u003e\n\u003cp\u003eKervion is defined by clarity, contrast and direction. Its deep black dial creates a composed foundation for the bold hour markers, silver-tone hands and vivid orange arrow accent.\u003c\/p\u003e\n\u003cp\u003eAround the dial, the numbered 24-hour bezel introduces a purposeful travel-inspired visual language. The geometric case profile and structured bracelet balance this technical character with a clean, contemporary presence.\u003c\/p\u003e\n\u003cp\u003eDesigned for flexible styling, Kervion moves naturally between everyday settings and social occasions. Its distinctive details express the modern, confident and considered identity of Auvellor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-features\"\u003e\n\u003cdiv class=\"auv-product-features__header\"\u003e\n\u003cp class=\"auv-product-section__eyebrow\"\u003eSix defining details\u003c\/p\u003e\n\u003ch3 class=\"auv-product-section__title\"\u003eDesigned to Stand Apart\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-features__grid\"\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 01 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eDistinctive Black Dial\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe deep black surface creates a focused, high-contrast setting that gives the hands, hour markers and date display immediate visual clarity.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 02 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eNumbered Bezel\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eBold black numerals and directional markers surround the dial, adding structure and a distinctive 24-hour visual character to the design.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 03 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eOrange Arrow Accent\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eA vivid orange arrow-shaped hand introduces a controlled point of colour, creating a dynamic contrast without overwhelming the dial.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 04 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eFocused Date Display\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003ePositioned at three o’clock, the date window is framed as a prominent functional-looking detail within the balanced black dial layout.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 05 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eStructured Bracelet\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe silver-tone three-link bracelet continues the strong linear character of the case while maintaining a composed and versatile overall appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\u003cspan class=\"auv-product-feature__number\"\u003e 06 \u003c\/span\u003e\n\u003ch4 class=\"auv-product-feature__title\"\u003eAuvellor Identity\u003c\/h4\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe centered Auvellor symbol and wordmark give the dial a clean signature, reinforcing the model’s confident and contemporary visual identity.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-statement\"\u003e\n\u003cp class=\"auv-product-statement__eyebrow\"\u003eAuvellor\u003c\/p\u003e\n\u003ch3 class=\"auv-product-statement__title\"\u003eMade for Your Time\u003c\/h3\u003e\n\u003cp class=\"auv-product-statement__copy\"\u003eA clear expression of direction and personal presence, Kervion is designed to accompany the moments, movements and choices that define your individual style.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Auvellor -","offers":[{"title":"Default Title","offer_id":46827296096417,"sku":"AUV-KER-ANL-BLK-SLV-001","price":229.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/d611be78-de43-4bbd-a1ef-7ce9ebaac926.png?v=1786024142","url":"https:\/\/auvellortime.shop\/products\/auvellor-kervion-black-dial","provider":"Auvellor -","version":"1.0","type":"link"}