{"product_id":"auvellor-cyravon-black-dial","title":"Auvellor Cyravon – Black Dial","description":"\u003cstyle\u003e\n    .auv-product-cyravon {\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: min(100%, 900px);\n      margin: 0 auto;\n      color: var(--auv-green);\n      background: var(--auv-white);\n      font-family: var(--font-body-family, inherit);\n      line-height: 1.65;\n    }\n\n    .auv-product-cyravon,\n    .auv-product-cyravon * {\n      box-sizing: border-box;\n    }\n\n    .auv-product-cyravon h2,\n    .auv-product-cyravon h3,\n    .auv-product-cyravon p {\n      margin-top: 0;\n    }\n\n    .auv-product-technical {\n      margin: 0 0 20px;\n      overflow: hidden;\n      background: var(--auv-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 18px;\n    }\n\n    .auv-product-technical__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-dark-green);\n      background: var(--auv-off-white);\n      cursor: pointer;\n      list-style: none;\n      font-family: var(--font-heading-family, inherit);\n      font-size: 18px;\n      font-weight: 600;\n      line-height: 1.25;\n    }\n\n    .auv-product-technical__summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .auv-product-technical__summary::after {\n      content: \"+\";\n      margin-left: 16px;\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-technical[open]\n    .auv-product-technical__summary::after {\n      content: \"−\";\n    }\n\n    .auv-product-technical__content {\n      padding: 18px;\n    }\n\n    .auv-product-technical__grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 10px;\n    }\n\n    .auv-product-technical__item {\n      min-width: 0;\n      padding: 15px;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 14px;\n    }\n\n    .auv-product-technical__label {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--auv-muted);\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      line-height: 1.35;\n      text-transform: uppercase;\n    }\n\n    .auv-product-technical__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.4;\n    }\n\n    .auv-product-introduction {\n      margin-bottom: 18px;\n      padding: 24px;\n      background: var(--auv-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 18px;\n    }\n\n    .auv-product-introduction__eyebrow,\n    .auv-product-section__eyebrow,\n    .auv-product-signature__eyebrow {\n      display: block;\n      margin-bottom: 8px;\n      color: var(--auv-gold);\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.16em;\n      line-height: 1.4;\n      text-transform: uppercase;\n    }\n\n    .auv-product-introduction__title {\n      margin-bottom: 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      letter-spacing: -0.025em;\n      line-height: 1.12;\n    }\n\n    .auv-product-introduction__positioning {\n      margin-bottom: 13px;\n      color: var(--auv-green);\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    .auv-product-introduction__copy {\n      max-width: 730px;\n      margin-bottom: 16px;\n      color: var(--auv-text);\n      font-size: 15px;\n    }\n\n    .auv-product-sku {\n      display: inline-flex;\n      max-width: 100%;\n      padding: 10px 13px;\n      align-items: center;\n      gap: 8px;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 12px;\n    }\n\n    .auv-product-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-sku__value {\n      overflow-wrap: anywhere;\n      color: var(--auv-dark-green);\n      font-size: 12px;\n      font-weight: 600;\n    }\n\n    .auv-product-expandable {\n      margin: 0;\n    }\n\n    .auv-product-expandable__summary {\n      display: flex;\n      width: fit-content;\n      min-height: 46px;\n      padding: 12px 20px;\n      align-items: center;\n      justify-content: center;\n      color: var(--auv-green);\n      background: var(--auv-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 999px;\n      cursor: pointer;\n      list-style: none;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.2;\n      transition:\n        background-color 0.2s ease,\n        border-color 0.2s ease;\n    }\n\n    .auv-product-expandable__summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .auv-product-expandable__summary:hover {\n      background: var(--auv-off-white);\n      border-color: rgba(26, 58, 50, 0.28);\n    }\n\n    .auv-product-expandable__summary:focus-visible {\n      outline: 2px solid var(--auv-green);\n      outline-offset: 3px;\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: 22px;\n    }\n\n    .auv-product-story {\n      margin-bottom: 21px;\n      padding: 28px;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 18px;\n    }\n\n    .auv-product-section__title {\n      margin-bottom: 15px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: clamp(21px, 3.5vw, 28px);\n      font-weight: 500;\n      letter-spacing: -0.02em;\n      line-height: 1.15;\n    }\n\n    .auv-product-story__copy {\n      max-width: 760px;\n    }\n\n    .auv-product-story__copy p {\n      margin-bottom: 14px;\n      color: var(--auv-text);\n      font-size: 14px;\n    }\n\n    .auv-product-story__copy p:last-child {\n      margin-bottom: 0;\n    }\n\n    .auv-product-features {\n      margin-bottom: 21px;\n    }\n\n    .auv-product-features__header {\n      margin-bottom: 17px;\n    }\n\n    .auv-product-features__intro {\n      max-width: 650px;\n      margin-bottom: 0;\n      color: var(--auv-text);\n      font-size: 14px;\n    }\n\n    .auv-product-features__grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 11px;\n    }\n\n    .auv-product-feature {\n      display: grid;\n      grid-template-columns: 38px minmax(0, 1fr);\n      gap: 13px;\n      padding: 18px;\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 15px;\n    }\n\n    .auv-product-feature__number {\n      display: flex;\n      width: 34px;\n      height: 34px;\n      align-items: center;\n      justify-content: center;\n      color: var(--auv-gold);\n      background: var(--auv-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 50%;\n      font-size: 10px;\n      font-weight: 600;\n    }\n\n    .auv-product-feature__title {\n      margin-bottom: 5px;\n      color: var(--auv-dark-green);\n      font-family: var(--font-heading-family, inherit);\n      font-size: 16px;\n      font-weight: 500;\n      line-height: 1.3;\n    }\n\n    .auv-product-feature__copy {\n      margin-bottom: 0;\n      color: var(--auv-text);\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    .auv-product-water-note {\n      margin-bottom: 21px;\n      padding: 18px;\n      color: var(--auv-text);\n      background: var(--auv-off-white);\n      border: 1px solid var(--auv-border);\n      border-radius: 15px;\n      font-size: 13px;\n    }\n\n    .auv-product-water-note strong {\n      color: var(--auv-dark-green);\n      font-weight: 600;\n    }\n\n    .auv-product-signature {\n      padding: 32px 26px;\n      color: var(--auv-white);\n      background: var(--auv-green);\n      border-radius: 18px;\n      text-align: center;\n    }\n\n    .auv-product-signature__title {\n      margin-bottom: 12px;\n      color: var(--auv-white);\n      font-family: var(--font-heading-family, inherit);\n      font-size: clamp(23px, 4vw, 31px);\n      font-weight: 500;\n      letter-spacing: -0.025em;\n      line-height: 1.12;\n    }\n\n    .auv-product-signature__copy {\n      max-width: 600px;\n      margin: 0 auto;\n      color: rgba(255, 255, 255, 0.76);\n      font-size: 14px;\n    }\n\n    @media screen and (max-width: 640px) {\n      .auv-product-cyravon {\n        width: 100%;\n      }\n\n      .auv-product-technical {\n        margin-bottom: 15px;\n        border-radius: 15px;\n      }\n\n      .auv-product-technical__summary {\n        min-height: 52px;\n        padding: 14px 15px;\n        font-size: 16px;\n      }\n\n      .auv-product-technical__content {\n        padding: 10px;\n      }\n\n      .auv-product-technical__grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        gap: 7px;\n      }\n\n      .auv-product-technical__item {\n        padding: 11px;\n        border-radius: 11px;\n      }\n\n      .auv-product-technical__label {\n        font-size: 8.5px;\n      }\n\n      .auv-product-technical__value {\n        font-size: 12px;\n      }\n\n      .auv-product-introduction {\n        margin-bottom: 15px;\n        padding: 18px 15px;\n        border-radius: 15px;\n      }\n\n      .auv-product-introduction__title {\n        font-size: 23px;\n      }\n\n      .auv-product-introduction__positioning {\n        font-size: 13px;\n      }\n\n      .auv-product-introduction__copy {\n        margin-bottom: 14px;\n        font-size: 13.5px;\n      }\n\n      .auv-product-sku {\n        display: flex;\n        align-items: flex-start;\n        flex-direction: column;\n        gap: 2px;\n      }\n\n      .auv-product-expandable__summary {\n        width: 100%;\n      }\n\n      .auv-product-expandable__content {\n        padding-top: 17px;\n      }\n\n      .auv-product-story {\n        margin-bottom: 16px;\n        padding: 20px 16px;\n        border-radius: 15px;\n      }\n\n      .auv-product-section__title {\n        font-size: 22px;\n      }\n\n      .auv-product-story__copy p,\n      .auv-product-features__intro,\n      .auv-product-signature__copy {\n        font-size: 13.5px;\n      }\n\n      .auv-product-features {\n        margin-bottom: 16px;\n      }\n\n      .auv-product-features__grid {\n        grid-template-columns: 1fr;\n        gap: 8px;\n      }\n\n      .auv-product-feature {\n        grid-template-columns: 34px minmax(0, 1fr);\n        gap: 11px;\n        padding: 15px;\n        border-radius: 13px;\n      }\n\n      .auv-product-feature__number {\n        width: 31px;\n        height: 31px;\n      }\n\n      .auv-product-feature__title {\n        font-size: 15px;\n      }\n\n      .auv-product-feature__copy,\n      .auv-product-water-note {\n        font-size: 13px;\n      }\n\n      .auv-product-signature {\n        padding: 27px 18px;\n        border-radius: 15px;\n      }\n\n      .auv-product-signature__title {\n        font-size: 24px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .auv-product-expandable__summary {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"auv-product-cyravon\"\u003e\n\u003cdetails class=\"auv-product-technical\" open=\"\"\u003e\n\u003csummary class=\"auv-product-technical__summary\"\u003eTechnical Details\u003c\/summary\u003e\n\u003cdiv class=\"auv-product-technical__content\"\u003e\n\u003cdiv class=\"auv-product-technical__grid\"\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003eAuvellor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003eModel\u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003eCyravon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e AUV-CYR-ANL-BLK-SLV-001 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Dial Colour \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Deep Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Dial Style \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Layered Dial with Central 24-Hour Scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Display \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Analog Display with Date Window \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Case Finish \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Silver-Tone Finish \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Case Profile \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Geometric Profile with Fluted Bezel \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Bracelet Style \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Silver-Tone Multi-Link Bracelet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Overall Style \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Contemporary Formal Statement Watch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Water Exposure Limit \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e To Be Confirmed \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003csection class=\"auv-product-introduction\"\u003e\u003cspan class=\"auv-product-introduction__eyebrow\"\u003e Auvellor Timepieces \u003c\/span\u003e\n\u003ch2 class=\"auv-product-introduction__title\"\u003eAuvellor Cyravon\u003c\/h2\u003e\n\u003cp class=\"auv-product-introduction__positioning\"\u003eDirectional detail shaped by contrast and proportion.\u003c\/p\u003e\n\u003cp class=\"auv-product-introduction__copy\"\u003eThe Auvellor Cyravon pairs a layered black dial with a central 24-hour scale, date window and silver-tone multi-link bracelet. Its fluted bezel and geometric case profile create a composed, masculine presence that transitions naturally from polished daily wear to professional and social occasions.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-sku\"\u003e\n\u003cspan class=\"auv-product-sku__label\"\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-sku__value\"\u003e AUV-CYR-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 class=\"auv-product-expandable__summary\"\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\u003cspan class=\"auv-product-section__eyebrow\"\u003e The Cyravon Story \u003c\/span\u003e\n\u003ch2 class=\"auv-product-section__title\"\u003eDesigned Around Direction\u003c\/h2\u003e\n\u003cdiv class=\"auv-product-story__copy\"\u003e\n\u003cp\u003eCyravon draws its character from structured contrasts and directional forms. The fluted bezel creates a precise frame around the black dial, while the silver-tone case and multi-link bracelet establish a composed architectural profile.\u003c\/p\u003e\n\u003cp\u003eThe central 24-hour scale introduces a distinctive second layer to the dial. Applied markers, contrasting hands, the focused date window and restrained red accents create visual depth without overwhelming the overall composition.\u003c\/p\u003e\n\u003cp\u003eDesigned for professional environments, social settings and considered everyday wear, Cyravon reflects the Auvellor identity through balance, presence and controlled detail.\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\u003cspan class=\"auv-product-section__eyebrow\"\u003e Distinct by Design \u003c\/span\u003e\n\u003ch2 class=\"auv-product-section__title\"\u003eDesigned to Stand Apart\u003c\/h2\u003e\n\u003cp class=\"auv-product-features__intro\"\u003eSix visual elements define the structured and contemporary character of the Auvellor Cyravon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-features__grid\"\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eLayered Black Dial\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eA deep black composition creates contrast between the primary time display, applied markers and central scale.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eCentral 24-Hour Scale\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eA circular numbered scale adds dimension to the centre of the dial and reinforces its directional character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eFocused Date Window\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003ePositioned at three o’clock, the date display becomes a clear functional focal point within the layered layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eFluted Bezel\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe precisely faceted bezel catches changing light and gives the case a distinctive, formal visual frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eMulti-Link Bracelet\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eAlternating link surfaces create a refined silver-tone profile with visual continuity from case to wrist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature\"\u003e\n\u003cdiv class=\"auv-product-feature__number\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-feature__title\"\u003eAuvellor Identity\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe centred Auvellor signature completes the upper dial with clarity, balance and restrained brand presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"auv-product-water-note\"\u003e\n\u003cstrong\u003eWater Exposure Limit:\u003c\/strong\u003e To Be Confirmed. Avoid swimming, diving, showering, prolonged immersion and exposure to pressurised water until the official product specification has been verified.\u003c\/div\u003e\n\u003csection class=\"auv-product-signature\"\u003e\u003cspan class=\"auv-product-signature__eyebrow\"\u003e A Personal Direction \u003c\/span\u003e\n\u003ch2 class=\"auv-product-signature__title\"\u003eMade for Your Time\u003c\/h2\u003e\n\u003cp class=\"auv-product-signature__copy\"\u003eCyravon is designed for moments defined by direction, confidence and a personal sense of presence.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Auvellor -","offers":[{"title":"Default Title","offer_id":46826769088673,"sku":"AUV-CYR-ANL-BLK-SLV-001","price":199.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/270b7859-50ec-4d2f-a767-edfbbca1970e.png?v=1786018458","url":"https:\/\/auvellortime.shop\/products\/auvellor-cyravon-black-dial","provider":"Auvellor -","version":"1.0","type":"link"}