{"product_id":"coque-magnetique-transparente-verte-pour-iphone-17-pro-max","title":"Coque magnétique transparente verte pour iPhone 17 Pro Max","description":"\u003cstyle\u003e\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .product-description {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 24px 16px;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #222;\n    line-height: 1.7;\n    background: #fff;\n  }\n\n  .hero-banner {\n    background: linear-gradient(135deg, #f5fff7 0%, #dcf5e3 100%);\n    border: 1px solid #bfe2c8;\n    border-radius: 14px;\n    padding: 22px 24px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .hero-banner .emoji { font-size: 28px; flex-shrink: 0; }\n  .hero-banner p { margin: 0; font-size: 16px; line-height: 1.6; }\n\n  .product-description h2 {\n    font-size: 17px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    margin-top: 0;\n    color: #1a1a1a;\n  }\n\n  .points-forts {\n    background: #fff;\n    border: 1px solid #ececec;\n    border-radius: 14px;\n    padding: 20px 24px;\n    margin-bottom: 28px;\n  }\n  .points-forts ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 20px;\n  }\n  .points-forts ul li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n  .points-forts ul li::before {\n    content: \"✓\";\n    color: #2f8f4e;\n    font-weight: 700;\n    font-size: 15px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  @media (max-width: 560px) {\n    .points-forts ul { grid-template-columns: 1fr; }\n  }\n\n  .feature-block { margin-bottom: 24px; }\n  .feature-block p {\n    font-size: 15px;\n    color: #333;\n    line-height: 1.75;\n  }\n\n  .highlight-card {\n    border-radius: 12px;\n    padding: 18px 20px;\n    margin-bottom: 24px;\n  }\n  .highlight-card.orange {\n    background: #fff4ed;\n    border: 1px solid #f5cba7;\n  }\n  .highlight-card.blue {\n    background: #f4f8ff;\n    border: 1px solid #c5d9f5;\n  }\n  .highlight-card.green {\n    background: #f2faf4;\n    border: 1px solid #b9e2c4;\n  }\n  .highlight-card p {\n    font-size: 15px;\n    margin: 0;\n    color: #333;\n    line-height: 1.75;\n  }\n\n  .specs-block {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 20px 24px;\n    margin: 28px 0;\n  }\n  .specs-block table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n  .specs-block table tr:nth-child(odd) td {\n    background: #f5f5f5;\n  }\n  .specs-block table td {\n    padding: 11px 14px;\n    border: 1px solid #e5e5e5;\n    vertical-align: middle;\n  }\n  .specs-block table td:first-child {\n    font-weight: 600;\n    width: 42%;\n    color: #444;\n  }\n  .badge {\n    display: inline-block;\n    background: #2f8f4e;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 2px 8px;\n    border-radius: 20px;\n    margin-left: 6px;\n    vertical-align: middle;\n  }\n\n  .divider {\n    border: none;\n    border-top: 1px solid #ececec;\n    margin: 28px 0;\n  }\n\n  .icon-row {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 28px;\n  }\n  .icon-pill {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    background: #edf8f0;\n    border: 1px solid #bfe2c8;\n    border-radius: 30px;\n    padding: 7px 14px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #2f8f4e;\n  }\n  .icon-pill span.ico { font-size: 16px; }\n\n  .related-block {\n    background: #f5fff7;\n    border: 1px solid #cfe7d6;\n    border-radius: 14px;\n    padding: 20px 24px;\n    margin: 28px 0;\n  }\n  .related-block p {\n    font-size: 15px;\n    color: #333;\n    line-height: 1.7;\n    margin: 0;\n  }\n  .related-block a {\n    color: #2f8f4e;\n    font-weight: 700;\n    text-decoration: none;\n  }\n  .related-block a:hover {\n    text-decoration: underline;\n  }\n\n  .faq-block {\n    background: #fbfffc;\n    border: 1px solid #dcefe1;\n    border-radius: 14px;\n    padding: 20px 24px;\n  }\n\n  .faq-accordion {\n    display: grid;\n    gap: 10px;\n  }\n\n  .faq-accordion details {\n    background: #fff;\n    border: 1px solid #dcefe1;\n    border-radius: 12px;\n    padding: 0;\n    overflow: hidden;\n  }\n\n  .faq-accordion summary {\n    list-style: none;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 14.5px;\n    color: #1a1a1a;\n    padding: 16px 18px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    position: relative;\n    padding-right: 44px;\n  }\n\n  .faq-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .faq-accordion summary::before {\n    content: \"Q.\";\n    color: #2f8f4e;\n    font-weight: 800;\n    flex-shrink: 0;\n  }\n\n  .faq-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 14px;\n    font-size: 20px;\n    line-height: 1;\n    color: #2f8f4e;\n    font-weight: 600;\n  }\n\n  .faq-accordion details[open] summary::after {\n    content: \"–\";\n  }\n\n  .faq-a {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    padding: 0 18px 16px 18px;\n  }\n\n  .faq-a p {\n    margin: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n  \u003cdiv class=\"hero-banner\"\u003e\n    \u003cspan class=\"emoji\"\u003e💚\u003c\/span\u003e\n    \u003cp\u003e\u003cstrong\u003eProtégez votre iPhone 17 Pro Max avec style\u003c\/strong\u003e grâce à cette \u003cstrong\u003ecoque magnétique transparente\u003c\/strong\u003e avec \u003cstrong\u003econtour caméra, boutons et anneau magnétique vert\u003c\/strong\u003e — polycarbonate premium, \u003cstrong\u003eaimants 2100 G\u003c\/strong\u003e, \u003cstrong\u003erecharge sans fil\u003c\/strong\u003e et \u003cstrong\u003eboutons métal\u003c\/strong\u003e pour une expérience vraiment haut de gamme.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"icon-row\"\u003e\n    \u003cdiv class=\"icon-pill\"\u003e\n\u003cspan class=\"ico\"\u003e💎\u003c\/span\u003e Transparence cristalline\u003c\/div\u003e\n    \u003cdiv class=\"icon-pill\"\u003e\n\u003cspan class=\"ico\"\u003e🧲\u003c\/span\u003e Aimants 2100 G\u003c\/div\u003e\n    \u003cdiv class=\"icon-pill\"\u003e\n\u003cspan class=\"ico\"\u003e🔩\u003c\/span\u003e Boutons métal\u003c\/div\u003e\n    \u003cdiv class=\"icon-pill\"\u003e\n\u003cspan class=\"ico\"\u003e📷\u003c\/span\u003e Contour caméra vert\u003c\/div\u003e\n    \u003cdiv class=\"icon-pill\"\u003e\n\u003cspan class=\"ico\"\u003e🔋\u003c\/span\u003e Recharge sans fil\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"points-forts\"\u003e\n    \u003ch2\u003e✨ Les points forts\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eCompatible \u003cstrong\u003eiPhone 17 Pro Max\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCoque transparente\u003c\/strong\u003e avec contour caméra, boutons et anneau magnétique vert\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePolycarbonate + TPU\u003c\/strong\u003e — robuste et léger\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003eContour caméra renforcé\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003eBoutons en métal de précision\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAimants 2100 G\u003c\/strong\u003e — maintien magnétique stable\u003c\/li\u003e\n      \u003cli\u003eCompatible \u003cstrong\u003erecharge sans fil\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDécoupes millimétrées\u003c\/strong\u003e tous ports\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"feature-block\"\u003e\n    \u003ch2\u003e📱 Coque magnétique conçue pour l’iPhone 17 Pro Max\u003c\/h2\u003e\n    \u003cp\u003eCette coque a été pensée spécifiquement pour l’iPhone 17 Pro Max. Son dos en \u003cstrong\u003epolycarbonate transparent cristallin\u003c\/strong\u003e met en valeur le design de votre téléphone, tandis que son \u003cstrong\u003econtour caméra, ses boutons et son anneau magnétique vert\u003c\/strong\u003e lui donnent une identité visuelle forte, moderne et élégante. Fine et légère, elle s’oublie en main tout en protégeant efficacement votre appareil au quotidien.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"highlight-card green\"\u003e\n    \u003ch2\u003e🛡️ Une protection complète au quotidien\u003c\/h2\u003e\n    \u003cp\u003eFabriquée en \u003cstrong\u003epolycarbonate et TPU\u003c\/strong\u003e, cette coque protège intégralement votre iPhone des \u003cstrong\u003erayures, de la poussière, des petits chocs et de l’usure quotidienne\u003c\/strong\u003e. Son \u003cstrong\u003econtour caméra renforcé\u003c\/strong\u003e offre une protection optimale au module photo, l’une des parties les plus exposées de votre téléphone.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"highlight-card orange\"\u003e\n    \u003ch2\u003e🔩 Boutons en métal de précision\u003c\/h2\u003e\n    \u003cp\u003eContrairement aux coques standards équipées de boutons plastique, cette coque intègre des \u003cstrong\u003eboutons en métal de précision\u003c\/strong\u003e. Résultat : une réactivité optimale et un toucher qualitatif à chaque pression, pour une expérience utilisateur vraiment premium.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"highlight-card blue\"\u003e\n    \u003ch2\u003e🧲 Fixation magnétique puissante — 2100 G\u003c\/h2\u003e\n    \u003cp\u003eGrâce à ses aimants haute puissance intégrés offrant une force de \u003cstrong\u003e2100 G\u003c\/strong\u003e, cette coque garantit un \u003cstrong\u003ealignement parfait et une fixation sécurisée\u003c\/strong\u003e avec vos accessoires magnétiques compatibles. Compatible avec la \u003cstrong\u003erecharge sans fil\u003c\/strong\u003e, rechargez votre iPhone facilement sans retirer la coque.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-block\"\u003e\n    \u003ch2\u003e👌 Découpes millimétrées\u003c\/h2\u003e\n    \u003cp\u003eChaque ouverture a été conçue avec précision pour un \u003cstrong\u003eaccès immédiat à tous vos ports, boutons et haut-parleurs\u003c\/strong\u003e, sans gêne ni friction. Rien n’a été laissé au hasard.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-block\"\u003e\n    \u003ch2\u003e📋 Caractéristiques techniques\u003c\/h2\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCompatibilité\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eiPhone 17 Pro Max\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMatériaux\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003ePolycarbonate + TPU\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCouleur\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eTransparent cristallin \/ Vert\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eAnneau magnétique\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eVert intégré au dos\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eForce magnétique\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2100 G \u003cspan class=\"badge\"\u003ePuissant\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eBoutons\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMétal de précision vert\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eContour caméra\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eRenforcé et vert\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eRecharge sans fil\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eCompatible\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDécoupes\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003ePrécises — tous ports et boutons\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eProtection\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eRayures, poussière, petits chocs, usure quotidienne\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"related-block\"\u003e\n    \u003ch2\u003e🔗 À compléter avec\u003c\/h2\u003e\n    \u003cp\u003ePour une protection complète de votre iPhone 17 Pro Max, découvrez aussi nos \u003ca href=\"https:\/\/www.abytonphone.fr\/collections\/verre-trempe\/17-PRO-MAX\"\u003efilms en verre trempé pour iPhone 17 Pro Max\u003c\/a\u003e ainsi que nos \u003ca href=\"https:\/\/www.abytonphone.fr\/collections\/batterie-externe\"\u003eaccessoires MagSafe et batteries externes\u003c\/a\u003e compatibles.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"faq-block\"\u003e\n    \u003ch2\u003e❓ FAQ\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-accordion\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eLa coque est-elle compatible avec l’iPhone 17 Pro Max ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eOui, elle est conçue spécifiquement pour l’iPhone 17 Pro Max.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eLe design est-il vraiment transparent ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eOui, le dos de la coque est \u003cstrong\u003etransparent cristallin\u003c\/strong\u003e. Le style vert se retrouve au niveau du \u003cstrong\u003econtour caméra\u003c\/strong\u003e, des \u003cstrong\u003eboutons\u003c\/strong\u003e et de l’\u003cstrong\u003eanneau magnétique\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eQu’est-ce que les boutons en métal changent concrètement ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eContrairement aux boutons plastique des coques standards, ils offrent une meilleure réactivité et un toucher nettement plus agréable à l’usage quotidien.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eQuelle est la force des aimants ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eLes aimants intégrés offrent une force de \u003cstrong\u003e2100 G\u003c\/strong\u003e, garantissant un alignement stable et une fixation sécurisée avec vos accessoires magnétiques compatibles.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eLa coque est-elle compatible avec la recharge sans fil ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eOui, elle est compatible avec la recharge sans fil pour les téléphones supportant cette fonction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eLa coque protège-t-elle bien l’appareil photo ?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003e\n          \u003cp\u003eOui, le contour caméra est renforcé pour mieux protéger le module photo contre les frottements et les contacts avec les surfaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ABYTONPHONE","offers":[{"title":"Default Title","offer_id":57550919827791,"sku":"008979801D","price":19.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/6421\/9983\/files\/coque-iphone-17-pro-max-verte-principale.png?v=1776977606","url":"https:\/\/www.abytonphone.fr\/products\/coque-magnetique-transparente-verte-pour-iphone-17-pro-max","provider":"ABYTONPHONE","version":"1.0","type":"link"}