{"product_id":"auvellor-arvexion-silver-dial","title":"Auvellor Arvexion – Silver Dial","description":"\u003cstyle\u003e\n  .auv-product-arvexion {\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-arvexion *,\n  .auv-product-arvexion *::before,\n  .auv-product-arvexion *::after {\n    box-sizing: border-box;\n  }\n\n  .auv-product-arvexion h2,\n  .auv-product-arvexion h3,\n  .auv-product-arvexion h4,\n  .auv-product-arvexion p {\n    margin-top: 0;\n  }\n\n  .auv-product-arvexion details \u003e summary {\n    list-style: none;\n  }\n\n  .auv-product-arvexion 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-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-arvexion\"\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\"\u003eBrand\u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003eAuvellor\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003eModel\u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003eArvexion\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003eSKU\u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            AUV-ARV-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            Silver-Tone 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            Dial Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Three-Subdial Contrasting Layout\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-specification\"\u003e\n          \u003cspan class=\"auv-product-specification__label\"\u003eDisplay\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            Sculpted 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            Black Integrated Sport Strap\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            Bezel Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Black Graduated Bezel\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 Contrast\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-specification__value\"\u003e\n            Black Subdials\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 Performance Style\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 Arvexion\n    \u003c\/h2\u003e\n\n    \u003cp class=\"auv-product-introduction__positioning\"\u003e\n      Structured contrast with a precise modern presence.\n    \u003c\/p\u003e\n\n    \u003cp class=\"auv-product-introduction__text\"\u003e\n      The Auvellor Arvexion pairs a refined silver-tone dial with three\n      contrasting black subdials, a graduated black bezel and a sculpted\n      black sport strap. Its balanced geometry and assertive profile create\n      a modern presence suited to daily wear, professional settings and\n      polished social occasions.\n    \u003c\/p\u003e\n\n    \u003cp class=\"auv-product-introduction__sku\"\u003e\n      \u003cspan class=\"auv-product-introduction__sku-label\"\u003eSKU\u003c\/span\u003e\n      \u003cspan\u003eAUV-ARV-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 Arvexion Story\n        \u003c\/h3\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          Arvexion is defined by visual rhythm. Its silver-tone dial forms a\n          refined foundation for three dark subdials, applied-style markers\n          and structured hands, creating contrast without compromising the\n          clarity of the composition.\n        \u003c\/p\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          A graduated black bezel frames the dial with a more technical\n          character, while the sculpted case and fitted black strap give the\n          watch an assertive profile with controlled, contemporary\n          proportions.\n        \u003c\/p\u003e\n\n        \u003cp class=\"auv-product-story__text\"\u003e\n          The result reflects the modern Auvellor identity: composed enough\n          for professional and social settings, yet distinctive enough to\n          bring personality to everyday styling.\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\"\u003e01\u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Silver Dial Architecture\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                A refined silver-tone surface provides a bright, structured\n                base that highlights the markers, hands and contrasting\n                subdial 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\"\u003e02\u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Triple-Register Layout\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                Three black subdials introduce depth and visual precision,\n                creating a balanced focal point across the central area of\n                the dial.\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\"\u003e03\u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Graduated Black Bezel\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                The dark graduated bezel frames the lighter dial with a\n                confident technical character and reinforces the watch’s\n                strong circular geometry.\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\"\u003e04\u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Sculpted Case Profile\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                Defined case surfaces, side controls and polished visual\n                accents create an assertive silhouette with a composed\n                contemporary 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\"\u003e05\u003c\/span\u003e\n\n            \u003cdiv\u003e\n              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Black Sport Strap\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__text\"\u003e\n                The fitted black strap extends the dial’s dark contrasts and\n                gives the watch a streamlined profile suited to versatile\n                everyday styling.\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\"\u003e06\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 with\n                a restrained expression of the brand’s modern and\n                sophisticated visual direction.\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 confident expression of time and personal style, created for the\n          moments where presence is defined by restraint.\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":46827254808737,"sku":"AUV-ARV-ANL-WHT-SLV-001","price":219.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/1075d088-679a-4b7c-8627-afca621cb5e7.png?v=1786023210","url":"https:\/\/auvellortime.shop\/products\/auvellor-arvexion-silver-dial","provider":"Auvellor -","version":"1.0","type":"link"}