{"product_id":"kose-suncut-multivitamin-uv-essence","title":"Suncut Multivitamin UV Essence","description":"\u003cstyle\u003e\n.pd-wrap-suncut {\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 .hero {\n  background: linear-gradient(135deg, #b85e00 0%, #e07b00 50%, #f5a623 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 .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 .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 .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 .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 .hero-name span { color: #fff9c4; }\n.pd-wrap-suncut .hero-size {\n  font-size: 13px;\n  color: rgba(255,255,255,0.75);\n  margin-bottom: 14px;\n}\n.pd-wrap-suncut .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n.pd-wrap-suncut .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 .hero-badge.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── SPF BAR ─── *\/\n.pd-wrap-suncut .spf-bar-wrap {\n  background: linear-gradient(90deg, #b85e00, #e07b00);\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 .spf-label {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n.pd-wrap-suncut .spf-pills { display: flex; gap: 8px; flex-wrap: wrap; }\n.pd-wrap-suncut .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 .spf-pill.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── BANNER ─── *\/\n.pd-wrap-suncut .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 .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 .banner-title::before { content: '✦'; color: var(--gold); }\n.pd-wrap-suncut .banner-items { display: flex; flex-wrap: wrap; gap: 8px; }\n.pd-wrap-suncut .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 .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 .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 .vitamin-title::before { content: '🌟'; }\n.pd-wrap-suncut .vitamin-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n}\n.pd-wrap-suncut .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 .vit-icon { font-size: 20px; margin-bottom: 4px; }\n.pd-wrap-suncut .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 .vit-chem { font-size: 9px; color: var(--text-s); line-height: 1.4; }\n.pd-wrap-suncut .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\/* ─── SECTION TITLE ─── *\/\n.pd-wrap-suncut .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 .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 .overview strong { color: var(--acc-dark); }\n\n\/* ─── FEATURE GRID ─── *\/\n.pd-wrap-suncut .feat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut .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 .feat-icon { font-size: 28px; margin-bottom: 8px; }\n.pd-wrap-suncut .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 .feat-desc { font-size: 11px; color: var(--text-s); line-height: 1.5; }\n\n\/* ─── TAGS ─── *\/\n.pd-wrap-suncut .tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n  \/* 余分な下線を防ぐためborder\/paddingをリセット *\/\n  border: none;\n  padding-bottom: 0;\n}\n.pd-wrap-suncut .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 .tag.yellow {\n  background: var(--gold-light);\n  color: #7a4f00;\n  border-color: var(--gold);\n}\n\n\/* ===== TABLES ===== *\/\n.pd-wrap table{\n  width:100%;\n  border-collapse:collapse;\n  margin-bottom:10px;\n  font-size:13px;\n}\n.pd-wrap-suncut .comp-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 12px;\n  min-width: 480px;\n}\n.pd-wrap-suncut .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-suncut .comp-table th.highlight {\n  background: var(--gold);\n  color: var(--acc-dark);\n}\n.pd-wrap-suncut .comp-table td {\n  padding: 10px 8px;\n  text-align: center;\n  border-bottom: 1px solid #ffe0b2;\n  vertical-align: middle;\n  font-size: 12px;\n  line-height: 1.5;\n}\n.pd-wrap-suncut .comp-table tr:last-child td { border-bottom: none; }\n.pd-wrap-suncut .comp-table tr:nth-child(even) td { background: var(--cream); }\n.pd-wrap-suncut .comp-table td.highlight {\n  background: var(--gold-light) !important;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n.pd-wrap-suncut .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-suncut .guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut .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 .guide-card.recommend {\n  border-color: var(--gold);\n  background: var(--gold-light);\n}\n.pd-wrap-suncut .guide-head {\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  font-size: 13px;\n}\n.pd-wrap-suncut .guide-card.recommend .guide-head { color: #7a4f00; }\n.pd-wrap-suncut .guide-body { color: var(--text-s); line-height: 1.7; }\n\n\/* ─── HOW STEPS ─── *\/\n.pd-wrap-suncut .how-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut .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 .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 .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 .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 .caution-title {\n  font-weight: 800;\n  color: #e65100;\n  font-size: 13px;\n  margin-bottom: 6px;\n}\n.pd-wrap-suncut .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 .caution-orange .caution-title { color: var(--acc-dark); }\n\n\/* ─── SPEC TABLE ─── *\/\n\/* ▼ shadow削除・外枠をwrapperのborderで表現 *\/\n.pd-wrap-suncut .spec-table-wrap {\n  border: 1.5px solid var(--acc-mid);   \/* ← 外枠をwrapperに移動 *\/\n  border-radius: var(--radius);\n  overflow: hidden;\n  margin-bottom: 18px;\n  box-shadow: none;\n}\n.pd-wrap-suncut .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n}\n\/* ▼ 左列を比較テーブルの左列と同じ薄いオレンジに変更 *\/\n.pd-wrap-suncut .spec-table th {\n  background: var(--acc-light);         \/* ← 薄いオレンジ #fff3e0 *\/\n  color: var(--acc-dark);               \/* ← テキストは濃いオレンジ *\/\n  padding: 11px 14px;\n  text-align: left;\n  width: 35%;\n  font-weight: 700;\n  border-bottom: 1px solid var(--acc-mid);\n}\n.pd-wrap-suncut .spec-table td {\n  padding: 11px 14px;\n  background: #fff;\n  border-bottom: 1px solid #ffe0b2;\n  line-height: 1.6;\n}\n.pd-wrap-suncut .spec-table tr:last-child td,\n.pd-wrap-suncut .spec-table tr:last-child th {\n  border-bottom: none;\n}\n\n\/* ─── INGREDIENT BOX ─── *\/\n.pd-wrap-suncut .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 .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 .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 .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 .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 .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 .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 .feat-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut .vitamin-grid   { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut .how-steps      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut .guide-grid     { grid-template-columns: 1fr; }\n  .pd-wrap-suncut .spf-bar-wrap   { flex-direction: column; align-items: flex-start; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap-suncut\"\u003e\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 Essence\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 yellow\"\u003eSPF50+\u003c\/span\u003e \u003cspan class=\"hero-badge yellow\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eContains multivitamin\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eContains 75% serum\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eAllergy Guard function\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eSoap off\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eMakeup base OK\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 yellow\"\u003eSPF50+\u003c\/span\u003e \u003cspan class=\"spf-pill yellow\"\u003ePA++++\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eUV water resistance ★★\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eSuper WP\u003c\/span\u003e \u003cspan class=\"spf-pill\"\u003eSuitable for sea and pool\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\"\u003eChanging the future of beautiful skin. UV that prevents spots and skin irritation.\u003c\/div\u003e\n\u003cdiv class=\"banner-items\"\u003e\n\u003cspan class=\"banner-item\"\u003e🍊 Contains multivitamin (moisturizing)\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e💎 Contains 75% serum\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌿 Allergy guard function\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e✨ No white cast\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🌸 Non-comedogenic\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🧴 No artificial colors or mineral oil\u003c\/span\u003e \u003cspan class=\"banner-item\"\u003e🚫 Paraben-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\u003eSuncut® Multivitamin UV Essence\u003c\/strong\u003e is a skincare-inspired UV essence released by KOSÉ Cosmeport on February 3, 2025. The Suncut brand, known for \"Absolutely no sunburn!\" has finally been updated to include \u003cstrong\u003emultivitamin (moisturizing) essential for beautiful skin\u003c\/strong\u003e. It prevents skin irritation and spots\/freckles caused by sunburn while leading to \u003cstrong\u003eclear, radiant bare skin\u003c\/strong\u003e.\u003cbr\u003e\u003cbr\u003eFormulated with \u003cstrong\u003e75% serum rich in moisture\u003c\/strong\u003e for a feel that blends with bare skin. Water-rich essence adheres smoothly and protects skin from dryness with moisture-hold technology. Also features \u003cstrong\u003eallergy guard function\u003c\/strong\u003e that blocks fine particles like pollen, dust, dirt, and PM2.5. Super waterproof with SPF50+ \/ PA++++ thoroughly guards against daily UV rays.\u003c\/div\u003e\n\u003c!-- ▼ MULTI VITAMIN BOX --\u003e\n\u003cdiv class=\"sec-title\"\u003e7 types of multivitamin (moisturizing) ingredients\u003c\/div\u003e\n\u003cdiv class=\"vitamin-box\"\u003e\n\u003cdiv class=\"vitamin-title\"\u003e7 essential vitamins for beautiful skin (Essence only)\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 derivatives\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\"\u003eVitamin B3\u003c\/div\u003e\n\u003cdiv class=\"vit-chem\"\u003eNiacinamide\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\"\u003ePro Vitamin 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 B6\u003c\/div\u003e\n\u003cdiv class=\"vit-chem\"\u003ePyridoxine HCl\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 derivatives\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\u003cdiv class=\"vitamin-card\"\u003e\n\u003cdiv class=\"vit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"vit-name\"\u003eSqualane\u003c\/div\u003e\n\u003cdiv class=\"vit-chem\"\u003eMoisturizing \u0026 emollient\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vit-note\"\u003e*UV Mist contains only Vitamin A derivatives, Pro Vitamin B5, Vitamin E, and Vitamin E derivatives (4 types)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ FEATURES --\u003e\n\u003cdiv class=\"sec-title\"\u003e6 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\"\u003eMultivitamin\u003cbr\u003e7 types included\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eCarefully selected 7 types of vitamins effective for preventing spots and skin irritation. Supports beautiful skin from within\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. Protects against both UV-B and UV-A rays\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\u003eIngredients\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003e75% serum ingredients excluding powders and 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\"\u003eAllergy guard\u003cbr\u003eFunction\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eBlocks fine particles like pollen, dust, dirt, and PM2.5. Provides total skin protection when going 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\"\u003eSuper\u003cbr\u003eWaterproof\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eStrong against sweat and water, hard to remove. Suitable for sea, pool, sports, and leisure\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. Washes off with regular cleanser. Gentle on skin even with daily use\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\"\u003eFeels like it blends with bare skin without interfering with makeup. Can be used as both base and sunscreen\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\"\u003eNon-comedogenic\u003cbr\u003eNon-comedogenic\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eFormulated to be less likely to cause acne (tested). Allergy tested and gentle on skin\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\"\u003eWant to prevent spots and freckles\u003c\/span\u003e \u003cspan class=\"tag\"\u003eProne to skin irritation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to enhance translucency\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMoisturizes while protecting against UV\u003c\/span\u003e \u003cspan class=\"tag\"\u003eConcerned about pollen and PM2.5\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to use at sea or pool\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWant to use during sports\u003c\/span\u003e \u003cspan class=\"tag\"\u003eConcerned about acne\u003c\/span\u003e \u003cspan class=\"tag yellow\"\u003eFor face \u0026 body\u003c\/span\u003e \u003cspan class=\"tag yellow\"\u003eDoubles as makeup base for quicker skincare\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ▼ COMPARISON TABLE --\u003e\n\u003cdiv class=\"sec-title\"\u003eUV Essence vs UV Mist 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 Essence\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 Mist\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-essence_160x160.png?v=1776148590\" 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-mist_160x160.png?v=1776148609\" 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 serum UV to wear\u003cbr\u003e(Essence type)\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eBeauty serum UV to soak in\u003cbr\u003e(Mist 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;\"\u003eSpread with hands\u003cbr\u003eLightly apply\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eHold 10–15cm away from skin\u003cbr\u003eSpray and soak\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);\"\u003eEssence that adheres smoothly\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eRefreshing mist that sticks closely\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;\"\u003e80g\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e60mL\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 OK\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eFace, body, \u003cstrong\u003ehair, scalp\u003c\/strong\u003e 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;\"\u003e\n\u003cstrong\u003e7 types\u003c\/strong\u003e (Full line)\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e4 types (VA, Pro VB5, VE, VE derivatives)\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 essence\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 powders and UV absorbers)\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e75% (excluding 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◎\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◎\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 those who want to apply thoroughly by hand\u003cbr\u003eFor those who want to use with a skincare feel\u003c\/td\u003e\n        \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eFor back and scalp that are hard to reach\u003cbr\u003eFor those who want easy reapplication\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 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 shorten skincare time by combining with makeup base\u003cbr\u003e・For those who want to thoroughly apply and care for face and body\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-card\"\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 as well\u003cbr\u003e・For those who want easy reapplication on the go\u003cbr\u003e・For those who want to quickly spray on\u003cbr\u003e・For those who want to layer over makeup\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\"\u003eApply an appropriate amount to the palm\u003cbr\u003eDispense with a \"pashatto\" (spritz) motion\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 smoothly\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⚠️ If it gets into the eyes\u003c\/div\u003e\nAvoid contact with eyes. If it gets into the eyes, rinse immediately with water.\u003c\/div\u003e\n\u003cdiv class=\"caution-orange\"\u003e\n\u003cdiv class=\"caution-title\"\u003eℹ️ How to remove with soap\u003c\/div\u003e\nWash gently with facial cleanser or soap. Do not rub harshly; gently lather with well-foamed soap or cleanser before rinsing off.\u003c\/div\u003e\n\u003cdiv class=\"caution-orange\"\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📋 Suncut Multivitamin UV Essence Full Ingredients\u003c\/div\u003e\nWater, ethanol, \u003cstrong\u003eethylhexyl methoxycinnamate\u003c\/strong\u003e, BG, \u003cstrong\u003ediethylamino hydroxybenzoyl hexyl benzoate\u003c\/strong\u003e, \u003cstrong\u003ebis-ethylhexyloxyphenol methoxyphenyl triazine\u003c\/strong\u003e, diethylhexyl sebacate, \u003cstrong\u003eethylhexyl triazone\u003c\/strong\u003e, \u003cstrong\u003eniacinamide\u003c\/strong\u003e, \u003cstrong\u003eretinyl palmitate\u003c\/strong\u003e, \u003cstrong\u003epanthenol\u003c\/strong\u003e, \u003cstrong\u003epyridoxine HCl\u003c\/strong\u003e, \u003cstrong\u003etocopheryl acetate\u003c\/strong\u003e, \u003cstrong\u003etocopherol\u003c\/strong\u003e, \u003cstrong\u003esqualane\u003c\/strong\u003e, \u003cstrong\u003evitamin C derivative\u003c\/strong\u003e (product antioxidant), DPG, PEG-6, trimethylsiloxysilicate, fragrance\u003cbr\u003e\u003cbr\u003e\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\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 Essence\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;\"\u003eKOSÉ 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;\"\u003eCosmetic (sunscreen essence)\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;\"\u003e80g\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 and body (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 base before 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 or facial cleanser)\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;\"\u003e7 types of multivitamins (VA derivative, VB3, pro-VB5, VB6, VE derivative, VE, squalane)\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, and 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 formula\u003c\/th\u003e\n\u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eFree of colorants, mineral oil, and parabens\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%;\"\u003eTested\u003c\/th\u003e\n\u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eAllergy tested and non-comedogenic tested\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%;\"\u003eScent\u003c\/th\u003e\n\u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eRefreshing clear citrus scent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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 the UV Mist?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe biggest difference is the formulation type and applicable areas. The UV Essence is a type that you smoothly spread by hand and contains seven types of vitamins (full line). The UV Mist is a spray type that you can apply like a mist and can also be used on hair and scalp. For easy reapplication on the go, the Mist is recommended; for thorough skincare-like application, the Essence is recommended.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs the vitamin C derivative a whitening ingredient?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe vitamin C derivative included in this product is added as an antioxidant for the product. It is not included as a whitening active ingredient but plays a role in protecting both the product and the skin from oxidative damage caused by UV rays.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat is the Allergy Guard function?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eIt forms a barrier film on the skin surface to help prevent external fine particles such as pollen, dust, dirt, and PM2.5 from adhering to the skin. It protects the skin from external irritants as well as providing sun protection.\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 has a light texture that blends seamlessly with bare skin, and it is well-liked for how well it layers under foundation. Simply apply this product after skincare and then proceed with makeup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan it be used on acne-prone skin?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eFormulated with a non-comedogenic test, it is designed to be less likely to cause acne. It is also free of colorants, mineral oil, and parabens, ensuring thorough care for the skin. However, this does not guarantee that no one will develop comedones (acne).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan it be used at the beach or pool?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eBecause of the super waterproof (UV water resistance ★★) formula, it is designed to resist coming off even when exposed to sweat or water. However, since its effectiveness may decrease during long outings or water activities, reapplication every 2 to 3 hours is recommended.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KOSE","offers":[{"title":"80g","offer_id":52981505425724,"sku":"4971710595659","price":1260.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4971710595659_6fcdfbac-6f23-4fb5-b92a-88858a137ea1.jpg?v=1776142829","url":"https:\/\/mamigo.jp\/ko-mo\/products\/kose-suncut-multivitamin-uv-essence","provider":"MamiGo","version":"1.0","type":"link"}