{"product_id":"phyto-aphte-10ml","title":"Phyto Aphte 10ml BIO – Solution Aphtes Buccaux","description":"\u003cstyle\u003e\n  .phyto-aphte-wrapper {\n    --primary: #2f6b4f;\n    --primary-dark: #24523d;\n    --primary-light: #eef7f1;\n    --accent: #8a6a35;\n    --border: #d9e5dd;\n    --text: #2f302e;\n    --muted: #6b706c;\n    --white: #ffffff;\n    --warning-bg: #fff8eb;\n    --warning-border: #e5c987;\n    --radius: 12px;\n    --shadow: 0 3px 16px rgba(47, 107, 79, 0.08);\n\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .phyto-aphte-wrapper *,\n  .phyto-aphte-wrapper *::before,\n  .phyto-aphte-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  \/* INTRODUCTION *\/\n  .phyto-aphte-intro {\n    background: var(--primary-light);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 26px 28px;\n    margin-bottom: 20px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .phyto-aphte-intro::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    width: 5px;\n    background: var(--primary);\n  }\n\n  .phyto-aphte-intro h2 {\n    margin: 0 0 15px;\n    padding-left: 5px;\n    color: var(--primary-dark);\n    font-size: 1.35rem;\n    line-height: 1.4;\n  }\n\n  .phyto-aphte-intro p {\n    margin: 0;\n  }\n\n  \/* BADGES *\/\n  .phyto-aphte-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 17px;\n  }\n\n  .phyto-aphte-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 30px;\n    padding: 6px 13px;\n    color: var(--primary-dark);\n    font-size: 0.84rem;\n    font-weight: 600;\n  }\n\n  .phyto-aphte-badge::before {\n    content: \"✓\";\n    font-weight: 700;\n    color: var(--primary);\n  }\n\n  \/* SECTIONS *\/\n  .phyto-aphte-section {\n    margin-bottom: 15px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    overflow: hidden;\n    box-shadow: var(--shadow);\n  }\n\n  .phyto-aphte-section h3 {\n    margin: 0;\n    padding: 16px 21px;\n    background: var(--primary);\n    color: var(--white);\n    font-size: 1.05rem;\n    line-height: 1.4;\n  }\n\n  .phyto-aphte-content {\n    padding: 21px 23px;\n  }\n\n  .phyto-aphte-content p {\n    margin: 0;\n  }\n\n  \/* CARACTÉRISTIQUES *\/\n  .phyto-aphte-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .phyto-aphte-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 13px 14px;\n    background: var(--primary-light);\n    border: 1px solid var(--border);\n    border-radius: 9px;\n  }\n\n  .phyto-aphte-list li::before {\n    content: \"✓\";\n    flex-shrink: 0;\n    color: var(--primary);\n    font-weight: 700;\n    margin-top: 1px;\n  }\n\n  \/* BIENFAITS *\/\n  .phyto-aphte-benefits {\n    display: flex;\n    flex-direction: column;\n    gap: 11px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .phyto-aphte-benefits li {\n    padding: 13px 15px;\n    border-left: 4px solid var(--primary);\n    background: #f8fbf9;\n    border-radius: 0 8px 8px 0;\n  }\n\n  \/* MODE D'EMPLOI *\/\n  .phyto-aphte-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: phyto-step;\n  }\n\n  .phyto-aphte-steps li {\n    counter-increment: phyto-step;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 13px 14px;\n    background: #f7faf8;\n    border: 1px solid var(--border);\n    border-radius: 9px;\n  }\n\n  .phyto-aphte-steps li::before {\n    content: counter(phyto-step);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 27px;\n    width: 27px;\n    height: 27px;\n    border-radius: 50%;\n    background: var(--primary);\n    color: var(--white);\n    font-size: 0.78rem;\n    font-weight: 700;\n  }\n\n  \/* NOTE *\/\n  .phyto-aphte-note {\n    margin-top: 16px;\n    padding: 14px 16px;\n    background: var(--warning-bg);\n    border: 1px solid var(--warning-border);\n    border-radius: 9px;\n    font-size: 0.9rem;\n  }\n\n  .phyto-aphte-note strong {\n    color: var(--accent);\n  }\n\n  \/* CONCLUSION *\/\n  .phyto-aphte-conclusion {\n    background: var(--primary-dark);\n    color: var(--white);\n    border-radius: var(--radius);\n    padding: 21px 23px;\n    margin-top: 18px;\n  }\n\n  .phyto-aphte-conclusion p {\n    margin: 0;\n    line-height: 1.65;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 600px) {\n    .phyto-aphte-wrapper {\n      font-size: 15px;\n    }\n\n    .phyto-aphte-intro {\n      padding: 21px 18px;\n    }\n\n    .phyto-aphte-intro h2 {\n      font-size: 1.15rem;\n    }\n\n    .phyto-aphte-content {\n      padding: 17px;\n    }\n\n    .phyto-aphte-badges {\n      gap: 6px;\n    }\n\n    .phyto-aphte-badge {\n      font-size: 0.78rem;\n      padding: 5px 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"phyto-aphte-wrapper\" lang=\"fr\"\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003csection class=\"phyto-aphte-intro\"\u003e\n\u003ch2\u003ePhyto Aphte 10ml BIO – Solution pour les Aphtes Buccaux\u003c\/h2\u003e\n\u003cdiv class=\"phyto-aphte-badges\"\u003e\n\u003cspan class=\"phyto-aphte-badge\"\u003e10ml\u003c\/span\u003e \u003cspan class=\"phyto-aphte-badge\"\u003eBIO\u003c\/span\u003e \u003cspan class=\"phyto-aphte-badge\"\u003eIngrédients biologiques\u003c\/span\u003e \u003cspan class=\"phyto-aphte-badge\"\u003eApplication ciblée\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eDécouvrez \u003cstrong\u003ePhyto Aphte 10ml BIO\u003c\/strong\u003e, une solution biologique conçue pour offrir un soulagement naturel et bienveillant aux \u003cstrong\u003eaphtes buccaux\u003c\/strong\u003e. Composée d'ingrédients biologiques soigneusement sélectionnés, cette solution vise à apaiser les douleurs et les inconforts causés par les aphtes tout en favorisant la guérison.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CARACTÉRISTIQUES --\u003e\n\u003csection class=\"phyto-aphte-section\"\u003e\n\u003ch3\u003eCaractéristiques de Phyto Aphte 10ml\u003c\/h3\u003e\n\u003cdiv class=\"phyto-aphte-content\"\u003e\n\u003cul class=\"phyto-aphte-list\"\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003eCertifié biologique :\u003c\/strong\u003e Phyto Aphte est formulé avec des ingrédients biologiques, garantissant une solution naturelle et respectueuse de votre santé buccale. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003ePetite contenance :\u003c\/strong\u003e le flacon de \u003cstrong\u003e10ml\u003c\/strong\u003e est adapté à une utilisation précise et ciblée sur les aphtes. \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BIENFAITS --\u003e\n\u003csection class=\"phyto-aphte-section\"\u003e\n\u003ch3\u003eBienfaits de Phyto Aphte\u003c\/h3\u003e\n\u003cdiv class=\"phyto-aphte-content\"\u003e\n\u003cul class=\"phyto-aphte-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoulagement des aphtes buccaux :\u003c\/strong\u003e Phyto Aphte vise à soulager les douleurs, les picotements et les inconforts associés aux aphtes dans la bouche.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFavorise la guérison :\u003c\/strong\u003e les ingrédients biologiques spécifiques de cette solution peuvent aider à accélérer le processus de guérison des aphtes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngrédients naturels :\u003c\/strong\u003e cette solution met en avant des ingrédients biologiques pour le soulagement des aphtes, sans utilisation de produits chimiques agressifs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MODE D'EMPLOI --\u003e\n\u003csection class=\"phyto-aphte-section\"\u003e\n\u003ch3\u003eMode d'emploi\u003c\/h3\u003e\n\u003cdiv class=\"phyto-aphte-content\"\u003e\n\u003col class=\"phyto-aphte-steps\"\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003eAgitez doucement\u003c\/strong\u003e le flacon avant utilisation. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003eAppliquez une petite quantité\u003c\/strong\u003e de Phyto Aphte sur un coton-tige propre. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003eAppliquez délicatement\u003c\/strong\u003e la solution directement sur l'aphte, en évitant le contact avec les dents ou les gencives environnantes. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e \u003cstrong\u003eUtilisez plusieurs fois par jour\u003c\/strong\u003e, en suivant les recommandations indiquées sur l'emballage. \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"phyto-aphte-note\"\u003e\n\u003cstrong\u003eConseil d'utilisation :\u003c\/strong\u003e suivez les recommandations figurant sur l'emballage du produit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONCLUSION --\u003e\n\u003cdiv class=\"phyto-aphte-conclusion\"\u003e\n\u003cp\u003e\u003cstrong\u003ePhyto Aphte 10ml BIO\u003c\/strong\u003e est une solution biologique destinée au soin des aphtes buccaux. Sa petite contenance permet une application précise et ciblée, tandis que ses ingrédients biologiques sont destinés à accompagner le soulagement des douleurs et inconforts associés aux aphtes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Herbo Ridouane","offers":[{"title":"Default Title","offer_id":43431178240216,"sku":"Phyto Aphte","price":4.86,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/1945\/0328\/files\/Phyto_Aphte_10ml_BIO_Solution_Aphtes_Buccaux321.jpg?v=1788275731","url":"https:\/\/www.nilabeautys.com\/ar\/products\/phyto-aphte-10ml","provider":"nilabeautys.com","version":"1.0","type":"link"}