{"product_id":"slim-magnet-case-bleu-clair","title":"Slim Magnet Case - Bleu Clair","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    --line: #efeff2;\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    margin: 0 0 12px;\n\n    color: var(--black);\n\n    font-size: 22px;\n    font-weight: 750;\n    line-height: 1.12;\n    letter-spacing: -.03em;\n  }\n\n  .fone-editorial .fe-description {\n    max-width: 760px;\n    margin: 0;\n\n    color: var(--text);\n\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  .fone-editorial .fe-description strong {\n    color: #111;\n    font-weight: 600;\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    background: var(--orange);\n  }\n\n\n  \/* =====================================================\n     PRODUCT IMAGE\n     مخفية افتراضياً\n  ===================================================== *\/\n\n  .fone-editorial .fe-product-image {\n    display: none;\n\n    position: relative;\n\n    width: 100%;\n    max-width: 620px;\n    height: 760px;\n\n    margin: 8px auto 20px;\n\n    overflow: hidden;\n\n    border-radius: 22px;\n\n    background: #f4f4f5;\n  }\n\n\n  \/* تظهر فقط إذا وجد رابط للصورة *\/\n\n  .fone-editorial .fe-product-image:has(\n    img[src]:not([src=\"\"])\n  ) {\n    display: block;\n  }\n\n\n  .fone-editorial .fe-product-image img {\n    display: block;\n\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n    object-position: center 43%;\n  }\n\n\n  .fone-editorial .fe-product-image::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n    right: 0;\n    bottom: 0;\n\n    height: 125px;\n\n    background: linear-gradient(\n      to top,\n      rgba(12, 13, 15, .60) 0%,\n      rgba(12, 13, 15, .27) 38%,\n      rgba(12, 13, 15, .06) 66%,\n      rgba(12, 13, 15, 0) 100%\n    );\n\n    pointer-events: none;\n  }\n\n\n  \/* =====================================================\n     WWW.FONE.MA\n  ===================================================== *\/\n\n  .fone-editorial .fe-image-site,\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     FEATURES\n  ===================================================== *\/\n\n  .fone-editorial .fe-features {\n    margin-top: 0;\n  }\n\n  .fone-editorial .fe-feature {\n    display: grid;\n    grid-template-columns: 34px minmax(0,1fr);\n    gap: 14px;\n\n    padding: 15px 0;\n  }\n\n  .fone-editorial .fe-feature + .fe-feature {\n    border-top: 1px solid var(--line);\n  }\n\n  .fone-editorial .fe-number {\n    padding-top: 2px;\n\n    color: #b4b7bd;\n\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: .08em;\n  }\n\n  .fone-editorial .fe-feature-content {\n    min-width: 0;\n  }\n\n  .fone-editorial .fe-feature-title {\n    margin: 0 0 4px;\n\n    color: #111;\n\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .fone-editorial .fe-feature-text {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 11.5px;\n    line-height: 1.58;\n  }\n\n\n  \/* =====================================================\n     VIDEO\n     مخفي افتراضياً\n  ===================================================== *\/\n\n  .fone-editorial .fe-video-section {\n    display: none;\n\n    margin: 28px 0 22px;\n  }\n\n\n  \/* يظهر فقط إذا وجد رابط فيديو *\/\n\n  .fone-editorial .fe-video-section:has(\n    video[src]:not([src=\"\"])\n  ) {\n    display: block;\n  }\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\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\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\n  \/* REMOVE VIDEO NATIVE CONTROLS *\/\n\n  .fone-editorial .fe-video::-webkit-media-controls {\n    display: none !important;\n  }\n\n  .fone-editorial .fe-video::-webkit-media-controls-panel {\n    display: none !important;\n    opacity: 0 !important;\n  }\n\n  .fone-editorial .fe-video::-webkit-media-controls-play-button {\n    display: none !important;\n  }\n\n  .fone-editorial .fe-video::-webkit-media-controls-start-playback-button {\n    display: none !important;\n  }\n\n\n  \/* VIDEO GRADIENT *\/\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\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    transition:\n      background .2s ease,\n      transform .2s ease;\n  }\n\n  .fone-editorial .fe-sound-button:hover {\n    background: rgba(15,15,16,.62);\n  }\n\n  .fone-editorial .fe-sound-button:active {\n    transform: scale(.94);\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: 14px;\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: 46px;\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    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\n  \/* =====================================================\n     SPECS\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 .fe-product-image {\n      max-width: 580px;\n      height: 720px;\n    }\n\n    .fone-editorial .fe-video-frame,\n    .fone-editorial .fe-video-heading {\n      max-width: 400px;\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: 19px;\n    }\n\n    .fone-editorial .fe-description {\n      font-size: 12px;\n      line-height: 1.65;\n    }\n\n\n    \/* IMAGE *\/\n\n    .fone-editorial .fe-product-image {\n      width: calc(100% + 28px);\n      max-width: none;\n\n      height: 520px;\n\n      margin-top: 5px;\n      margin-right: -14px;\n      margin-bottom: 14px;\n      margin-left: -14px;\n\n      border-radius: 20px;\n    }\n\n    .fone-editorial .fe-product-image img {\n      width: 100%;\n      height: 100%;\n\n      object-fit: cover;\n      object-position: center 45%;\n    }\n\n    .fone-editorial .fe-product-image::after {\n      height: 105px;\n    }\n\n    .fone-editorial .fe-image-site {\n      bottom: 12px;\n\n      font-size: 7.5px;\n      letter-spacing: .13em;\n    }\n\n\n    \/* FEATURES *\/\n\n    .fone-editorial .fe-feature {\n      grid-template-columns: 28px minmax(0,1fr);\n      gap: 11px;\n\n      padding: 13px 0;\n    }\n\n    .fone-editorial .fe-feature:first-child {\n      padding-top: 11px;\n    }\n\n    .fone-editorial .fe-feature-title {\n      font-size: 12.2px;\n    }\n\n    .fone-editorial .fe-feature-text {\n      font-size: 10.8px;\n      line-height: 1.55;\n    }\n\n\n    \/* VIDEO *\/\n\n    .fone-editorial .fe-video-section {\n      margin-top: 22px;\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 {\n      width: 100%;\n      height: 100%;\n\n      object-fit: cover;\n    }\n\n    .fone-editorial .fe-video-site {\n      bottom: 12px;\n\n      font-size: 7.5px;\n      letter-spacing: .13em;\n    }\n\n    .fone-editorial .fe-sound-button {\n      top: 12px;\n      right: 12px;\n\n      width: 36px;\n      height: 36px;\n    }\n\n    .fone-editorial .fe-sound-button svg {\n      width: 16px;\n      height: 16px;\n    }\n\n\n    \/* TECH *\/\n\n    .fone-editorial .fe-tech {\n      margin-top: 9px;\n    }\n\n    .fone-editorial .fe-tech summary {\n      min-height: 44px;\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      SLIM MAGNET\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"fe-title\"\u003e\n      Samsung Galaxy Ultra Slim Magnet Case\n    \u003c\/h3\u003e\n\n    \u003cp class=\"fe-description\"\u003e\n      La \u003cstrong\u003eSlim Magnet Case\u003c\/strong\u003e protège le Samsung Galaxy\n      tout en conservant son profil fin et élégant. Avec seulement\n      \u003cstrong\u003e0,95 mm d’épaisseur\u003c\/strong\u003e, sa conception légère et minimaliste\n      reste confortable en main, tandis que les\n      \u003cstrong\u003eaimants intégrés\u003c\/strong\u003e facilitent l’alignement pour la recharge\n      sans fil et l’utilisation d’accessoires magnétiques compatibles.\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       🟠🟠🟠 COLLEZ IMAGE ICI 🟠🟠🟠\n\n       ↓↓↓ ضع رابط الصورة بين \" \" ↓↓↓\n\n       src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0761\/3857\/8058\/files\/fone-Samsung-Galaxy-S-series-Slim-Magnet-gray-img1.png?v=1790428821\"\n\n       لا توجد صورة؟\n       اترك src=\"\" فارغاً\n\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fe-product-image\"\u003e\n\n    \u003cimg src=\"\" alt=\"Samsung Galaxy Ultra Slim Magnet Case\" 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  \u003c!-- 🟠🟠🟠 FIN IMAGE 🟠🟠🟠 --\u003e\n\n\n  \u003c!-- =====================================================\n       FEATURES\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"fe-features\"\u003e\n\n\n    \u003c!-- 01 --\u003e\n\n    \u003cdiv class=\"fe-feature\"\u003e\n\n      \u003cdiv class=\"fe-number\"\u003e\n        01\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fe-feature-content\"\u003e\n\n        \u003cdiv class=\"fe-feature-title\"\u003e\n          Ultra-Fin · 0,95 mm\n        \u003c\/div\u003e\n\n        \u003cp class=\"fe-feature-text\"\u003e\n          Un profil extrêmement fin qui protège le téléphone tout en\n          conservant au maximum ses dimensions et sa sensation d’origine.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- 02 --\u003e\n\n    \u003cdiv class=\"fe-feature\"\u003e\n\n      \u003cdiv class=\"fe-number\"\u003e\n        02\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fe-feature-content\"\u003e\n\n        \u003cdiv class=\"fe-feature-title\"\u003e\n          Design Léger \u0026amp; Minimaliste\n        \u003c\/div\u003e\n\n        \u003cp class=\"fe-feature-text\"\u003e\n          Une conception épurée et légère pensée pour rester confortable\n          en main et facile à glisser dans une poche ou un sac.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- 03 --\u003e\n\n    \u003cdiv class=\"fe-feature\"\u003e\n\n      \u003cdiv class=\"fe-number\"\u003e\n        03\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fe-feature-content\"\u003e\n\n        \u003cdiv class=\"fe-feature-title\"\u003e\n          Aimants Intégrés\n        \u003c\/div\u003e\n\n        \u003cp class=\"fe-feature-text\"\u003e\n          Le système magnétique intégré facilite un alignement précis\n          avec les chargeurs sans fil et permet de fixer rapidement\n          des accessoires magnétiques compatibles.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- 04 --\u003e\n\n    \u003cdiv class=\"fe-feature\"\u003e\n\n      \u003cdiv class=\"fe-number\"\u003e\n        04\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fe-feature-content\"\u003e\n\n        \u003cdiv class=\"fe-feature-title\"\u003e\n          Protection Quotidienne\n        \u003c\/div\u003e\n\n        \u003cp class=\"fe-feature-text\"\u003e\n          Une coque fine pensée pour limiter les rayures et les contacts\n          du quotidien sans alourdir le Galaxy ni masquer\n          son design premium.\n        \u003c\/p\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=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c792bf2ed9194c39b56fb8dbe2b70081.mov\" 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      \u003c!-- =================================================\n           SOUND BUTTON\n      ================================================== --\u003e\n\n      \u003cbutton class=\"fe-sound-button\" type=\"button\" aria-label=\"Activer le son\"\u003e\n\n        \u003c!-- SOUND OFF --\u003e\n\n        \u003csvg class=\"fe-icon-sound-off\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n\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\n        \u003c\/svg\u003e\n\n\n        \u003c!-- SOUND ON --\u003e\n\n        \u003csvg class=\"fe-icon-sound-on\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n\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\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  \u003c!-- 🟠🟠🟠 FIN VIDEO 🟠🟠🟠 --\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\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Marque\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          -\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Épaisseur\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          0,95 mm\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Conception\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Fine \u0026amp; légère\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Système magnétique\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Aimants intégrés\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Recharge sans fil\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Prise en charge\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Accessoires magnétiques\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Fixation directe\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Style\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Minimaliste\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fe-spec-row\"\u003e\n\n        \u003cspan class=\"fe-spec-name\"\u003e\n          Protection\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fe-spec-value\"\u003e\n          Usage quotidien\n        \u003c\/span\u003e\n\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    0.95MM · MAGNETIC · ULTRA-SLIM\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Galaxy S26 Ultra","offer_id":50297683476618,"sku":null,"price":249.0,"currency_code":"MAD","in_stock":true},{"title":"Galaxy S26","offer_id":50297683509386,"sku":null,"price":249.0,"currency_code":"MAD","in_stock":true},{"title":"Galaxy S25 Ultra","offer_id":50297683542154,"sku":null,"price":249.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/3857\/8058\/files\/fone-Samsung-Galaxy-S-series-Slim-Magnet-light-blue-img1.png?v=1790428821","url":"https:\/\/fone.ma\/products\/slim-magnet-case-bleu-clair","provider":"My Store","version":"1.0","type":"link"}