{"product_id":"auvellor-nortivar-white-dial","title":"Auvellor Nortivar – White Dial","description":"\u003cstyle\u003e\n  .auv-product-nortivar {\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    max-width: 900px;\n    margin: 0 auto;\n    color: var(--auv-dark-green);\n    font-family: var(--font-body-family, inherit);\n    line-height: 1.6;\n  }\n\n  .auv-product-nortivar *,\n  .auv-product-nortivar *::before,\n  .auv-product-nortivar *::after {\n    box-sizing: border-box;\n  }\n\n  .auv-product-nortivar h2,\n  .auv-product-nortivar h3,\n  .auv-product-nortivar h4,\n  .auv-product-nortivar p {\n    margin-top: 0;\n  }\n\n  .auv-product-nortivar details \u003e summary {\n    list-style: none;\n  }\n\n  .auv-product-nortivar details \u003e summary::-webkit-details-marker {\n    display: none;\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    align-items: center;\n    justify-content: space-between;\n    min-height: 58px;\n    padding: 16px 20px;\n    color: var(--auv-dark-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: 17px;\n    font-weight: 600;\n    letter-spacing: 0.03em;\n    cursor: pointer;\n  }\n\n  .auv-product-technical__summary::after {\n    content: \"+\";\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 28px;\n    width: 28px;\n    height: 28px;\n    margin-left: 15px;\n    color: var(--auv-green);\n    border: 1px solid var(--auv-border);\n    border-radius: 50%;\n    font-family: var(--font-body-family, inherit);\n    font-size: 20px;\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: 0 20px 20px;\n  }\n\n  .auv-product-specifications {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .auv-product-specification {\n    min-width: 0;\n    padding: 14px;\n    background: var(--auv-off-white);\n    border: 1px solid var(--auv-border);\n    border-radius: 14px;\n  }\n\n  .auv-product-specification__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.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .auv-product-specification__value {\n    display: block;\n    color: var(--auv-dark-green);\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.4;\n    overflow-wrap: anywhere;\n  }\n\n  .auv-product-introduction {\n    margin-bottom: 20px;\n    padding: 22px;\n    background: var(--auv-off-white);\n    border: 1px solid var(--auv-border);\n    border-radius: 18px;\n  }\n\n  .auv-product-introduction__eyebrow {\n    margin-bottom: 7px;\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-introduction__title {\n    margin-bottom: 6px;\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.02em;\n    line-height: 1.15;\n  }\n\n  .auv-product-introduction__positioning {\n    margin-bottom: 12px;\n    color: var(--auv-green);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.02em;\n  }\n\n  .auv-product-introduction__text {\n    max-width: 760px;\n    margin-bottom: 15px;\n    color: var(--auv-text);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .auv-product-introduction__sku {\n    display: inline-flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-bottom: 0;\n    padding: 7px 11px;\n    color: var(--auv-dark-green);\n    background: var(--auv-white);\n    border: 1px solid var(--auv-border);\n    border-radius: 999px;\n    font-size: 11px;\n    letter-spacing: 0.05em;\n  }\n\n  .auv-product-introduction__sku-label {\n    color: var(--auv-muted);\n    font-weight: 600;\n    text-transform: uppercase;\n  }\n\n  .auv-product-expandable {\n    margin: 0;\n  }\n\n  .auv-product-expandable__summary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 11px 19px;\n    color: var(--auv-green);\n    background: var(--auv-white);\n    border: 1px solid var(--auv-border);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.03em;\n    cursor: pointer;\n    transition:\n      color 180ms ease,\n      background-color 180ms ease,\n      border-color 180ms ease;\n  }\n\n  .auv-product-expandable__summary:hover {\n    color: var(--auv-white);\n    background: var(--auv-green);\n    border-color: 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: 24px;\n  }\n\n  .auv-product-story,\n  .auv-product-details {\n    margin-bottom: 20px;\n    padding: 24px;\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-bottom: 6px;\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-section__title {\n    margin-bottom: 14px;\n    color: var(--auv-dark-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: clamp(21px, 3vw, 28px);\n    font-weight: 500;\n    letter-spacing: -0.015em;\n    line-height: 1.2;\n  }\n\n  .auv-product-story__text {\n    max-width: 760px;\n    margin-bottom: 11px;\n    color: var(--auv-text);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .auv-product-story__text:last-child {\n    margin-bottom: 0;\n  }\n\n  .auv-product-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .auv-product-feature {\n    display: grid;\n    grid-template-columns: 38px minmax(0, 1fr);\n    gap: 12px;\n    align-items: start;\n    min-width: 0;\n    padding: 16px;\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    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    color: var(--auv-white);\n    background: var(--auv-green);\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\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: 600;\n    line-height: 1.3;\n  }\n\n  .auv-product-feature__text {\n    margin-bottom: 0;\n    color: var(--auv-text);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .auv-product-statement {\n    padding: 26px;\n    color: var(--auv-white);\n    background: var(--auv-green);\n    border-radius: 18px;\n  }\n\n  .auv-product-statement__eyebrow {\n    margin-bottom: 7px;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-statement__title {\n    margin-bottom: 8px;\n    color: var(--auv-white);\n    font-family: var(--font-heading-family, inherit);\n    font-size: clamp(22px, 3vw, 29px);\n    font-weight: 500;\n    line-height: 1.2;\n  }\n\n  .auv-product-statement__text {\n    max-width: 680px;\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  @media screen and (max-width: 749px) {\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: 13px 14px;\n      font-size: 15px;\n    }\n\n    .auv-product-technical__content {\n      padding: 0 12px 12px;\n    }\n\n    .auv-product-specifications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 7px;\n    }\n\n    .auv-product-specification {\n      padding: 10px;\n      border-radius: 11px;\n    }\n\n    .auv-product-specification__label {\n      font-size: 9px;\n      letter-spacing: 0.07em;\n    }\n\n    .auv-product-specification__value {\n      font-size: 12px;\n    }\n\n    .auv-product-introduction {\n      margin-bottom: 15px;\n      padding: 17px;\n      border-radius: 15px;\n    }\n\n    .auv-product-introduction__title {\n      font-size: 23px;\n    }\n\n    .auv-product-introduction__positioning {\n      margin-bottom: 9px;\n      font-size: 13px;\n    }\n\n    .auv-product-introduction__text {\n      margin-bottom: 12px;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .auv-product-introduction__sku {\n      max-width: 100%;\n      font-size: 10px;\n      overflow-wrap: anywhere;\n    }\n\n    .auv-product-expandable__summary {\n      width: 100%;\n      min-height: 48px;\n      font-size: 13px;\n    }\n\n    .auv-product-expandable__content {\n      padding-top: 16px;\n    }\n\n    .auv-product-story,\n    .auv-product-details {\n      margin-bottom: 14px;\n      padding: 17px;\n      border-radius: 15px;\n    }\n\n    .auv-product-section__title {\n      margin-bottom: 11px;\n      font-size: 22px;\n    }\n\n    .auv-product-story__text {\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .auv-product-feature-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: 10px;\n      padding: 13px;\n      border-radius: 12px;\n    }\n\n    .auv-product-feature__number {\n      width: 34px;\n      height: 34px;\n      font-size: 11px;\n    }\n\n    .auv-product-feature__title {\n      font-size: 15px;\n    }\n\n    .auv-product-feature__text {\n      font-size: 13px;\n    }\n\n    .auv-product-statement {\n      padding: 20px;\n      border-radius: 15px;\n    }\n\n    .auv-product-statement__title {\n      font-size: 23px;\n    }\n\n    .auv-product-statement__text {\n      font-size: 14px;\n      line-height: 1.55;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"auv-product-nortivar\"\u003e\n  \u003cdetails class=\"auv-product-technical\" open\u003e\n    \u003csummary class=\"auv-product-technical__summary\"\u003e\n      Technical Details\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"auv-product-technical__content\"\u003e\n      \u003cdiv class=\"auv-product-specifications\"\u003e\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Brand\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Auvellor\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Model\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Nortivar\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            SKU\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            AUV-NOR-ANL-WHT-SLV-001\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Dial Colour\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            White\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Dial Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            High-Contrast Geometric Dial\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Display\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Analog Display\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Case Finish\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Silver-Tone Finish\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Case Profile\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Round Sport Profile\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Bracelet Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Silver-Tone Three-Link Bracelet\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003e\n            Overall Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Contemporary Sport Watch\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"auv-product-introduction\"\u003e\n    \u003cp class=\"auv-product-introduction__eyebrow\"\u003e\n      Auvellor Timepieces\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"auv-product-introduction__title\"\u003e\n      Auvellor Nortivar\n    \u003c\/h2\u003e\n\n    \u003cp class=\"auv-product-introduction__positioning\"\u003e\n      Direction expressed through contrast and precision.\n    \u003c\/p\u003e\n\n    \u003cp class=\"auv-product-introduction__text\"\u003e\n      The Auvellor Nortivar combines a crisp white dial with bold black\n      geometric markers, a brushed silver-tone 24-hour bezel, an orange\n      arrow hand and a silver-tone three-link bracelet. Its balanced sport\n      profile brings clear contemporary presence to everyday wear,\n      professional settings and refined social occasions.\n    \u003c\/p\u003e\n\n    \u003cp class=\"auv-product-introduction__sku\"\u003e\n      \u003cspan class=\"auv-product-introduction__sku-label\"\u003e\n        SKU\n      \u003c\/span\u003e\n      \u003cspan\u003eAUV-NOR-ANL-WHT-SLV-001\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"auv-product-expandable\"\u003e\n    \u003csummary class=\"auv-product-expandable__summary\"\u003e\n      \u003cspan class=\"auv-product-expandable__closed\"\u003e\n        View full description\n      \u003c\/span\u003e\n\n      \u003cspan class=\"auv-product-expandable__open\"\u003e\n        Show less\n      \u003c\/span\u003e\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"auv-product-expandable__content\"\u003e\n      \u003csection class=\"auv-product-story\"\u003e\n        \u003cp class=\"auv-product-section__eyebrow\"\u003e\n          The Story\n        \u003c\/p\u003e\n\n        \u003ch3 class=\"auv-product-section__title\"\u003e\n          The Nortivar Story\n        \u003c\/h3\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          Nortivar is defined by clarity and direction. Its white dial\n          creates a clean foundation for bold black markers, structured\n          hands and a vivid orange accent that introduces movement across\n          the composition.\n        \u003c\/p\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          The brushed silver-tone bezel surrounds the dial with prominent\n          24-hour numerals, while the round case profile and three-link\n          bracelet create a balanced silhouette with a confident,\n          contemporary character.\n        \u003c\/p\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          This contrast between precise geometry and restrained colour\n          reflects the Auvellor identity, making Nortivar equally suited to\n          everyday styling, professional environments and polished social\n          occasions.\n        \u003c\/p\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"auv-product-details\"\u003e\n        \u003cp class=\"auv-product-section__eyebrow\"\u003e\n          Design Details\n        \u003c\/p\u003e\n\n        \u003ch3 class=\"auv-product-section__title\"\u003e\n          Designed to Stand Apart\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"auv-product-feature-grid\"\u003e\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              01\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Crisp White Dial\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                The clean white surface provides a bright foundation for\n                the black markers, defined hands and carefully balanced\n                dial arrangement.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              02\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Geometric Markers\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                Circular, rectangular and triangular hour markers create\n                an expressive visual rhythm while maintaining a controlled\n                and highly structured appearance.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              03\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Orange Arrow Accent\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                A vivid orange arrow hand introduces a precise point of\n                colour and gives the monochrome dial a distinctive sense\n                of movement.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              04\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                24-Hour Bezel\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                Bold black numerals are set against the brushed\n                silver-tone bezel, framing the dial with a clear and\n                purposeful visual structure.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              05\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Three-Link Bracelet\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                The silver-tone bracelet continues the structured case\n                design through broad central links and a composed,\n                substantial visual profile.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n\n          \u003carticle class=\"auv-product-feature\"\u003e\n            \u003cspan class=\"auv-product-feature__number\"\u003e\n              06\n            \u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Auvellor Identity\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                The centered Auvellor signature completes the upper dial\n                with a restrained expression of the brand’s modern and\n                internationally focused design language.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003csection class=\"auv-product-statement\"\u003e\n        \u003cp class=\"auv-product-statement__eyebrow\"\u003e\n          Auvellor\n        \u003c\/p\u003e\n\n        \u003ch3 class=\"auv-product-statement__title\"\u003e\n          Made for Your Time\n        \u003c\/h3\u003e\n\n        \u003cp class=\"auv-product-statement__text\"\u003e\n          A clear expression of direction, presence and personal style for\n          the moments that move your day forward.\n        \u003c\/p\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/section\u003e","brand":"Auvellor -","offers":[{"title":"Default Title","offer_id":46827286528161,"sku":"AUV-NOR-ANL-WHT-SLV-001","price":229.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/ee29605f-f8b7-499e-a939-504881891ca0.png?v=1786024032","url":"https:\/\/auvellortime.shop\/products\/auvellor-nortivar-white-dial","provider":"Auvellor -","version":"1.0","type":"link"}