{"product_id":"auvellor-solvane-turquoise-dial","title":"Auvellor Solvane – Turquoise 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: 1200px;\n    margin: 0 auto;\n    padding: 18px;\n    color: var(--auv-green);\n    background: var(--auv-white);\n    font-family: var(--font-body-family, inherit);\n    box-sizing: border-box;\n  }\n\n  .auv-product-shell *,\n  .auv-product-shell *::before,\n  .auv-product-shell *::after {\n    box-sizing: border-box;\n  }\n\n  .auv-product-section {\n    margin: 0 0 28px;\n  }\n\n  .auv-product-heading,\n  .auv-product-section-title,\n  .auv-product-card-title,\n  .auv-product-statement-title {\n    font-family: var(--font-heading-family, inherit);\n  }\n\n  .auv-product-heading {\n    max-width: 860px;\n    margin: 0;\n    color: var(--auv-dark-green);\n    font-size: clamp(31px, 5vw, 54px);\n    font-weight: 500;\n    line-height: 1.08;\n    letter-spacing: -0.03em;\n  }\n\n  .auv-product-section-title {\n    margin: 0 0 14px;\n    color: var(--auv-dark-green);\n    font-size: clamp(24px, 3.4vw, 36px);\n    font-weight: 500;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n  }\n\n  .auv-product-eyebrow {\n    display: block;\n    margin: 0 0 16px;\n    color: var(--auv-gold);\n    font-size: 11px;\n    font-weight: 600;\n    line-height: 1.3;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-copy {\n    margin: 0;\n    color: var(--auv-text);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .auv-product-overview {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 72px);\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: clamp(30px, 6vw, 72px);\n    width: 66px;\n    height: 3px;\n    background: var(--auv-gold);\n  }\n\n  .auv-product-positioning {\n    max-width: 760px;\n    margin: 20px 0 0;\n    color: var(--auv-green);\n    font-family: var(--font-heading-family, inherit);\n    font-size: clamp(18px, 2.4vw, 24px);\n    font-weight: 400;\n    line-height: 1.45;\n  }\n\n  .auv-product-description {\n    max-width: 830px;\n    margin: 24px 0 0;\n  }\n\n  .auv-product-sku {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin: 28px 0 0;\n    padding: 10px 15px;\n    border: 1px solid var(--auv-border);\n    border-radius: 999px;\n    color: var(--auv-muted);\n    background: var(--auv-off-white);\n    font-size: 12px;\n    line-height: 1.2;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-sku-value {\n    color: var(--auv-dark-green);\n    font-weight: 600;\n  }\n\n  .auv-product-details {\n    padding: clamp(28px, 5vw, 58px);\n    border-radius: 20px;\n    background: var(--auv-off-white);\n  }\n\n  .auv-product-details-intro {\n    max-width: 700px;\n    margin: 0 0 30px;\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: 18px;\n    background: var(--auv-border);\n  }\n\n  .auv-product-detail-item {\n    min-width: 0;\n    padding: 22px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-detail-label {\n    display: block;\n    margin: 0 0 8px;\n    color: var(--auv-muted);\n    font-size: 10px;\n    font-weight: 600;\n    line-height: 1.3;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .auv-product-detail-value {\n    display: block;\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.45;\n  }\n\n  .auv-product-story {\n    display: grid;\n    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.35fr);\n    gap: clamp(30px, 6vw, 82px);\n    padding: clamp(30px, 6vw, 72px);\n    border: 1px solid var(--auv-border);\n    border-radius: 20px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-story-heading {\n    align-self: start;\n  }\n\n  .auv-product-story-copy {\n    display: grid;\n    gap: 20px;\n  }\n\n  .auv-product-story-paragraph {\n    margin: 0;\n    padding: 0 0 20px;\n    color: var(--auv-text);\n    font-size: 16px;\n    line-height: 1.75;\n    border-bottom: 1px solid var(--auv-border);\n  }\n\n  .auv-product-story-paragraph:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .auv-product-features {\n    padding: clamp(28px, 5vw, 58px);\n    border-radius: 20px;\n    background: var(--auv-white);\n  }\n\n  .auv-product-features-header {\n    max-width: 720px;\n    margin: 0 0 30px;\n  }\n\n  .auv-product-card-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .auv-product-card {\n    display: grid;\n    grid-template-columns: 46px minmax(0, 1fr);\n    gap: 18px;\n    min-height: 168px;\n    padding: 25px;\n    border: 1px solid var(--auv-border);\n    border-radius: 18px;\n    background: var(--auv-off-white);\n  }\n\n  .auv-product-card-number {\n    color: var(--auv-gold);\n    font-family: var(--font-heading-family, inherit);\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1.3;\n    letter-spacing: 0.08em;\n  }\n\n  .auv-product-card-title {\n    margin: 0 0 9px;\n    color: var(--auv-dark-green);\n    font-size: 19px;\n    font-weight: 500;\n    line-height: 1.3;\n  }\n\n  .auv-product-card-description {\n    margin: 0;\n    color: var(--auv-text);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .auv-product-statement {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(40px, 7vw, 82px);\n    border-radius: 20px;\n    color: var(--auv-white);\n    background: var(--auv-green);\n  }\n\n  .auv-product-statement::before,\n  .auv-product-statement::after {\n    content: \"\";\n    position: absolute;\n    border: 1px solid rgba(255, 255, 255, 0.09);\n    border-radius: 50%;\n  }\n\n  .auv-product-statement::before {\n    top: -110px;\n    right: 90px;\n    width: 190px;\n    height: 190px;\n  }\n\n  .auv-product-statement::after {\n    right: -90px;\n    bottom: -120px;\n    width: 250px;\n    height: 250px;\n  }\n\n  .auv-product-statement-content {\n    position: relative;\n    z-index: 1;\n    max-width: 720px;\n  }\n\n  .auv-product-statement .auv-product-eyebrow {\n    color: #E2B56D;\n  }\n\n  .auv-product-statement-title {\n    margin: 0;\n    color: var(--auv-white);\n    font-size: clamp(29px, 4.5vw, 46px);\n    font-weight: 500;\n    line-height: 1.12;\n    letter-spacing: -0.022em;\n  }\n\n  .auv-product-statement-copy {\n    max-width: 650px;\n    margin: 19px 0 0;\n    color: rgba(255, 255, 255, 0.79);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  @media screen and (max-width: 820px) {\n    .auv-product-details-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .auv-product-detail-item:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .auv-product-story {\n      grid-template-columns: 1fr;\n      gap: 28px;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .auv-product-shell {\n      padding: 10px;\n    }\n\n    .auv-product-section {\n      margin-bottom: 18px;\n    }\n\n    .auv-product-overview,\n    .auv-product-details,\n    .auv-product-story,\n    .auv-product-features,\n    .auv-product-statement {\n      border-radius: 16px;\n    }\n\n    .auv-product-details-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .auv-product-detail-item:last-child {\n      grid-column: auto;\n    }\n\n    .auv-product-card-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .auv-product-card {\n      grid-template-columns: 38px minmax(0, 1fr);\n      min-height: 0;\n      padding: 21px;\n      border-radius: 16px;\n    }\n\n    .auv-product-sku {\n      align-items: flex-start;\n      flex-direction: column;\n      border-radius: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"auv-product-shell\"\u003e\n\u003csection class=\"auv-product-section auv-product-overview\"\u003e\u003cspan class=\"auv-product-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003ch2 class=\"auv-product-heading\"\u003eAuvellor Solvane\u003c\/h2\u003e\n\u003cp class=\"auv-product-positioning\"\u003eBold contrast shaped by controlled modern energy.\u003c\/p\u003e\n\u003cdiv class=\"auv-product-description\"\u003e\n\u003cp class=\"auv-product-copy\"\u003eDefined by a turquoise textured dial, three contrasting black registers, and a gold-tone case, the Auvellor Solvane brings modern energy to a composed analog design. Its numbered bezel and integrated black strap create a versatile statement suited to daily wear, professional settings, travel, and refined evening occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-sku\"\u003e\n\u003cspan\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-sku-value\"\u003eAUV-SOL-MR-BLU-GLD-006\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-details\"\u003e\u003cspan class=\"auv-product-eyebrow\"\u003eVisual Specifications\u003c\/span\u003e\n\u003ch2 class=\"auv-product-section-title\"\u003eDesign Details\u003c\/h2\u003e\n\u003cdiv class=\"auv-product-details-intro\"\u003e\n\u003cp class=\"auv-product-copy\"\u003eA distinctive composition of turquoise colour, black registers, gold-tone surfaces, and a structured performance-inspired profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-details-grid\"\u003e\n\u003cdiv class=\"auv-product-detail-item\"\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-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eModel\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eSolvane\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eSKU\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eAUV-SOL-MR-BLU-GLD-001\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDial Colour\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eTurquoise Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDial Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eTextured Dial with Three Black Registers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eAnalog Multi-Register Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eCase Finish\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eGold-Tone Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eBracelet Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eIntegrated Black Strap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-detail-item\"\u003e\n\u003cspan class=\"auv-product-detail-label\"\u003eOverall Style\u003c\/span\u003e \u003cspan class=\"auv-product-detail-value\"\u003eContemporary Sport-Dress Statement Watch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-story\"\u003e\n\u003cdiv class=\"auv-product-story-heading\"\u003e\n\u003cspan class=\"auv-product-eyebrow\"\u003eThe Collection\u003c\/span\u003e\n\u003ch2 class=\"auv-product-section-title\"\u003eThe Solvane Story\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-story-copy\"\u003e\n\u003cp class=\"auv-product-story-paragraph\"\u003eSolvane takes its visual direction from the contrast between open skies, warm light, and instruments defined by clear measurement. Its silhouette combines energetic detail with controlled proportions.\u003c\/p\u003e\n\u003cp class=\"auv-product-story-paragraph\"\u003eThe turquoise dial creates an immediate focal point. Three black registers introduce depth and symmetry, while gold-tone hands and markers connect the dial naturally with the case.\u003c\/p\u003e\n\u003cp class=\"auv-product-story-paragraph\"\u003eA black numbered bezel frames the composition with a precise visual rhythm. The integrated black strap continues that contrast while giving the watch a streamlined and contemporary profile.\u003c\/p\u003e\n\u003cp class=\"auv-product-story-paragraph\"\u003eExpressive without becoming excessive, Solvane moves naturally between everyday routines, professional environments, travel, social occasions, and refined evening settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-features\"\u003e\n\u003cdiv class=\"auv-product-features-header\"\u003e\n\u003cspan class=\"auv-product-eyebrow\"\u003eA Closer Look\u003c\/span\u003e\n\u003ch2 class=\"auv-product-section-title\"\u003eDesigned to Stand Apart\u003c\/h2\u003e\n\u003cp class=\"auv-product-copy\"\u003eEvery visible element contributes to a watch defined by contrast, balance, and contemporary presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auv-product-card-grid\"\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eTurquoise Dial\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eA distinctive turquoise tone gives the watch an expressive identity while retaining a composed appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eThree-Register Layout\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eThree contrasting black registers create symmetry, dimension, and a technical visual character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eNumbered Bezel\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eDefined markings frame the dial with a structured, performance-inspired visual rhythm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eGold-Tone Profile\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eWarm gold-tone surfaces introduce contrast and connect the case with the dial’s refined accents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eIntegrated Black Strap\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eThe black strap flows directly from the case and creates a clean, modern, sport-oriented silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"auv-product-card\"\u003e\n\u003cdiv class=\"auv-product-card-number\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"auv-product-card-title\"\u003eAuvellor Identity\u003c\/h3\u003e\n\u003cp class=\"auv-product-card-description\"\u003eA confident expression of personal style shaped by contrast, clarity, and considered detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"auv-product-section auv-product-statement\"\u003e\n\u003cdiv class=\"auv-product-statement-content\"\u003e\n\u003cspan class=\"auv-product-eyebrow\"\u003eA Personal Statement\u003c\/span\u003e\n\u003ch2 class=\"auv-product-statement-title\"\u003eMade for Your Time\u003c\/h2\u003e\n\u003cp class=\"auv-product-statement-copy\"\u003ePersonal style is found in the balance between confidence and restraint. Solvane brings colour, structure, and composed energy to the moments you choose to make your own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Two","offers":[{"title":"Default Title","offer_id":54527051432211,"sku":"AUV-SOL-MR-BLU-GLD-006","price":123.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/2550\/7859\/files\/2fe456f0-e08e-4bd6-a11e-e5946b29e260.png?v=1785871721","url":"https:\/\/auvellorwatches.shop\/products\/auvellor-solvane-turquoise-dial","provider":"Auvellor --","version":"1.0","type":"link"}