{"title":"Band-Aid Kiz Power Pad Series","description":"","products":[{"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"},{"product_id":"band-aid-kizupowerpad-spot","title":"Band-Aid Kiz Power Pad Spot Type","description":"\u003cp\u003e\"Band-Aid's 'Kizupawa Pad Spot Type' is an adhesive bandage applying **moist healing (moist therapy)**, ideal for small wounds on the face or fingers, acne scars, and minor burns. Its small, skin-colored semi-transparent size keeps the wound moist without drying it out, alleviates pain, promotes quick and clean healing, and helps reduce scarring.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eIdeal for Small Wounds on the Face and Fingers:\u003c\/b\u003e The spot type with a small circular or oval diameter fits perfectly on pinpoint areas such as noticeable facial wounds, small cuts on fingertips, and acne scars.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHeals Quickly and Cleanly with Moist Healing:\u003c\/b\u003e Absorbs exudate from the wound and swells into a gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, alleviates pain, and helps wounds heal faster and cleaner.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eSkin-colored Semi-transparent and Inconspicuous:\u003c\/b\u003e Thin and skin-colored semi-transparent, it is hardly noticeable when worn. It is less likely to draw attention even when applied to exposed areas like the face, allowing comfortable daily life.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHigh Adhesion and Resistance to Peeling:\u003c\/b\u003e The soft and flexible hydrocolloid material fits snugly to the skin, making it hard to peel off even on highly mobile fingertips or during face washing. It can be worn continuously for up to 5 days (approx.), reducing the hassle of replacement.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With a 360° completely waterproof design, it resists peeling even during water work or showers, preventing water and bacteria from entering the wound.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"The Band-Aid Kizupawa Pad Spot Type is a functional and aesthetic adhesive bandage ideal for effectively caring for small, inconspicuous wounds and helping them heal quickly and cleanly.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or creams. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or a cotton swab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, and creams from the wound and surrounding skin. Then, take the Kiz Power Pad™ out of its individual packaging in advance and warm it in both hands for one minute to improve skin compatibility. Also, when choosing a Kiz Power Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ snugly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter applying, cover the キズパワーパッド™ with your palm and warm it for one minute. This helps it adhere firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf you notice any abnormalities in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Minor burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMinor burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eMore details here\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falls and cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, please go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds that do not heal after more than 2 weeks should get a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that make healing difficult. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicines or adhesive plasters\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10 sheets included","offer_id":51888909287740,"sku":"4901730077699","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730077699.jpg?v=1752051116"},{"product_id":"band-aid-kizupowerpad-large-size","title":"Band-Aid Kiz Power Pad Large Size","description":"\u003cp\u003e\"This adhesive bandage allows easy home use of **'Moist Healing (Wet Therapy)'**, which speeds up the healing of wide and deep wounds, relieves pain, and reduces scarring. Its unique hydrocolloid material traps body fluids, keeping the wound moist without drying it out. Skin-colored semi-transparent and flexible, it is especially suitable for caring for large wounds on knees and elbows.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eMoist Healing for Faster and Cleaner Recovery:\u003c\/b\u003e Absorbs exudate from the wound and swells into a gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, relieves pain, and helps wounds heal faster and cleaner.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eLarge Size for Wide-area Wounds:\u003c\/b\u003e Suitable for large wounds on knees, elbows, and wide-area abrasions that cannot be covered by regular sizes. Protects wounds firmly with a single piece.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHigh Adhesion and Hard to Peel Off:\u003c\/b\u003e The soft and flexible hydrocolloid material fits perfectly to the skin and is hard to peel off even with intense movement or friction. It can be worn continuously for up to 5 days (approximate), reducing the hassle of replacement.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eSkin-colored Semi-transparent and Hard to Notice:\u003c\/b\u003e The entire bandage is skin-colored semi-transparent, making it hard to notice even when worn, maintaining a natural appearance.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With a 360° completely waterproof design, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"'Band-Aid Kizupawa Pad Large Size' is a perfect adhesive bandage for those who want to support the healing of large wounds with the latest technology and live comfortably in daily life.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or creams. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, and creams from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of its individual packaging in advance and warm it in both hands for one minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ snugly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter applying, warm the キズパワーパッド™ with the palm of your hand for 1 minute. This helps it adhere firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf you notice any abnormalities in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Mild burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMild burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falls or cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, please go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds that do not heal after more than 2 weeks require a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that delay healing. Please visit a hospital and seek advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicines or adhesive bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6 pieces included","offer_id":51901324525884,"sku":"4901730021913","price":644.0,"currency_code":"JPY","in_stock":true},{"title":"12 sheets included","offer_id":51901324558652,"sku":"4901730077002","price":1594.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021913.jpg?v=1752409304"},{"product_id":"band-aid-kizupowerpad-blister","title":"Band-Aid Kiz Power Pad for Blisters","description":"\u003cp\u003e\"Band-Aid's 'Kizupawa Pad for Blisters' is a bandage that applies **Moist Healing (moist therapy)** to relieve pain from blisters and speed up wound healing. It is designed to fit heels and Achilles tendons prone to blisters, and its unique hydrocolloid material absorbs body fluid from the wound to maintain a moist environment. Skin-colored semi-transparent and highly adhesive to prevent peeling, it is ideal for those who want to comfortably spend time without worrying about blister discomfort.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eShape and Function Specialized for Blisters:\u003c\/b\u003e Specially designed to fit easily on heels and Achilles tendons where blisters tend to form. It adheres firmly to the highly mobile foot and protects wounds from friction.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHeals Quickly and Neatly with Moist Healing:\u003c\/b\u003e Absorbs the body fluid (exudate) from the wound and swells into a gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, relieving pain and healing wounds quickly and neatly.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHigh Adhesion and Resistance to Peeling:\u003c\/b\u003e The soft and flexible hydrocolloid material fits perfectly to the skin, making it difficult to shift or peel off due to friction with shoes or walking movements.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eSkin-colored Semi-transparent and Hard to Notice:\u003c\/b\u003e Thin and skin-colored semi-transparent, it is hardly noticeable even when worn. You can use it without worry even in seasons when your feet are bare.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With 360° complete waterproofing, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"'Band-Aid Kizupawa Pad for Blisters' is truly a lifesaver bandage for those who want to reduce the pain of blisters and heal them quickly and neatly.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or creams. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, and creams from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of its individual packaging in advance and warm it in both hands for one minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ snugly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter applying, cover the キズパワーパッド™ with your palm and warm it for 1 minute. This helps it adhere firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf you notice any abnormalities in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it comes off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white gel.\u003cbr\u003eAlso, when replacing, slowly peel off by pulling one end of the product several times. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhen the wound has closed\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Minor burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMinor burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eMore details here\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falls and cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eFor wounds that do not heal after more than 2 weeks, seek a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that make healing difficult. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicines or adhesive bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6 pieces included","offer_id":51927201677628,"sku":"4901730090889","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730090889.jpg?v=1753005082"},{"product_id":"band-aid-kizupowerpad-plus-regular-size","title":"Band-Aid Kiz Power Pad Plus Regular Size","description":"\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_small\"\u003e\n\u003cdiv class=\"rich-text\" data-sb-field-path=\".product.longDescription\"\u003e\n\u003cp\u003eBand-Aid's \"Kiz Power Pad Plus Regular Size\" is a bandage that allows easy at-home use of **\"Moist Healing (Wet Therapy)\"**, which speeds up wound healing, relieves pain, and reduces scarring. Its unique hydrocolloid material traps fluids abundantly in the highly absorbent pad's center, keeping the wound moist without drying it out. Skin-colored and translucent, it is inconspicuous and offers a supple fit, useful for caring for cuts, scrapes, blisters, and various other wounds.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHeals quickly and cleanly with moist healing:\u003c\/b\u003e Absorbs fluid (exudate) from the wound and swells into a gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, alleviates pain, and helps wounds heal faster and cleaner.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003ePrevents fluid leakage with a highly absorbent pad:\u003c\/b\u003e The center of the pad is 25% thicker, effectively absorbing fluids and preventing leaks. Its strong adhesion makes it hard to peel off, allowing it to be worn for up to 5 days (approx.), reducing the hassle of replacement.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eGentle and supple on the skin:\u003c\/b\u003e Made entirely of skin-colored translucent hydrocolloid material, it is characterized by being inconspicuous. Soft and flexible, it fits perfectly to body movements and feels comfortable to wear.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eCompletely waterproof design:\u003c\/b\u003e With 360° complete waterproof design, it is hard to peel off even during water work or showering, preventing water and bacteria from entering the wound.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eSuitable for a wide range of wounds:\u003c\/b\u003e Can be used for cuts, abrasions, scratches, chapping, hangnails, blisters, minor burns, and various everyday wounds.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"Band-Aid Kiz Power Pad Plus Regular Size\" is a bandage that supports wound healing with the latest technology and is perfect for those who want to live comfortably in daily life.\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch2 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eWhat is Kiz Power Pad™ made of?\u003c\/h2\u003e\n\u003ch3 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eHydrocolloid Material\u003c\/h3\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eHydrocolloid is a material also used in medical settings.\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eUsing this material, Kiz Power Pad™ was the first to popularize moist healing for home use in Japan.\u003c\/p\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-state=\"open\" data-orientation=\"vertical\"\u003e\u003cbutton data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-radix-collection-item=\"\" class=\"vds-d_flex vds-items_center vds-w_100% vds-cursor_pointer vds-gap_xSmall [\u0026amp;\u0026gt;.iconCollapsed]:vds-d_block focusVisible:vds-ring_3px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.accordion.border.focus expanded:[\u0026amp;_.iconCollapsed]:vds-opacity_0 expanded:[\u0026amp;_.iconCollapsed]:vds-pointer-events_none expanded:[\u0026amp;_.iconCollapsed]:vds-transform_rotate(-180deg) expanded:[\u0026amp;_.iconCollapsed]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out expanded:[\u0026amp;_.iconExpanded]:vds-opacity_1 expanded:[\u0026amp;_.iconExpanded]:vds-pointer-events_all expanded:[\u0026amp;_.iconExpanded]:vds-transform_rotate(180deg) expanded:[\u0026amp;_.iconExpanded]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out vds-textStyle_headline.medium vds-justify_space-between vds-text_components.accordion.label.text.label vds-bg_components.accordion.label.background.base vds-pt_components.accordion.label.padding.top vds-pr_components.accordion.label.padding.right vds-pl_components.accordion.label.padding.left vds-pb_components.accordion.label.padding.bottom\" id=\"radix-:rv:\" data-orientation=\"vertical\" data-state=\"open\" aria-expanded=\"true\" aria-controls=\"radix-:r10:\" type=\"button\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-text_left rtl:vds-text_right vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\"\u003eAbout Hydrocolloid Material\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_flex vds-items_center vds-pos_relative\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconCollapsed vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_1 vds-pos_absolute vds-right_0 lg:vds-right_unset vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3V11L3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L11 13V21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21V13L21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11L13 11V3Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconExpanded vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_0 vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M22 12C22 12.5523 21.5523 13 21 13L3 13C2.44771 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/button\u003e\u003c\/h3\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"2rOzAFLVtCCT5wNf9g0kl7:content\" class='vds-overflow_hidden [\u0026amp;[data-state=\"open\"]]:vds-animation_accordionSlideDown_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-animation_accordionSlideUp_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-h_0 [\u0026amp;[data-state=\"closed\"]]:vds-d_none vds-bg_components.accordion.dropdown.background.base vds-text_components.accordion.dropdown.text.body' data-orientation=\"vertical\" aria-labelledby=\"radix-:rv:\" role=\"region\" id=\"radix-:r10:\" data-state=\"open\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-pt_components.accordion.dropdown.padding.top vds-pr_components.accordion.dropdown.padding.right vds-pl_components.accordion.dropdown.padding.left vds-pb_components.accordion.dropdown.padding.bottom vds-d_flex vds-flex_column vds-gap_36 lg:vds-gap_48\"\u003e\n\u003csection data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-bg_components.page.background.base vds-p_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"71ttaViXBmx2aEeAG9xMKP\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_8 vds-w_100%\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-flex_column vds-gap-x_token(spacing.small) vds-overflow_hidden\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5E9m6UntGZrmhouOkl0kud\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_token(spacing.0) vds-rounded-tr_token(spacing.0) vds-rounded-bl_token(spacing.0) vds-rounded-br_token(spacing.0) vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start vds-border-w_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_16\/9 sm:vds-aspect_16\/9\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/21tNs7vtM8zfJPpX9mtMZA\/16106c42622f1e0db6622f86fe17a8b6\/band-aid_kizupowerpad_hydrocolloid.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"364.44444444444446\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"5507ijn68XJZt0zNDrtzy\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_0 vds-pr_0 vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_typography.body.regular\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eKiz Power Pad™ has a two-layer structure. The outer layer is a polyurethane film that prevents bacteria and water from entering. The inner layer is made of hydrocolloid material. The hydrocolloid material consists of an adhesive (hydrophobic polymer) that sticks closely to the skin and hydrocolloid particles (hydrophilic polymer) that absorb and protect moisture.\u003c\/p\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eThese hydrocolloid particles absorb the body fluid from the wound, swell, and form a jelly-like gel cushion.\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eAs the skin regenerates and the body fluid from the wound decreases, the swelling gets smaller each time you replace the pad.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eThree Features of Kiz Power Pad™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"4iyZQ22QYYA00fwM0dzqRL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3IyDwHATFdjsRC06QDNwVb\/6759f6c65ea147c1124449e744ad08e0\/band-aid_kizupowerpad_3features_soft_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"4khGHA2QyC80WgD7CxVKh8\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eSuppresses nerve irritation caused by dryness, easing wound pain.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"uwxAT4yzmhjXDP0Aiq18c\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3gISA8dyVsS2edPHiJEtBw\/c7abd3c43d0859a5a4c3a87e1eaf8b5a\/band-aid_kizupowerpad_3features_quick_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6oujPBfuCoPxoRDdFIBHHP\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eKeeps the body fluid (exudate) that creates an environment suitable for skin recovery, helping wounds heal faster.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5QqgDfyfdyLnXL5Np6UowQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1rQjOYYE6LgO7U9SuV6zgy\/80cd03a369537fde8d0b64fba4aaecb7\/band-aid_kizupowerpad_3features_beauty_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"11nn5sD5Iftv4QG6zslfsl\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eHeals cleanly without forming scabs, which often cause scars.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"GSNdJjBiez2w3Ui7tGEBg\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003ch2\u003eKiz Power Pad™ for chapping, blisters, and burns too\u003c\/h2\u003e\n\u003cp\u003eDo you think the pain from wounds like chapping and blisters must be endured?\u003cbr\u003e\u003cbr\u003eWith Kiz Power Pad™, it soothes the pain of such wounds and helps them heal quickly and cleanly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"6zfENla3iQoiQE70ZHTVbl\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"RjOZcNMOXnPdg1moSllbW\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"あかぎれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/2toNYz0HrdJVtSFflMEqXF\/483ce380c30eed20872645ee573872c1\/band-aid_kizupowerpad_akagire_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"308\" width=\"419\" loading=\"lazy\" data-sb-object-id=\"2iKtWhHrYKb4wVhdTYQKOw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1RAGfK0bRx1oc7kslCM3e7\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eChapped skin\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3qYV7ZfDV2f67k39ufYUEE\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"靴ずれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4eur2w2p4sIufVntjwOhdu\/4e1378fb4f77e304230f76ecfd13fe3f\/band-aid_kizupowerpad_shoeslip_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"309\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"5yRKpqGipGmLgEvn3tJUaw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"uZNjmBZoYFCQjoj17p5sL\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eBlisters caused by shoes\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1mLcpFTlW2zz9IbsQfixfJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"やけど\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7CxVKo6SNcVO2lpwn4yxCp\/363c8949a447b5f8e5a255d9c29be5ef\/band-aid_kizupowerpad_scald_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"311\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"1ay76w0qTOyYACayLlDsUF\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1xWyjEHkhSPwVxgiX8BOHZ\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eBurns\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"437\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" data-sb-field-path=\"image\" alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" data-sb-field-path=\"image\" alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" data-sb-field-path=\"image\" alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" data-sb-field-path=\"image\" alt=\"How to use キズパワーパッド™ STEP4 Observe progress\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"321\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" data-sb-field-path=\"image\" alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or creams. Depending on the type of disinfectant, it may damage the cells that work to repair the wound and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or a cotton swab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" data-sb-field-path=\"image\" alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, and creams from the wound and surrounding skin. Then, take the Kiz Power Pad™ out of its individual packaging in advance and warm it in your hands for one minute to improve skin compatibility. Also, when choosing a Kiz Power Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" data-sb-field-path=\"image\" alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ tightly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter applying, cover the キズパワーパッド™ with your palm and warm it for one minute. This helps it adhere firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" data-sb-field-path=\"image\" alt=\"How to use キズパワーパッド™ STEP4 Observe progress\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eIf you notice any abnormalities in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it comes off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™ Minor scrape\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eMinor scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™ Minor cut\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eMinor cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™: Minor burns\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eMinor burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™: Chapped skin\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™: Hangnail\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" data-sb-field-path=\"image\" alt=\"Wounds treatable with キズパワーパッド™: Blisters caused by shoes\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eBlisters caused by shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falls or cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, please go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003eFor wounds that do not heal after more than 2 weeks, seek a doctor's advice.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that delay healing. Please visit a hospital and seek advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicines or adhesive bandages.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10 sheets included","offer_id":51936483443004,"sku":"4901730180467","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180467.jpg?v=1753174271"},{"product_id":"band-aid-kizupowerpad-akagire","title":"Band-Aid Kiz Power Pad for Water Work","description":"\u003ch3\u003eBand-Aid Kizupawa Pad for Water Work\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\"Band-Aid's 'Kizupawa Pad for Water Work' is an adhesive bandage ideal for wounds on hands and fingers frequently exposed to water, applying \u003cb\u003emoist healing (moist wound therapy). Its unique hydrocolloid material keeps the wound moist without drying it out, relieving pain and healing wounds quickly and cleanly. Especially designed to be water-resistant and hard to peel off,\u003c\/b\u003e it is a reliable choice for those who want to live comfortably without worrying about water work such as cooking and hand washing in daily life.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eStrong Water Resistance and Adhesion:\u003c\/b\u003e Special adhesive technology achieves strong adhesion that resists peeling even when wet. It firmly protects wounds in environments with frequent water exposure such as water work and hand washing.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHeals Quickly and Cleanly with Moist Healing:\u003c\/b\u003e Absorbs body fluids (exudate) from the wound and swells into a gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, relieving pain and healing wounds quickly and cleanly.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eGentle and Flexible Comfort on Skin:\u003c\/b\u003e Soft and flexible hydrocolloid material fits perfectly to the skin and does not interfere with finger or joint movements. It causes little discomfort even when worn, allowing you to stay comfortable.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eLess Noticeable Semi-Transparent Type:\u003c\/b\u003e Skin-colored semi-transparent, so it is less noticeable when worn and can be used without hesitation on exposed areas such as fingertips.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003e\\\"Firmly Protects Wounds During Water Work\\\":\u003c\/b\u003e Specially designed for wound care for those frequently exposed to water in daily life, it supports housework and work as a **\\\"functional and comfortable adhesive bandage\\\"**.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"'Band-Aid Kizupawa Pad for Water Work' is an ideal adhesive bandage for those who want to live comfortably every day, with powerful protection that resists water and an effect that heals wounds quickly and cleanly.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or creams. Depending on the type of disinfectant, it may damage the cells that work to repair the wound and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you can't wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or a cotton swab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and make it less likely to peel off, wipe away moisture, oil, and creams from the wound and surrounding skin. Then, take the Kiz Power Pad™ out of its individual packaging in advance and warm it in both hands for one minute to improve skin compatibility. Also, when choosing a Kiz Power Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply キズパワーパッド™ snugly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter applying, cover キズパワーパッド™ with the palm of your hand and warm it for one minute. This helps it adhere firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf you notice any abnormalities in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Minor burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMinor burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eMore details here\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falls and cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eFor wounds that do not heal after more than 2 weeks, seek a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that make healing difficult. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicines or adhesive bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10 sheets included","offer_id":51940170629436,"sku":"4901730120012","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730120012.jpg?v=1753233667"},{"product_id":"band-aid-kizupowerpad-plus-large-size","title":"Band-Aid Kiz Power Pad Plus Large Size","description":"\u003cp\u003e\"Band-Aid's 'Kizupawa Pad Plus Large Size' is a Bandage that allows easy home use of **'Moist Healing (Moist Wound Therapy)'**, accelerating healing of wide and deep wounds, relieving pain, and reducing scars. Its unique hydrocolloid material traps plenty of body fluid in the high absorption pad's center, keeping the wound moist without drying. Skin-colored translucent and inconspicuous, with a flexible fit, it is especially suitable for caring for large wounds on knees and elbows.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eMoist Healing for Faster and Cleaner Recovery:\u003c\/b\u003e Absorbs body fluids (exudate) from the wound and swells into a Gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, alleviates pain, and helps wounds heal faster and cleaner.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eLarge Size for Wide Area Wounds:\u003c\/b\u003e Suitable for large wounds on knees, elbows, and wide abrasions that cannot be covered by regular sizes. Protects wounds securely with a single piece.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003ePrevents Body Fluid Leakage with High Absorption Pad:\u003c\/b\u003e The center of the pad is 25% thicker, firmly absorbing body fluids and preventing leaks. It adheres strongly and is hard to peel off, allowing it to be worn for up to 5 days (approx.), reducing the hassle of replacement.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eGentle and Flexible on Skin:\u003c\/b\u003e Made entirely of skin-colored translucent hydrocolloid material, it is characterized by being inconspicuous. It is soft and flexible, fitting perfectly to body movements, causing little discomfort even when worn.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With a 360° completely waterproof design, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"The 'Band-Aid Kizupawa Pad Plus Large Size' is a Bandage that supports the healing of large wounds with the latest technology, perfect for those who want to live comfortably in daily life.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS for Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or Cream. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it well...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, Cream, etc. from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of the individual pack and warm it in both hands for 1 minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is attached to the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ product snugly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter application, cover the キズパワーパッド™ with your palm and warm it for one minute. This will ensure it adheres firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf abnormalities are seen in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, the Cream will no longer swell white and gel-like.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a Bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Mild burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMild burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for Kizupawa Pad™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falling or cuts from daily life can be treated with Kizupawa Pad™. However, if the wound is deep or large, please go to a hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds that do not heal after more than 2 weeks require a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that make healing difficult. Please go to a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicine or Bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6 sheets","offer_id":52088596037948,"sku":"4901730180450","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180450.jpg?v=1756608614"},{"product_id":"band-aid-kizupowerpad-yubi","title":"Band-Aid Kiz Power Pad for Fingers","description":"\u003cp\u003e\"Band-Aid's 'Kizupawa Pad for Fingers' is a Bandage specialized for fingertip wounds, applying **Moist Healing (moist therapy)**. The special shape that wraps easily around fingers and the highly elastic hydrocolloid material fit perfectly to finger movements. It firmly absorbs body fluids, maintaining a moist environment without drying the wound, relieving pain, healing wounds quickly and neatly, and supports comfortable wear without peeling or discomfort.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eShape and Fit Specialized for Fingers:\u003c\/b\u003e The special shape designed to wrap easily around fingers and the flexible hydrocolloid material adhere perfectly without hindering joint movement. It is hard to peel off during water work, allowing comfortable wear.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHeals Quickly and Neatly with Moist Healing:\u003c\/b\u003e Absorbs the exudate from the wound and swells into a Gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, relieving pain and healing wounds quickly and neatly.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eHigh Elasticity and Adhesion:\u003c\/b\u003e The highly elastic material flexibly adapts to finger movements, making it hard to shift or peel off even with intense movements or friction. It can be worn continuously for up to 5 days (approx.), reducing the hassle of replacement.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eDiscreet Skin-Colored Semi-Transparent:\u003c\/b\u003e Thin and skin-colored semi-transparent, it is hardly noticeable when worn. You can use your fingers in daily life without worrying about appearance.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\"\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With a 360° completely waterproof design, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"'Band-Aid Kizupawa Pad for Fingers' is a Bandage that combines functionality and comfort, ideal for those who want to effectively protect finger wounds and heal them quickly and neatly.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS to Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or Cream. Depending on the type of disinfectant, it may damage the cells that work to repair the wound and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you cannot wash it properly...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand or small stones are in the wound and cannot be washed away with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, Cream, etc. from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of the individual pack and warm it in both hands for one minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign substances such as towel or tissue paper fibers are on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ tightly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter application, cover the キズパワーパッド™ with your palm and warm it for 1 minute. This will ensure it adheres firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf abnormalities are seen on the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white Gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Mild burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMild burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falling or cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, go to the hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds that do not heal after more than 2 weeks should get a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that delay healing. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicine or Bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6 sheets","offer_id":52109593313596,"sku":"4901730016322","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730016322.jpg?v=1757038813"},{"product_id":"band-aid-kizupowerpad-hiji-hiza","title":"Band-Aid Kiz Power Pad for Elbows and Knees","description":"\u003ch3\u003eBand-Aid Kizupawa Pad for Elbows and Knees\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\"Band-Aid's 'Kizupawa Pad for Elbows and Knees' is a Bandage specialized for wounds on highly mobile elbows and knees, applying **Moist Healing (moist therapy)**. Its unique crescent shape design and highly elastic hydrocolloid material fit perfectly to joint movements. It firmly absorbs body fluids to heal wounds quickly and cleanly, relieves pain, and supports comfortable wear without peeling or discomfort.\"\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eCrescent Shape Fits Joint Movements:\u003c\/b\u003e Cut into a unique crescent shape that does not hinder the movement of elbow and knee joints. This makes it resistant to wrinkling during bending and stretching, adheres firmly, and is hard to peel off.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHeals Quickly and Cleanly with Moist Healing:\u003c\/b\u003e It absorbs the body fluid (exudate) from the wound and swells into a Gel, maintaining an optimal moist environment for healing. It promotes skin regeneration without forming a scab, relieving pain while healing the wound quickly and cleanly.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHigh Elasticity and Adhesion:\u003c\/b\u003e The highly elastic hydrocolloid material flexibly fits the skin's movements. Once applied, it adheres perfectly and is resistant to slipping or peeling even with intense movement.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With a 360° completely waterproof design, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e\"High-performance Bandage Specialized for Joint Wounds\":\u003c\/b\u003e As a **\"Bandage that balances comfort and functionality\"** specialized for wound care in areas with a lot of movement, it supports those leading active daily lives.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"'Band-Aid Kizupawa Pad for Elbows and Knees' is a Bandage that combines functionality and comfort, ideal for those who want to firmly protect joint wounds and heal them quickly and cleanly.\"\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS for Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign substances and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or Cream. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you can't wash it well...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, Cream, etc. from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of the individual pack and warm it in both hands for 1 minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign substances such as towel or tissue paper fibers are on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body fluid (exudate) from drying and forming a scab, apply the キズパワーパッド™ tightly to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter application, cover the キズパワーパッド™ with your palm and warm it for 1 minute. This will ensure it adheres firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use キズパワーパッド™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf abnormalities are seen in the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body fluid (exudate) leaks from the キズパワーパッド™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body fluid stops coming out, and even if you replace it, it will no longer swell into a white Gel.\u003cbr\u003eAlso, when replacing, pull one end of the product several times and peel it off slowly. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a Bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with キズパワーパッド™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light abrasion\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight abrasion\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Mild burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMild burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with キズパワーパッド™ Blisters from shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters from shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for キズパワーパッド™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falling or cuts from daily life can be treated with キズパワーパッド™. However, if the wound is deep or large, go to the hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds that do not heal after more than 2 weeks require a doctor's advice\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that make healing difficult. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicine or Bandages\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3 sheets","offer_id":52135683522876,"sku":"4901730080163","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080163.jpg?v=1757360999"},{"product_id":"band-aid-kizupowerpad-large-size-jumbo-size","title":"Band-Aid Kiz Power Pad Jumbo Size","description":"\u003cp\u003e\"Band-Aid's 'Kiz Power Pad Jumbo Size' is a Bandage applying **moist healing (wet therapy)**, ideal for large wounds such as extensive abrasions. Its unique hydrocolloid material absorbs plenty of Liquid from the wound, keeping a moist environment without drying out. Just by applying, it relieves pain, helps wounds heal quickly and neatly, and supports minimizing large scars. Its skin-colored semi-transparent appearance is unobtrusive, and its flexible feel makes it a reliable choice for caring for large wounds in daily life.\"\r\n\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003eProduct Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eJumbo Size Covers a Wide Range of Wounds:\u003c\/b\u003e It firmly protects large wounds such as big abrasions and extensive cuts that cannot be covered by regular Bandages.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHeals Quickly and Neatly with Moist Healing:\u003c\/b\u003e It absorbs the Liquid (exudate) from the wound and swells into a Gel, maintaining an optimal moist environment for healing. This promotes skin regeneration without forming scabs, alleviates pain, and helps wounds heal quickly and neatly.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eHigh Adhesion and Resistance to Peeling:\u003c\/b\u003e The soft and flexible hydrocolloid material fits perfectly to the skin and is hard to peel off even with intense movement or friction. It can be worn continuously for up to 5 days (approx.), reducing the hassle of frequent replacement.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eCompletely Waterproof Design:\u003c\/b\u003e With 360° complete waterproof construction, it is hard to peel off even when doing water work or taking a shower, preventing water and bacteria from entering the wound.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e\"Reliable Care for Large Wounds\":\u003c\/b\u003e This is a **\"dependable high-performance Bandage\"** that provides strong protection and healing effects for various large wounds that can occur in daily life.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"Band-Aid Kiz Power Pad Jumbo Size\" is a Bandage that combines functionality and comfort, ideal for those who want to effectively care for large wounds and heal them quickly and neatly.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e4 STEPS for Use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWash the wound\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve and treat\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eKeep moisture\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP 4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eObserve the progress\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 1 Wash the wound\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 1 Wash the wound\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRinse thoroughly with running tap water to wash away foreign objects and bacteria.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eDo not apply disinfectants or Cream. Depending on the type of disinfectant, it may damage the cells that work for wound repair and worsen healing. If you use disinfectants, use as little as possible and rinse with water.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eIf you can't wash it well...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eIf sand, small stones, etc. are in the wound and cannot be washed out with water alone, remove them with clean gauze or cotton swabs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP 2 Observe and treat\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kizupawa Pad™ STEP 2 Observe and treat\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eRemove moisture with a clean towel or tissue paper, and if there is bleeding, stop the bleeding.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eIf bleeding does not stop after 2 to 3 minutes, go to the hospital.\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eTo increase adhesion and prevent peeling, wipe off moisture, oil, Cream, etc. from the wound and surrounding skin. Then, take the Kizupawa Pad™ out of the individual pack and warm it in both hands for 1 minute to improve skin compatibility. Also, when choosing a Kizupawa Pad™, select a size slightly larger than the wound. By choosing a product that matches the injured area and size, you can use it more effectively.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWhat points should I observe?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eCheck that no foreign matter such as towel or tissue paper fibers is on the wound. Also, in case of burns, do not forcibly break blisters or peel off the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 Keep moisture\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP3 Keep moisture\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eTo prevent body Liquid (exudate) from drying and forming a scab, apply the Kiz Power Pad™ closely to keep the wound moist.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eAfter application, cover the Kiz Power Pad™ with the palm of your hand and warm it for 1 minute. This ensures it adheres firmly to the edges.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 Observe progress\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"How to use Kiz Power Pad™ STEP4 Observe progress\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eObserve the wound until it closes.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eIf abnormalities are seen on the wound, stop home treatment and consult a doctor.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eTips for effective use\u003c\/p\u003e\n\u003cp\u003eIf body Liquid (exudate) leaks from the Kiz Power Pad™ and it peels off, wash the wound and replace it with a new one.\u003cbr\u003eWhen the skin regenerates and the wound closes, body Liquid will stop coming out, and even if you replace it, the Cream will no longer swell white and gel-like.\u003cbr\u003eAlso, when replacing, slowly peel off by pulling one end of the product several times. If it is difficult to peel off, running warm water between the product and the skin will make it easier to remove.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eAfter the wound closes\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWhen the wound closes, it is a sign that healing has begun. However, touching it carelessly can interfere with the repair work under the skin and delay healing. Also, newly formed skin may become pigmented if exposed to a lot of direct sunlight. Even after the wound closes, protect it with a Bandage for a while.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eWounds treatable with Kiz Power Pad™\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kiz Power Pad™ Light scrape\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight scrape\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kiz Power Pad™ Light cut\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eLight cut\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Mild burns\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eMild burns\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Chapped skin\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eChapped skin\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Hangnail\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eHangnail\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"Wounds treatable with Kizupawa Pad™ Blisters caused by shoes\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eBlisters caused by shoes\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eWounds suitable for Kizupawa Pad™\u003cbr\u003e\u003cbr\u003eLet's check wounds that are not suitable.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003eClick here for details\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003eScrapes from falling or cuts from daily life can be treated with Kizupawa Pad™. However, if the wound is deep or large, go to the hospital.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003ePrecautions for use\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003eFor wounds that do not heal after more than 2 weeks, seek a doctor's advice.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eWounds that do not heal after more than 2 weeks may be more severe than can be treated at home or may have causes that hinder healing. Please visit a hospital and get advice from a doctor.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe following people should consult a doctor or pharmacist before use.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ePeople undergoing treatment for diabetes or circulatory disorders.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople who feel severe fatigue or have a fever and are in poor overall condition.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeople with allergies or those who have experienced hypersensitivity symptoms such as rashes from medicine or Bandage.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eDo not use on infants under 2 years old.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3 sheets","offer_id":52240217473340,"sku":"4901730080156","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080156.jpg?v=1759283948"}],"url":"https:\/\/mamigo.jp\/en-ph\/collections\/band-aid-kizupowerpad.oembed","provider":"MamiGo","version":"1.0","type":"link"}