{"product_id":"healthcare-example-product-3","title":"Smart Eye Massager","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eEye Massager Device — Product Description\u003c\/title\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n      background: #fff;\n      color: #1a1a1a;\n      line-height: 1.7;\n      font-size: 15px;\n    }\n\n    .pd-wrap {\n      max-width: 720px;\n      margin: 0 auto;\n      padding: 48px 24px 72px;\n    }\n\n    \/* Section titles *\/\n    .pd-section-title {\n      font-size: 15px;\n      font-weight: 600;\n      color: #1a1a1a;\n      letter-spacing: 0.02em;\n      margin-bottom: 16px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .pd-section-title::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: #E8E6E0;\n    }\n\n    \/* How to use block *\/\n    .pd-usage {\n      background: #F9F8F5;\n      border: 1px solid #E8E6E0;\n      border-radius: 14px;\n      padding: 24px 26px;\n      margin-bottom: 32px;\n    }\n\n    .pd-usage p {\n      font-size: 15px;\n      color: #4a4a47;\n      line-height: 1.8;\n      margin-bottom: 14px;\n    }\n\n    .pd-usage p:last-child { margin-bottom: 0; }\n\n    .pd-usage strong { color: #1a1a1a; font-weight: 600; }\n\n    \/* Divider *\/\n    .pd-hr {\n      border: none;\n      border-top: 1px solid #E8E6E0;\n      margin: 32px 0;\n    }\n\n    \/* Modes table *\/\n    .pd-modes-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      margin-bottom: 32px;\n      border: 1px solid #E8E6E0;\n      border-radius: 14px;\n      overflow: hidden;\n    }\n\n    .pd-modes-table thead tr {\n      background: #1a1a1a;\n    }\n\n    .pd-modes-table thead th {\n      font-size: 11px;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      font-weight: 600;\n      color: rgba(255,255,255,0.6);\n      padding: 12px 18px;\n      text-align: left;\n    }\n\n    .pd-modes-table tbody tr {\n      border-bottom: 1px solid #E8E6E0;\n    }\n\n    .pd-modes-table tbody tr:last-child {\n      border-bottom: none;\n    }\n\n    .pd-modes-table tbody tr:nth-child(even) {\n      background: #F9F8F5;\n    }\n\n    .pd-modes-table td {\n      padding: 14px 18px;\n      font-size: 14px;\n      color: #1a1a1a;\n      vertical-align: middle;\n    }\n\n    .pd-modes-table td:first-child {\n      font-weight: 600;\n      width: 38%;\n    }\n\n    .pd-modes-table td:last-child {\n      color: #5F5E5A;\n    }\n\n    .mode-dot {\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      margin-right: 10px;\n      vertical-align: middle;\n      position: relative;\n      top: -1px;\n    }\n\n    .dot-vitality  { background: #E07B3A; }\n    .dot-relax     { background: #1D9E75; }\n    .dot-soothing  { background: #5B85D4; }\n    .dot-sleep     { background: #7B68B5; }\n\n    \/* Safety block *\/\n    .pd-safety {\n      background: #FFF9F0;\n      border: 1px solid #F5DBA8;\n      border-radius: 14px;\n      padding: 24px 26px;\n      margin-bottom: 32px;\n    }\n\n    .pd-safety-intro {\n      font-size: 14px;\n      color: #5F5E5A;\n      margin-bottom: 20px;\n      line-height: 1.75;\n    }\n\n    .pd-safety-list {\n      list-style: none;\n      padding: 0;\n    }\n\n    .pd-safety-list li {\n      font-size: 14px;\n      color: #4a4a47;\n      line-height: 1.7;\n      padding: 10px 0;\n      border-bottom: 1px solid #F0E0C0;\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n\n    .pd-safety-list li:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .pd-safety-list li .icon {\n      width: 18px;\n      height: 18px;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    .pd-safety-list li em {\n      font-style: italic;\n      color: #888780;\n    }\n\n    .pd-safety-note {\n      margin-top: 18px;\n      font-size: 13px;\n      color: #888780;\n      font-style: italic;\n      line-height: 1.65;\n      border-top: 1px solid #F0E0C0;\n      padding-top: 14px;\n    }\n\n    \/* Box contents *\/\n    .pd-box {\n      background: #F9F8F5;\n      border: 1px solid #E8E6E0;\n      border-radius: 14px;\n      padding: 24px 26px;\n    }\n\n    .pd-box-list {\n      list-style: none;\n      padding: 0;\n    }\n\n    .pd-box-list li {\n      font-size: 14px;\n      color: #4a4a47;\n      padding: 10px 0;\n      border-bottom: 1px solid #E8E6E0;\n      display: flex;\n      gap: 12px;\n      align-items: center;\n    }\n\n    .pd-box-list li:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .pd-box-list li .check {\n      width: 20px;\n      height: 20px;\n      background: #E1F5EE;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .pd-box-list li .check svg {\n      width: 10px;\n      height: 10px;\n    }\n\n    .pd-box-list li span {\n      font-weight: 500;\n      color: #1a1a1a;\n    }\n\n    @media (max-width: 480px) {\n      .pd-wrap { padding: 32px 16px 56px; }\n      .pd-modes-table td { padding: 12px 14px; }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"pd-section-title\"\u003eHow to Use\u003c\/div\u003e\n  \u003cdiv class=\"pd-usage\"\u003e\n    \u003cp\u003e\n      For the best experience, adjust the fit gradually until it sits comfortably against your face — resting against a sofa or chair helps distribute pressure evenly for a more effective massage. We recommend using the device \u003cstrong\u003eonce or twice daily for 10–20 minutes\u003c\/strong\u003e. After each session, close your eyes and rest quietly for 3–5 minutes to allow your eyes to fully relax.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Always ensure the device is charged before use. To clean, gently wipe the mask with a damp cloth or a cotton pad lightly dampened with 70–75% isopropyl alcohol. Keep away from open flames, corrosive substances, and extreme environments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"pd-hr\"\u003e\n\n  \u003c!-- FOUR MODES --\u003e\n  \u003cdiv class=\"pd-section-title\"\u003eFour Smart Massage Modes\u003c\/div\u003e\n  \u003ctable class=\"pd-modes-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eMode\u003c\/th\u003e\n        \u003cth\u003ePurpose\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\n\u003cspan class=\"mode-dot dot-vitality\"\u003e\u003c\/span\u003eVitality\u003c\/td\u003e\n        \u003ctd\u003eEnergise and awaken tired eyes\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\n\u003cspan class=\"mode-dot dot-relax\"\u003e\u003c\/span\u003eRelaxation\u003c\/td\u003e\n        \u003ctd\u003eRelease tension after screen time\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\n\u003cspan class=\"mode-dot dot-soothing\"\u003e\u003c\/span\u003eSoothing\u003c\/td\u003e\n        \u003ctd\u003eCalm sensitivity and puffiness\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\n\u003cspan class=\"mode-dot dot-sleep\"\u003e\u003c\/span\u003eSleep\u003c\/td\u003e\n        \u003ctd\u003eWind down for a restful night\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003chr class=\"pd-hr\"\u003e\n\n  \u003c!-- SAFETY --\u003e\n  \u003cdiv class=\"pd-section-title\"\u003eImportant Safety Information\u003c\/div\u003e\n  \u003cdiv class=\"pd-safety\"\u003e\n    \u003cp class=\"pd-safety-intro\"\u003eThis device is not suitable for everyone. Please do not use if any of the following apply to you:\u003c\/p\u003e\n    \u003cul class=\"pd-safety-list\"\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Pregnant women\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Myopia exceeding 800 degrees \u003cem\u003e — use only under medical supervision\u003c\/em\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Diagnosed with severe glaucoma or cataracts\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Children under 7 years of age\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        History of stroke or stroke-related complications\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Injuries, irritation, or recent surgery around the eye area \u003cem\u003e — including cosmetic procedures such as double eyelid surgery; avoid use during recovery\u003c\/em\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Previous surgery for glaucoma, cataracts, or retinal detachment \u003cem\u003e — consult your doctor; a minimum of one year post-myopia surgery is recommended before use\u003c\/em\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"7.5\" stroke=\"#BA7517\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M9 5v4\" stroke=\"#BA7517\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13\" r=\"0.75\" fill=\"#BA7517\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        Active or severe eye inflammation\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n    \u003cp class=\"pd-safety-note\"\u003eIf you are unsure whether this product is suitable for you, please consult your healthcare provider before use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"pd-hr\"\u003e\n\n  \u003c!-- WHAT'S IN THE BOX --\u003e\n  \u003cdiv class=\"pd-section-title\"\u003eWhat's in the Box\u003c\/div\u003e\n  \u003cdiv class=\"pd-box\"\u003e\n    \u003cul class=\"pd-box-list\"\u003e\n\n      \u003cli\u003e\n        \u003cdiv class=\"check\"\u003e\n          \u003csvg viewbox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#0F6E56\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e1 ×\u003c\/span\u003e Eye Massager Device\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cdiv class=\"check\"\u003e\n          \u003csvg viewbox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#0F6E56\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e1 ×\u003c\/span\u003e USB Charging Cable\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cdiv class=\"check\"\u003e\n          \u003csvg viewbox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#0F6E56\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e1 ×\u003c\/span\u003e User Manual\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cdiv class=\"check\"\u003e\n          \u003csvg viewbox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#0F6E56\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e1 ×\u003c\/span\u003e Storage Bag\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cdiv class=\"check\"\u003e\n          \u003csvg viewbox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M2 5l2 2 4-4\" stroke=\"#0F6E56\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003e1 ×\u003c\/span\u003e Packaging Box\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"ZenVibe","offers":[{"title":"Default Title","offer_id":57179705278796,"sku":null,"price":99.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1042\/8910\/8300\/files\/v2_square.png?v=1776258746","url":"https:\/\/thezenvibe.store\/products\/healthcare-example-product-3","provider":"The ZenVibe","version":"1.0","type":"link"}