17 ผลการค้นหาสำหรับ
Bright plus
17 ผลิตภัณฑ์
Bright Plus Milky Essence
200 มล.
เอสเซ้นส์น้ำนมเพื่อผิวดูสวยเปล่งประกายกระจ่างใส ช่วยลดเลือนรอยหมองคล้ำและจุดด่างดำที่มีสาเหตุมาจากรังสีแสงอาทิตย์และมลภาวะให้ดูดีขึ้น
Bright Plus Moisturizing Gel Cream
50 มล.
ครีมเจลเนื้อบางเบาที่มอบความชุ่มชื้น การบำรุง พร้อมช่วยลดเลือนจุดด่างดำและความหมองคล้ำ
Bright Plus Moisturizing Emulsion
75 มล.
Brightening Emulsion ที่ช่วยป้องกันและลดเลือนจุดด่างดำให้ดีขึ้นอย่างสังเกตเห็นได้
NEW
Bright Plus [Advanced] Expert Serum
30 มล.
เซรั่มนี้ผสมผสานนวัตกรรมของคลาแรงส์กับสารสกัดจากพืชทรงประสิทธิภาพ Niacinamide และอนุพันธ์วิตามินซีเพื่อความกระจ่างใสโดยรวม
Bright Plus Fresh Ampoule
8 ml x 4
แอมฟูล (Ampoule)เพิ่มความกระจ่างใสภายใน 7 วัน อุดมไปด้วย Vitamin C บริสุทธิ์ที่มีความเข้มข้นสูง เพื่อปรับสภาพสีผิวให้สม่ำเสมอและลดเลือนความหมองคล้ำ
Bright Plus Moisturizing Emulsion
75 มล.
Brightening Emulsion ที่ช่วยป้องกันและลดเลือนจุดด่างดำให้ดีขึ้นอย่างสังเกตเห็นได้
NEW
Bright Plus Serum-in-Lotion
150 มล.
โลชั่นผสมเซรั่มนี้ผสานเอานวัตกรรมของคลาแรงส์เข้ากับสารสกัดจากพืชและ Niacinamide เพื่อกระตุ้นให้ผิวสัมผัสกระจ่างใสและเรียบเนียน
Bright Plus Milky Essence
200 มล.
เอสเซ้นส์น้ำนมเพื่อผิวดูสวยเปล่งประกายกระจ่างใส ช่วยลดเลือนรอยหมองคล้ำและจุดด่างดำที่มีสาเหตุมาจากรังสีแสงอาทิตย์และมลภาวะให้ดูดีขึ้น
NEW
Bright Plus Serum-in-Lotion
150 มล.
โลชั่นผสมเซรั่มนี้ผสานเอานวัตกรรมของคลาแรงส์เข้ากับสารสกัดจากพืชและ Niacinamide เพื่อกระตุ้นให้ผิวสัมผัสกระจ่างใสและเรียบเนียน
Bright Plus Treatment Essence
200 มล.
ทรีตเมนต์เอสเซ้นส์เพื่อผิวสวยกระจ่างใสช่วยลดเลือนจุดด่างดำที่มีสาเหตุมาจากรังสีแสงอาทิตย์ มลภาวะ และริ้วรอยหมองคล้ำให้แลดูจางลง
NEW
Bright Plus [Advanced] Expert Serum
เซรั่มนี้ผสมผสานนวัตกรรมของคลาแรงส์กับสารสกัดจากพืชทรงประสิทธิภาพ Niacinamide และอนุพันธ์วิตามินซีเพื่อความกระจ่างใสโดยรวม
Bright Plus Treatment Essence
200 มล.
ทรีตเมนต์เอสเซ้นส์เพื่อผิวสวยกระจ่างใสช่วยลดเลือนจุดด่างดำที่มีสาเหตุมาจากรังสีแสงอาทิตย์ มลภาวะ และริ้วรอยหมองคล้ำให้แลดูจางลง
ONLINE EXCLUSIVE
Bright Plus Kit
1 item
เหมาะสำหรับคนที่มีผิวหมองคล้ำหรือต้องการลดเลือนจุดด่างดำและผิวกระจ่างใส
1,500 บาท | มูลค่ารวม 5,100 บาท
ONLINE EXCLUSIVE
Bright Plus Serum Set
1 item
เมื่อซื้อ Bright Plus Serum Set รับของขวัญ 6 ชิ้น มูลค่า 3,650 บาท
MID-YEAR SALE
รับส่วนลด 20% เมื่อชอปขั้นต่ำ 5,000 บาท
จะสิ้นสุดใน :
Days
:
Hours
:
Minutes
:
Seconds
// Set the date we're counting down to
var countDownDate = new Date("June 18, 2025 23:59:00").getTime();
// Update the count down every 1 second
var x = setInterval(function () {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
//document.getElementById("demo").innerHTML = days + "d " + hours + "h "
// + minutes + "m " + seconds + "s ";
// Display the result
document.getElementById("days1").textContent = days.toString().padStart(2, '0');
document.getElementById("hours1").textContent = hours.toString().padStart(2, '0');
document.getElementById("minutes1").textContent = minutes.toString().padStart(2, '0');
document.getElementById("seconds1").textContent = seconds.toString().padStart(2, '0');
// If the count down is finished, write some text
if (distance
.container {
max-width: 600px;
width: 100%;
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.countdown-container {
display: flex;
justify-content: left;
gap: 5px;
margin: 0 0;
}
.countdown-item {
display: flex;
flex-direction: column;
align-items: baseline;
position: relative;
}
.countdown-item-flash {
display: flex;
flex-direction: column;
align-items: baseline;
position: relative;
padding: 0 0 10px 0;
}
.countdown-digit {
font-size: 16px;
font-weight: 700;
background-color: #b40024;
color: #ffffff;
border-radius: 8px;
padding: 5px 5px;
min-width: 35px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.countdown-digit::after {
content: '';
position: absolute;
top: 50%;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.1);
left: 0;
}
.countdown-label {
font-size: 10px;
font-weight: 500;
color: #2d2d2d;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.countdown-label-flash {
font-size: 14px;
font-weight: 500;
color: #b40024;
margin-top: 8px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.accent-digit {
background-color: #2d2d2d;
}
.countdown-separator {
font-size: 20px;
font-weight: 700;
color: #2d2d2d;
margin-top: 0px;
}
/* Responsive styles */
@media (max-width: 600px) {
.container {
padding: 30px 20px;
}
.countdown-container {
gap: 2px;
}
.countdown-digit {
font-size: 14px;
padding: 5px 5px;
min-width: 35px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.countdown-separator {
font-size: 20px;
margin-top: 0px;
}
.countdown-label {
font-size: 8px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
}
ของขวัญประกอบด้วย :
Bright Plus Treatment Essence ขนาด 50 ml จำนวน 1 ชิ้น
Bright Plus Serum-in-Lotion ขนาด 10 ml จำนวน 2 ชิ้น
Bright Plus Moisturizing Emulsion ขนาด 15 ml จำนวน 1 ชิ้น
Bright Plus Dark Spot-Targeting Moisturizing Gel Cream ขนาด 15 ml จำนวน 1 ชิ้น
Total Eye Lift ขนาด 3 ml จำนวน 1 ชิ้น