{"product_id":"hisamitsu_magneking-patch","title":"Magneking Bandage","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n.pd-wrap {\n  --acc: #2e7d7d;\n  --acc-dark: #1f5555;\n  --acc-light: #e6f4f4;\n  --acc-mid: #7db5b5;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  line-height: 1.7;\n  color: #333;\n  margin: 0 auto;\n  max-width: 1200px;\n}\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3, .pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 600;\n}\n.pd-wrap .hero {\n  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-dark) 100%);\n  padding: 48px 24px;\n  text-align: center;\n  color: #fff;\n  border-radius: 12px;\n  margin-bottom: 32px;\n  position: relative;\n}\n.pd-wrap .hero .badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.25);\n  backdrop-filter: blur(10px);\n  padding: 6px 16px;\n  border-radius: 20px;\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 16px;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n.pd-wrap .hero h1 {\n  font-size: 36px;\n  font-weight: 700;\n  margin-bottom: 12px;\n  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);\n}\n.pd-wrap .hero .tagline {\n  font-size: 17px;\n  opacity: 0.95;\n  margin-bottom: 20px;\n  font-weight: 400;\n}\n.pd-wrap .hero .pill-container {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.pd-wrap .hero .pill {\n  background: rgba(255,255,255,0.2);\n  border: 1px solid rgba(255,255,255,0.4);\n  padding: 6px 14px;\n  border-radius: 20px;\n  font-size: 13px;\n  font-weight: 500;\n}\n.pd-wrap .section-title {\n  font-size: 26px;\n  color: var(--acc);\n  margin-bottom: 20px;\n  padding-bottom: 12px;\n  border-bottom: 3px solid var(--acc);\n  font-weight: 700;\n}\n.pd-wrap .overview-card {\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 32px;\n  margin-bottom: 32px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.pd-wrap .overview-card p {\n  margin: 0 0 16px 0;\n  font-size: 15px;\n  line-height: 1.8;\n}\n.pd-wrap .overview-card p:last-child {\n  margin-bottom: 0;\n}\n.pd-wrap .feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  margin-bottom: 32px;\n}\n@media (max-width: 768px) {\n  .pd-wrap .feature-grid {\n    grid-template-columns: 1fr;\n  }\n}\n.pd-wrap .feature-item {\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 24px;\n  position: relative;\n}\n.pd-wrap .feature-item .number {\n  position: absolute;\n  top: -12px;\n  left: 20px;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 16px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.15);\n}\n.pd-wrap .feature-item h3 {\n  font-size: 18px;\n  color: var(--acc);\n  margin-bottom: 12px;\n  margin-top: 8px;\n}\n.pd-wrap .feature-item .ingredient-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 12px;\n}\n.pd-wrap .feature-item .ing-pill {\n  background: var(--acc-light);\n  color: var(--acc);\n  padding: 4px 12px;\n  border-radius: 12px;\n  font-size: 12px;\n  font-weight: 600;\n  border: 1px solid var(--acc-mid);\n}\n.pd-wrap .feature-item p {\n  font-size: 14px;\n  line-height: 1.7;\n  margin: 0;\n  color: #555;\n}\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 32px;\n  border-radius: 8px;\n  border: 1px solid #e0e0e0;\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  font-size: 14px;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 14px 12px;\n  text-align: left;\n  font-weight: 600;\n  border-bottom: 2px solid var(--acc-dark);\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 12px;\n  border-bottom: 1px solid #e0e0e0;\n}\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background: #f9f9f9;\n}\n.pd-wrap .section-block {\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 28px;\n  margin-bottom: 32px;\n}\n.pd-wrap .section-block h2 {\n  font-size: 22px;\n  color: var(--acc);\n  margin-bottom: 16px;\n}\n.pd-wrap .efficacy-tag {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  padding: 8px 16px;\n  border-radius: 6px;\n  font-size: 14px;\n  margin: 4px 6px 4px 0;\n  border: 1px solid var(--acc-mid);\n  font-weight: 500;\n}\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 16px 0;\n  font-size: 14px;\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  overflow: hidden;\n}\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 12px;\n  text-align: left;\n  font-weight: 600;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 12px;\n  border-bottom: 1px solid #e0e0e0;\n}\n.pd-wrap .dosage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .dosage-table tbody tr:nth-child(even) {\n  background: #f9f9f9;\n}\n.pd-wrap .note-box {\n  background: #fffbea;\n  border-left: 4px solid #f59e0b;\n  padding: 16px;\n  margin: 16px 0;\n  border-radius: 6px;\n  font-size: 14px;\n  line-height: 1.7;\n}\n.pd-wrap .warning-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  padding: 20px;\n  margin-bottom: 32px;\n  border-radius: 6px;\n}\n.pd-wrap .warning-box h2 {\n  font-size: 20px;\n  color: #d97706;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .warning-box ul {\n  margin: 8px 0;\n  padding-left: 20px;\n}\n.pd-wrap .warning-box li {\n  margin-bottom: 8px;\n  font-size: 14px;\n  line-height: 1.7;\n}\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  padding: 20px;\n  margin-bottom: 32px;\n  border-radius: 6px;\n}\n.pd-wrap .storage-box h2 {\n  font-size: 20px;\n  color: #4a6fa5;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-wrap .storage-box ul {\n  margin: 8px 0;\n  padding-left: 20px;\n}\n.pd-wrap .storage-box li {\n  margin-bottom: 8px;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"badge\"\u003eMedical Supplies \u0026 Hygiene Products\u003c\/div\u003e\n    \u003ch1\u003eMagneKing Bandage\u003c\/h1\u003e\n    \u003cdiv class=\"tagline\"\u003eEasy to apply with magnetic material, firmly protects the affected area\u003c\/div\u003e\n    \u003cdiv class=\"pill-container\"\u003e\n      \u003cspan class=\"pill\"\u003eMagnetic material\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eAdhesion\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003eBreathability\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"overview-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003eMagneKing Bandage is an innovative Bandage using a special magnetic material. It fits gently to the affected area, provides firm protection, and ensures breathability.\u003c\/p\u003e\n    \u003cp\u003eSuitable for care of everyday small wounds, abrasions, and cuts, making it a household essential for a wide range of ages.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eMain Features\u003c\/h2\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eEasy application with magnetic material\u003c\/h3\u003e\n      \u003cdiv class=\"ingredient-pills\"\u003e\n        \u003cspan class=\"ing-pill\"\u003eSpecial material\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eThe unique magnetic material makes it easy to apply with one hand and adjust position easily. Provides a stress-free experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eExcellent adhesion\u003c\/h3\u003e\n      \u003cdiv class=\"ingredient-pills\"\u003e\n        \u003cspan class=\"ing-pill\"\u003eHigh adhesion\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eFits firmly to the affected area and is designed to resist peeling. Safe to use on areas with movement.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eEnsures breathability\u003c\/h3\u003e\n      \u003cdiv class=\"ingredient-pills\"\u003e\n        \u003cspan class=\"ing-pill\"\u003eResistant to moisture buildup\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUses breathable materials to prevent moisture buildup and support a comfortable healing environment.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eSkin-friendly design\u003c\/h3\u003e\n      \u003cdiv class=\"ingredient-pills\"\u003e\n        \u003cspan class=\"ing-pill\"\u003eLow irritation\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUses materials considerate of sensitive skin. Minimizes skin burden even with long-term use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-block\"\u003e\n    \u003ch2\u003eIndications for Use\u003c\/h2\u003e\n    \u003cdiv style=\"margin-top: 16px;\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eAbrasions\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCuts\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eScratch wounds\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePuncture wounds\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eProtection for small wounds\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-block\"\u003e\n    \u003ch2\u003eHow to Use\u003c\/h2\u003e\n    \u003col style=\"padding-left: 20px; margin: 12px 0;\"\u003e\n      \u003cli style=\"margin-bottom: 10px;\"\u003eClean and dry the affected area thoroughly.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 10px;\"\u003eRemove the Bandage from the packaging and peel off the release paper.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 10px;\"\u003eFirmly attach to the affected area and press lightly to adhere.\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 10px;\"\u003eReplace about 1 to 2 times a day.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cstrong\u003eNote:\u003c\/strong\u003e Depending on the condition of the wound, consult a doctor, pharmacist, or registered seller. Do not use on deep or infected wounds.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-box\"\u003e\n    \u003ch2\u003e⚠️ Usage Precautions\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eIf the wound is deep or bleeding heavily, seek medical attention.\u003c\/li\u003e\n      \u003cli\u003eIf symptoms such as rash, redness, or itching appear, stop use immediately and consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n      \u003cli\u003eDo not use on infected wounds or animal bites.\u003c\/li\u003e\n      \u003cli\u003eDo not use on eyes or mucous membranes.\u003c\/li\u003e\n      \u003cli\u003eContinuous use on the same area for a long time may cause irritation.\u003c\/li\u003e\n      \u003cli\u003eWhen using on children, use under the guidance and supervision of a guardian.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003ch2\u003e📦 Storage Precautions\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore in a cool, dry place away from direct sunlight.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n      \u003cli\u003eDo not transfer to other containers (this may cause misuse or change the quality).\u003c\/li\u003e\n      \u003cli\u003eDo not use products past their expiration date.\u003c\/li\u003e\n      \u003cli\u003eAfter opening, keep clean and use as soon as possible.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hisamitsu","offers":[{"title":"50 sheets","offer_id":50208753615164,"sku":"4987188193068","price":413.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987188193068.jpg?v=1751851254","url":"https:\/\/mamigo.jp\/en-ph\/products\/hisamitsu_magneking-patch","provider":"MamiGo","version":"1.0","type":"link"}