{"product_id":"auvellor-tervalix-deep-blue-dial","title":"Auvellor Tervalix – Deep Blue Dial","description":"\u003cstyle\u003e\n    .auv-product-tervalix {\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-tervalix,\n    .auv-product-tervalix * {\n      box-sizing: border-box;\n    }\n\n    .auv-product-tervalix h2,\n    .auv-product-tervalix h3,\n    .auv-product-tervalix 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    .auv-product-expandable__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: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-tervalix {\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-tervalix\"\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\"\u003eTervalix\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-TER-ANL-BLU-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 Navy Blue \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 Clean Dial with Broad Applied Markers \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 Crown Guard \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-technical__item\"\u003e\n\u003cspan class=\"auv-product-technical__label\"\u003e Bezel Style \u003c\/span\u003e \u003cspan class=\"auv-product-technical__value\"\u003e Sculpted Silver-Tone Numbered 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 Three-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 Sport-Inspired Contemporary 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 Tervalix\u003c\/h2\u003e\n\u003cp class=\"auv-product-introduction__positioning\"\u003eDefined by contrast, direction and contemporary presence.\u003c\/p\u003e\n\u003cp class=\"auv-product-introduction__copy\"\u003eThe Auvellor Tervalix pairs a deep navy-blue dial with a sculpted silver-tone bezel, date display and red seconds hand. Its broad markers, geometric case profile and three-link bracelet create a confident contemporary presence suited to polished everyday wear, professional settings and relaxed 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-TER-ANL-BLU-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 Tervalix Story \u003c\/span\u003e\n\u003ch2 class=\"auv-product-section__title\"\u003eDirection Shaped by Contrast\u003c\/h2\u003e\n\u003cdiv class=\"auv-product-story__copy\"\u003e\n\u003cp\u003eTervalix draws its visual character from purposeful geometry and strong contrast. The silver-tone case creates a structured frame around the deep navy-blue dial, while the sculpted numbered bezel gives the watch a defined and energetic silhouette.\u003c\/p\u003e\n\u003cp\u003eBroad circular and geometric markers create a clear, balanced layout. A focused date window provides a distinct point of interest, while the red seconds hand introduces a controlled accent across the blue composition.\u003c\/p\u003e\n\u003cp\u003eCompleted by a silver-tone three-link bracelet, Tervalix moves naturally between considered everyday wear, professional settings and relaxed social occasions, reflecting the confident contemporary 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\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 composed, directional and contemporary character of the Auvellor Tervalix.\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\"\u003eDeep Blue Dial\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eThe navy-blue dial creates a rich foundation that contrasts clearly with the silver-tone hands, markers and case.\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\"\u003eStructured Markers\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eCircular, rectangular and triangular markers create a balanced arrangement with a bold and easily recognised visual 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 Display\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003ePositioned at three o’clock, the date window creates a clear focal point while remaining integrated into the dial composition.\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\"\u003eNumbered Bezel\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eRaised numerals and sculpted detailing frame the dial with visual depth and reinforce the watch’s directional personality.\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\"\u003eRed Seconds Hand\u003c\/h3\u003e\n\u003cp class=\"auv-product-feature__copy\"\u003eA restrained red accent crosses the blue dial and adds energy without disrupting the clean visual balance.\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, restraint and a confident sense of identity.\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. This timepiece is not recommended for swimming, diving, snorkeling, showering, sauna, water sports or prolonged immersion until the official 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\"\u003eTervalix brings definition and presence to the moments that shape your direction, expressing personal style through contrast and considered detail.\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":46827164467361,"sku":"AUV-TER-ANL-BLU-SLV-001","price":229.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/7677ea8e-ad04-4349-b3fa-b3c675f727a9.png?v=1786020639","url":"https:\/\/auvellortime.shop\/products\/auvellor-tervalix-deep-blue-dial","provider":"Auvellor -","version":"1.0","type":"link"}