{"product_id":"clous-de-girofle-syzygium-aromaticum-boite-de-100-capsules-de-500mg","title":"Clous de Girofle Syzygium aromaticum   100 gélules 500mg","description":"\u003cstyle\u003e\n  \/* Style du bouton \"Acheter maintenant\" *\/\n  .custom-cart-submit-girofle {\n    background-color: #228B22 !important; \/* Vert vibrant *\/\n    color: white !important;\n    font-weight: 700 !important;\n    padding: 12px 20px !important;\n    border-radius: 8px !important;\n    border: none !important;\n    text-transform: uppercase !important;\n    font-size: 16px !important;\n    cursor: pointer;\n    display: inline-block;\n    width: 100%;\n    max-width: 530px;\n    text-align: center;\n    text-decoration: none !important;\n    box-sizing: border-box;\n    margin-bottom: 25px;\n    font-family: 'Baskerville No 2', serif, Arial, sans-serif;\n    transition: background-color 0.3s ease;\n  }\n  .custom-cart-submit-girofle:hover {\n    background-color: #1a6b1a !important;\n  }\n  @media (max-width: 768px) {\n    .custom-cart-submit-girofle {\n      max-width: 100%;\n      padding: 12px 15px !important;\n    }\n  }\n  \n  \/* Style de la description *\/\n  .girofle-description h2 {\n    font-family: 'Baskerville No 2', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif; \n    font-weight: 600; \n    line-height: 1.2; \n    font-size: 28px; \n    text-transform: none !important;\n    margin-top: 10px;\n  }\n  .girofle-description p, .girofle-description ul {\n    font-family: 'Baskerville No 2', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif; \n    font-weight: 400; \n    font-size: 18px;\n    line-height: 1.6;\n  }\n  .girofle-description ul {\n    margin-left: 20px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description girofle-description\"\u003e\n  \u003cbutton class=\"custom-cart-submit-girofle\" type=\"button\" aria-label=\"Acheter maintenant\" onclick=\"buyNowGirofle()\"\u003e\n    ACHETER MAINTENANT\n  \u003c\/button\u003e\n\n  \u003ch2\u003eGélules de Clous de Girofle Syzygium Aromaticum pour Réguler la Glycémie\u003c\/h2\u003e\n  \n  \u003cp\u003eCe complément est conçu pour ceux qui souhaitent améliorer leur santé buccale ou réguler leur glycémie. Les clous de girofle, riches en antioxydants et en eugenol, offrent une action antibactérienne puissante et soutiennent la digestion. Pour un soutien immunitaire complet, vous pouvez les associer à nos \u003ca href=\"https:\/\/herbal-d-tox.com\/products\/capsules-de-astragale\" title=\"Gélules d'Astragale\" rel=\"noopener\" target=\"_blank\"\u003eGélules d'Astragale\u003c\/a\u003e. Disponible avec une livraison rapide en France, Belgique, Suisse, Luxembourg et partout dans le monde.\u003c\/p\u003e\n\n  \u003cp\u003e\u003cstrong\u003eComposition :\u003c\/strong\u003e Syzygium Aromaticum 100% pur - 500mg par gélule végétale.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eDosage :\u003c\/strong\u003e 1 à 2 gélules par jour (maximum 1g par jour).\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eUtilisation :\u003c\/strong\u003e À prendre avec un verre d'eau. Il est conseillé de commencer par de petites doses pour tester votre sensibilité.\u003c\/p\u003e\n\n  \u003cp\u003e\u003cstrong\u003eBienfaits principaux :\u003c\/strong\u003e\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eRégulation de la glycémie\u003c\/strong\u003e : Aide à la gestion naturelle de l'insuline et du taux de sucre.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSoutien digestif\u003c\/strong\u003e : Réduit les ballonnements et facilite le confort intestinal.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAction antibactérienne et antioxydante\u003c\/strong\u003e : Combat les radicaux libres et protège l'organisme.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSanté buccale et cutanée\u003c\/strong\u003e : Traditionnellement utilisé pour l'hygiène buccale et contre les imperfections cutanées.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp\u003e\u003cstrong\u003ePrécautions :\u003c\/strong\u003e Non recommandé pour les femmes enceintes ou allaitantes sans avis médical. Consultez un professionnel de santé avant utilisation, particulièrement si vous suivez un traitement médicamenteux.\u003c\/p\u003e\n\n  \u003cp style=\"color: #8bc43f; font-weight: 700;\"\u003e\n    Ajoutez au panier pour une protection naturelle au quotidien. Livraison express disponible.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  function buyNowGirofle() {\n    \/\/ 1. Détection de la quantité\n    const qtyInput = document.querySelector('input[name=\"quantity\"]') || \n                     document.querySelector('.quantity__input') || \n                     document.querySelector('#Quantity');\n    const quantity = qtyInput ? parseInt(qtyInput.value, 10) : 1;\n    \n    \/\/ 2. Détection du variant (Boîte de gélules Girofle)\n    let variantId = \"\";\n    const vSelect = document.querySelector('select[name=\"id\"]');\n    const vInput = document.querySelector('input[name=\"id\"]');\n    \n    if (vSelect \u0026\u0026 vSelect.value) {\n        variantId = vSelect.value;\n    } else if (vInput \u0026\u0026 vInput.value) {\n        variantId = vInput.value;\n    } else {\n        \/\/ ID par défaut pour les Gélules de Clous de Girofle\n        variantId = \"40108755910755\";\n    }\n    \n    \/\/ 3. Redirection directe vers le checkout\n    const checkoutUrl = \"https:\/\/herbal-d-tox.com\/cart\/\" + variantId + \":\" + quantity + \"?checkout\";\n    window.location.href = checkoutUrl;\n  }\n\u003c\/script\u003e","brand":"Herbal D-tox 🍃 | Produits 100% naturels","offers":[{"title":"1 Boite","offer_id":40108755910755,"sku":"FR-HDT-GIROFLEQ1","price":14.9,"currency_code":"EUR","in_stock":true},{"title":"3 Boites","offer_id":40108755943523,"sku":"FR-HDT-GIROFLEQ3","price":39.7,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0288\/3452\/9379\/files\/herbalD_tox-Clous_de_Girofle-Syzygiumaromaticum.webp?v=1742201659","url":"https:\/\/herbal-d-tox.com\/fr-pl\/products\/clous-de-girofle-syzygium-aromaticum-boite-de-100-capsules-de-500mg","provider":"Herbal D-tox 🍃 | Produits 100% naturels","version":"1.0","type":"link"}