{"product_id":"muh-band-aid-anpanman","title":"Muhi Wound Tape","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n.pd-wrap {\n  --acc: #2e7d7d;\n  --acc-dark: #1f5555;\n  --acc-light: #e6f4f4;\n  --acc-mid: #5fa6a6;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Hiragino Sans\", \"Noto Sans JP\", sans-serif;\n  line-height: 1.7;\n  color: #333;\n  margin: 0;\n  padding: 0;\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  line-height: 1.3;\n}\n.pd-wrap p {\n  margin: 0 0 1em 0;\n}\n.pd-wrap ul, .pd-wrap ol {\n  margin: 0 0 1em 0;\n  padding-left: 1.5em;\n}\n.pd-wrap .hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  color: #fff;\n  padding: 3rem 1.5rem;\n  border-radius: 12px;\n  margin-bottom: 2rem;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -10%;\n  width: 300px;\n  height: 300px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.25);\n  backdrop-filter: blur(10px);\n  color: #fff;\n  font-size: 0.75rem;\n  font-weight: 700;\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  margin-bottom: 1rem;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.pd-wrap .hero h1 {\n  font-size: 2.25rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 0 2px 10px rgba(0,0,0,0.2);\n}\n.pd-wrap .hero-tagline {\n  font-size: 1.1rem;\n  margin-bottom: 1.25rem;\n  opacity: 0.95;\n  font-weight: 400;\n}\n.pd-wrap .hero-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.5rem;\n  margin-top: 1.25rem;\n}\n.pd-wrap .hero-tag {\n  background: rgba(255,255,255,0.2);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255,255,255,0.3);\n  color: #fff;\n  padding: 0.4rem 0.9rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 500;\n}\n.pd-wrap .section-title {\n  font-size: 1.5rem;\n  color: var(--acc-dark);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n.pd-wrap .overview-card {\n  background: #fff;\n  padding: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n  margin-bottom: 2.5rem;\n}\n.pd-wrap .overview-card p {\n  font-size: 1rem;\n  line-height: 1.8;\n}\n.pd-wrap .features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-bottom: 2.5rem;\n}\n.pd-wrap .feature-item {\n  background: var(--acc-light);\n  padding: 1.75rem;\n  border-radius: 10px;\n  border-left: 4px solid var(--acc);\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.pd-wrap .feature-item:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.1);\n}\n.pd-wrap .feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-weight: 700;\n  font-size: 0.95rem;\n  margin-bottom: 0.75rem;\n}\n.pd-wrap .feature-item h3 {\n  font-size: 1.15rem;\n  color: var(--acc-dark);\n  margin-bottom: 0.75rem;\n}\n.pd-wrap .feature-item p {\n  font-size: 0.95rem;\n  color: #555;\n  margin-bottom: 0.75rem;\n}\n.pd-wrap .component-pill {\n  display: inline-block;\n  background: #fff;\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  padding: 0.3rem 0.8rem;\n  border-radius: 15px;\n  font-size: 0.8rem;\n  font-weight: 600;\n  margin-top: 0.5rem;\n}\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin-bottom: 2.5rem;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  font-size: 0.95rem;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n  border: none;\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e5e5e5;\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-color: #f9f9f9;\n}\n.pd-wrap .efficacy-section {\n  background: #fff;\n  padding: 2rem;\n  border-radius: 10px;\n  margin-bottom: 2.5rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n.pd-wrap .efficacy-tag {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  padding: 0.5rem 1rem;\n  border-radius: 6px;\n  margin: 0.35rem;\n  font-size: 0.9rem;\n  border: 1px solid var(--acc-mid);\n}\n.pd-wrap .dosage-section {\n  background: #fff;\n  padding: 2rem;\n  border-radius: 10px;\n  margin-bottom: 2.5rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n.pd-wrap .age-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  background: #fff;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n.pd-wrap .age-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 0.9rem;\n  text-align: left;\n  font-weight: 600;\n}\n.pd-wrap .age-table tbody tr td {\n  padding: 0.9rem;\n  border-bottom: 1px solid #e5e5e5;\n}\n.pd-wrap .age-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .age-table tbody tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n.pd-wrap .note-box {\n  background: #fffbea;\n  border-left: 4px solid #f59e0b;\n  padding: 1.25rem;\n  border-radius: 6px;\n  margin-top: 1.5rem;\n  font-size: 0.9rem;\n}\n.pd-wrap .warning-section {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 2rem;\n  border-radius: 10px;\n  margin-bottom: 2.5rem;\n}\n.pd-wrap .warning-section h2::before {\n  content: '⚠️ ';\n}\n.pd-wrap .warning-section ul {\n  margin-top: 1rem;\n}\n.pd-wrap .warning-section li {\n  margin-bottom: 0.6rem;\n  color: #555;\n}\n.pd-wrap .storage-section {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 2rem;\n  border-radius: 10px;\n  margin-bottom: 2.5rem;\n}\n.pd-wrap .storage-section h2::before {\n  content: '📦 ';\n}\n.pd-wrap .storage-section ul {\n  margin-top: 1rem;\n}\n.pd-wrap .storage-section li {\n  margin-bottom: 0.6rem;\n  color: #555;\n}\n@media (max-width: 768px) {\n  .pd-wrap .hero h1 {\n    font-size: 1.75rem;\n  }\n  .pd-wrap .hero-tagline {\n    font-size: 1rem;\n  }\n  .pd-wrap .features-grid {\n    grid-template-columns: 1fr;\n  }\n  .pd-wrap .section-title {\n    font-size: 1.3rem;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eMedical supplies \u0026 hygiene products\u003c\/div\u003e\n    \u003ch1\u003eMuhi Bandage\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eA gentle first aid bandage that protects important wounds\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eWaterproof type\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eEasy to apply\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eGentle on skin\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\u003eMuhi Bandage is a first aid bandage for everyday minor cuts and scrapes. The pad gently protects the wound and keeps it clean.\u003c\/p\u003e\n    \u003cp\u003eMade with skin-friendly materials, safe for children and adults. The easy-to-use size is ideal for first aid at home or on the go.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct features\u003c\/h2\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eSecure wound protection\u003c\/h3\u003e\n      \u003cp\u003eThe pad keeps the wound clean and protects it from dirt and moisture.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eGentle on skin\u003c\/h3\u003e\n      \u003cp\u003eMade with hypoallergenic materials, safe for sensitive skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eEasy-to-use size\u003c\/h3\u003e\n      \u003cp\u003eDesigned in sizes that are easy to apply to various areas, fitting fingertips and joints.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eFor everyday first aid\u003c\/h3\u003e\n      \u003cp\u003eKeep in your home first aid kit to quickly respond to sudden injuries.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"efficacy-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUses\u003c\/h2\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eScrapes\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCuts\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eMinor injuries\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFirst aid\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dosage-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eHow to use\u003c\/h2\u003e\n    \u003col\u003e\n      \u003cli\u003eClean the wound thoroughly with running water.\u003c\/li\u003e\n      \u003cli\u003eGently wipe moisture from the wound and surrounding area with clean gauze or tissue.\u003c\/li\u003e\n      \u003cli\u003ePeel off the protective paper from the tape and apply the pad part to the wound.\u003c\/li\u003e\n      \u003cli\u003eObserve the condition of the wound and replace the bandage about 1 to 2 times a day.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cstrong\u003eWarning:\u003c\/strong\u003e Do not use on infected wounds, deep wounds, or animal bites; consult a doctor.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUsage precautions\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eDo not use if the wound is infected or bleeding heavily.\u003c\/li\u003e\n      \u003cli\u003eDo not use on deep wounds, animal bites, or puncture wounds; consult a doctor.\u003c\/li\u003e\n      \u003cli\u003eIf the tape is difficult to remove, do not force it off; moisten with water and peel off slowly.\u003c\/li\u003e\n      \u003cli\u003eIf rash, redness, itching, or other symptoms appear, stop use and consult a doctor or pharmacist.\u003c\/li\u003e\n      \u003cli\u003eIf wounds heal slowly or symptoms worsen, consult a doctor.\u003c\/li\u003e\n      \u003cli\u003eDo not use on eyes or mucous membranes.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eStorage 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 affect quality).\u003c\/li\u003e\n      \u003cli\u003eDo not use products past their expiration date.\u003c\/li\u003e\n      \u003cli\u003eStore hygienically and use as soon as possible after opening.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"IKEDA MOHANDO","offers":[{"title":"20 sheets","offer_id":52408291262780,"sku":"4987426002626","price":359.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987426002626.jpg?v=1751851256","url":"https:\/\/mamigo.jp\/en-ph\/products\/muh-band-aid-anpanman","provider":"MamiGo","version":"1.0","type":"link"}