{"title":"ニベア UV ウォーターEX シリーズ","description":"","products":[{"product_id":"kao-nivea-uv-water-gel-ex","title":"Kao 니베아UV 워터EX 시리즈","description":"\u003cstyle\u003e\n\/* ========================================\n   ニベアUV ウォータージェルEX\n   カラー：ロイヤルブルー × スカイブルー × ゴールド\n   ======================================== *\/\n.pd-wrap-gel {\n  --acc: #1565c0;\n  --acc-dark: #0d47a1;\n  --acc-light: #e3f0ff;\n  --acc-mid: #90caf9;\n  --gold: #c9a84c;\n  --gold-light: #fff8e1;\n  --sky: #e1f3ff;\n  --white: #ffffff;\n  --text: #1a1a2e;\n  --text-s: #4a5568;\n  --radius: 14px;\n  --shadow: 0 4px 18px rgba(21,101,192,0.13);\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: var(--text);\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px 40px;\n}\n\n\/* ─── HERO ─── *\/\n.pd-wrap-gel .hero {\n  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);\n  border-radius: var(--radius);\n  padding: 32px 24px 28px;\n  text-align: center;\n  margin-bottom: 18px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap-gel .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 180px; height: 180px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n}\n.pd-wrap-gel .hero-brand {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  color: var(--acc-mid);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n.pd-wrap-gel .hero-name {\n  font-size: clamp(22px, 5vw, 32px);\n  font-weight: 900;\n  color: #ffffff;\n  line-height: 1.3;\n  margin-bottom: 4px;\n}\n.pd-wrap-gel .hero-name span {\n  color: var(--gold);\n}\n.pd-wrap-gel .hero-size {\n  font-size: 13px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 14px;\n}\n.pd-wrap-gel .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n.pd-wrap-gel .hero-badge {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.35);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 5px 12px;\n  border-radius: 20px;\n  backdrop-filter: blur(4px);\n}\n.pd-wrap-gel .hero-badge.gold {\n  background: var(--gold);\n  border-color: var(--gold);\n  color: #0d47a1;\n}\n\n\/* ─── SPF BAR ─── *\/\n.pd-wrap-gel .spf-bar-wrap {\n  background: linear-gradient(90deg, #0d47a1, #1976d2);\n  border-radius: var(--radius);\n  padding: 16px 20px;\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.pd-wrap-gel .spf-label {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n.pd-wrap-gel .spf-pills {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n.pd-wrap-gel .spf-pill {\n  background: rgba(255,255,255,0.2);\n  border: 1.5px solid rgba(255,255,255,0.5);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  padding: 4px 14px;\n  border-radius: 20px;\n}\n.pd-wrap-gel .spf-pill.gold {\n  background: var(--gold);\n  border-color: var(--gold);\n  color: #0d47a1;\n}\n\n\/* ─── BANNER ─── *\/\n.pd-wrap-gel .banner {\n  background: var(--gold-light);\n  border: 2px solid var(--gold);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .banner-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-gel .banner-title::before {\n  content: '✦';\n  color: var(--gold);\n}\n.pd-wrap-gel .banner-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap-gel .banner-item {\n  background: #fff;\n  border: 1.5px solid var(--gold);\n  border-radius: 8px;\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n\n\/* ─── SECTION TITLE ─── *\/\n.pd-wrap-gel .sec-title {\n  font-size: 17px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 4px solid var(--gold);\n  padding-left: 10px;\n  margin: 24px 0 12px;\n}\n\n\/* ─── OVERVIEW ─── *\/\n.pd-wrap-gel .overview {\n  background: var(--sky);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  font-size: 14px;\n  line-height: 1.85;\n  color: var(--text);\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .overview strong {\n  color: var(--acc-dark);\n}\n\n\/* ─── FEATURE GRID ─── *\/\n.pd-wrap-gel .feat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .feat-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 16px 10px;\n  text-align: center;\n}\n.pd-wrap-gel .feat-icon {\n  font-size: 28px;\n  margin-bottom: 8px;\n}\n.pd-wrap-gel .feat-name {\n  font-size: 12px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  line-height: 1.4;\n}\n.pd-wrap-gel .feat-desc {\n  font-size: 11px;\n  color: var(--text-s);\n  line-height: 1.5;\n}\n\n\/* ─── TEXTURE SECTION ─── *\/\n.pd-wrap-gel .texture-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .tex-card {\n  background: linear-gradient(135deg, var(--sky), #fff);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 16px 12px;\n  text-align: center;\n}\n.pd-wrap-gel .tex-icon {\n  font-size: 26px;\n  margin-bottom: 6px;\n}\n.pd-wrap-gel .tex-title {\n  font-size: 12px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n}\n.pd-wrap-gel .tex-desc {\n  font-size: 11px;\n  color: var(--text-s);\n  line-height: 1.5;\n}\n\n\/* ─── LINEUP BOX (ポンプ版紹介) ─── *\/\n.pd-wrap-gel .lineup-box {\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  flex-wrap: wrap;\n}\n.pd-wrap-gel .lineup-icon {\n  font-size: 36px;\n  flex-shrink: 0;\n}\n.pd-wrap-gel .lineup-body {}\n.pd-wrap-gel .lineup-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 6px;\n}\n.pd-wrap-gel .lineup-desc {\n  font-size: 12px;\n  color: var(--text-s);\n  line-height: 1.7;\n}\n\n\/* ─── TAGS ─── *\/\n.pd-wrap-gel .tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n  border-radius: 20px;\n  border: 1.5px solid var(--acc-mid);\n}\n.pd-wrap-gel .tag.gold {\n  background: var(--gold-light);\n  color: #7a5c00;\n  border-color: var(--gold);\n}\n\n\/* ─── COMPARISON TABLE ─── *\/\n.pd-wrap-gel .comp-wrap {\n  overflow-x: auto;\n  margin-bottom: 18px;\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n}\n.pd-wrap-gel .comp-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 12px;\n  min-width: 540px;\n}\n.pd-wrap-gel .comp-table th {\n  background: var(--acc-dark);\n  color: #fff;\n  padding: 10px 8px;\n  text-align: center;\n  font-weight: 800;\n  font-size: 12px;\n}\n.pd-wrap-gel .comp-table th.highlight {\n  background: var(--gold);\n  color: var(--acc-dark);\n}\n.pd-wrap-gel .comp-table td {\n  padding: 10px 8px;\n  text-align: center;\n  border-bottom: 1px solid #dbeafe;\n  vertical-align: middle;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pd-wrap-gel .comp-table tr:nth-child(even) td {\n  background: var(--sky);\n}\n.pd-wrap-gel .comp-table td.highlight {\n  background: var(--gold-light) !important;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n.pd-wrap-gel .comp-table td:first-child {\n  font-weight: 700;\n  color: var(--acc-dark);\n  background: var(--acc-light) !important;\n  text-align: left;\n  padding-left: 12px;\n}\n\n\/* ─── GUIDE CARDS ─── *\/\n.pd-wrap-gel .guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .guide-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 14px;\n  font-size: 12px;\n}\n.pd-wrap-gel .guide-card.recommend {\n  border-color: var(--gold);\n  background: var(--gold-light);\n}\n.pd-wrap-gel .guide-head {\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  font-size: 13px;\n}\n.pd-wrap-gel .guide-card.recommend .guide-head {\n  color: #7a5c00;\n}\n.pd-wrap-gel .guide-body {\n  color: var(--text-s);\n  line-height: 1.6;\n}\n\n\/* ─── HOW STEPS ─── *\/\n.pd-wrap-gel .how-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-gel .how-step {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px 8px;\n  text-align: center;\n}\n.pd-wrap-gel .step-num {\n  width: 32px; height: 32px;\n  border-radius: 50%;\n  background: var(--gold);\n  color: var(--acc-dark);\n  font-size: 15px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 8px;\n}\n.pd-wrap-gel .step-label {\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--acc-dark);\n  line-height: 1.5;\n}\n\n\/* ─── CAUTION BOX ─── *\/\n.pd-wrap-gel .caution {\n  background: #fff3e0;\n  border-left: 4px solid #e65100;\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap-gel .caution-title {\n  font-weight: 800;\n  color: #e65100;\n  font-size: 13px;\n  margin-bottom: 6px;\n}\n.pd-wrap-gel .caution-blue {\n  background: var(--sky);\n  border-left: 4px solid var(--acc);\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap-gel .caution-blue .caution-title {\n  color: var(--acc-dark);\n}\n\n\/* ─── SPEC TABLE ─── *\/\n.pd-wrap-gel .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 18px;\n  font-size: 13px;\n  border-radius: var(--radius);\n  overflow: hidden;\n  box-shadow: var(--shadow);\n}\n.pd-wrap-gel .spec-table th {\n  background: var(--acc-dark);\n  color: #fff;\n  padding: 11px 14px;\n  text-align: left;\n  width: 35%;\n  font-weight: 700;\n}\n.pd-wrap-gel .spec-table td {\n  padding: 11px 14px;\n  background: #fff;\n  border-bottom: 1px solid #dbeafe;\n  line-height: 1.6;\n}\n.pd-wrap-gel .spec-table tr:last-child td,\n.pd-wrap-gel .spec-table tr:last-child th {\n  border-bottom: none;\n}\n\n\/* ─── INGREDIENT BOX ─── *\/\n.pd-wrap-gel .ingred-box {\n  background: var(--sky);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 16px 18px;\n  margin-bottom: 18px;\n  font-size: 12px;\n  line-height: 1.9;\n  color: var(--text-s);\n}\n.pd-wrap-gel .ingred-box .ingred-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n\/* ─── FAQ ─── *\/\n.pd-wrap-gel .faq-item {\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  margin-bottom: 10px;\n  overflow: hidden;\n}\n.pd-wrap-gel .faq-q {\n  background: var(--acc-light);\n  padding: 13px 16px;\n  font-weight: 800;\n  font-size: 13px;\n  color: var(--acc-dark);\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap-gel .faq-q::before {\n  content: 'Q';\n  background: var(--acc-dark);\n  color: #fff;\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-wrap-gel .faq-a {\n  padding: 13px 16px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: var(--text);\n  background: #fff;\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap-gel .faq-a::before {\n  content: 'A';\n  background: var(--gold);\n  color: var(--acc-dark);\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 800;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n\/* ─── RESPONSIVE ─── *\/\n@media (max-width: 600px) {\n  .pd-wrap-gel .feat-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-gel .texture-grid   { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-gel .how-steps      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-gel .guide-grid     { grid-template-columns: 1fr; }\n  .pd-wrap-gel .spf-bar-wrap   { flex-direction: column; align-items: flex-start; }\n  .pd-wrap-gel .lineup-box     { flex-direction: column; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap-gel\"\u003e\n\u003c!-- ▼ HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-brand\"\u003eNIVEA × Kao \/ Cosmetics\u003c\/div\u003e\n\u003cdiv class=\"hero-name\"\u003eNIVEA UV\u003cbr\u003e\u003cspan\u003eWater Gel EX\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-size\"\u003e80g ｜ SPF50+ \/ PA++++\u003c\/div\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge gold\"\u003eSPF50+\u003c\/span\u003e \u003cspan class=\"hero-badge gold\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eSuper waterproof\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eRemovable with soap\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eMakeup base OK\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eFor face \u0026 body use\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003ePump version available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ SPF BAR --\u003e\n\u003cdiv class=\"spf-bar-wrap\"\u003e\n\u003cdiv class=\"spf-label\"\u003e🌞 UV protection specs\u003c\/div\u003e\n\u003cdiv class=\"spf-pills\"\u003e\n\u003cspan class=\"spf-pill gold\"\u003eSPF50+\u003c\/span\u003e \u003cspan class=\"spf-pill gold\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eUV water resistance\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eSuitable for sea and pool\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eSports compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ BANNER --\u003e\n\u003cdiv class=\"banner\"\u003e\n\u003cdiv class=\"banner-title\"\u003eOverwhelmingly fresh. Gel that blends in as if disappearing.\u003c\/div\u003e\n\u003cdiv class=\"banner-items\"\u003e\n\u003cspan class=\"banner-item\"\u003e💧 Clear Water α formula\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌸 Contains hydrolyzed hyaluronic acid\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌹 Contains Centifolia rose flower water\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e✨ Zero white cast\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🧴 Zinc oxide-free\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🪶 Mineral oil-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ OVERVIEW --\u003e\n\u003cdiv class=\"sec-title\"\u003eProduct overview\u003c\/div\u003e\n\u003cdiv class=\"overview\"\u003e\n\u003cstrong\u003eNIVEA UV Water Gel EX\u003c\/strong\u003e is the latest evolution of the \"Water Gel\" series nurtured by NIVEA Kao since 2004, released in February 2024 as an SPF50+ \/ PA++++ sunscreen. The biggest feature of this product, condensed from 20 years of history, is its \u003cstrong\u003e“overwhelmingly fresh, disappearing gel that blends in”\u003c\/strong\u003e. The fresh gel spreads all over the body and quickly blends into the skin as if disappearing.\u003cbr\u003e\u003cbr\u003eContains Clear Water α (Mannitol, Hydrolyzed Hyaluronic Acid, Centifolia Rose Flower Water, PG) with a \u003cstrong\u003e70% lotion base formula\u003c\/strong\u003e that prevents skin dryness while providing UV protection. Super waterproof, strong against sweat and water, and easy to remove with soap. Also available in a large \u003cstrong\u003e270g pump type\u003c\/strong\u003e for the whole family.\u003c\/div\u003e\n\u003c!-- ▼ FEATURES --\u003e\n\u003cdiv class=\"sec-title\"\u003e5 key points\u003c\/div\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💦\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eOverwhelming\u003cbr\u003eFreshness\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eWater Gel formula refined over 20 years. Light as water and absorbs smoothly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eTop-level UV\u003cbr\u003eProtection power\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSPF50+ \/ PA++++ strongly blocks UVA and UVB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eSuper\u003cbr\u003eWaterproof\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eResistant to sweat and water. Suitable for sea, pool, and sports\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eMoisturizing\u003cbr\u003eContains beauty ingredients\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eHydrolyzed hyaluronic acid + rose flower water for UV care while preventing dryness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eWith soap\u003cbr\u003eEasy removal\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eNo cleansing needed. Can be removed with regular face wash or body soap\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eWhite cast \u0026\u003cbr\u003eZero stickiness\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA finish like bare skin. So light you forget you applied it\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💄\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eMakeup base\u003cbr\u003eAlso great as\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eLight gel doesn’t interfere with makeup. Less likely to cause clumping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e👨👩👧👦\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003eSuitable for family use\u003cbr\u003ePump version available\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eAlso available in a large 270g pump type. For daily full-body care\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ TEXTURE --\u003e\n\u003cdiv class=\"sec-title\"\u003eTexture and usage features\u003c\/div\u003e\n\u003cdiv class=\"texture-grid\"\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003eWater-like lightness\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003eContains Caprylyl Methicone, so despite being a gel, it spreads lightly like water. Absorbs so quickly you’ll wonder if you even applied it\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e🌀\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003eOutstanding spreadability\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003eSpreads smoothly over the whole body with a small amount. Excellent spreadability, the best in the series, for both face and body without unevenness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e🌺\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003eSubtle floral scent\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003eRefreshing floral aroma. Easy to use even for those who dislike the strong smell typical of sunscreens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ LINEUP BOX --\u003e\n\u003cdiv class=\"lineup-box\"\u003e\n\u003cdiv class=\"lineup-icon\"\u003e🧴\u003c\/div\u003e\n\u003cdiv class=\"lineup-body\"\u003e\n\u003cdiv class=\"lineup-title\"\u003eLineup: 80g Tube \u0026 270g Pump\u003c\/div\u003e\n\u003cdiv class=\"lineup-desc\"\u003e\n\u003cstrong\u003e80g Tube Type (JAN: 4901301432322)\u003c\/strong\u003e ─ Ideal for carrying out and for face or spot use.\u003cbr\u003e\u003cstrong\u003e270g Pump Type (JAN: 4901301462206)\u003c\/strong\u003e ─ Large capacity for daily full-body care for the whole family. Fragrance-free and easy to use for all ages and genders.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ TAGS --\u003e\n\u003cdiv class=\"sec-title\"\u003eFor these concerns\u003c\/div\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003eDon’t want to get sunburned\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSimply like something light\u003c\/span\u003e \u003cspan class=\"tag\"\u003eConcerned about white cast\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to use at the beach or pool\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to use during sports\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to double as makeup base\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to remove with soap\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStrong summer sun protection\u003c\/span\u003e \u003cspan class=\"tag gold\"\u003eFor face \u0026 body use\u003c\/span\u003e \u003cspan class=\"tag gold\"\u003eSuitable for the whole family\u003c\/span\u003e \u003cspan class=\"tag gold\"\u003eCost performance focused\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ COMPARISON TABLE --\u003e\n\u003cdiv class=\"sec-title\"\u003eComparison with Water Essence EX\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"comp-wrap\"\u003e\n\u003ctable class=\"comp-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComparison items\u003c\/th\u003e\n\u003cth class=\"highlight\"\u003eWater Gel EX\u003c\/th\u003e\n\u003cth\u003eWater Essence EX\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct photo\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kao-nivea-uv-water-gel-ex_160x160.png?v=1776135015\"\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kao-nivea-uv-water-essence-ex_160x160.png?v=1776135051\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eGel type\u003c\/td\u003e\n\u003ctd\u003eEssence (serum) type\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFreshness\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★★★ (top level)\u003c\/td\u003e\n\u003ctd\u003e★★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGood spreadability\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMoisturizing feeling\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★★ (somewhat high)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBeauty ingredients\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eHydrolyzed HA\u003c\/td\u003e\n\u003ctd\u003eHydrolyzed HA + Rose flower water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmooth feeling\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSPF \/ PA\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n\u003ctd\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eSuper WP\u003c\/td\u003e\n\u003ctd\u003eSuper WP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemovable with soap\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e◎\u003c\/td\u003e\n\u003ctd\u003e◎\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMakeup base\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e◎\u003c\/td\u003e\n\u003ctd\u003e◎\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet content\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e80g \/ 270g (pump)\u003c\/td\u003e\n\u003ctd\u003e80g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePump version\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eAvailable (270g, fragrance-free)\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended for\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eSimply smooth\u003cbr\u003eFor those who want to apply it with a fresh feeling\u003c\/td\u003e\n\u003ctd\u003eWhile also moisturizing\u003cbr\u003eFor those who want UV protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ GUIDE CARDS --\u003e\n\u003cdiv class=\"sec-title\"\u003eWhich one will you choose?\u003c\/div\u003e\n\u003cdiv class=\"guide-grid\"\u003e\n\u003cdiv class=\"guide-card recommend\"\u003e\n\u003cdiv class=\"guide-head\"\u003e💦 Water Gel EX is recommended\u003c\/div\u003e\n\u003cdiv class=\"guide-body\"\u003e・\u003cstrong\u003eFor those who prioritize a smooth, fresh feeling above all else\u003c\/strong\u003e\u003cbr\u003e・For use in hot summer sun or heavy sweating situations\u003cbr\u003e・For those who want to care for the whole body daily with a large pump bottle\u003cbr\u003e・For those who prefer a light, water-like gel texture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\u003e\n\u003cdiv class=\"guide-head\"\u003e🌸 Water Essence EX is recommended\u003c\/div\u003e\n\u003cdiv class=\"guide-body\"\u003e・For those who want to combine UV protection with \u003cstrong\u003emoisturizing\u003c\/strong\u003e\u003cbr\u003e・For those who want to use it year-round, even in dry seasons\u003cbr\u003e・For those who prefer sunscreen that feels like skincare\u003cbr\u003e・For those who want skincare benefits with rose flower water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ USAGE STEPS --\u003e\n\u003cdiv class=\"sec-title\"\u003eHow to use\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eAfter skincare\u003cbr\u003eOr before going out\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eAppropriate amount (1.5cm for face)\u003cbr\u003eTake on hand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eFor face and body\u003cbr\u003eSpread evenly without streaks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003eFor long outings\u003cbr\u003eReapplication recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ CAUTION --\u003e\n\u003cdiv class=\"sec-title\"\u003eUsage precautions\u003c\/div\u003e\n\u003cdiv class=\"caution\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ When to discontinue use\u003c\/div\u003e\nIf redness, swelling, itching, irritation, discoloration (white spots, etc.), or darkening occurs during or after use, discontinue use and consult a dermatologist.\u003c\/div\u003e\n\u003cdiv class=\"caution\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ In case of eye contact\u003c\/div\u003e\nAvoid contact with eyes. If it gets into eyes, rinse immediately with water.\u003c\/div\u003e\n\u003cdiv class=\"caution-blue\"\u003e\n\u003cdiv class=\"caution-title\"\u003eℹ️ How to remove with soap\u003c\/div\u003e\nLather soap well with lukewarm water and gently wash off. Do not rub harshly; wash by enveloping with foam.\u003c\/div\u003e\n\u003cdiv class=\"caution-blue\"\u003e\n\u003cdiv class=\"caution-title\"\u003eℹ️ Storage and handling\u003c\/div\u003e\nAvoid direct sunlight, high temperature, and humidity. Keep out of reach of infants and young children.\u003c\/div\u003e\n\u003c!-- ▼ FULL INGREDIENTS --\u003e\n\u003cdiv class=\"sec-title\"\u003eFull ingredients\u003c\/div\u003e\n\u003cdiv class=\"ingred-box\"\u003e\n\u003cdiv class=\"ingred-title\"\u003e📋 NIVEA UV Water Gel EX Full Ingredients (as of February 2024)\u003c\/div\u003e\nWater, ethanol, \u003cstrong\u003eEthylhexyl Methoxycinnamate\u003c\/strong\u003e, PG, \u003cstrong\u003eDiethylamino Hydroxybenzoyl Hexyl Benzoate\u003c\/strong\u003e, caprylyl methicone, diisopropyl sebacate, isopropyl palmitate, \u003cstrong\u003eEthylhexyl Triazone\u003c\/strong\u003e, trehalose, mannitol, \u003cstrong\u003ehydrolyzed hyaluronic acid\u003c\/strong\u003e, \u003cstrong\u003ecentifolia rose flower water\u003c\/strong\u003e, BG, polyglyceryl-3 methylglucose distearate, disodium lauroamphodiacetate, \u003cstrong\u003ebis-ethylhexyloxyphenol methoxyphenyl triazine\u003c\/strong\u003e, (acrylates\/acrylic acid alkyl (C10-30)) crosspolymer, carbomer, phenoxyethanol, sodium hydroxide, BHT, fragrance\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e*Bold = UV absorbers or beauty\/moisturizing ingredients *Main differences from Water Essence EX: this product contains \"Caprylyl Methicone\" and \"Carbomer\" but does not contain \"Hydroxypropyl Methylcellulose Stearoxy Ether\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ SPEC TABLE --\u003e\n\u003cdiv class=\"sec-title\"\u003eProduct specifications\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct name\u003c\/th\u003e\n\u003ctd\u003eNIVEA UV Water Gel EX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eNIVEA Kao Corporation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCosmetics (sunscreen)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNet content\u003c\/th\u003e\n\u003ctd\u003e80g (tube) \/ 270g (pump)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSPF \/ PA\u003c\/th\u003e\n\u003ctd\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWater resistance\u003c\/th\u003e\n\u003ctd\u003eUV water resistance (super waterproof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplicable areas\u003c\/th\u003e\n\u003ctd\u003eFace and body (whole body)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMakeup base\u003c\/th\u003e\n\u003ctd\u003e◎ (Can be used as a base before foundation)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCleansing\u003c\/th\u003e\n\u003ctd\u003eNo removal needed (can be washed off with soap or facial cleanser)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKey ingredients\u003c\/th\u003e\n\u003ctd\u003eHydrolyzed hyaluronic acid, Centifolia rose flower water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFree formula\u003c\/th\u003e\n\u003ctd\u003eFree of zinc oxide, mineral Oil, synthetic dyes, parabens, and powder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ▼ FAQ --\u003e\n\u003cdiv class=\"sec-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat is the difference from Water Essence EX?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe biggest difference is the texture. Water Gel EX is a gel type, featuring the highest level of freshness and smoothness in the series. It spreads excellently and covers the whole body quickly with a small amount. For more moisturizing feel, Essence EX is recommended; for an ultra-light, water-like feel, Gel EX is best.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat is the difference from the pump type?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe ingredients, SPF, PA, and waterproof performance are the same, but the pump type (270g) is a large size and fragrance-free. The pump version is economical for daily full-body use by the whole family. The 80g tube is convenient for carrying out or using small amounts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan it be used as a makeup base?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, it can be used. Its light gel texture leaves no film, so it is well-liked for not causing flaking even when foundation is applied on top. Simply apply this product after skincare and proceed with makeup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs cleansing required?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo removal is necessary. Even though it is super waterproof, it can be washed off with soap, facial cleanser, or body soap. Avoid scrubbing; gently lather with soap and rinse off.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes it last at the beach or pool?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThanks to its super waterproof formula, it is designed to resist sweat and water. However, effectiveness may decrease during long outings or leisure activities, so reapplication every 2 to 3 hours is recommended.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs it safe for sensitive skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eFormulated with consideration for the skin: free of zinc oxide, mineral Oil, synthetic dyes, and parabens, but contains UV absorbers and ethanol. If you have sensitive skin that reacts to absorbers or alcohol, please perform a patch test before use. Allergy tested (does not guarantee no allergic reactions for everyone).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kao","offers":[{"title":"80g","offer_id":52981428289852,"sku":"4901301432322","price":950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901301432322.jpg?v=1776135637"},{"product_id":"kao-nivea-uv-water-essence-ex","title":"니베아 UV 워터 에센스 EX","description":"\u003cstyle\u003e\n\/* ========================================\n   ニベアUV ウォーターエッセンスEX\n   カラー：ライトスカイブルー × ロイヤルブルー × ゴールド\n   ======================================== *\/\n.pd-wrap {\n  --acc: #1565c0;\n  --acc-dark: #0d47a1;\n  --acc-light: #e3f0ff;\n  --acc-mid: #90caf9;\n  --gold: #c9a84c;\n  --gold-light: #fff8e1;\n  --sky: #e1f3ff;\n  --white: #ffffff;\n  --text: #1a1a2e;\n  --text-s: #4a5568;\n  --radius: 14px;\n  --shadow: 0 4px 18px rgba(21,101,192,0.13);\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: var(--text);\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px 40px;\n}\n\n\/* ─── HERO ─── *\/\n.pd-wrap .hero {\n  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);\n  border-radius: var(--radius);\n  padding: 32px 24px 28px;\n  text-align: center;\n  margin-bottom: 18px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 180px; height: 180px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n}\n.pd-wrap .hero-brand {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  color: var(--acc-mid);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n.pd-wrap .hero-name {\n  font-size: clamp(22px, 5vw, 32px);\n  font-weight: 900;\n  color: #ffffff;\n  line-height: 1.3;\n  margin-bottom: 4px;\n}\n.pd-wrap .hero-name span {\n  color: var(--gold);\n}\n.pd-wrap .hero-size {\n  font-size: 13px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 14px;\n}\n.pd-wrap .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.35);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 5px 12px;\n  border-radius: 20px;\n  backdrop-filter: blur(4px);\n}\n.pd-wrap .hero-badge.gold {\n  background: var(--gold);\n  border-color: var(--gold);\n  color: #0d47a1;\n}\n\n\/* ─── SPF BAR ─── *\/\n.pd-wrap .spf-bar-wrap {\n  background: linear-gradient(90deg, #0d47a1, #1976d2);\n  border-radius: var(--radius);\n  padding: 16px 20px;\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.pd-wrap .spf-label {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n.pd-wrap .spf-pills {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n.pd-wrap .spf-pill {\n  background: rgba(255,255,255,0.2);\n  border: 1.5px solid rgba(255,255,255,0.5);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  padding: 4px 14px;\n  border-radius: 20px;\n}\n.pd-wrap .spf-pill.gold {\n  background: var(--gold);\n  border-color: var(--gold);\n  color: #0d47a1;\n}\n\n\/* ─── BANNER ─── *\/\n.pd-wrap .banner {\n  background: var(--gold-light);\n  border: 2px solid var(--gold);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap .banner-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap .banner-title::before {\n  content: '✦';\n  color: var(--gold);\n}\n.pd-wrap .banner-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .banner-item {\n  background: #fff;\n  border: 1.5px solid var(--gold);\n  border-radius: 8px;\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n\n\/* ─── SECTION TITLE ─── *\/\n.pd-wrap .sec-title {\n  font-size: 17px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 4px solid var(--gold);\n  padding-left: 10px;\n  margin: 24px 0 12px;\n}\n\n\/* ─── OVERVIEW ─── *\/\n.pd-wrap .overview {\n  background: var(--sky);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  font-size: 14px;\n  line-height: 1.85;\n  color: var(--text);\n  margin-bottom: 18px;\n}\n.pd-wrap .overview strong {\n  color: var(--acc-dark);\n}\n\n\/* ─── FEATURE GRID ─── *\/\n.pd-wrap .feat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap .feat-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 16px 10px;\n  text-align: center;\n}\n.pd-wrap .feat-icon {\n  font-size: 28px;\n  margin-bottom: 8px;\n}\n.pd-wrap .feat-name {\n  font-size: 12px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  line-height: 1.4;\n}\n.pd-wrap .feat-desc {\n  font-size: 11px;\n  color: var(--text-s);\n  line-height: 1.5;\n}\n\n\/* ─── TEXTURE SECTION ─── *\/\n.pd-wrap .texture-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap .tex-card {\n  background: linear-gradient(135deg, var(--sky), #fff);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 16px 12px;\n  text-align: center;\n}\n.pd-wrap .tex-icon {\n  font-size: 26px;\n  margin-bottom: 6px;\n}\n.pd-wrap .tex-title {\n  font-size: 12px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n}\n.pd-wrap .tex-desc {\n  font-size: 11px;\n  color: var(--text-s);\n  line-height: 1.5;\n}\n\n\/* ─── TAGS ─── *\/\n.pd-wrap .tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n}\n.pd-wrap .tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n  border-radius: 20px;\n  border: 1.5px solid var(--acc-mid);\n}\n.pd-wrap .tag.gold {\n  background: var(--gold-light);\n  color: #7a5c00;\n  border-color: var(--gold);\n}\n\n\/* ─── COMPARISON TABLE ─── *\/\n.pd-wrap .comp-wrap {\n  overflow-x: auto;\n  margin-bottom: 18px;\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n}\n.pd-wrap .comp-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 12px;\n  min-width: 540px;\n}\n.pd-wrap .comp-table th {\n  background: var(--acc-dark);\n  color: #fff;\n  padding: 10px 8px;\n  text-align: center;\n  font-weight: 800;\n  font-size: 12px;\n}\n.pd-wrap .comp-table th.highlight {\n  background: var(--gold);\n  color: var(--acc-dark);\n}\n.pd-wrap .comp-table td {\n  padding: 10px 8px;\n  text-align: center;\n  border-bottom: 1px solid #dbeafe;\n  vertical-align: middle;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pd-wrap .comp-table tr:nth-child(even) td {\n  background: var(--sky);\n}\n.pd-wrap .comp-table td.highlight {\n  background: var(--gold-light) !important;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n.pd-wrap .comp-table td:first-child {\n  font-weight: 700;\n  color: var(--acc-dark);\n  background: var(--acc-light) !important;\n  text-align: left;\n  padding-left: 12px;\n}\n\n\/* ─── GUIDE CARDS ─── *\/\n.pd-wrap .guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap .guide-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 14px;\n  font-size: 12px;\n}\n.pd-wrap .guide-card.recommend {\n  border-color: var(--gold);\n  background: var(--gold-light);\n}\n.pd-wrap .guide-head {\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  font-size: 13px;\n}\n.pd-wrap .guide-card.recommend .guide-head {\n  color: #7a5c00;\n}\n.pd-wrap .guide-body {\n  color: var(--text-s);\n  line-height: 1.6;\n}\n\n\/* ─── HOW STEPS ─── *\/\n.pd-wrap .how-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap .how-step {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px 8px;\n  text-align: center;\n}\n.pd-wrap .step-num {\n  width: 32px; height: 32px;\n  border-radius: 50%;\n  background: var(--gold);\n  color: var(--acc-dark);\n  font-size: 15px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 8px;\n}\n.pd-wrap .step-label {\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--acc-dark);\n  line-height: 1.5;\n}\n\n\/* ─── CAUTION BOX ─── *\/\n.pd-wrap .caution {\n  background: #fff3e0;\n  border-left: 4px solid #e65100;\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap .caution-title {\n  font-weight: 800;\n  color: #e65100;\n  font-size: 13px;\n  margin-bottom: 6px;\n}\n.pd-wrap .caution-blue {\n  background: var(--sky);\n  border-left: 4px solid var(--acc);\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap .caution-blue .caution-title {\n  color: var(--acc-dark);\n}\n\n\/* ─── SPEC TABLE ─── *\/\n.pd-wrap .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 18px;\n  font-size: 13px;\n  border-radius: var(--radius);\n  overflow: hidden;\n  box-shadow: var(--shadow);\n}\n.pd-wrap .spec-table th {\n  background: var(--acc-dark);\n  color: #fff;\n  padding: 11px 14px;\n  text-align: left;\n  width: 35%;\n  font-weight: 700;\n}\n.pd-wrap .spec-table td {\n  padding: 11px 14px;\n  background: #fff;\n  border-bottom: 1px solid #dbeafe;\n  line-height: 1.6;\n}\n.pd-wrap .spec-table tr:last-child td,\n.pd-wrap .spec-table tr:last-child th {\n  border-bottom: none;\n}\n\n\/* ─── INGREDIENT BOX ─── *\/\n.pd-wrap .ingred-box {\n  background: var(--sky);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 16px 18px;\n  margin-bottom: 18px;\n  font-size: 12px;\n  line-height: 1.9;\n  color: var(--text-s);\n}\n.pd-wrap .ingred-box .ingred-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n\/* ─── FAQ ─── *\/\n.pd-wrap .faq-item {\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  margin-bottom: 10px;\n  overflow: hidden;\n}\n.pd-wrap .faq-q {\n  background: var(--acc-light);\n  padding: 13px 16px;\n  font-weight: 800;\n  font-size: 13px;\n  color: var(--acc-dark);\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap .faq-q::before {\n  content: 'Q';\n  background: var(--acc-dark);\n  color: #fff;\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-wrap .faq-a {\n  padding: 13px 16px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: var(--text);\n  background: #fff;\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap .faq-a::before {\n  content: 'A';\n  background: var(--gold);\n  color: var(--acc-dark);\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 800;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n\/* ─── RESPONSIVE ─── *\/\n@media (max-width: 600px) {\n  .pd-wrap .feat-grid { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap .texture-grid { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap .how-steps { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap .guide-grid { grid-template-columns: 1fr; }\n  .pd-wrap .spf-bar-wrap { flex-direction: column; align-items: flex-start; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ▼ HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-brand\"\u003eNIVEA × 카오 \/ 화장품\u003c\/div\u003e\n\u003cdiv class=\"hero-name\"\u003e니베아UV\u003cbr\u003e\u003cspan\u003e워터에센스EX\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-size\"\u003e80g ｜ SPF50＋ \/ PA＋＋＋＋\u003c\/div\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge gold\"\u003eSPF50＋\u003c\/span\u003e \u003cspan class=\"hero-badge gold\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e슈퍼 워터프루프\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e비누로 세안 가능\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e메이크업 베이스 OK\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e얼굴・몸 겸용\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ SPF BAR --\u003e\n\u003cdiv class=\"spf-bar-wrap\"\u003e\n\u003cdiv class=\"spf-label\"\u003e🌞 UV 방어 스펙\u003c\/div\u003e\n\u003cdiv class=\"spf-pills\"\u003e\n\u003cspan class=\"spf-pill gold\"\u003eSPF50＋\u003c\/span\u003e \u003cspan class=\"spf-pill gold\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eUV 내수성\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003e바다・수영장 대응\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003e스포츠 대응\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ BANNER --\u003e\n\u003cdiv class=\"banner\"\u003e\n\u003cdiv class=\"banner-title\"\u003e화장수처럼 스며듦. 피부와 일체화되는 가벼움.\u003c\/div\u003e\n\u003cdiv class=\"banner-items\"\u003e\n\u003cspan class=\"banner-item\"\u003e💧 클리어워터α 처방\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌸 가수분해 히알루론산 배합\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌹 센티폴리아 장미꽃수 배합\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e✨ 백탁 제로\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🧴 산화아연 프리\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🪶 미네랄 오일 프리\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ OVERVIEW --\u003e\n\u003cdiv class=\"sec-title\"\u003e상품 개요\u003c\/div\u003e\n\u003cdiv class=\"overview\"\u003e\n\u003cstrong\u003e니베아UV 워터에센스EX\u003c\/strong\u003e는 니베아 카오가 2024년 2월에 출시한 SPF50＋ \/ PA++++ 자외선 차단제입니다. 시리즈 최대 특징은 \u003cstrong\u003e‘사라지는 듯 스며드는’ 최고의 가벼움\u003c\/strong\u003e입니다. 클리어워터α를 70% 배합한 처방으로, 마치 화장수를 피부에 바르는 듯한 촉촉하고 자연스러운 사용감을 실현했습니다.\u003cbr\u003e\u003cbr\u003e강력한 자외선을 확실히 차단하는 슈퍼 워터프루프 처방이면서도, \u003cstrong\u003e비누로 간단히 지울 수 있는\u003c\/strong\u003e 점도 큰 매력. 가수분해 히알루론산과 센티폴리아 장미꽃수 등 미용 성분이 UV 대책과 동시에 피부 건조를 막고 촉촉함을 전달합니다. 백탁 제로・끈적임 제로로 베이스 메이크업의 메이크업 베이스로도 활약합니다.\u003c\/div\u003e\n\u003c!-- ▼ FEATURES --\u003e\n\u003cdiv class=\"sec-title\"\u003e5가지 포인트\u003c\/div\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e압도적인\u003cbr\u003e촉촉함\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e클리어워터α 70% 처방. 화장수 감각으로 스며듦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e최고급 UV\u003cbr\u003e방어력\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSPF50＋ \/ PA++++로 UVA・UVB를 강력 차단\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e슈퍼\u003cbr\u003e워터프루프\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e땀・물에 닿아도 잘 지워지지 않음. 바다・수영장・스포츠에 대응\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e미용 성분\u003cbr\u003e더블 배합\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e가수분해 히알루론산＋장미꽃수로 바를 때마다 촉촉 케어\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e비누로\u003cbr\u003e간단 오프\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e클렌징 불필요. 일반 세안제・바디솝으로 세정 가능\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e백탁・\u003cbr\u003e끈적임 제로\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e피부에 녹아드는 듯한 마무리감. 두껍게 바른 느낌 없음\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e💄\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e메이크업 베이스\u003cbr\u003e으로도 ◎\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e산뜻하고 가벼워 메이크업 방해하지 않음. 뭉침 현상 적음\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e🧴\u003c\/div\u003e\n\u003cdiv class=\"feat-name\"\u003e산화아연\u003cbr\u003e프리\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e모공 막힘 원인이 되기 쉬운 산화아연 미사용. 모공 케어 배려\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ TEXTURE --\u003e\n\u003cdiv class=\"sec-title\"\u003e텍스처・사용감 특징\u003c\/div\u003e\n\u003cdiv class=\"texture-grid\"\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003e초경량 텍스처\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003e팔미틱산 이소프로필＆세바신산 디이소프로필의 더블 처방으로, 오일 성분임에도 끈적이지 않는 최고의 가벼움\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e💦\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003e촉촉한 펴짐\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003e소량으로 쭉 펴 발림. 얼굴과 몸 구분 없이 전신에 고르게 사용할 수 있는 뛰어난 펴짐\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tex-card\"\u003e\n\u003cdiv class=\"tex-icon\"\u003e🌺\u003c\/div\u003e\n\u003cdiv class=\"tex-title\"\u003e은은한 플로럴 향\u003c\/div\u003e\n\u003cdiv class=\"tex-desc\"\u003e상쾌한 플로럴 아로마 향. 자외선 차단제 특유의 강한 냄새가 싫은 분에게 인기\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ TAGS --\u003e\n\u003cdiv class=\"sec-title\"\u003e이런 고민에\u003c\/div\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003e햇볕에 타고 싶지 않음\u003c\/span\u003e \u003cspan class=\"tag\"\u003e끈적임 싫어함\u003c\/span\u003e \u003cspan class=\"tag\"\u003e백탁 현상 걱정\u003c\/span\u003e \u003cspan class=\"tag\"\u003e바다・수영장 사용 희망\u003c\/span\u003e \u003cspan class=\"tag\"\u003e스포츠 시 사용 희망\u003c\/span\u003e \u003cspan class=\"tag\"\u003e메이크업 베이스 겸용 희망\u003c\/span\u003e \u003cspan class=\"tag\"\u003e비누로 지우고 싶음\u003c\/span\u003e \u003cspan class=\"tag\"\u003e피부 건조 걱정\u003c\/span\u003e \u003cspan class=\"tag gold\"\u003e얼굴＆몸 겸용\u003c\/span\u003e \u003cspan class=\"tag gold\"\u003e가성비 중시\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ COMPARISON TABLE --\u003e\n\u003cdiv class=\"sec-title\"\u003e워터젤EX와 비교\u003c\/div\u003e\n\u003cdiv class=\"comp-wrap\" style=\"text-align: start;\"\u003e\n\u003ctable class=\"comp-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e비교 항목\u003c\/th\u003e\n\u003cth class=\"highlight\"\u003e워터에센스EX\u003c\/th\u003e\n\u003cth\u003e워터젤EX\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e상품 사진\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kao-nivea-uv-water-essence-ex_160x160.png?v=1776135051\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kao-nivea-uv-water-gel-ex_160x160.png?v=1776135015\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e텍스처\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e에센스(미용액) 타입\u003c\/td\u003e\n\u003ctd\u003e젤 타입\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e촉촉함\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e펼쳐짐\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e보습감\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★★（약간 높음）\u003c\/td\u003e\n\u003ctd\u003e★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e미용 성분\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e가수분해 HA＋장미꽃수\u003c\/td\u003e\n\u003ctd\u003e가수분해 HA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e산뜻한 느낌\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e★★★★\u003c\/td\u003e\n\u003ctd\u003e★★★★★\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSPF \/ PA\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n\u003ctd\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e워터프루프\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e슈퍼 WP\u003c\/td\u003e\n\u003ctd\u003e슈퍼 WP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e비누로 세안 가능\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e◎\u003c\/td\u003e\n\u003ctd\u003e◎\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e메이크업 베이스\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e◎\u003c\/td\u003e\n\u003ctd\u003e◎\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e내용량\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e80g\u003c\/td\u003e\n\u003ctd\u003e80g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e추천 대상\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e보습도 함께 하면서\u003cbr\u003eUV 대책을 하고 싶은 사람\u003c\/td\u003e\n\u003ctd\u003e무엇보다 산뜻하게\u003cbr\u003e촉촉하게 바르고 싶은 사람\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ GUIDE CARDS --\u003e\n\u003cdiv class=\"sec-title\"\u003e어느 쪽을 선택할까요?\u003c\/div\u003e\n\u003cdiv class=\"guide-grid\"\u003e\n\u003cdiv class=\"guide-card recommend\"\u003e\n\u003cdiv class=\"guide-head\"\u003e💙 워터에센스EX 추천\u003c\/div\u003e\n\u003cdiv class=\"guide-body\"\u003e・UV 대책과 함께 \u003cstrong\u003e보습도 함께\u003c\/strong\u003e 하고 싶은 분\u003cbr\u003e・건조가 걱정되는 계절에도 연중 사용하고 싶은 분\u003cbr\u003e・스킨케어 감각으로 바를 수 있는 자외선 차단제를 선호하는 분\u003cbr\u003e・메이크업 베이스 겸용으로 스킨케어 시간을 단축하고 싶은 분\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\u003e\n\u003cdiv class=\"guide-head\"\u003e💦 워터젤EX 추천\u003c\/div\u003e\n\u003cdiv class=\"guide-body\"\u003e・무엇보다도 \u003cstrong\u003e산뜻하고 촉촉한 느낌\u003c\/strong\u003e을 최우선으로 하는 분\u003cbr\u003e・여름의 뜨거운 햇볕이나 땀이 많이 나는 상황에서 사용하고 싶은 분\u003cbr\u003e・대용량 펌프 타입으로 전신을 매일 케어하고 싶은 분\u003cbr\u003e・더 물 같은 가벼운 텍스처를 선호하는 분\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ USAGE STEPS --\u003e\n\u003cdiv class=\"sec-title\"\u003e사용법\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003e스킨케어 후\u003cbr\u003e또는 외출 전에\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003e적당량(얼굴은 1.5cm)\u003cbr\u003e손에 덜기\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003e얼굴·몸에\u003cbr\u003e고르게 펴 바르기\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-label\"\u003e장시간 외출 시\u003cbr\u003e덧바르기를 권장\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ CAUTION --\u003e\n\u003cdiv class=\"sec-title\"\u003e사용 시 주의사항\u003c\/div\u003e\n\u003cdiv class=\"caution\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ 사용 중지 시\u003c\/div\u003e\n사용 중 또는 사용 후 붉어짐, 부기, 가려움, 자극, 색소 탈락(백반 등), 검은 반점 등의 이상이 나타나면 사용을 중지하고 피부과에 상담해 주세요.\u003c\/div\u003e\n\u003cdiv class=\"caution\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ 눈에 들어갔을 경우\u003c\/div\u003e\n눈에 들어가지 않도록 주의해 주세요. 만약 눈에 들어갔을 경우 즉시 물로 씻어내 주세요.\u003c\/div\u003e\n\u003cdiv class=\"caution-blue\"\u003e\n\u003cdiv class=\"caution-title\"\u003eℹ️ 비누로 지우는 방법\u003c\/div\u003e\n미지근한 물에 비누를 충분히 거품 내어 부드럽게 씻어내 주세요. 문지르지 말고 거품으로 감싸듯이 씻는 것이 포인트입니다.\u003c\/div\u003e\n\u003cdiv class=\"caution-blue\"\u003e\n\u003cdiv class=\"caution-title\"\u003eℹ️ 보관·취급\u003c\/div\u003e\n직사광선과 고온다습을 피하고 유아의 손이 닿지 않는 곳에 보관해 주세요.\u003c\/div\u003e\n\u003c!-- ▼ FULL INGREDIENTS --\u003e\n\u003cdiv class=\"sec-title\"\u003e전 성분\u003c\/div\u003e\n\u003cdiv class=\"ingred-box\"\u003e\n\u003cdiv class=\"ingred-title\"\u003e📋 니베아 UV 워터 에센스 EX 전 성분(2024년 2월 기준)\u003c\/div\u003e\n물, 에탄올, \u003cstrong\u003e메톡시케이히산 에틸헥실\u003c\/strong\u003e, PG, \u003cstrong\u003e디에틸아미노히드록시벤조일 안식향산 헥실\u003c\/strong\u003e, 세바신산 디이소프로필, 팔미틴산 이소프로필, \u003cstrong\u003e에틸헥실트리아존\u003c\/strong\u003e, 트레할로스, 만니톨, \u003cstrong\u003e가수분해 히알루론산\u003c\/strong\u003e, \u003cstrong\u003e센티폴리아 장미꽃수\u003c\/strong\u003e, BG, 디스테아린산 폴리글리세릴-3 메틸글루코스, 디라우라미도글루타미드리신Na, \u003cstrong\u003e비스에틸헥실옥시페놀메톡시페닐트리아진\u003c\/strong\u003e, (아크릴레이트\/아크릴산 알킬(C10-30)) 크로스폴리머, 하이드록시프로필메틸셀룰로오스스테아로키시에터, 카프릴릴메티콘, 페녹시에탄올, 수산화Na, BHT, 향료\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※굵은 글씨＝자외선 흡수제 또는 미용·보습 성분\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ SPEC TABLE --\u003e\n\u003cdiv class=\"sec-title\"\u003e상품 스펙\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e상품명\u003c\/th\u003e\n\u003ctd\u003e니베아 UV 워터 에센스 EX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e제조사\u003c\/th\u003e\n\u003ctd\u003e니베아 카오 주식회사\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e종류\u003c\/th\u003e\n\u003ctd\u003e화장품(자외선 차단제)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e내용량\u003c\/th\u003e\n\u003ctd\u003e80g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSPF \/ PA\u003c\/th\u003e\n\u003ctd\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e내수성\u003c\/th\u003e\n\u003ctd\u003eUV 내수성(슈퍼 워터프루프)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e대응 부위\u003c\/th\u003e\n\u003ctd\u003e얼굴·몸(전신)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e메이크업 베이스\u003c\/th\u003e\n\u003ctd\u003e◎(베이스 메이크업 전의 베이스로 사용 가능)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e클렌징\u003c\/th\u003e\n\u003ctd\u003e필요 없음(비누·세안제로 지울 수 있음)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e특기 성분\u003c\/th\u003e\n\u003ctd\u003e가수분해 히알루론산, 센티폴리아 장미꽃수\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e프리 처방\u003c\/th\u003e\n\u003ctd\u003e산화아연 프리, 미네랄 오일 프리, 합성 색소 프리, 파라벤 프리\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ▼ FAQ --\u003e\n\u003cdiv class=\"sec-title\"\u003e자주 묻는 질문\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e워터 젤 EX와 무엇이 다른가요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e가장 큰 차이는 텍스처와 보습력입니다. 워터 에센스 EX는 더 촉촉한 보습감을 주며 가수분해 히알루론산과 센티폴리아 장미꽃수를 추가 배합했습니다. 발림성과 극한의 산뜻함을 중시한다면 워터 젤 EX, 보습 케어도 겸하고 싶다면 워터 에센스 EX를 추천합니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e메이크업 베이스로 사용할 수 있나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e네, 사용 가능합니다. 백탁 현상이나 막 느낌이 없어 그 위에 파운데이션을 덧발라도 뭉침이 적어 호평입니다. 스킨케어 후 본 제품을 바르고 메이크업을 진행하면 됩니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e클렌징이 필요한가요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e필요 없습니다. 슈퍼 워터프루프지만 비누, 세안제, 바디솝으로 지울 수 있는 처방입니다. 문지르지 말고 거품을 충분히 내어 부드럽게 마사지한 후 헹궈 주세요.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e얼굴뿐만 아니라 몸에도 사용할 수 있나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e네, 얼굴과 몸 모두 사용 가능합니다. 소량으로 부드럽게 펴 발려 80g 한 통으로 전신을 충분히 커버할 수 있습니다. 가성비도 높아 입소문이 좋습니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e민감한 피부에도 사용할 수 있나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e산화아연 프리, 미네랄 오일 프리, 합성 색소 프리, 파라벤 프리로 피부에 신경 쓴 처방이지만, 자외선 흡수제와 에탄올이 포함되어 있습니다. 흡수제나 알코올에 민감한 피부를 가진 분은 패치 테스트 후 사용해 주세요.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e바다나 수영장에서도 효과가 지속되나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e슈퍼 워터프루프 처방으로 땀이나 물에 닿아도 잘 지워지지 않도록 설계되었습니다. 다만, 장시간 사용 시 효과가 떨어질 수 있으므로 2~3시간마다 덧바르기를 권장합니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kao","offers":[{"title":"80g","offer_id":52981428191548,"sku":"4901301432315","price":950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901301432315_92b3caf1-64b2-4b10-b44a-403d164400c5.jpg?v=1776135621"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/collections\/kao_nivea-uv-water-ex.jpg?v=1776134104","url":"https:\/\/mamigo.jp\/ko-mo\/collections\/kao-nivea-uv-water-ex.oembed","provider":"MamiGo","version":"1.0","type":"link"}