{"product_id":"band-aid-kizupowerpad-regular-size","title":"Band-Aid Kizupawa Pad Regular Size","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #1a7a3c;\n  --acc-dark: #145a2d;\n  --acc-light: #e8f5ed;\n  --acc-mid: #4a9d5f;\n  \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;\n  padding: 0;\n}\n\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 600;\n  line-height: 1.3;\n}\n\n.pd-wrap p {\n  margin: 0 0 1em 0;\n}\n\n.pd-wrap ul,\n.pd-wrap ol {\n  margin: 0 0 1em 0;\n  padding-left: 1.5em;\n}\n\n.pd-wrap .hero-section {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 3rem 1.5rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  position: relative;\n  overflow: hidden;\n}\n\n.pd-wrap .hero-section::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\n.pd-wrap .badge-group {\n  display: flex;\n  gap: 0.75rem;\n  flex-wrap: wrap;\n  margin-bottom: 1.5rem;\n}\n\n.pd-wrap .badge {\n  background: rgba(255, 255, 255, 0.25);\n  backdrop-filter: blur(10px);\n  color: #fff;\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.pd-wrap .hero-section h1 {\n  color: #fff;\n  font-size: 2rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n.pd-wrap .tagline {\n  color: rgba(255, 255, 255, 0.95);\n  font-size: 1.1rem;\n  margin-bottom: 1.25rem;\n  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.pd-wrap .pill-tags {\n  display: flex;\n  gap: 0.5rem;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pill-tag {\n  background: rgba(255, 255, 255, 0.95);\n  color: var(--acc);\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.5);\n}\n\n.pd-wrap .overview-card {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .section-title {\n  font-size: 1.5rem;\n  color: var(--acc);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n\n.pd-wrap .features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-bottom: 2rem;\n}\n\n@media (max-width: 768px) {\n  .pd-wrap .features-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  padding: 1.5rem;\n  border-radius: 10px;\n  border: 2px solid var(--acc-mid);\n  position: relative;\n}\n\n.pd-wrap .feature-number {\n  position: absolute;\n  top: -12px;\n  left: 1rem;\n  background: var(--acc);\n  color: #fff;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 1rem;\n}\n\n.pd-wrap .feature-card h3 {\n  color: var(--acc-dark);\n  font-size: 1.15rem;\n  margin-bottom: 0.75rem;\n  margin-top: 0.5rem;\n}\n\n.pd-wrap .feature-ingredients {\n  display: flex;\n  gap: 0.4rem;\n  flex-wrap: wrap;\n  margin-bottom: 0.75rem;\n}\n\n.pd-wrap .ingredient-pill {\n  background: #fff;\n  color: var(--acc);\n  padding: 0.25rem 0.75rem;\n  border-radius: 12px;\n  font-size: 0.8rem;\n  font-weight: 600;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .ing-table-wrap {\n  overflow-x: auto;\n  margin-bottom: 2rem;\n  background: #fff;\n  border-radius: 10px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 500px;\n}\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  font-size: 0.95rem;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .efficacy-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin-top: 1rem;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  padding: 0.6rem 1.25rem;\n  border-radius: 8px;\n  font-size: 0.95rem;\n  font-weight: 500;\n  border: 2px solid var(--acc-mid);\n}\n\n.pd-wrap .usage-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .usage-table-wrap {\n  overflow-x: auto;\n  margin: 1rem 0;\n}\n\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 400px;\n}\n\n.pd-wrap .usage-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  font-size: 0.95rem;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 0.9rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .usage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .note-box {\n  background: #fffbeb;\n  border-left: 4px solid #f59e0b;\n  padding: 1rem 1.25rem;\n  margin-top: 1.25rem;\n  border-radius: 6px;\n}\n\n.pd-wrap .note-box p:last-child {\n  margin-bottom: 0;\n}\n\n.pd-wrap .warning-section {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .warning-section h2 {\n  color: #d97706;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .storage-section {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .storage-section h2 {\n  color: #4a6fa5;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .qna-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .qna-item {\n  margin-bottom: 1.75rem;\n  padding-bottom: 1.75rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .qna-item:last-child {\n  margin-bottom: 0;\n  padding-bottom: 0;\n  border-bottom: none;\n}\n\n.pd-wrap .qna-q {\n  color: var(--acc);\n  font-weight: 700;\n  font-size: 1.05rem;\n  margin-bottom: 0.75rem;\n  display: flex;\n  align-items: flex-start;\n  gap: 0.5rem;\n}\n\n.pd-wrap .qna-a {\n  color: #4b5563;\n  padding-left: 1.75rem;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003cdiv class=\"badge-group\"\u003e\n      \u003cspan class=\"badge\"\u003eGeneral medical device\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eManaged medical device\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eBandage Power Pad Regular Size\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003eSpeeds clean healing with moist healing\u003c\/p\u003e\n    \u003cdiv class=\"pill-tags\"\u003e\n      \u003cspan class=\"pill-tag\"\u003eHydrocolloid material\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003eWaterproof\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003eAdhesive protection\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003eAbrasions and cuts\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\u003eBandage Power Pad is a managed medical device bandage using hydrocolloid material. It absorbs fluid (exudate) from the wound and forms a gel cushion, sealing the wound to maintain an optimal moist environment. This supports moist healing, which speeds healing and promotes clean recovery.\u003c\/p\u003e\n    \u003cp\u003eHighly waterproof, protects wounds firmly, and can be used during water-related tasks and bathing. The regular size is ideal for everyday abrasions and cuts, suitable for fingers, joints, and a wide range of areas.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\" style=\"margin: 0 0 1.5rem 0;\"\u003eProduct Features\u003c\/h2\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eSpeeds healing with moist healing\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eHydrocolloid material\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eAbsorbs fluid from the wound and forms a gel cushion. Seals the wound to maintain an optimal moist environment, maximizing natural healing power. Heals wounds cleanly without scabs and relieves pain.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eWaterproof for safe water-related tasks\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eWaterproof film\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eExcellent waterproofing protects the wound during water-related tasks and bathing. Prevents water and bacteria from entering, keeping the wound clean. Designed for everyday use.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eAdhesive protection reduces pain\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003ePolyurethane film\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eAdheres closely to the wound to protect it and shields it from external irritation. The cushioned pad relieves pain and provides comfortable wear. Designed to minimize damage to the wound when replacing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eSuitable for a wide range of wounds\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003eRegular size\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSuitable for various wounds such as everyday abrasions, cuts, punctures, scratches, chapped skin, and blisters from shoes. The regular size is easy to use on fingers, joints, and a wide range of areas.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"efficacy-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIndications and Effects\u003c\/h2\u003e\n    \u003cp\u003eTreatment and protection of the above wounds\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eAbrasions\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCuts\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePuncture wounds\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eScratches\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eChapped skin\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWounds such as blisters from shoes\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"usage-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUsage and Dosage\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: var(--acc-dark); margin: 1.5rem 0 1rem 0; font-size: 1.1rem;\"\u003eHow to use\u003c\/h3\u003e\n    \u003col style=\"line-height: 1.9;\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWound cleaning:\u003c\/strong\u003e Clean the wound well with tap water and gently wipe off moisture with clean gauze or towel.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Apply so the center of the pad covers the entire wound. It is important that the pad extends beyond the wound edges.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eReplacement:\u003c\/strong\u003e Replace when the white swelling (absorbed fluid part) reaches the edge of the pad. Usually every 2 to 3 days.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHow to remove:\u003c\/strong\u003e Slowly peel off the edge of the pad. Forcibly removing it may damage the wound.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003eCaution:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul style=\"margin: 0.5rem 0 0 0; padding-left: 1.5rem;\"\u003e\n        \u003cli\u003eDo not use disinfectants or ointments (this reduces the sealing effect)\u003c\/li\u003e\n        \u003cli\u003eCan be used for up to 7 days, but replace as needed depending on the wound condition\u003c\/li\u003e\n        \u003cli\u003eUse repeatedly until the wound heals\u003c\/li\u003e\n        \u003cli\u003eIf redness, swelling, pain, or pus occurs on or around the wound during use, stop use immediately and consult a doctor\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qna-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eThe pad has swollen white; is that okay?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e The white swelling is the pad absorbing fluid (exudate) from the wound and turning into a gel. This is normal and promotes healing. Replace the pad when the white swelling reaches the edge.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eCan I use disinfectants or ointments?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e No. Using disinfectants or ointments reduces the pad’s sealing effect and prevents the moist healing effect from working properly. Clean the wound well with tap water and apply the pad as is.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eHow long can I use it?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e One pad can be used for up to 7 days, but typically it should be replaced every 2 to 3 days. Replace it when the white swelling reaches the edge of the pad. Use repeatedly until the wound heals.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003eIs it okay to bathe with it on?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e Yes. Bandage Power Pad is highly waterproof, so you can bathe with it on. However, make sure to firmly adhere the pad so water does not enter from the edges.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003eUsage Precautions\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003eThings you should not do\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003eDo not use on the following areas\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003eInfected wounds (wounds with redness, swelling, or pus around them)\u003c\/li\u003e\n          \u003cli\u003eDeep or large wounds\u003c\/li\u003e\n          \u003cli\u003eAnimal bite wounds\u003c\/li\u003e\n          \u003cli\u003eWounds with foreign objects still embedded\u003c\/li\u003e\n          \u003cli\u003eDermatitis, eczema, burns\u003c\/li\u003e\n          \u003cli\u003eAcne, insect bites\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003eDo not use disinfectants or ointments\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003eConsultation advice\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003eConsult a doctor or pharmacist before use if you fall under the following categories\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003eIf you have diabetes\u003c\/li\u003e\n          \u003cli\u003eIf you have blood disorders such as hemophilia\u003c\/li\u003e\n          \u003cli\u003eIf you have had allergic reactions to medicines before\u003c\/li\u003e\n          \u003cli\u003eIf the wound is on the face\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003eStop use immediately and consult a doctor if any of the following occur\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003eIf symptoms such as rash, redness, itching, or irritation appear during or after use\u003c\/li\u003e\n          \u003cli\u003eIf redness, swelling, pain, heat, pus, etc. occur on or around the wound\u003c\/li\u003e\n          \u003cli\u003eIf it does not heal after 7 days of use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003eOther precautions\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003eWhen using on children, use under the guidance and supervision of a guardian\u003c\/li\u003e\n      \u003cli\u003eBe careful not to get it in your eyes. If it gets into your eyes, rinse immediately with water or lukewarm water\u003c\/li\u003e\n      \u003cli\u003eFor external use only\u003c\/li\u003e\n      \u003cli\u003eStrictly follow the prescribed usage and dosage\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e📦\u003c\/span\u003eStorage and Handling Precautions\u003c\/h2\u003e\n    \u003cul style=\"line-height: 1.8;\"\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 if the individual packaging bag is damaged\u003c\/li\u003e\n      \u003cli\u003eDo not use products past their expiration date\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10 sheets included","offer_id":51881864429884,"sku":"4901730021906","price":850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021906.jpg?v=1751851255","url":"https:\/\/mamigo.jp\/en-ph\/products\/band-aid-kizupowerpad-regular-size","provider":"MamiGo","version":"1.0","type":"link"}