Vorgetränkte Reinigungspads für Gesicht und Körper
Kojisäure: Hilft, dunkle Flecken zu verblassen, Sonnenschäden zu reduzieren und Aknenarben aufzuhellen
Kurkumawurzelpulver: Bekämpft fahle Haut und stärkt die Antioxidantien
Centella Asiatica (Cica): Stärkt und repariert die Hautbarriere
Unterstützt die Elastizität und reduziert feine Linien
Enthält 50 Pads
Unterstützt die Elastizität und reduziert feine Linien
Duftet nach gezuckerter Yuzu und Birne, um deiner Haut ein strahlendes und frisches Finish zu verleihen
Sanft geriffelte Textur für ein Peeling ohne Irritationen
Für alle Hauttypen geeignet
Hilft, den Hautton auszugleichen und den Teint zum Strahlen zu bringen
Frei von Parabenen, Sulfaten und Alkoholen
Vegan und tierversuchsfrei
Das Reinigungspad sanft auf die feuchte Haut einmassieren, um einen leichten Schaum zu erzeugen.
Das Produkt einige Minuten einwirken lassen und gründlich mit Wasser abspülen.
Fahre mit deiner gewohnten Hautpflegeroutine fort. Vermeide die gleichzeitige Anwendung anderer Produkte mit Wirkstoffen oder Peeling-Säuren.
Trage im Anschluss immer deine bevorzugte Gesichtspflege auf.
Dieses Produkt kann die Sonnenempfindlichkeit erhöhen. Verwende daher immer einen Breitband-Sonnenschutz mit SPF 30 oder höher.
Pro-Tipp: Kombiniere es mit dem Kitsch Extra-Wide Spa-Stirnband, um fliegende Haare im Zaum zu halten und deine Routine sauber und unkompliziert zu gestalten.
WARNUNG: Nur zur äußeren Anwendung. Augen und Lippen aussparen. Außerhalb der Reichweite von kleinen Kindern aufbewahren.
WICHTIG: Ein Patch-Test vor der Anwendung wird empfohlen
Trage eine kleine Menge auf eine unauffällige Hautstelle auf und warte 24 Stunden, um vor der vollständigen Anwendung auf Reizungen zu prüfen. Nicht auf empfindlicher, verletzter oder gereizter Haut anwenden. Wenn Rötungen, Juckreiz oder Unbehagen auftreten, die Anwendung abbrechen und einen Arzt oder eine Ärztin konsultieren.
Kojisäure
Die mit Antioxidantien angereicherte Kojisäure bekämpft dunkle Flecken und Pigmentierung und hilft, den Teint aufzuhellen und zu glätten.
Turmeric Root Powder
Potent antioxidant Turmeric Root Powder combats dullness, protects skin from oxidative stress, and enhances overall radiance.
Centella Asiatica Extract (Cica)
Centella Asiatica strengthens the skin barrier, promotes cellular repair, and supports resilience against environmental stressors.
Wir sind von Leaping Bunny zertifiziert! Das Leaping-Bunny-Logo ist das einzige international anerkannte Siegel, das garantiert, dass bei der Entwicklung der Produkte keine Tierversuche durchgeführt wurden.
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 0,
total_items: 3,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Reinigungspads mit Kojisäure für Gesicht & Körper`;
let bundleHandle = `reinigungspads-kojisaure-gesicht-korper`;
let bundleCount = 3;
let bundleQty = 1;
let index = 0;
// Update button text to 'adding...'
this.$refs.addToCartButton.textContent = 'Adding...';
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
// Update button text back to 'add to cart'
this.$refs.addToCartButton.textContent = 'Add to cart';
// Update cart with event dispatch
this.$dispatch('update-cart', { cart: response });
// Open cart after adding product
this.$dispatch('toggle-cart-drawer');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Kojic Acid Bar für Hyperpigmentierung und dunkle Flecken
$18.00$18.00
100% Rizinusöl - 60ml
$12.00$12.00
Edelstahl Gua Sha
$27.00$27.00
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 0,
total_items: 3,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Reinigungspads mit Kojisäure für Gesicht & Körper`;
let bundleHandle = `reinigungspads-kojisaure-gesicht-korper`;
let bundleCount = 3;
let bundleQty = 1;
let index = 0;
this.$refs.addToCartButton.textContent = 'Adding...';
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
this.$refs.addToCartButton.textContent = 'Auswahl in den Warenkorb legen';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Häufig zusammen gekauft
Kojic Acid Bar für Hyperpigmentierung und dunkle Flecken
Registrieren Sie sich, um eine Benachrichtigung zu erhalten, wenn dieser Artikel wieder auf Lager ist.
Bitte geben Sie eine gültige E-Mail Adresse ein.
Danke für die Anmeldung! Wir schicken Ihnen eine E-Mail, sobald das Produkt wieder verfügbar ist.
{
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
// Hide floating cart when main button is visible (with some buffer)
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// If main button not found, show floating cart
show = true;
}
})"
x-init="$nextTick(() => {
// Delay initialization to ensure Alpine has rendered the main add-to-cart button
setTimeout(() => {
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// Fallback: show sticky cart if main button not found after delay
show = true;
}
}, 500);
})"
class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">
4 Gründe, warum alle die Kojisäure-Reinigungspads von Kitsch lieben
1. Bringt die Haut von innen heraus zum Strahlen
Vorgetränkte Pads mit aufhellender Kojisäure, antioxidantienreicher Kurkumawurzel und reparierendem Cica bringen die natürliche Strahlkraft deiner Haut zum Vorschein.
2. Gleicht den Teint aus
Wirkt unebenmäßigem Hautton entgegen und glättet und erneuert die Haut schrittweise mit jedem Wischen – egal ob im Gesicht oder am Körper.
3. Lässt dunkle Flecken & Pigmentierung verblassen
Hilft mit einer sanften, hautschonenden Formel, das Erscheinungsbild von dunklen Flecken, Sonnenschäden und Aknenarben zu reduzieren.
4. Reinigt & peelt mühelos
Geriffelte, vorgetränkte Pads reinigen tiefenwirksam und peelen sanft ohne starkes Schrubben, sodass sich die Haut überall ganz einfach erfrischen lässt.
These are literally a face-lift in a pad for me!!!! I can't state it any other way. I was hoping for a little more even texture, less redness, but I got my dark spots, moles and freckles faded in color. I was just starting to form a few fine lines and those have mostly faded and disappeared as well. Literally a face-lift in a pad!
These are so easy to use too. Just wash your face, swish and bubble these all over. Let sit for a bit and rinse. Use your regular skincare and don't forget the sunscreen during the day.
A
Arian
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Velvet
I have been using those for 2 weeks. My face tone brighter, my neck and chest feels like Velvet. I love that they come with tiny tweezers, that snap in lid, these make pulling up one pad very easy.
R
Ron
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Mind-Blowing Pads!
I purchased these cleansing pads about 3 weeks ago and I absolutely LOVE them! I've been in the beauty industry (skincare, haircare, and makeup) for over 30 years and I use to be a brand rep for a dermatology brand, who offered medical-grade peel pads that were (and still are) very popular. HOWEVER, I have to be honest and say that the Kitsch Kojic Acid Face and Body Cleansing Pads, I found to be MUCH MORE effective; especially when it comes to hyperpigmentation. After only 3 weeks, I've see a huge reduction. And my skin is much more even in texture and tone. And yet, at the same time, these pads are very gentle. So, THANK YOU for providing an outstanding product that actually works.
P.S. - I'm recommending these pad to everyone I know. You've got a customer for life!
AF
Angel F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Face and body pads you didn't know you needed!
I absolutely love these. I used them more on my face than another. the container conveniently comes with tweezers to pull out the pads. I really like. My face feels so clean and refreshed after using them and I should've taken a before and after picture so you can see my pores have shrunk and the dark spots are fading, my skin has a brightness now.
J
Jackie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
5 million stars
This is amazing, like this is everything I have ever wanted from a headband and more. I have the original kitsch headband and I really like it but this is a million time better. First of all the material is incredibly soft it's luxurious and feels amazing. But the size is what makes this a hands down winner, it looks like a beanie when you put it on it's so freaking cute, the color is amazing but the best part it holds allllllll your hair. For the entire time your washing your face and doing your skincare your hair is secure, out of the way and wrapped up tight. I have extremely long hair and this headband tucks it all away. It's so comfortable to wear, does it's job and like amazing. I'm so in love with this you won't regret buying one, it's amazing.
F
Felicia
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
AMAZING
I would definitely recommend this. I've used other ones in the past , And I do like these a lot more!! I definitely saw a difference pretty quickly in my dark spots and post acne scars
A
Aklea
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Smooth, clear skin!
These cleansing pads are fantastic! They're very saturated with product and come with little tweezers to help separate each pad. They have a mild fresh, clean scent. I have sensitive, often reactive skin and these caused no irritation at all even when used daily. They leave my skin feeling smooth, well exfoliated and clean, but not dry or stripped. Best part is that there's been a noticeable lightening of the sunspots on my face and neck! Highly recommend!
J
Julie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love the feel
After using the Kojic Acid Face and Body Cleansing Pads my face felt softer and looked brighter, even after the first use. I also used them on my upper arms and found them to help reduce the appearance of keratosis pilaris. Highly recommend.
K
KIM
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great product!
I love these Kojic Acid Face and Body Cleansing Pads. They work great pre shower and leaves my skin smooth, soft, and clear. Absolutely zero irritation and a fresh light scent.
SG
So g.
I recommend this product
Rated 5 out of 5 stars
3 years ago
Only thing is needs more colors!
And this is literally the best thing since sliced bread! Super soft, not too tight around your head, keeps your hair back without having to use a clip or scrunchie! The only thing I want now is more colors!
Loading...
Loading...
Frequently Asked Questions
Täglich oder nach Bedarf anwenden, abhängig von der Empfindlichkeit deiner Haut und deinen Wünschen bezüglich dunkler Flecken.
Ja! Sie sind sowohl für die Anwendung im Gesicht als auch am Körper formuliert.
Die Pads sind sanft und mit natürlichen Inhaltsstoffen formuliert, aber es wird empfohlen, zuerst einen Patch-Test durchzuführen, wenn du sehr empfindliche Haut hast.
Sichtbare Verbesserungen bei dunklen Flecken, Strahlkraft und Hautton zeigen sich in der Regel innerhalb von 2–4 Wochen bei regelmäßiger Anwendung.
Ja! Diese Pads können in deine normale Hautpflegeroutine integriert werden. Vermeide die Verwendung zusammen mit anderen starken Peelings am selben Tag, um Irritationen zu vermeiden.
Der Vergleichspreis entspricht dem Preis, zu dem das Produkt zuvor angeboten wurde, oder dem geschätzten Marktpreis vergleichbarer Artikel bei anderen Anbietern. Da Preise häufig schwanken, können wir nicht garantieren, dass der Vergleichspreis zu einem bestimmten Zeitpunkt dem aktuellen Marktpreis entspricht.
Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.