{"product_id":"kieslect-ai-elite2-new-version","title":"Kieslect AI Elite2 – New Version","description":"\u003cstyle\u003e\n  .fone-editorial,\n  .fone-editorial * {\n    box-sizing: border-box;\n  }\n\n  .fone-editorial {\n    --black: #111214;\n    --text: #5f636b;\n    --muted: #8f949b;\n    --soft: #f5f5f7;\n    --line: #ececef;\n    --orange: #ff6b00;\n\n    width: 100%;\n    margin: 0;\n    color: var(--black);\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Arial,\n      sans-serif;\n  }\n\n\n  \/* =====================================================\n     INTRO\n  ===================================================== *\/\n\n  .fone-editorial .fe-intro {\n    padding: 4px 0 20px;\n  }\n\n  .fone-editorial .fe-kicker {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n\n    margin-bottom: 10px;\n\n    color: #7e8289;\n\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fe-kicker-dot {\n    width: 6px;\n    height: 6px;\n    flex: 0 0 6px;\n\n    border-radius: 50%;\n    background: var(--orange);\n  }\n\n  .fone-editorial .fe-title {\n    max-width: 760px;\n\n    margin: 0 0 12px;\n\n    color: var(--black);\n\n    font-size: 24px;\n    font-weight: 760;\n    line-height: 1.1;\n    letter-spacing: -.035em;\n  }\n\n  .fone-editorial .fe-description {\n    max-width: 760px;\n\n    margin: 0;\n\n    color: var(--text);\n\n    font-size: 13px;\n    line-height: 1.72;\n  }\n\n  .fone-editorial .fe-description strong {\n    color: #111;\n    font-weight: 650;\n  }\n\n  .fone-editorial .fe-short-line {\n    width: 34px;\n    height: 3px;\n\n    margin-top: 18px;\n\n    border-radius: 30px;\n\n    background: var(--orange);\n  }\n\n\n  \/* =====================================================\n     NEW VERSION IDENTITY\n  ===================================================== *\/\n\n  .fone-editorial .fm-edition {\n    display: grid;\n\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n\n    margin: 2px 0 24px;\n\n    overflow: hidden;\n\n    border: 1px solid var(--line);\n    border-radius: 18px;\n\n    background: #fafafa;\n  }\n\n  .fone-editorial .fm-edition-item {\n    min-width: 0;\n\n    padding: 14px 16px;\n  }\n\n  .fone-editorial .fm-edition-item + .fm-edition-item {\n    border-left: 1px solid var(--line);\n  }\n\n  .fone-editorial .fm-edition-label {\n    margin-bottom: 4px;\n\n    color: #a0a3a8;\n\n    font-size: 7.5px;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fm-edition-value {\n    color: #111;\n\n    font-size: 11px;\n    font-weight: 720;\n    line-height: 1.35;\n  }\n\n  .fone-editorial .fm-edition-new {\n    color: var(--orange);\n  }\n\n\n  \/* =====================================================\n     HERO IMAGE\n     OPTIONAL\n  ===================================================== *\/\n\n  .fone-editorial .fm-hero-image {\n    display: none;\n\n    position: relative;\n\n    width: 100%;\n    max-width: 760px;\n\n    margin: 10px auto 26px;\n\n    overflow: hidden;\n\n    border-radius: 24px;\n\n    background: var(--soft);\n  }\n\n  .fone-editorial .fm-hero-image:has(\n    img[src]:not([src=\"\"])\n  ) {\n    display: block;\n  }\n\n  .fone-editorial .fm-hero-image img {\n    display: block;\n\n    width: 100%;\n    height: auto;\n\n    margin: 0;\n  }\n\n  .fone-editorial .fm-hero-image::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n    right: 0;\n    bottom: 0;\n\n    height: 115px;\n\n    background: linear-gradient(\n      to top,\n      rgba(10,10,12,.48) 0%,\n      rgba(10,10,12,.14) 48%,\n      rgba(10,10,12,0) 100%\n    );\n\n    pointer-events: none;\n  }\n\n  .fone-editorial .fe-image-site {\n    position: absolute;\n\n    left: 50%;\n    bottom: 15px;\n    z-index: 3;\n\n    transform: translateX(-50%);\n\n    color: rgba(255,255,255,.96);\n\n    white-space: nowrap;\n\n    font-size: 8px;\n    font-weight: 600;\n    letter-spacing: .15em;\n\n    text-shadow:\n      0 1px 4px rgba(0,0,0,.4),\n      0 2px 12px rgba(0,0,0,.22);\n\n    pointer-events: none;\n  }\n\n\n  \/* =====================================================\n     QUICK STATS\n  ===================================================== *\/\n\n  .fone-editorial .fm-stats {\n    display: grid;\n\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n\n    margin: 5px 0 36px;\n\n    border-top: 1px solid var(--line);\n    border-bottom: 1px solid var(--line);\n  }\n\n  .fone-editorial .fm-stat {\n    min-width: 0;\n\n    padding: 17px 14px 16px;\n  }\n\n  .fone-editorial .fm-stat + .fm-stat {\n    border-left: 1px solid var(--line);\n  }\n\n  .fone-editorial .fm-stat-value {\n    margin-bottom: 5px;\n\n    color: #111;\n\n    font-size: 17px;\n    font-weight: 760;\n    line-height: 1.1;\n    letter-spacing: -.025em;\n  }\n\n  .fone-editorial .fm-stat-label {\n    color: #96999f;\n\n    font-size: 8px;\n    font-weight: 650;\n    line-height: 1.35;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n\n  \/* =====================================================\n     STORY INTRO\n  ===================================================== *\/\n\n  .fone-editorial .fm-story-head {\n    padding: 5px 0 13px;\n  }\n\n  .fone-editorial .fm-story-kicker {\n    margin-bottom: 8px;\n\n    color: var(--orange);\n\n    font-size: 8px;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fm-story-title {\n    max-width: 660px;\n\n    margin: 0;\n\n    color: #111;\n\n    font-size: 20px;\n    font-weight: 750;\n    line-height: 1.18;\n    letter-spacing: -.03em;\n  }\n\n\n  \/* =====================================================\n     FEATURE STORY\n  ===================================================== *\/\n\n  .fone-editorial .fm-story {\n    margin-top: 8px;\n  }\n\n  .fone-editorial .fm-story-item {\n    padding: 30px 0;\n\n    border-top: 1px solid var(--line);\n  }\n\n  .fone-editorial .fm-story-item:has(\n    .fm-story-media img[src]:not([src=\"\"])\n  ) {\n    display: grid;\n\n    grid-template-columns:\n      minmax(0, 1.08fr)\n      minmax(260px, .92fr);\n\n    align-items: center;\n\n    gap: 42px;\n  }\n\n\n  \/* ALTERNATING *\/\n\n  .fone-editorial .fm-story-item:nth-child(even):has(\n    .fm-story-media img[src]:not([src=\"\"])\n  )\n  .fm-story-media {\n    order: 2;\n  }\n\n  .fone-editorial .fm-story-item:nth-child(even):has(\n    .fm-story-media img[src]:not([src=\"\"])\n  )\n  .fm-story-copy {\n    order: 1;\n  }\n\n\n  \/* MEDIA OPTIONAL *\/\n\n  .fone-editorial .fm-story-media {\n    display: none;\n\n    overflow: hidden;\n\n    border-radius: 22px;\n\n    background: var(--soft);\n  }\n\n  .fone-editorial .fm-story-item:has(\n    .fm-story-media img[src]:not([src=\"\"])\n  )\n  .fm-story-media {\n    display: block;\n  }\n\n  .fone-editorial .fm-story-media img {\n    display: block;\n\n    width: 100%;\n    height: auto;\n\n    margin: 0;\n  }\n\n\n  \/* COPY *\/\n\n  .fone-editorial .fm-story-copy {\n    max-width: 520px;\n  }\n\n  .fone-editorial .fm-story-number {\n    margin-bottom: 13px;\n\n    color: #b6b9be;\n\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: .12em;\n  }\n\n  .fone-editorial .fm-story-tag {\n    margin-bottom: 7px;\n\n    color: var(--orange);\n\n    font-size: 8px;\n    font-weight: 750;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fm-story-feature-title {\n    margin: 0 0 10px;\n\n    color: #111;\n\n    font-size: 19px;\n    font-weight: 750;\n    line-height: 1.16;\n    letter-spacing: -.03em;\n  }\n\n  .fone-editorial .fm-story-text {\n    max-width: 500px;\n\n    margin: 0;\n\n    color: #7f838a;\n\n    font-size: 11.5px;\n    line-height: 1.68;\n  }\n\n  .fone-editorial .fm-story-mini {\n    display: inline-flex;\n\n    margin-top: 14px;\n\n    padding: 6px 9px;\n\n    border: 1px solid #e8e8eb;\n    border-radius: 999px;\n\n    color: #73777d;\n    background: #fafafa;\n\n    font-size: 8px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n\n  \/* =====================================================\n     VIDEO OPTIONAL\n  ===================================================== *\/\n\n  .fone-editorial .fe-video-section {\n    display: none;\n\n    margin: 34px 0 24px;\n  }\n\n  .fone-editorial .fe-video-section:has(\n    video[src]:not([src=\"\"])\n  ) {\n    display: block;\n  }\n\n  .fone-editorial .fe-video-heading {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n\n    max-width: 420px;\n\n    margin: 0 auto 12px;\n\n    color: #7e8289;\n\n    font-size: 8px;\n    font-weight: 700;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fe-video-heading::before {\n    content: \"\";\n\n    width: 5px;\n    height: 5px;\n    flex: 0 0 5px;\n\n    border-radius: 50%;\n\n    background: var(--orange);\n  }\n\n  .fone-editorial .fe-video-frame {\n    position: relative;\n\n    width: 100%;\n    max-width: 420px;\n\n    aspect-ratio: 9 \/ 16;\n\n    margin: 0 auto;\n\n    overflow: hidden;\n\n    border-radius: 22px;\n\n    background: #111;\n\n    box-shadow:\n      0 14px 36px rgba(17,18,20,.08);\n  }\n\n  .fone-editorial .fe-video {\n    display: block;\n\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n    object-position: center;\n\n    background: #111;\n\n    pointer-events: none;\n\n    -webkit-user-select: none;\n    user-select: none;\n  }\n\n  .fone-editorial .fe-video::-webkit-media-controls,\n  .fone-editorial .fe-video::-webkit-media-controls-panel,\n  .fone-editorial .fe-video::-webkit-media-controls-play-button,\n  .fone-editorial .fe-video::-webkit-media-controls-start-playback-button {\n    display: none !important;\n    opacity: 0 !important;\n  }\n\n  .fone-editorial .fe-video-frame::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n    right: 0;\n    bottom: 0;\n\n    height: 105px;\n\n    background: linear-gradient(\n      to top,\n      rgba(10,10,11,.44) 0%,\n      rgba(10,10,11,.14) 48%,\n      rgba(10,10,11,0) 100%\n    );\n\n    pointer-events: none;\n  }\n\n  .fone-editorial .fe-video-site {\n    position: absolute;\n\n    left: 50%;\n    bottom: 15px;\n    z-index: 3;\n\n    transform: translateX(-50%);\n\n    color: rgba(255,255,255,.96);\n\n    white-space: nowrap;\n\n    font-size: 8px;\n    font-weight: 600;\n    letter-spacing: .15em;\n\n    text-shadow:\n      0 1px 4px rgba(0,0,0,.4),\n      0 2px 12px rgba(0,0,0,.22);\n\n    pointer-events: none;\n  }\n\n\n  \/* =====================================================\n     SOUND BUTTON\n  ===================================================== *\/\n\n  .fone-editorial .fe-sound-button {\n    position: absolute;\n\n    top: 14px;\n    right: 14px;\n    z-index: 5;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 38px;\n    height: 38px;\n\n    padding: 0;\n\n    border: 1px solid rgba(255,255,255,.30);\n    border-radius: 50%;\n\n    background: rgba(15,15,16,.46);\n\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n\n    color: #fff;\n\n    cursor: pointer;\n  }\n\n  .fone-editorial .fe-sound-button svg {\n    width: 17px;\n    height: 17px;\n\n    display: block;\n\n    fill: none;\n    stroke: currentColor;\n\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .fone-editorial .fe-icon-sound-on {\n    display: none;\n  }\n\n  .fone-editorial .fe-sound-button.is-sound-on\n  .fe-icon-sound-off {\n    display: none;\n  }\n\n  .fone-editorial .fe-sound-button.is-sound-on\n  .fe-icon-sound-on {\n    display: block;\n  }\n\n\n  \/* =====================================================\n     TECH\n  ===================================================== *\/\n\n  .fone-editorial .fe-tech {\n    margin-top: 18px;\n\n    border: 0;\n  }\n\n  .fone-editorial .fe-tech summary {\n    position: relative;\n\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n\n    min-height: 48px;\n\n    padding: 0 30px 0 0;\n\n    color: #111;\n\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .fone-editorial .fe-tech summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fone-editorial .fe-tech summary::before,\n  .fone-editorial .fe-tech summary::after {\n    content: \"\";\n\n    position: absolute;\n\n    right: 3px;\n    top: 50%;\n\n    width: 12px;\n    height: 1.3px;\n\n    border-radius: 10px;\n\n    background: #222;\n\n    transform: translateY(-50%);\n\n    transition: transform .2s ease;\n  }\n\n  .fone-editorial .fe-tech summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .fone-editorial .fe-tech[open] summary::after {\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .fone-editorial .fe-tech-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .fone-editorial .fe-tech-label::before {\n    content: \"\";\n\n    width: 5px;\n    height: 5px;\n\n    border-radius: 50%;\n\n    background: var(--orange);\n  }\n\n  .fone-editorial .fe-specs {\n    padding: 2px 0 12px;\n  }\n\n  .fone-editorial .fe-spec-row {\n    display: grid;\n    grid-template-columns: 42% 58%;\n    align-items: baseline;\n\n    padding: 8px 0;\n  }\n\n  .fone-editorial .fe-spec-row + .fe-spec-row {\n    border-top: 1px solid #f5f5f6;\n  }\n\n  .fone-editorial .fe-spec-name {\n    color: #8c8f95;\n\n    font-size: 10px;\n  }\n\n  .fone-editorial .fe-spec-value {\n    color: #111;\n\n    font-size: 10.5px;\n    font-weight: 650;\n\n    text-align: right;\n  }\n\n\n  \/* =====================================================\n     BOTTOM\n  ===================================================== *\/\n\n  .fone-editorial .fe-bottom {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n\n    padding-top: 8px;\n\n    color: #9a9ca1;\n\n    font-size: 9px;\n    font-weight: 500;\n  }\n\n  .fone-editorial .fe-bottom-line {\n    width: 16px;\n    height: 2px;\n    flex: 0 0 16px;\n\n    background: var(--orange);\n  }\n\n\n  \/* =====================================================\n     TABLET\n  ===================================================== *\/\n\n  @media screen and (min-width:750px) and (max-width:1100px) {\n\n    .fone-editorial .fm-story-item:has(\n      .fm-story-media img[src]:not([src=\"\"])\n    ) {\n      grid-template-columns: 1fr 1fr;\n\n      gap: 28px;\n    }\n\n  }\n\n\n  \/* =====================================================\n     MOBILE\n  ===================================================== *\/\n\n  @media screen and (max-width:749px) {\n\n    .fone-editorial .fe-title {\n      font-size: 20px;\n    }\n\n    .fone-editorial .fe-description {\n      font-size: 12px;\n      line-height: 1.65;\n    }\n\n\n    \/* NEW VERSION *\/\n\n    .fone-editorial .fm-edition {\n      grid-template-columns: 1fr;\n\n      border-radius: 16px;\n    }\n\n    .fone-editorial .fm-edition-item {\n      padding: 12px 14px;\n    }\n\n    .fone-editorial .fm-edition-item + .fm-edition-item {\n      border-top: 1px solid var(--line);\n      border-left: 0;\n    }\n\n\n    \/* HERO *\/\n\n    .fone-editorial .fm-hero-image {\n      width: calc(100% + 28px);\n\n      margin-top: 5px;\n      margin-right: -14px;\n      margin-bottom: 22px;\n      margin-left: -14px;\n\n      border-radius: 20px;\n    }\n\n\n    \/* STATS *\/\n\n    .fone-editorial .fm-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n\n      margin-bottom: 30px;\n    }\n\n    .fone-editorial .fm-stat {\n      padding: 15px 11px;\n    }\n\n    .fone-editorial .fm-stat:nth-child(3),\n    .fone-editorial .fm-stat:nth-child(4) {\n      border-top: 1px solid var(--line);\n    }\n\n    .fone-editorial .fm-stat:nth-child(3) {\n      border-left: 0;\n    }\n\n    .fone-editorial .fm-stat-value {\n      font-size: 15px;\n    }\n\n\n    \/* STORY *\/\n\n    .fone-editorial .fm-story-title {\n      font-size: 18px;\n    }\n\n    .fone-editorial .fm-story-item,\n    .fone-editorial .fm-story-item:has(\n      .fm-story-media img[src]:not([src=\"\"])\n    ) {\n      display: block;\n\n      padding: 25px 0;\n    }\n\n    .fone-editorial .fm-story-media {\n      width: calc(100% + 28px);\n\n      margin-right: -14px;\n      margin-bottom: 20px;\n      margin-left: -14px;\n\n      border-radius: 20px;\n    }\n\n    .fone-editorial .fm-story-copy {\n      max-width: none;\n    }\n\n    .fone-editorial .fm-story-feature-title {\n      font-size: 17px;\n    }\n\n    .fone-editorial .fm-story-text {\n      font-size: 11px;\n      line-height: 1.63;\n    }\n\n\n    \/* VIDEO *\/\n\n    .fone-editorial .fe-video-section {\n      margin-top: 28px;\n      margin-bottom: 20px;\n    }\n\n    .fone-editorial .fe-video-heading {\n      max-width: none;\n\n      margin-bottom: 10px;\n\n      font-size: 7.5px;\n    }\n\n    .fone-editorial .fe-video-frame {\n      width: calc(100% + 28px);\n      max-width: none;\n\n      margin-right: -14px;\n      margin-left: -14px;\n\n      aspect-ratio: 9 \/ 16;\n\n      border-radius: 20px;\n    }\n\n    .fone-editorial .fe-video-site {\n      bottom: 12px;\n\n      font-size: 7.5px;\n    }\n\n    .fone-editorial .fe-sound-button {\n      top: 12px;\n      right: 12px;\n\n      width: 36px;\n      height: 36px;\n    }\n\n\n    \/* TECH *\/\n\n    .fone-editorial .fe-tech {\n      margin-top: 10px;\n    }\n\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fone-editorial\"\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fe-intro\"\u003e\n\n    \u003cdiv class=\"fe-kicker\"\u003e\n      \u003cspan class=\"fe-kicker-dot\"\u003e\u003c\/span\u003e\n      AI FLAGSHIP SMARTWATCH\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fe-title\"\u003e\n      Kieslect AI Elite2 – New Version\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fe-description\"\u003e\n      La \u003cstrong\u003eKieslect AI Elite2 – New Version\u003c\/strong\u003e revient dans une\n      élégante finition \u003cstrong\u003ePlatinum Gray\u003c\/strong\u003e accompagnée de\n      \u003cstrong\u003edeux bracelets\u003c\/strong\u003e pour adapter son style à chaque moment.\n      Elle associe écran LTPO AMOLED, assistant ChatGPT, GPS indépendant,\n      suivi santé avancé et grande autonomie dans une construction premium\n      pensée pour un usage quotidien comme sportif.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fe-short-line\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       NEW VERSION DIFFERENCE\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fm-edition\"\u003e\n\n    \u003cdiv class=\"fm-edition-item\"\u003e\n\n      \u003cdiv class=\"fm-edition-label\"\u003e\n        ÉDITION\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-edition-value fm-edition-new\"\u003e\n        NEW VERSION\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fm-edition-item\"\u003e\n\n      \u003cdiv class=\"fm-edition-label\"\u003e\n        FINITION\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-edition-value\"\u003e\n        Platinum Gray\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fm-edition-item\"\u003e\n\n      \u003cdiv class=\"fm-edition-label\"\u003e\n        DANS LA BOÎTE\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-edition-value\"\u003e\n        Magnetic + Rubber · Dual Straps\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       🟠🟠🟠 COLLEZ IMAGE HERO ICI 🟠🟠🟠\n\n       ↓↓↓ رابط الصورة الرئيسية ↓↓↓\n\n       src=\"\"\n\n       مثال:\n       src=\"https:\/\/cdn.shopify.com\/....jpg\"\n\n       بدون صورة:\n       اترك src=\"\" فارغاً\n\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fm-hero-image\"\u003e\n\n    \u003cimg src=\"\" alt=\"Kieslect AI Elite2 New Version Platinum Gray\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"fe-image-site\"\u003e\n      www.fone.ma\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       QUICK STATS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fm-stats\"\u003e\n\n    \u003cdiv class=\"fm-stat\"\u003e\n\n      \u003cdiv class=\"fm-stat-value\"\u003e\n        1.46\"\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-stat-label\"\u003e\n        LTPO AMOLED\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fm-stat\"\u003e\n\n      \u003cdiv class=\"fm-stat-value\"\u003e\n        1000\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-stat-label\"\u003e\n        NITS\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fm-stat\"\u003e\n\n      \u003cdiv class=\"fm-stat-value\"\u003e\n        510mAh\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-stat-label\"\u003e\n        BATTERY\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fm-stat\"\u003e\n\n      \u003cdiv class=\"fm-stat-value\"\u003e\n        5ATM\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fm-stat-label\"\u003e\n        WATER RESISTANCE\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       STORY INTRO\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fm-story-head\"\u003e\n\n    \u003cdiv class=\"fm-story-kicker\"\u003e\n      ELITE2 EXPERIENCE\n    \u003c\/div\u003e\n\n    \u003ch4 class=\"fm-story-title\"\u003e\n      Intelligence, précision et design premium dans une seule montre.\n    \u003c\/h4\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fm-story\"\u003e\n\n\n    \u003c!-- =================================================\n         01 · NEW VERSION \/ DUAL STRAPS\n\n         🟠🟠 COLLEZ IMAGE 01 DUAL STRAPS ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 New Version dual straps\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          01\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          NEW VERSION\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          Platinum Gray. Deux bracelets. Deux styles.\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Cette nouvelle version se distingue par sa finition\n          Platinum Gray et son pack Dual Straps : un bracelet\n          magnétique pour une allure plus élégante et un bracelet\n          en caoutchouc adapté au quotidien et aux activités sportives.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          MAGNETIC + RUBBER\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         02 · CHATGPT AI\n\n         🟠🟠 COLLEZ IMAGE 02 CHATGPT AI ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 ChatGPT AI\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          02\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          INTELLIGENCE\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          ChatGPT AI directement au poignet\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          L’assistant ChatGPT intégré prend en charge les conversations\n          multi-tour, 25 langues et la planification intelligente pour\n          accéder rapidement à des réponses et organiser vos tâches\n          directement depuis la montre.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          CHATGPT · 25 LANGUES\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         03 · LTPO AMOLED\n\n         🟠🟠 COLLEZ IMAGE 03 DISPLAY ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 LTPO AMOLED display\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          03\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          DISPLAY\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          LTPO 2.0 AMOLED · 480 × 480\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          L’écran AMOLED LTPO 2.0 de 1,46 pouce affiche des couleurs\n          riches en 24-bit, une définition 480 × 480 et une luminosité\n          pouvant atteindre 1000 nits, avec un rafraîchissement de 60 Hz.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          1.46\" · 1000 NITS · 60HZ\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         04 · PREMIUM DESIGN\n\n         🟠🟠 COLLEZ IMAGE 04 DESIGN ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 premium design\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          04\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          CRAFTED\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          Nano-Céramique \u0026amp; aluminium aérospatial\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Une lunette micro-cristalline en nano-céramique s’associe\n          à un cadre en alliage d’aluminium de qualité aérospatiale\n          et à un bouton en acier inoxydable 316L pour une finition\n          à la fois robuste et premium.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          NANO-CERAMIC · 316L\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         05 · GPS\n\n         🟠🟠 COLLEZ IMAGE 05 GPS ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 dual band GPS\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          05\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          NAVIGATION\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          GPS Dual-Band · Six Satellites\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Profitez d’un GPS double fréquence compatible avec six systèmes\n          satellites, utilisable indépendamment du smartphone, avec\n          navigation d’itinéraire pour vos activités outdoor.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          DUAL-BAND · 6 SATELLITES\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         06 · HEALTH\n\n         🟠🟠 COLLEZ IMAGE 06 HEALTH ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 health monitoring\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          06\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          HEALTH\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          Bilan santé multi-indicateurs en 90 secondes\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Un test multi-canaux permet de consulter plusieurs indicateurs\n          de bien-être : fréquence cardiaque, SpO₂, VFC, niveau de stress\n          et fréquence respiratoire, avec suivi du sommeil et alertes\n          de fréquence cardiaque.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          HR · SPO₂ · HRV · STRESS\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         07 · BATTERY\n\n         🟠🟠 COLLEZ IMAGE 07 BATTERY ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 510mAh battery\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          07\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          ENDURANCE\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          510 mAh. Jusqu’à 14 jours en usage typique.\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Sa batterie de 510 mAh offre jusqu’à 14 jours en utilisation\n          typique, jusqu’à 7 jours en usage intensif et jusqu’à 32 jours\n          en utilisation légère.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          510MAH · UP TO 32 DAYS\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =================================================\n         08 · CONNECTIVITY\n\n         🟠🟠 COLLEZ IMAGE 08 CONNECTIVITY ICI 🟠🟠\n\n         src=\"\"\n    ================================================== --\u003e\n\n    \u003cdiv class=\"fm-story-item\"\u003e\n\n      \u003cdiv class=\"fm-story-media\"\u003e\n\n        \u003cimg src=\"\" alt=\"Kieslect Elite2 connectivity\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fm-story-copy\"\u003e\n\n        \u003cdiv class=\"fm-story-number\"\u003e\n          08\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fm-story-tag\"\u003e\n          CONNECTED\n        \u003c\/div\u003e\n\n        \u003ch4 class=\"fm-story-feature-title\"\u003e\n          Appels Bluetooth, notifications \u0026amp; musique locale\n        \u003c\/h4\u003e\n\n        \u003cp class=\"fm-story-text\"\u003e\n          Passez vos appels depuis le poignet, recevez les notifications\n          de plus de 85 applications compatibles et stockez localement\n          de la musique pour profiter de vos entraînements avec davantage\n          de liberté.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fm-story-mini\"\u003e\n          BT CALLING · 85+ APPS\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       🟠🟠🟠 COLLEZ VIDEO ICI 🟠🟠🟠\n\n       ↓↓↓ رابط الفيديو بين \" \" ↓↓↓\n\n       src=\"\"\n\n       مثال:\n       src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/xxxxxxxx.mov\"\n\n       بدون فيديو:\n       اترك src=\"\" فارغاً\n\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fe-video-section\"\u003e\n\n    \u003cdiv class=\"fe-video-heading\"\u003e\n      Vidéo produit\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fe-video-frame\"\u003e\n\n      \u003cvideo class=\"fe-video\" src=\"\" autoplay muted loop playsinline webkit-playsinline preload=\"metadata\" disablepictureinpicture controlslist=\"\n          nodownload\n          nofullscreen\n          noplaybackrate\n          noremoteplayback\n        \"\u003e\u003c\/video\u003e\n\n\n      \u003cbutton class=\"fe-sound-button\" type=\"button\" aria-label=\"Activer le son\"\u003e\n\n        \u003csvg class=\"fe-icon-sound-off\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M11 5 6.8 8.5H3.5v7h3.3L11 19V5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m17 9 4 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m21 9-4 4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n\n        \u003csvg class=\"fe-icon-sound-on\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M11 5 6.8 8.5H3.5v7h3.3L11 19V5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 9.5a4 4 0 0 1 0 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 7a7 7 0 0 1 0 10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/button\u003e\n\n\n      \u003cdiv class=\"fe-video-site\"\u003e\n        www.fone.ma\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       FICHE TECHNIQUE\n  ====================================================== --\u003e\n\n  \u003cdetails class=\"fe-tech\"\u003e\n\n    \u003csummary\u003e\n\n      \u003cspan class=\"fe-tech-label\"\u003e\n        Fiche technique\n      \u003c\/span\u003e\n\n    \u003c\/summary\u003e\n\n\n    \u003cdiv class=\"fe-specs\"\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Marque\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Kieslect\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Édition\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          New Version\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Finition\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Platinum Gray\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Bracelets inclus\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Magnetic + Rubber\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Écran\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          LTPO 2.0 AMOLED 1,46\"\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Résolution\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          480 × 480\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Luminosité\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Jusqu’à 1000 nits\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Rafraîchissement\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          60 Hz\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Cadrans\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          80+ animés\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Batterie\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          510 mAh\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Autonomie typique\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Jusqu’à 14 jours\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Autonomie légère\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Jusqu’à 32 jours\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          GPS\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Dual-Band · 6 satellites\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Étanchéité\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          5ATM\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Santé\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          HR · SpO₂ · HRV · Stress\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Assistant AI\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          ChatGPT · 25 langues\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Fonctions sécurité\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          SOS\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Musique\n        \u003c\/span\u003e\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Stockage local\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\n  \u003c!-- =====================================================\n       BOTTOM\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fe-bottom\"\u003e\n\n    \u003cspan class=\"fe-bottom-line\"\u003e\u003c\/span\u003e\n\n    CHATGPT AI · DUAL-BAND GPS · DUAL STRAPS\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":50301571760266,"sku":null,"price":899.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/3857\/8058\/files\/fone-elite2-new-virsion-2straps-img01.png?v=1790473083","url":"https:\/\/fone.ma\/products\/kieslect-ai-elite2-new-version","provider":"My Store","version":"1.0","type":"link"}