{"product_id":"auvellor-lustraven-pearlescent-white-dial","title":"Auvellor Lustraven – Pearlescent White Dial","description":"\u003csection class=\"auv-product-lustraven\"\u003e\n  \u003cstyle\u003e\n    .auv-product-lustraven {\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-lustraven,\n    .auv-product-lustraven * {\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-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: 750px;\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\n  \u003cdiv class=\"auv-product-shell\"\u003e\n    \u003cdetails class=\"auv-product-tech\" open\u003e\n      \u003csummary class=\"auv-product-tech__summary\"\u003e\n        Technical Details\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"auv-product-tech__grid\"\u003e\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Brand\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Auvellor\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Model\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Lustraven\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            SKU\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            AUV-LUS-ANL-WHT-GLD-001\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Dial Colour\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Pearlescent White\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Dial Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Cloud-Pattern Multi-Dial\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Display\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Analog Three-Subdial Display\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Case Finish\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Silver-Tone with Gold-Tone Accents\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Case Profile\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Rounded Sport-Inspired Profile\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Bracelet Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Two-Tone Three-Link Bracelet\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Bezel Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Gold-Tone Numbered Bezel\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Hour Markers\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Faceted Light-Reflective Markers\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"auv-product-tech__item\"\u003e\n          \u003cspan class=\"auv-product-tech__label\"\u003e\n            Overall Style\n          \u003c\/span\u003e\n          \u003cspan class=\"auv-product-tech__value\"\u003e\n            Contemporary Statement Watch\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"auv-product-intro\"\u003e\n      \u003cp class=\"auv-product-intro__eyebrow\"\u003e\n        Luminous contrast\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"auv-product-intro__title\"\u003e\n        Auvellor Lustraven\n      \u003c\/h2\u003e\n\n      \u003cp class=\"auv-product-intro__positioning\"\u003e\n        Refined light shaped by confident detail.\n      \u003c\/p\u003e\n\n      \u003cp class=\"auv-product-intro__copy\"\u003e\n        The Auvellor Lustraven pairs a pearlescent white dial\n        with gold-tone accents, a numbered bezel and a\n        structured silver-and-gold bracelet. Three balanced\n        subdials and faceted hour markers create a luminous,\n        confident presence suited to polished daily wear,\n        evening settings and contemporary social occasions.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"auv-product-intro__sku\"\u003e\n        \u003cspan class=\"auv-product-intro__sku-label\"\u003e\n          SKU\n        \u003c\/span\u003e\n\n        \u003cspan class=\"auv-product-intro__sku-value\"\u003e\n          AUV-LUS-ANL-WHT-GLD-001\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"auv-product-expandable\"\u003e\n      \u003csummary\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            Visual direction\n          \u003c\/p\u003e\n\n          \u003ch3 class=\"auv-product-section__title\"\u003e\n            The Lustraven Story\n          \u003c\/h3\u003e\n\n          \u003cdiv class=\"auv-product-story__copy\"\u003e\n            \u003cp\u003e\n              Lustraven is shaped around light, contrast and\n              structured detail. Its pearlescent white dial\n              presents soft cloud-like variations, creating\n              visual depth beneath the gold-tone hands and\n              faceted hour markers.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Three carefully arranged subdials introduce a\n              technical-looking rhythm to the composition,\n              while the numbered gold-tone bezel gives the\n              watch a stronger and more assertive outer\n              profile.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              The combination of silver-tone surfaces,\n              gold-tone centre links and polished accents\n              allows Lustraven to move naturally between\n              contemporary daily styling and more refined\n              social settings.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"auv-product-features\"\u003e\n          \u003cdiv class=\"auv-product-features__header\"\u003e\n            \u003cp class=\"auv-product-section__eyebrow\"\u003e\n              Six defining details\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"auv-product-section__title\"\u003e\n              Designed to Stand Apart\n            \u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"auv-product-features__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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Pearlescent Dial\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                Soft white and silver-toned variations create\n                a luminous cloud-pattern surface that changes\n                subtly across the dial under different\n                reflections.\n              \u003c\/p\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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Balanced Subdials\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                Three circular subdials create a structured\n                visual rhythm, adding depth and technical\n                character without disrupting the symmetrical\n                composition.\n              \u003c\/p\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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Faceted Markers\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                Light-reflective hour markers are framed with\n                gold-tone edges, giving the dial a distinctive\n                presence and a refined jewellery-inspired\n                detail.\n              \u003c\/p\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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Numbered Bezel\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                The gold-tone bezel surrounds the dial with\n                bold black numerals and markers, creating a\n                strong contrast around the softer central\n                surface.\n              \u003c\/p\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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Two-Tone Bracelet\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                Silver-tone outer links frame a polished\n                gold-tone centre section, continuing the\n                balanced colour contrast from the case into\n                the bracelet.\n              \u003c\/p\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              \u003ch4 class=\"auv-product-feature__title\"\u003e\n                Auvellor Identity\n              \u003c\/h4\u003e\n\n              \u003cp class=\"auv-product-feature__copy\"\u003e\n                The centered Auvellor symbol and wordmark\n                provide a clean signature above the hands,\n                completing the dial with a composed and\n                recognizable identity.\n              \u003c\/p\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__copy\"\u003e\n            Lustraven brings light, contrast and personal\n            presence together in a design created to accompany\n            the moments that define your individual style.\n          \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":46827332501665,"sku":"AUV-LUS-ANL-WHT-GLD-001","price":229.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/ea3970f4-a96b-4332-af66-89adc8cef41a.png?v=1786025026","url":"https:\/\/auvellortime.shop\/products\/auvellor-lustraven-pearlescent-white-dial","provider":"Auvellor -","version":"1.0","type":"link"}