20 ผลิตภัณฑ์
ONLINE EXCLUSIVE
Double Serum 75ml set
1 item
ในเซ็ทประกอบด้วย :
กระเป๋าขนาดพกพา Eco-conscious 1 ชิ้น
Super Restorative Day Cream 15ml 1 ชิ้น เดย์ครีมสูตรมอบผิวดูกระชับ ลดเลือนความหย่อนคล้อย และริ้วรอยแห่งวัย สูตรสำหรับช่วงอายุ 45 ปี
Super Restorative Night Cream 15ml 1 ชิ้น ไนท์ครีมสูตรมอบผิวดูกระชับ ลดเลือนความหย่อนคล้อย และริ้วรอยแห่งวัย สูตรสำหรับช่วงอายุ 45 ปี
Super Restorative Treatment Essence 10ml 2 ชิ้น เอสเซนส์ สูตรสำหรับช่วงอายุ 45 ปี มอบความชุ่มชื้นและปรับสมดุลให้ผิว ขณะเดียวกันยังฟื้นบำรุงให้ผิวดูเรียบเนียน แลดูอ่อนกว่าวัย
NEW
Bright Plus [Advanced] Expert Serum
เซรั่มนี้ผสมผสานนวัตกรรมของคลาแรงส์กับสารสกัดจากพืชทรงประสิทธิภาพ Niacinamide และอนุพันธ์วิตามินซีเพื่อความกระจ่างใสโดยรวม
Precious Le Serum
30 มล.
เซรั่มลดเลือนริ้วรอยแห่งวัยพร้อมประสิทธิภาพในการกระชับผิวที่ช่วยกระชับสัดส่วนใบหน้าและทำให้ผิวเปล่งประกาย
EXCLUSIVE PRE-LAUNCH
Double Serum Light Texture
Double Serum Light Texture มอบการดูแลผิวเพื่อลดเลือนริ้วรอย พร้อมมอบสัมผัสบางเบา เหมาะกับทุกสภาพผิว แม้ผิวที่บอบบางแพ้ง่าย โดยเฉพาะอย่างยิ่งผิวผสมถึงผิวมัน
Double Serum and Multi-Active Set
ปริมาณ
EXCLUSIVE SET
Double Serum and Extra-Firming Set
ปริมาณ
ONLINE EXCLUSIVE
Double Serum and Multi-Intensive Set
ปริมาณ
EXCLUSIVE SET
Double Serum and Extra-Firming Loyalty Set 2025
ปริมาณ
Precious Oil-in-Serum
30 มล.
Precious Oil-in-Serum พลังแห่งการซ่อมแซมทั้งหมดของน้ำมันบำรุงผิว ผสานกับประสิทธิภาพของเทคโนโลยีเอกสิทธิ์สองชนิด [CLARINS PRECIOUS SKIN AGE-DELAYING TECHNOLOGY]
Double Serum Eye
20 มล.
ยกระดับการบำรุงสองเท่า เพื่อผิวรอบดวงตาดูอ่อนเยาว์
Hydra-Essentiel supercharged bi-phase serum
30 มล.
เซรั่มที่อุดมไปด้วยกรดไฮยาลูโรนิกและ Saffron Flower Polyphenols นี้จะให้ความชุ่มชื้นและปรับสมดุลให้แก่ผิว
NEW
Bright Plus Serum-in-Lotion
150 มล.
โลชั่นผสมเซรั่มนี้ผสานเอานวัตกรรมของคลาแรงส์เข้ากับสารสกัดจากพืชและ Niacinamide เพื่อกระตุ้นให้ผิวสัมผัสกระจ่างใสและเรียบเนียน
5-PC GIFTS IN CART
Double Serum
30 มล.
Double Serumไอโคนิคตลอดกาลการันตีด้วยยอดจำหน่ายอันดับหนึ่งของคลาแรงส์ในเจเนอเรชั่นล่าสุด เปลี่ยนอนาคตผิวสู่ผิวดูอ่อนเยาว์ ดูแลผิวครบองค์จากทุกสัญญาณแห่งวัยที่เกิดจากช่วงอายุตามกาลเวลา และริ้วรอยที่เกิดจากพฤติกรรม ไลฟ์สไตล์ และสิ่งแวดล้อม
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 ชิ้น
ONLINE EXCLUSIVE
Double Serum Eye Set
1 item
เมื่อซื้อ Double Serum Eye Set รับของขวัญ 6 ชิ้น มูลค่า 2,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;
}
}
ของขวัญประกอบด้วย :
Extra-Firming Day Cream ขนาด 5 ml จำนวน 1 ชิ้น
Extra-Firming Night Cream ขนาด 5 ml จำนวน 1 ชิ้น
Total Eye Lift ขนาด 3 ml จำนวน 2 ชิ้น
Hydrating Toning Lotion ขนาด 10 ml จำนวน 1 ชิ้น
Hydrating Gentle Foaming Cleanser ขนาด 5 ml จำนวน 1 ชิ้น
EXCLUSIVE PRE-LAUNCH
Double Serum Light Texture
50 มล.
Double Serum Light Texture มอบการดูแลผิวเพื่อลดเลือนริ้วรอย พร้อมมอบสัมผัสบางเบา เหมาะกับทุกสภาพผิว แม้ผิวที่บอบบางแพ้ง่าย โดยเฉพาะอย่างยิ่งผิวผสมถึงผิวมัน
ONLINE EXCLUSIVE
Renew-Plus Body Serum Duo Set
1 item
Renew-Plus Body Serum
200 มล.
เซรั่มบำรุงผิวกาย มอบผลลัพธ์ผิวนุ่มเนียน สัมผัสเฟิร์มกระชับ แลดูอ่อนเยาว์