{"product_id":"uha-shunkan-supplement-absorbable-zinc-raspberry","title":"UHA Instant Supplement Absorption Type Zinc Raspberry Flavor","description":"\u003cstyle\u003e\n:root {\n  --accent-color: #E91E63;\n  --accent-light: #FCE4EC;\n  --text-dark: #333333;\n  --text-gray: #666666;\n  --border-color: #DDDDDD;\n  --success-color: #27AE60;\n}\n\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;\n  color: var(--text-dark);\n  background: #FFFFFF;\n  line-height: 1.6;\n}\n\n.pd-wrap {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n\/* ===== ① Hero Section ===== *\/\n.pd-hero {\n  background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);\n  color: #FFFFFF;\n  padding: 60px 40px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -10%;\n  width: 300px;\n  height: 300px;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n}\n\n.pd-hero-brand {\n  font-size: 14px;\n  font-weight: 600;\n  letter-spacing: 2px;\n  opacity: 0.95;\n  margin-bottom: 12px;\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.2);\n  padding: 6px 16px;\n  border-radius: 20px;\n}\n\n.pd-hero-title {\n  font-size: 42px;\n  font-weight: 700;\n  margin-bottom: 16px;\n  line-height: 1.3;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);\n}\n\n.pd-hero-subtitle {\n  font-size: 18px;\n  margin-bottom: 24px;\n  opacity: 0.95;\n}\n\n.pd-hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.pd-badge {\n  background: rgba(255, 255, 255, 0.25);\n  color: #FFFFFF;\n  padding: 8px 16px;\n  border-radius: 24px;\n  font-size: 12px;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.4);\n}\n\n\/* ===== ② Product Overview ===== *\/\n.pd-overview {\n  padding: 60px 40px;\n  background: #FAFAFA;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.pd-overview-content {\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.pd-overview h2 {\n  font-size: 28px;\n  font-weight: 700;\n  color: var(--text-dark);\n  margin-bottom: 24px;\n  text-align: center;\n}\n\n.pd-overview p {\n  font-size: 16px;\n  color: var(--text-gray);\n  margin-bottom: 16px;\n  line-height: 1.8;\n  text-align: center;\n}\n\n\/* ===== ③ 4 Feature Grid ===== *\/\n.pd-features {\n  padding: 60px 40px;\n  background: #FFFFFF;\n}\n\n.pd-features-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 40px;\n  color: var(--text-dark);\n}\n\n.pd-features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 24px;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.pd-feature-card {\n  background: var(--accent-light);\n  border: 1px solid #F8BBD0;\n  border-radius: 12px;\n  padding: 24px;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.pd-feature-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.15);\n}\n\n.pd-feature-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.pd-feature-card h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text-dark);\n  margin-bottom: 8px;\n}\n\n.pd-feature-card p {\n  font-size: 14px;\n  color: var(--text-gray);\n  line-height: 1.6;\n}\n\n\/* ===== ④ Health Support Tags ===== *\/\n.pd-health-tags {\n  padding: 40px;\n  background: #FFFFFF;\n  border-top: 1px solid var(--border-color);\n  border-bottom: 1px solid var(--border-color);\n}\n\n.pd-tags-title {\n  text-align: center;\n  font-size: 20px;\n  font-weight: 700;\n  margin-bottom: 20px;\n  color: var(--text-dark);\n}\n\n.pd-tags-container {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n\n.pd-tag {\n  background: var(--accent-light);\n  border: 2px solid var(--accent-color);\n  color: var(--accent-color);\n  padding: 10px 18px;\n  border-radius: 24px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.pd-health-disclaimer {\n  text-align: center;\n  font-size: 12px;\n  color: var(--text-gray);\n  margin-top: 16px;\n  font-style: italic;\n}\n\n\/* ===== ⑤ Main Ingredient Cards ===== *\/\n.pd-ingredients {\n  padding: 60px 40px;\n  background: #FAFAFA;\n}\n\n.pd-ingredients-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 40px;\n  color: var(--text-dark);\n}\n\n.pd-ingredient-cards {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.pd-ingredient-card {\n  background: #FFFFFF;\n  border: 2px solid var(--border-color);\n  border-radius: 12px;\n  padding: 24px;\n  text-align: center;\n}\n\n.pd-ingredient-card .amount {\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--accent-color);\n  margin: 12px 0;\n}\n\n.pd-ingredient-card .unit {\n  font-size: 14px;\n  color: var(--text-gray);\n}\n\n.pd-ingredient-card h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text-dark);\n  margin-bottom: 8px;\n}\n\n.pd-ingredient-card p {\n  font-size: 13px;\n  color: var(--text-gray);\n  line-height: 1.6;\n}\n\n\/* ===== ⑥ Nutrition Table ===== *\/\n.pd-nutrition {\n  padding: 60px 40px;\n  background: #FFFFFF;\n}\n\n.pd-nutrition-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 12px;\n  color: var(--text-dark);\n}\n\n.pd-nutrition-subtitle {\n  text-align: center;\n  font-size: 14px;\n  color: var(--text-gray);\n  margin-bottom: 30px;\n}\n\n.pd-nutrition-table {\n  max-width: 600px;\n  margin: 0 auto;\n  border-collapse: collapse;\n  background: #FFFFFF;\n  border: 1px solid var(--border-color);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.pd-nutrition-table thead {\n  background: var(--accent-color);\n  color: #FFFFFF;\n}\n\n.pd-nutrition-table th {\n  padding: 14px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 14px;\n}\n\n.pd-nutrition-table td {\n  padding: 14px;\n  border-bottom: 1px solid var(--border-color);\n  font-size: 14px;\n}\n\n.pd-nutrition-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-nutrition-table tbody tr:nth-child(even) {\n  background: #F9F9F9;\n}\n\n.pd-nutrition-label {\n  color: var(--text-dark);\n  font-weight: 600;\n  width: 60%;\n}\n\n.pd-nutrition-value {\n  color: var(--text-gray);\n  text-align: right;\n}\n\n\/* ===== ⑦ Usage Steps ===== *\/\n.pd-usage {\n  padding: 60px 40px;\n  background: var(--accent-light);\n}\n\n.pd-usage-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 40px;\n  color: var(--text-dark);\n}\n\n.pd-usage-steps {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 20px;\n  flex-wrap: wrap;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.pd-step {\n  flex: 1;\n  min-width: 140px;\n  text-align: center;\n  background: #FFFFFF;\n  border: 1px solid var(--border-color);\n  border-radius: 12px;\n  padding: 24px 16px;\n  position: relative;\n}\n\n.pd-step-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 48px;\n  height: 48px;\n  background: var(--accent-color);\n  color: #FFFFFF;\n  border-radius: 50%;\n  font-size: 24px;\n  font-weight: 700;\n  margin-bottom: 12px;\n}\n\n.pd-step h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text-dark);\n  margin-bottom: 8px;\n}\n\n.pd-step p {\n  font-size: 13px;\n  color: var(--text-gray);\n}\n\n\/* ===== ⑧ Spec Table ===== *\/\n.pd-specs {\n  padding: 60px 40px;\n  background: #FFFFFF;\n}\n\n.pd-specs-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 30px;\n  color: var(--text-dark);\n}\n\n.pd-specs-table {\n  max-width: 800px;\n  margin: 0 auto;\n  border-collapse: collapse;\n  background: #FFFFFF;\n  border: 1px solid var(--border-color);\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.pd-specs-table th {\n  background: var(--accent-color);\n  color: #FFFFFF;\n  padding: 16px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 14px;\n  width: 35%;\n}\n\n.pd-specs-table td {\n  padding: 16px;\n  border-bottom: 1px solid var(--border-color);\n  font-size: 14px;\n  color: var(--text-dark);\n}\n\n.pd-specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-specs-table tbody tr:nth-child(odd) {\n  background: #F9F9F9;\n}\n\n.pd-specs-table .spec-label {\n  font-weight: 700;\n  color: var(--text-dark);\n  width: 35%;\n}\n\n.pd-specs-table .spec-value {\n  width: 65%;\n  word-break: break-word;\n}\n\n\/* ===== ⑨ Allergy Info ===== *\/\n.pd-allergy {\n  padding: 40px;\n  background: #FCE4EC;\n  border-left: 4px solid var(--accent-color);\n  border-radius: 8px;\n  margin: 0 auto;\n  max-width: 800px;\n  margin-bottom: 40px;\n}\n\n.pd-allergy-title {\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--accent-color);\n  margin-bottom: 12px;\n}\n\n.pd-allergy-content {\n  font-size: 14px;\n  color: var(--text-gray);\n  line-height: 1.8;\n}\n\n.pd-allergy-content strong {\n  color: var(--text-dark);\n  font-weight: 700;\n}\n\n.pd-allergy-note {\n  font-size: 12px;\n  color: var(--text-gray);\n  margin-top: 12px;\n  font-style: italic;\n}\n\n\/* ===== ⑩ Caution ===== *\/\n.pd-caution {\n  padding: 60px 40px;\n  background: #FAFAFA;\n}\n\n.pd-caution-title {\n  text-align: center;\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 30px;\n  color: var(--text-dark);\n}\n\n.pd-caution-box {\n  max-width: 800px;\n  margin: 0 auto;\n  background: #FFFFFF;\n  border-left: 4px solid var(--accent-color);\n  padding: 24px;\n  border-radius: 8px;\n}\n\n.pd-caution-list {\n  list-style: none;\n}\n\n.pd-caution-list li {\n  margin-bottom: 16px;\n  padding-left: 28px;\n  position: relative;\n  font-size: 14px;\n  color: var(--text-gray);\n  line-height: 1.7;\n}\n\n.pd-caution-list li::before {\n  content: '⚠';\n  position: absolute;\n  left: 0;\n  color: var(--accent-color);\n  font-weight: 700;\n  font-size: 16px;\n}\n\n\/* ===== ⑪ Storage ===== *\/\n.pd-storage {\n  padding: 40px;\n  background: #FCE4EC;\n  border-radius: 8px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.pd-storage-title {\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--text-dark);\n  margin-bottom: 12px;\n}\n\n.pd-storage-content {\n  font-size: 14px;\n  color: var(--text-gray);\n  line-height: 1.8;\n}\n\n\/* ===== Footer ===== *\/\n.pd-footer-notes {\n  text-align: center;\n  font-size: 12px;\n  color: var(--text-gray);\n  padding: 20px 40px;\n  background: #FAFAFA;\n  border-top: 1px solid var(--border-color);\n  font-style: italic;\n}\n\n.pd-footer-notes strong {\n  color: var(--text-dark);\n  font-weight: 700;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .pd-hero {\n    padding: 40px 20px;\n  }\n\n  .pd-hero-title {\n    font-size: 28px;\n  }\n\n  .pd-overview,\n  .pd-features,\n  .pd-ingredients,\n  .pd-nutrition,\n  .pd-usage,\n  .pd-specs,\n  .pd-caution,\n  .pd-storage {\n    padding: 40px 20px;\n  }\n\n  .pd-features-grid,\n  .pd-ingredient-cards {\n    grid-template-columns: 1fr;\n  }\n\n  .pd-usage-steps {\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .pd-step {\n    width: 100%;\n  }\n\n  .pd-allergy,\n  .pd-storage {\n    margin: 0 20px 30px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ① Hero Section --\u003e\n\u003csection class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-brand\"\u003eUHA Instant Supplement\u003c\/div\u003e\n\u003ch1 class=\"pd-hero-title\"\u003eAbsorbable Zinc\u003c\/h1\u003e\n\u003cp class=\"pd-hero-subtitle\"\u003eZinc supplementation designed for efficiency\u003c\/p\u003e\n\u003cdiv class=\"pd-hero-badges\"\u003e\n\u003cspan class=\"pd-badge\"\u003eContains zinc-containing yeast\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eZinc 14 mg\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eRaspberry Flavor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ② Product Overview --\u003e\n\u003csection class=\"pd-overview\"\u003e\n\u003cdiv class=\"pd-overview-content\"\u003e\n\u003ch2\u003eFor those seeking efficient zinc supplementation\u003c\/h2\u003e\n\u003cp\u003eZinc is a nutrient involved in protein and nucleic acid metabolism and helps maintain healthy skin and mucous membranes. It is also necessary for maintaining normal taste.\u003c\/p\u003e\n\u003cp\u003eThis instant supplement contains specially formulated zinc-containing yeast for better absorption. It dissolves smoothly in the mouth without water, supporting efficient nutrition intake. Delicious raspberry flavor makes it easy to continue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ③ 4 Feature Grid --\u003e\n\u003csection class=\"pd-features\"\u003e\n\u003ch2 class=\"pd-features-title\"\u003eFour Features\u003c\/h2\u003e\n\u003cdiv class=\"pd-features-grid\"\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e💊\u003c\/div\u003e\n\u003ch3\u003eAbsorbable zinc-containing yeast\u003c\/h3\u003e\n\u003cp\u003eZinc supplementation designed for efficiency. Formulated for better absorption than regular zinc\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eContains 14 mg zinc\u003c\/h3\u003e\n\u003cp\u003eNutritional functional food. Contains 159% of the recommended daily value in one serving\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eInstant disintegration method\u003c\/h3\u003e\n\u003cp\u003eAchieves quick dissolution in the mouth without water\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e😋\u003c\/div\u003e\n\u003ch3\u003eDelicious raspberry flavor\u003c\/h3\u003e\n\u003cp\u003eSweet taste and easy to take. Sugar-free formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ④ Health Support Tags --\u003e\n\u003csection class=\"pd-health-tags\"\u003e\n\u003ch3 class=\"pd-tags-title\"\u003eExpected Health Support\u003c\/h3\u003e\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eMaintenance of taste\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSkin and mucous membrane health\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eProtein and nucleic acid metabolism\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHealth Maintenance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"pd-health-disclaimer\"\u003e*This product is a food, not a medicine. These are support effects based on nutritional functional food labeling. It is not intended to treat or prevent diseases.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ⑤ Main Ingredient Cards --\u003e\n\u003csection class=\"pd-ingredients\"\u003e\n\u003ch2 class=\"pd-ingredients-title\"\u003eMain ingredients (per 2 tablets daily)\u003c\/h2\u003e\n\u003cdiv class=\"pd-ingredient-cards\"\u003e\n\u003cdiv class=\"pd-ingredient-card\"\u003e\n\u003ch4\u003eZinc-containing yeast\u003c\/h4\u003e\n\u003cdiv class=\"amount\"\u003e14.0\u003c\/div\u003e\n\u003cdiv class=\"unit\"\u003emg (159% DV)\u003c\/div\u003e\n\u003cp\u003eZinc source with enhanced absorption efficiency. Main ingredient of nutritional functional food\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑥ Nutrition Table --\u003e\n\u003csection class=\"pd-nutrition\"\u003e\n\u003ch2 class=\"pd-nutrition-title\"\u003eNutrition Facts\u003c\/h2\u003e\n\u003cp class=\"pd-nutrition-subtitle\"\u003ePer 2 tablets (standard 2 g)\u003c\/p\u003e\n\u003ctable class=\"pd-nutrition-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient Name\u003c\/th\u003e\n\u003cth style=\"text-align: right;\"\u003eContent Amount\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003eEnergy\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e1.4 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003eProtein\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e0.05 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003eFat\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e0.03 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003eCarbohydrates\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e1.9 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003e　└ Sugars\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e0 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003eEquivalent Salt Content\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e0.0006 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-nutrition-label\"\u003e\u003cstrong\u003eZinc\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-nutrition-value\"\u003e\u003cstrong\u003e14.0 mg (159%)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- ⑦ Usage Steps --\u003e\n\u003csection class=\"pd-usage\"\u003e\n\u003ch2 class=\"pd-usage-title\"\u003eSimple way to take\u003c\/h2\u003e\n\u003cdiv class=\"pd-usage-steps\"\u003e\n\u003cdiv class=\"pd-step\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eTake out\u003c\/h4\u003e\n\u003cp\u003eTake 2 tablets out of the package\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 28px; color: var(--accent-color); margin: 20px -10px 0;\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"pd-step\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003ePut in mouth\u003c\/h4\u003e\n\u003cp\u003eDissolves instantly in the mouth without water\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 28px; color: var(--accent-color); margin: 20px -10px 0;\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"pd-step\"\u003e\n\u003cdiv class=\"pd-step-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eDaily Continuation\u003c\/h4\u003e\n\u003cp\u003eTake 2 tablets daily as a guideline and continue every day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑧ Spec Table --\u003e\n\u003csection class=\"pd-specs\"\u003e\n\u003ch2 class=\"pd-specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eProduct Name\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eUHA Instant Supplement Absorbable Zinc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eContent Quantity\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003e60 tablets (about 30 days supply)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eDaily Recommended Amount\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003e2 tablets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eFlavor\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eRaspberry Flavor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eIngredients\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eErythritol (domestically produced), zinc-containing yeast, maltitol \/ acidulant, calcium stearate, flavoring, HPC, sweeteners (stevia, aspartame-L-phenylalanine compound), Fine granules silicon dioxide, colorants (anthocyanin, gardenia)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eJapan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eDistributor\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eUHA Mikakuto Co., Ltd.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"spec-label\"\u003eProduct Category\u003c\/th\u003e\n\u003ctd class=\"spec-value\"\u003eNutritional Functional Food (Zinc)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- ⑨ Allergy Info --\u003e\n\u003csection style=\"padding: 40px 40px; background: #FFFFFF;\"\u003e\n\u003cdiv class=\"pd-allergy\"\u003e\n\u003ch3 class=\"pd-allergy-title\"\u003eAllergy Information\u003c\/h3\u003e\n\u003cdiv class=\"pd-allergy-content\"\u003e\n\u003cstrong\u003eSpecific raw materials and equivalents contained in this product:\u003c\/strong\u003e\u003cbr\u003eNone\n\u003cdiv class=\"pd-allergy-note\"\u003e*This product is manufactured in facilities that also process products containing milk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑩ Caution --\u003e\n\u003csection class=\"pd-caution\"\u003e\n\u003ch2 class=\"pd-caution-title\"\u003eUsage Precautions\u003c\/h2\u003e\n\u003cdiv class=\"pd-caution-box\"\u003e\n\u003cul class=\"pd-caution-list\"\u003e\n\u003cli\u003eThis product is a food, not a medicine. It is not intended to treat or prevent diseases.\u003c\/li\u003e\n\u003cli\u003ePlease follow the recommended daily intake (2 tablets). Excessive intake will not cure diseases or improve health beyond normal.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eExcessive zinc intake may inhibit copper absorption. Please be careful not to consume excessively.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003eInfants and young children should avoid consuming this product.\u003c\/li\u003e\n\u003cli\u003eIf this product does not suit your constitution, discontinue use.\u003c\/li\u003e\n\u003cli\u003eIf you are taking medication or under medical care, please consult a doctor before use.\u003c\/li\u003e\n\u003cli\u003eIf you are pregnant or breastfeeding, please consult a doctor before use.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children. Be careful not to choke.\u003c\/li\u003e\n\u003cli\u003eThis product is not a specified health food and has not undergone individual review by the Consumer Affairs Agency Commissioner.\u003c\/li\u003e\n\u003cli\u003eMaintain a balanced diet based on staple foods, main dishes, and side dishes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ⑪ Storage --\u003e\n\u003csection style=\"padding: 60px 40px; background: #FAFAFA;\"\u003e\n\u003cdiv class=\"pd-storage\"\u003e\n\u003ch3 class=\"pd-storage-title\"\u003eStorage Precautions\u003c\/h3\u003e\n\u003cdiv class=\"pd-storage-content\"\u003e\n\u003cstrong\u003e●Storage Instructions:\u003c\/strong\u003e\u003cbr\u003eAvoid direct sunlight, high temperatures, and high humidity when storing. After opening, close the zipper tightly and consume promptly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer Notes --\u003e\u003c!-- References --\u003e\n\u003c\/div\u003e","brand":"UHA Mikakuto","offers":[{"title":"60 capsules (30 days supply)","offer_id":52175900115260,"sku":"4902750747739","price":1288.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4902750747739.jpg?v=1758095384","url":"https:\/\/mamigo.jp\/en-ph\/products\/uha-shunkan-supplement-absorbable-zinc-raspberry","provider":"MamiGo","version":"1.0","type":"link"}