{"product_id":"kose-suncut-multivitamin-uv-mist","title":"KOSE 선컷R 멀티비타민UV 시리즈","description":"\u003cstyle\u003e\n.pd-wrap-suncut-mist {\n  --acc: #e07b00;\n  --acc-dark: #b85e00;\n  --acc-light: #fff3e0;\n  --acc-mid: #ffcc80;\n  --gold: #f5a623;\n  --gold-light: #fffde7;\n  --cream: #fff8f0;\n  --white: #ffffff;\n  --text: #1a1a1a;\n  --text-s: #5a4a3a;\n  --radius: 14px;\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 4px;\n}\n\n\/* ─── HERO ─── *\/\n.pd-wrap-suncut-mist .hero {\n  background: linear-gradient(135deg, #7a3d00 0%, #c95f00 50%, #f0a030 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-suncut-mist .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 200px; height: 200px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 50%;\n}\n.pd-wrap-suncut-mist .hero::after {\n  content: '';\n  position: absolute;\n  bottom: -30px; left: -30px;\n  width: 150px; height: 150px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap-suncut-mist .hero-brand {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  color: rgba(255,255,255,0.8);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n.pd-wrap-suncut-mist .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-suncut-mist .hero-name span { color: #fff9c4; }\n.pd-wrap-suncut-mist .hero-size {\n  font-size: 13px;\n  color: rgba(255,255,255,0.75);\n  margin-bottom: 14px;\n}\n.pd-wrap-suncut-mist .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .hero-badge {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.4);\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-suncut-mist .hero-badge.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── SPF BAR ─── *\/\n.pd-wrap-suncut-mist .spf-bar-wrap {\n  background: linear-gradient(90deg, #7a3d00, #c95f00);\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-suncut-mist .spf-label {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n.pd-wrap-suncut-mist .spf-pills { display: flex; gap: 8px; flex-wrap: wrap; }\n.pd-wrap-suncut-mist .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-suncut-mist .spf-pill.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── BANNER ─── *\/\n.pd-wrap-suncut-mist .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-suncut-mist .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-suncut-mist .banner-title::before { content: '✦'; color: var(--gold); }\n.pd-wrap-suncut-mist .banner-items { display: flex; flex-wrap: wrap; gap: 8px; }\n.pd-wrap-suncut-mist .banner-item {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 8px;\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n\n\/* ─── VITAMIN BOX ─── *\/\n.pd-wrap-suncut-mist .vitamin-box {\n  background: linear-gradient(135deg, #fff8f0, #fffde7);\n  border: 2px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .vitamin-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-suncut-mist .vitamin-title::before { content: '🌟'; }\n.pd-wrap-suncut-mist .vitamin-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .vitamin-card {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 10px 8px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .vit-icon { font-size: 20px; margin-bottom: 4px; }\n.pd-wrap-suncut-mist .vit-name {\n  font-size: 11px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 2px;\n  line-height: 1.3;\n}\n.pd-wrap-suncut-mist .vit-chem { font-size: 9px; color: var(--text-s); line-height: 1.4; }\n.pd-wrap-suncut-mist .vit-note {\n  font-size: 10px;\n  color: #999;\n  margin-top: 8px;\n  text-align: center;\n  line-height: 1.5;\n}\n\n\/* ─── MIST USAGE BOX ─── *\/\n.pd-wrap-suncut-mist .mist-box {\n  background: linear-gradient(135deg, #fff8f0, #fffde7);\n  border: 2px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .mist-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-suncut-mist .mist-title::before { content: '💨'; }\n.pd-wrap-suncut-mist .mist-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .mist-card {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 12px 8px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .mist-icon { font-size: 22px; margin-bottom: 6px; }\n.pd-wrap-suncut-mist .mist-name {\n  font-size: 11px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n  line-height: 1.3;\n}\n.pd-wrap-suncut-mist .mist-desc { font-size: 10px; color: var(--text-s); line-height: 1.4; }\n\n\/* ─── SECTION TITLE ─── *\/\n.pd-wrap-suncut-mist .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-suncut-mist .overview {\n  background: var(--cream);\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-suncut-mist .overview strong { color: var(--acc-dark); }\n\n\/* ─── FEATURE GRID ─── *\/\n.pd-wrap-suncut-mist .feat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .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-suncut-mist .feat-icon { font-size: 28px; margin-bottom: 8px; }\n.pd-wrap-suncut-mist .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-suncut-mist .feat-desc { font-size: 11px; color: var(--text-s); line-height: 1.5; }\n\n\/* ─── TAGS ─── *\/\n.pd-wrap-suncut-mist .tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n  border: none;\n  padding-bottom: 0;\n}\n.pd-wrap-suncut-mist .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-suncut-mist .tag.yellow {\n  background: var(--gold-light);\n  color: #7a4f00;\n  border-color: var(--gold);\n}\n\n\/* ─── GUIDE CARDS ─── *\/\n.pd-wrap-suncut-mist .guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .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-suncut-mist .guide-card.recommend {\n  border-color: var(--gold);\n  background: var(--gold-light);\n}\n.pd-wrap-suncut-mist .guide-head {\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  font-size: 13px;\n}\n.pd-wrap-suncut-mist .guide-card.recommend .guide-head { color: #7a4f00; }\n.pd-wrap-suncut-mist .guide-body { color: var(--text-s); line-height: 1.7; }\n\n\/* ─── HOW STEPS ─── *\/\n.pd-wrap-suncut-mist .how-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .caution-title {\n  font-weight: 800;\n  color: #e65100;\n  font-size: 13px;\n  margin-bottom: 6px;\n}\n.pd-wrap-suncut-mist .caution-orange {\n  background: var(--acc-light);\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-suncut-mist .caution-orange .caution-title { color: var(--acc-dark); }\n\n\/* ─── INGREDIENT BOX ─── *\/\n.pd-wrap-suncut-mist .ingred-box {\n  background: var(--cream);\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-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .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-suncut-mist .feat-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .vitamin-grid   { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .mist-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .how-steps      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .guide-grid     { grid-template-columns: 1fr; }\n  .pd-wrap-suncut-mist .spf-bar-wrap   { flex-direction: column; align-items: flex-start; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap-suncut-mist\"\u003e\n\n  \u003c!-- ▼ HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-brand\"\u003eSUNCUT × KOSÉ Cosmeport \/ Cosmetics\u003c\/div\u003e\n    \u003cdiv class=\"hero-name\"\u003eSuncut®\u003cbr\u003e\u003cspan\u003eMultivitamin UV Mist\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hero-size\"\u003e60mL | SPF50+ \/ PA++++\u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge yellow\"\u003eSPF50+\u003c\/span\u003e\n      \u003cspan class=\"hero-badge yellow\"\u003ePA++++\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eContains multivitamins\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eContains 75% serum\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eAllergy guard function\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eOK for hair and scalp\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eSoap off\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eConvenient for reapplication\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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 yellow\"\u003eSPF50+\u003c\/span\u003e\n      \u003cspan class=\"spf-pill yellow\"\u003ePA++++\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003eUV water resistance ★★\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003eSuper WP\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003eSuitable for sea and pool\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ BANNER --\u003e\n  \u003cdiv class=\"banner\"\u003e\n    \u003cdiv class=\"banner-title\"\u003eChange your future beautiful skin. UV Mist to prevent spots and skin irritation.\u003c\/div\u003e\n    \u003cdiv class=\"banner-items\"\u003e\n      \u003cspan class=\"banner-item\"\u003e💨 Mist adheres perfectly\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🍊 Contains multivitamins (moisturizing)\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e💎 Contains 75% serum\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🌿 AllerGuard function\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e💇 Suitable for hair and scalp\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🧴 No artificial colors or mineral oil\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🚫 Paraben-free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ OVERVIEW --\u003e\n  \u003cdiv class=\"sec-title\"\u003eProduct overview\u003c\/div\u003e\n  \u003cdiv class=\"overview\"\u003e\n    \u003cstrong\u003eSuncut® Multivitamin UV Mist\u003c\/strong\u003e is a beauty essence-like UV mist released by KOSÉ Cosmeport on February 3, 2025. The Suncut brand, known for \"Absolutely no sunburn!\", has been updated with \u003cstrong\u003emultivitamin (moisturizing) formulation\u003c\/strong\u003e. It prevents skin irritation and spots or freckles caused by sunburn while leading to \u003cstrong\u003eradiant, translucent skin\u003c\/strong\u003e.\u003cbr\u003e\u003cbr\u003e\n    \u003cstrong\u003eFormulated with 75% serum\u003c\/strong\u003e, the water-rich, refreshing mist adheres perfectly to bare skin. It thoroughly blocks UV rays while protecting skin from dryness. Equipped with \u003cstrong\u003eAllerGuard function\u003c\/strong\u003e that blocks pollen, dust, dirt, and PM2.5. Furthermore, \u003cstrong\u003ecan be used on hair and scalp\u003c\/strong\u003e, allowing easy UV care with a single spray even on hard-to-reach areas like back and arms. Supports reapplication over makeup, making it a reliable choice for active scenes.\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ MULTI VITAMIN BOX --\u003e\n  \u003cdiv class=\"sec-title\"\u003eMultivitamin (moisturizing) 4 types of ingredients\u003c\/div\u003e\n  \u003cdiv class=\"vitamin-box\"\u003e\n    \u003cdiv class=\"vitamin-title\"\u003eFour vitamin ingredients included in UV Mist\u003c\/div\u003e\n    \u003cdiv class=\"vitamin-grid\"\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🅰️\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003eVitamin A derivative\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003eRetinyl palmitate\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e💊\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003eProvitamin B5\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003ePanthenol\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003eVitamin E derivative\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003eTocopheryl acetate\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003eVitamin E\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003eTocopherol\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vit-note\"\u003e*UV Essence contains 7 types including added Vitamin B3 (Niacinamide), Vitamin B6, and Squalane\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ MIST USAGE BOX --\u003e\n  \u003cdiv class=\"sec-title\"\u003eThree unique ways to use mist\u003c\/div\u003e\n  \u003cdiv class=\"mist-box\"\u003e\n    \u003cdiv class=\"mist-title\"\u003eWith a single spray, easily care for UV anywhere on the whole body\u003c\/div\u003e\n    \u003cdiv class=\"mist-grid\"\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e💇\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003eAlso for hair and scalp\u003cbr\u003eUsage OK\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003eUV care possible for scalp and hair where essence can’t reach\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e💄\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003eOver makeup\u003cbr\u003eReapplication\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003eCan reapply UV on the go without ruining makeup\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e🌊\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003eBack and arms too\u003cbr\u003eEasy care\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003eCovers hard-to-reach areas with a single spray\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ FEATURES --\u003e\n  \u003cdiv class=\"sec-title\"\u003e8 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\"\u003eMist\u003cbr\u003eAdheres perfectly\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eWater-rich mist firmly adheres to bare skin. Provides even UV care without patchiness\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\"\u003eHair and scalp\u003cbr\u003eAlso usable\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eCan be used on hair and scalp, unlike essence. Whole body UV care\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++++ thoroughly 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\"\u003e75% serum\u003cbr\u003eContains\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e75% serum ingredients excluding UV absorbers. Skincare with every application\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\"\u003eAllerGuard\u003cbr\u003eFunction\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eBlocks fine particles like pollen, dust, dirt, and PM2.5\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\"\u003eStrong against sweat and water, hard to remove. 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\"\u003eOver makeup\u003cbr\u003eReapplication OK\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eCan reapply UV without ruining makeup while out\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\"\u003eSoap \u0026\u003cbr\u003eRemoves with shampoo\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eNo cleansing needed. Can be removed with face wash or shampoo\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ TAGS --\u003e\n  \u003cdiv class=\"sec-title\"\u003eFor these concerns\u003c\/div\u003e\n  \u003cdiv class=\"tags\"\u003e\n    \u003cspan class=\"tag\"\u003eWant to prevent spots and freckles\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eSkin prone to irritation\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eWant to enhance translucency\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eMoisturizes while protecting against UV\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eConcerned about pollen and PM2.5\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eWant to use at the beach or pool\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eWant to use during sports\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eConcerned about scalp sunburn\u003c\/span\u003e\n    \u003cspan class=\"tag yellow\"\u003eSuitable for hair, scalp, face, and body—whole body care\u003c\/span\u003e\n    \u003cspan class=\"tag yellow\"\u003eEasy to reapply on the go\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ COMPARISON TABLE --\u003e\n  \u003cdiv class=\"sec-title\"\u003eUV Mist vs UV Essence Comparison\u003c\/div\u003e\n  \u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 18px;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 12px; min-width: 480px;\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-dark); color: #fff; padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003eComparison items\u003c\/th\u003e\n          \u003cth style=\"background: var(--gold); color: var(--acc-dark); padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003eUV Mist\u003c\/th\u003e\n          \u003cth style=\"background: var(--acc-dark); color: #fff; padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003eUV Essence\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eProduct photo\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kose-suncut-multivitamin-uv-mist_160x160.png?v=1776148609\" style=\"display: block; margin: 0 auto; max-width: 100px; height: auto;\"\u003e\n          \u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kose-suncut-multivitamin-uv-essence_160x160.png?v=1776148590\" style=\"display: block; margin: 0 auto; max-width: 100px; height: auto;\"\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eType\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003eBeauty essence UV to spray on\u003cbr\u003e(Mist type)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eBeauty essence UV to wear\u003cbr\u003e(Essence type)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eHow to use\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003eHold 10–15cm away from skin\u003cbr\u003eSpray on with a \"shoo\"\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eSpread with hands\u003cbr\u003eWrap with a \"splash\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eAdhesion feeling\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003eRefreshing mist adheres perfectly\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eEssence smoothly adheres\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eContent volume\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e60mL\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e80g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eApplicable areas\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003eFace, body, \u003cstrong\u003ehair, scalp\u003c\/strong\u003e OK\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eFace and body OK\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eVitamin types\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e4 types (VA, pro-VB5, VE, VE derivative)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e\n\u003cstrong\u003e7 types\u003c\/strong\u003e (full line)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eContains beauty serum\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e75% (excluding UV absorbers)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e75% (excluding powder and UV absorbers)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eSPF \/ PA\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eWaterproof\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003eSuper WP\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eSuper WP\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eAllergy guard function\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e◎\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eSoap off\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e◎ (Can be removed with shampoo)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eMakeup base\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e◎ (Can be reapplied over makeup)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eFor these people\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003eFor back and scalp that are hard to reach\u003cbr\u003eFor those who want easy reapplication\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eFor those who want to apply thoroughly by hand\u003cbr\u003eFor those who want to use with a skincare feel\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ GUIDE CARDS --\u003e\n  \u003cdiv class=\"sec-title\"\u003eWhich to choose?\u003c\/div\u003e\n  \u003cdiv class=\"guide-grid\"\u003e\n    \u003cdiv class=\"guide-card recommend\"\u003e\n      \u003cdiv class=\"guide-head\"\u003e💨 UV Mist is recommended\u003c\/div\u003e\n      \u003cdiv class=\"guide-body\"\u003e・For those who want UV care for back, scalp, and hair\u003cbr\u003e・For those who want easy reapplication while out\u003cbr\u003e・For those who want to quickly spray on like a shower\u003cbr\u003e・For those who want to layer it directly over makeup\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"guide-card\"\u003e\n      \u003cdiv class=\"guide-head\"\u003e🍊 UV Essence is recommended\u003c\/div\u003e\n      \u003cdiv class=\"guide-body\"\u003e・For those who want to carefully do UV care with a skincare feel\u003cbr\u003e・For those who want to fully take in 7 types of multivitamins\u003cbr\u003e・For those who want to save time by combining skincare and makeup base\u003cbr\u003e・For those who want to thoroughly apply to face and body for care\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eFrom skin and hair\u003cbr\u003eKeep 10–15 cm away\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\"\u003eSpray with a quick spray\u003cbr\u003eBlend evenly\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 face, spray onto palm\u003cbr\u003eSpray out then spread\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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 stop use\u003c\/div\u003e\n    If redness, swelling, itching, irritation, discoloration (white spots, etc.), or darkening occurs during or after use, stop using and consult a dermatologist.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ If it gets into your eyes\u003c\/div\u003e\n    Avoid contact with eyes. If it gets into your eyes, rinse immediately with water.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ How to use on the face\u003c\/div\u003e\n    When using on the face, spray some onto your palm first and then spread little by little. The same applies when using over makeup. Be careful not to disturb your makeup.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ How to remove with soap or shampoo\u003c\/div\u003e\n    Wash off thoroughly with facial cleanser or shampoo. Do not rub hard; gently blend with well-lathered soap or cleanser before rinsing.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ Storage and handling\u003c\/div\u003e\n    Avoid direct sunlight, high temperature, and humidity. Keep out of reach of infants. Do not leave near fire or in a closed car.\n  \u003c\/div\u003e\n\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📋 Suncut Multivitamin UV Mist Full Ingredients\u003c\/div\u003e\n    Ethanol, di(caprylic\/capric acid) PG, diethylhexyl succinate, \u003cstrong\u003eethylhexyl methoxycinnamate\u003c\/strong\u003e, alkyl benzoate (C12-15), \u003cstrong\u003eethylhexyl triazone\u003c\/strong\u003e, ethylhexyl salicylate, \u003cstrong\u003ediethylamino hydroxybenzoyl hexyl benzoate\u003c\/strong\u003e, polysilicone-15, \u003cstrong\u003ebis-ethylhexyloxyphenol methoxyphenyl triazine\u003c\/strong\u003e, orange peel oil, tetrahexyldecyl ascorbate, \u003cstrong\u003etocopherol\u003c\/strong\u003e, \u003cstrong\u003eretinyl palmitate\u003c\/strong\u003e, \u003cstrong\u003epanthenol\u003c\/strong\u003e, \u003cstrong\u003etocopheryl acetate\u003c\/strong\u003e, BHT, PEG-10 hydrogenated castor oil, corn oil, squalane, fragrance\u003cbr\u003e\u003cbr\u003e\n    \u003cspan style=\"font-size: 11px; color: #888;\"\u003e*Bold = multivitamin ingredients and UV absorbers. Ingredients may change without notice due to renewal, etc.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ SPEC TABLE --\u003e\n  \u003cdiv class=\"sec-title\"\u003eProduct specifications\u003c\/div\u003e\n  \u003cdiv style=\"overflow-x: auto; margin-bottom: 18px;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 13px;\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eProduct name\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eSuncut® Multivitamin UV Mist\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eManufacturer\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eKose Cosmeport Co., Ltd.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eType\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eCosmetics (sunscreen mist)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eContent volume\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e60mL\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eSPF \/ PA\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eSPF50+ \/ PA++++\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eWater resistance\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eUV water resistance ★★ (Super Waterproof)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eApplicable areas\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eFace, body, hair, scalp (whole body)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eMakeup base\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e◎ (Can be used as a makeup base and for reapplication over makeup)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eCleansing\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eNot required (can be removed with soap, facial cleanser, shampoo)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eSpecial ingredients\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e4 types of multivitamins (VA derivative, pro-VB5, VE derivative, VE), orange peel oil\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eAllergy guard function\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eYes (blocks pollen, dust, dirt, PM2.5)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eFree-from formulation\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eNo coloring, no mineral oil, paraben-free\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eFragrance\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eFruity floral scent (contains orange peel oil)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eAwards\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eLIPS Best Cosmetics 2025 First Half New Product Award UV Mist 2nd Place\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\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 UV Essence?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eThe biggest difference is the formulation and target areas. The UV Mist is a spray type that you spray on and cover like a shower, and it can be used on hair and scalp. It contains 4 types of vitamins. The UV Essence is a type you smooth on by hand and contains 7 types of vitamins (full line). For easy reapplication and hair\/scalp care while out, the Mist is recommended; for thorough skincare-like use, the Essence is recommended.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003eCan I use it on hair and scalp?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eYes, it can be used. Spray from 10 to 15 cm away from skin or hair and blend evenly. When removing, wash thoroughly with shampoo.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003eCan I use it over makeup?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eYes. You can use it to reapply UV protection while out. When applying to the face, spray some onto your palm first and then spread it little by little. Be careful not to disturb your makeup.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003eCan people sensitive to allergen codes use it?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eThis product has been allergy tested, but since it is a mist type with ethanol (alcohol) as the main ingredient, please be cautious if you are sensitive to alcohol. If you have sensitive skin or have experienced allergic reactions to cosmetics in the past, please consult a dermatologist before use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003eCan I use it at the beach or pool?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eThanks to the Super Waterproof (UV water resistance ★★) formula, it is designed to resist sweat and water. However, its effectiveness may decrease during long outings or underwater 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 to use near fire?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003eThis product contains ethanol as its main ingredient, so using it near fire is dangerous. When using the Spray, please keep it well away from fire sources (such as cigarettes, gas stoves, BBQ grills). Avoid leaving it in a closed car or in places that become hot.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"KOSE","offers":[{"title":"60ml","offer_id":52981505491260,"sku":"4971710595642","price":1145.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4971710595642.jpg?v=1776142845","url":"https:\/\/mamigo.jp\/ko-ph\/products\/kose-suncut-multivitamin-uv-mist","provider":"MamiGo","version":"1.0","type":"link"}