{"product_id":"auvellor-arvenox-black-dial","title":"Auvellor Arvenox – Black Dial","description":"\u003cstyle\u003e\n  .auv-product-shell {\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: 1180px;\n    margin: 0 auto;\n    padding: 24px 16px 48px;\n    color: var(--auv-green);\n    background: var(--auv-white);\n    font-family: var(--font-body-family, inherit);\n    line-height: 1.7;\n  }\n\n  .auv-product-shell,\n  .auv-product-shell * {\n    box-sizing: border-box;\n  }\n\n  .auv-product-shell h1,\n  .auv-product-shell h2,\n  .auv-product-shell h3,\n  .auv-product-shell p {\n    margin-top: 0;\n  }\n\n  .auv-product-shell h1,\n  .auv-product-shell h2,\n  .auv-product-shell h3 {\n    color: var(--auv-dark-green);\n    font-family: var(--font-heading-family, inherit);\n    font-weight: 500;\n    letter-spacing: -0.02em;\n  }\n\n  .auv-product-shell p {\n    color: var(--auv-text);\n  }\n\n  .auv-product-overview {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(36px, 6vw, 76px);\n    border: 1px solid var(--auv-border);\n    border-radius: 20px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-overview::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 92px;\n    height: 4px;\n    background: var(--auv-gold);\n  }\n\n  .auv-product-eyebrow {\n    margin-bottom: 16px;\n    color: var(--auv-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-title {\n    max-width: 820px;\n    margin-bottom: 18px;\n    font-size: clamp(36px, 6vw, 66px);\n    line-height: 1.04;\n  }\n\n  .auv-product-positioning {\n    max-width: 760px;\n    margin-bottom: 22px;\n    color: var(--auv-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: clamp(19px, 2.4vw, 27px);\n    line-height: 1.45;\n  }\n\n  .auv-product-intro {\n    max-width: 780px;\n    margin-bottom: 28px;\n    font-size: 16px;\n  }\n\n  .auv-product-sku {\n    display: inline-flex;\n    align-items: center;\n    padding: 10px 15px;\n    border: 1px solid var(--auv-border);\n    border-radius: 14px;\n    background: var(--auv-off-white);\n    color: var(--auv-green);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-section {\n    margin-top: 28px;\n    padding: clamp(30px, 5vw, 58px);\n    border: 1px solid var(--auv-border);\n    border-radius: 18px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-section-alt {\n    background: var(--auv-off-white);\n  }\n\n  .auv-product-section-heading {\n    margin-bottom: 10px;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.15;\n  }\n\n  .auv-product-section-lead {\n    max-width: 720px;\n    margin-bottom: 30px;\n    color: var(--auv-muted);\n  }\n\n  .auv-product-details-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 1px;\n    overflow: hidden;\n    border: 1px solid var(--auv-border);\n    border-radius: 16px;\n    background: var(--auv-border);\n  }\n\n  .auv-product-detail {\n    min-height: 132px;\n    padding: 22px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-detail-label {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--auv-muted);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-detail-value {\n    color: var(--auv-dark-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: 18px;\n    line-height: 1.4;\n  }\n\n  .auv-product-story {\n    display: grid;\n    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);\n    gap: clamp(34px, 6vw, 78px);\n    align-items: start;\n  }\n\n  .auv-product-story-heading {\n    position: sticky;\n    top: 24px;\n  }\n\n  .auv-product-story-copy p {\n    margin-bottom: 20px;\n    font-size: 16px;\n  }\n\n  .auv-product-story-copy p: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: 16px;\n  }\n\n  .auv-product-feature-card {\n    min-height: 210px;\n    padding: 26px;\n    border: 1px solid var(--auv-border);\n    border-radius: 16px;\n    background: var(--auv-off-white);\n  }\n\n  .auv-product-feature-number {\n    display: block;\n    margin-bottom: 28px;\n    color: var(--auv-gold);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n  }\n\n  .auv-product-feature-card h3 {\n    margin-bottom: 10px;\n    font-size: 22px;\n  }\n\n  .auv-product-feature-card p {\n    margin-bottom: 0;\n    font-size: 14px;\n  }\n\n  .auv-product-signature {\n    margin-top: 28px;\n    padding: clamp(44px, 7vw, 84px);\n    border-radius: 20px;\n    background: var(--auv-green);\n    text-align: center;\n  }\n\n  .auv-product-signature-accent {\n    display: block;\n    width: 40px;\n    height: 2px;\n    margin: 0 auto 26px;\n    background: var(--auv-gold);\n  }\n\n  .auv-product-signature h2 {\n    margin-bottom: 18px;\n    color: var(--auv-white);\n    font-size: clamp(31px, 5vw, 52px);\n  }\n\n  .auv-product-signature p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: 17px;\n  }\n\n  @media screen and (max-width: 860px) {\n    .auv-product-details-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .auv-product-story {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .auv-product-story-heading {\n      position: static;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .auv-product-shell {\n      padding: 14px 12px 32px;\n    }\n\n    .auv-product-overview,\n    .auv-product-section,\n    .auv-product-signature {\n      border-radius: 16px;\n    }\n\n    .auv-product-details-grid,\n    .auv-product-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .auv-product-detail,\n    .auv-product-feature-card {\n      min-height: auto;\n    }\n\n    .auv-product-title {\n      font-size: 39px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"auv-product-shell\"\u003e\n\u003csection class=\"auv-product-overview\"\u003e\n\u003cdiv class=\"auv-product-eyebrow\"\u003eAuvellor Timepieces\u003c\/div\u003e\n\u003ch1 class=\"auv-product-title\"\u003eAuvellor Arvenox\u003c\/h1\u003e\n\u003cp class=\"auv-product-positioning\"\u003eA darker expression of precision, contrast and contemporary presence.\u003c\/p\u003e\n\u003cp class=\"auv-product-intro\"\u003eThe Auvellor Arvenox pairs a layered black dial with crisp silver-tone markers, controlled yellow accents and a perforated black strap. Its multi-subdial composition and angular case profile create a bold, modern presence suited to daily wear, social occasions and confident evening styling.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-sku\"\u003eSKU: AUV-ARV-ANA-BLK-BKT-00196\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-section-alt\"\u003e\n\u003ch2 class=\"auv-product-section-heading\"\u003eDesign Details\u003c\/h2\u003e\n\u003cp class=\"auv-product-section-lead\"\u003eA visually layered composition defined by dark surfaces, precise markings and measured yellow accents.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-details-grid\"\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eAuvellor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eModel\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eArvenox\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eAUV-ARV-ANA-BLK-BKT-001\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDial Colour\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eBlack with Yellow Accents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDial Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eLayered Textured Dial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eAnalog Multi-Subdial Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eCase Finish\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eBlack-Tone Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eBracelet Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003ePerforated Black Strap with Yellow Stitching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eOverall Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eContemporary Sport Statement Watch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section\"\u003e\n\u003cdiv class=\"auv-product-story\"\u003e\n\u003cdiv class=\"auv-product-story-heading\"\u003e\n\u003cdiv class=\"auv-product-eyebrow\"\u003eThe Story\u003c\/div\u003e\n\u003ch2 class=\"auv-product-section-heading\"\u003eThe Arvenox Story\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-story-copy\"\u003e\n\u003cp\u003eArvenox draws its visual character from precision instruments, engineered surfaces and the contrast between shadow and controlled colour. Its dark composition creates presence without relying on unnecessary ornament.\u003c\/p\u003e\n\u003cp\u003eThe layered dial brings together textured sections, silver-tone markers and multiple circular displays. Yellow details introduce energy across the hands, indices and strap stitching while maintaining a disciplined visual balance.\u003c\/p\u003e\n\u003cp\u003eAn angular case profile frames the dial with a strong architectural outline. The marked bezel and prominent side controls reinforce the watch’s technical appearance without compromising its refined proportions.\u003c\/p\u003e\n\u003cp\u003eDesigned for modern routines and more considered occasions, Arvenox reflects the Auvellor approach to personal style: distinctive, composed and confidently individual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-section-alt\"\u003e\n\u003ch2 class=\"auv-product-section-heading\"\u003eDesigned to Stand Apart\u003c\/h2\u003e\n\u003cp class=\"auv-product-section-lead\"\u003eSix visual elements define the unmistakable character of Arvenox.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-feature-grid\"\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eDistinctive Dial\u003c\/h3\u003e\n\u003cp\u003eA predominantly black composition creates a strong focal point with measured silver-tone and yellow contrast.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eLayered Surface\u003c\/h3\u003e\n\u003cp\u003eTextured sections and recessed visual elements give the dial a sense of depth and mechanical character.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eMulti-Subdial Layout\u003c\/h3\u003e\n\u003cp\u003eThree circular subdials establish a technical visual rhythm across the centre of the watch.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eAngular Profile\u003c\/h3\u003e\n\u003cp\u003eDefined case lines and a marked bezel create a structured, architectural silhouette.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e05\u003c\/span\u003e\n\u003ch3\u003ePerforated Strap\u003c\/h3\u003e\n\u003cp\u003eThe black perforated strap is finished with yellow stitching for a coordinated and contemporary appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-feature-card\"\u003e\u003cspan class=\"auv-product-feature-number\"\u003e06\u003c\/span\u003e\n\u003ch3\u003eAuvellor Identity\u003c\/h3\u003e\n\u003cp\u003eThe centred Auvellor signature provides a clear focal point within the dial’s detailed composition.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-signature\"\u003e\u003cspan class=\"auv-product-signature-accent\"\u003e\u003c\/span\u003e\n\u003ch2\u003eMade for Your Time\u003c\/h2\u003e\n\u003cp\u003ePersonal style is defined by the details that remain unmistakably your own. Arvenox brings contrast, structure and modern confidence to the moments that shape your time.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Two","offers":[{"title":"Default Title","offer_id":46808793776289,"sku":"AUV-ARV-ANA-BLK-BKT-00196","price":169.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/7416\/0289\/files\/a6b246ba-7916-4663-ace6-904fc94f0b88.png?v=1785763950","url":"https:\/\/auvellortime.shop\/products\/auvellor-arvenox-black-dial","provider":"Auvellor -","version":"1.0","type":"link"}