Verwende den Code DERMAPLANER und erhalte einen KOSTENLOSEN umweltfreundlichen Dermaplaner (Wert 9 $) zu deiner Bestellung.
Reinigt tiefenwirksam dein Gesicht und deinen Körper mit hautfreundlichem Kurkuma, feuchtigkeitsspendender Hyaluronsäure und nährender Sheabutter
Mit Kojisäure zur Hautaufhellung für einen ebenmäßigen Teint
Formuliert, um deiner Haut von innen heraus zum Strahlen zu verhelfen und dunkle Flecken sowie Hyperpigmentierung zu reduzieren
Peelt sanft das Gesicht durch Entfernung abgestorbener Hautzellen und unerwünschter Haare, die Schmutz und Öl festhalten können
Wiederhole alle 3–4 Wochen, sobald die Zellerneuerung der Haut abgeschlossen ist
Schäumender Seifenschaum erneuert deine Pflegeroutine von Kopf bis Fuß mit hautfreundlichem Kurkuma, feuchtigkeitsspendender Hyaluronsäure und nährender Sheabutter
Reduziert Einweg-Plastikflaschen:unsere konzentrierte Seifenformel enthält Wirkstoffe im Gegenwert einer 473-ml-Flasche Duschgel
Frei von Parabenen, Phthalaten, Silikonen und Sulfaten
Hergestellt in den USA, Vegan, Tierversuchsfrei, Leaping Bunny-zertifiziert
Hilft die Haut auf eine glattere Make-up-Anwendung und eine bessere Produktaufnahme für ein strahlendes Aussehen vorzubereiten
Stimuliert die Kollagenproduktion zur Reparatur von Hautunregelmäßigkeiten
Erhöht die Aufnahme von Ölen, Seren und Feuchtigkeitscremes
1x Kojisäure-Bar für Gesicht und Körper
1x Umweltfreundlicher Dermaplaner
Befeuchte die Seife mit warmem Wasser und massiere sie in die Haut ein, bis ein sanfter Schaum entsteht. Abspülen und anschließend deine Lieblingsfeuchtigkeitscreme verwenden.
Vor der Anwendung einen Test an einer Stelle wie der Innenseite des Arms oder seitlich am Hals durchführen, um Hautempfindlichkeit zu prüfen. Bei Reizungen die Anwendung abbrechen. Nicht für empfindliche Haut geeignet.
Kojisäure
Die mit Antioxidantien angereicherte Kojisäure bekämpft dunkle Flecken und Pigmentierung und hilft, den Teint aufzuhellen und zu glätten.
Kurkuma
Helfen Sie Ihrer Haut, von innen heraus zu strahlen - mit antioxidativem und antimikrobiellem Kurkuma, das die Haut heilt und Verfärbungen verblassen lässt.
Hyaluronsäure
Hyaluronsäure ist ein Feuchtigkeitsmultiplikator, der Wasser anzieht und speichert und die Haut sofort mit Feuchtigkeit versorgt und prall macht.
Karité-Butter
Beleben Sie Ihre Haut mit vitaminreicher Sheabutter, die Feuchtigkeit spendet und die Haut weicher, glatter und hydratisierter macht.
Wir sind Leaping Bunny zertifiziert! Das Leaping-Bunny-Logo ist das einzige international anerkannte Symbol, das den Verbrauchern garantiert, dass bei der Entwicklung eines Produkts, das es trägt, keine neuen 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: 4,
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 = `Kojisäure-Bar für Gesicht und Körper + Umweltfreundlicher Dermaplaner`;
let bundleHandle = `kojic-acid-face-and-body-bar-free-eco-friendly-dermaplaner`;
let bundleCount = 4;
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
$ 420.00
$ 420.00
Dermaplaner 12er Set - Schwarz
$ 350.00
$ 350.00
Reinigungspads mit Kojisäure für Gesicht & Körper
$ 536.00
$ 536.00
Dermaplaning-Öl
$ 443.00
$ 443.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: 4,
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 = `Kojisäure-Bar für Gesicht und Körper + Umweltfreundlicher Dermaplaner`;
let bundleHandle = `kojic-acid-face-and-body-bar-free-eco-friendly-dermaplaner`;
let bundleCount = 4;
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
Kojisäure-Bar für Gesicht und Körper + Umweltfreundlicher Dermaplaner
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 Millionen von Frauen auf den aufhellenden Kojisäure-Riegel von Kitsch umsteigen
1. hellt die Haut von innen auf
Belebt das natürliche Strahlen Ihrer Haut mit aufhellender Kojisäure, hautfreundlicher Kurkuma, feuchtigkeitsspendender Hyaluronsäure und nährender Sheabutter.
2. gleichmäßiger Teint
Behebt Hautunebenheiten und glättet und erneuert die Haut nach und nach mit jeder Reinigung.
3. mildert dunkle Flecken und Pigmentierung
Die hauterneuernde Formel hilft, sonnenbedingte dunkle Flecken, Narbenbildung und Hyperpigmentierung zu reduzieren.
4. reinigt das Gesicht und den Körper
Der Ganzkörperriegel schäumt Ihre Haut von Kopf bis Fuß für eine belebende Reinigung ein - ohne Zusatz von Wasser, Konservierungsstoffen und Flaschen.
I like this Kojic bar! When I first got it in the mail, I didn’t even have the box open and I could smell the fragrance from the bar, so it is very strong. Some people may not mind, but others who are sensitive to smell should take note. The ridges on the bar makes it easier to grip onto the sides to hold when using it, especially in the shower. I make sure to take it out of the shower for it to dry so it stays in tact as long as possible.
I gradually saw a few areas of my skin subtly brighten after multiple uses over 2 weeks, but I did notice that my skin felt a bit more sensitive being out in the sun, so I have to make sure I’m applying sunscreen everyday, at least a couple times a day. I noticed one of my darker sunspots on the side of my face has gotten lighter, and that it seems to be doing good at slowly tackling any minor scars or reducing redness from acne. On my arms, it has helped blur the “farmer’s tan lines” on my biceps, but my forearms only look slightly lighter overall.
The only thing that I haven’t noticed a difference are the little freckles across my nose and cheeks. If anything, they seem a little more noticeable. But since there are many, I’m sure it will be much longer for me to notice any changes. Overall, it is a subtle transformation for me, helping to even out and brighten my skin tone. This isn’t an overnight change kind of product, where you’ll have instant results, and will take many more uses over time to notice a bigger impact, but I think it…
MH
Mandi H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Only a weeks use!
I have only been using this on my face for a week (and only every other day) and I can already see some of my dark spots lighting up! And my over all skin tone evening out. The picture on the left was taken on December 1 and the one on the right was taken December 8th. I’m excited to see what next week will bring.
M
Morgan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Best Blades
I've been using these blades for over a year now - I got my first set through a local boutique and immediately loved them. These are great for getting some of the peach fuzz off my face and removing some of the excess dead skin on the surface. I've noticed a difference in the way my skin absorbs my serums and moisturizers and my skin feels a lot smoother and healthier.
K
Krista
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Life saver for my inflammatory rash!
A few weeks ago, I woke up to a rash all over my face and arms, a clear indication of my inflammation. On the left, you'll see the rash on day two. Using the bar every two days, I witnessed a remarkable transformation - my rash dried up and disappeared within a week! Having faced similar breakouts before that lasted for months, with prescriptions offering no respite, I'm grateful for Kitsch's remarkable product!
PV
Punky Val (.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
I love it!!
I was a bit skeptical about this soap since my skin is a combination and it might dry my face too easily, but that's not the case. It leaves my skin very soft and I can even use it to take my makeup off! My rosacea has improved since I started using it and my skin looks brighter. I'm very happy with it.
ΦΝ
Φωτεινή Ν.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
In LOVE with this bar!!!
If you have to buy one item from kitsch for your skin/ body let this be it!
I have very sensitive skin from my face to my body so I want to start by saying this bar did not make my skin dry at all while using it, which has been a problem for me with any other clarrifying soap I have used.
I used to have little pipmly bumbps on my arms (in the tricep area)- it got rid of those. The kind of purlpy shade my underarms used to have? Gone! Spots from shaving I used to have on my legs? Not anymore! Use it with an exfoliating body brush with bristles and you will have new skin!
In my face I have oily-sensitive skin and a good cleanser was imposible for me to find BUT this bar did the trick! My skin also used to be irritaded and had red spots all over but this bar after only one week of use relieved it- say goodbye to dull skin!
As for the smell, personaly I ADORE it! It is very citrucy and fresh, plus it fills up the whole room and it's like you are using a very nice, clean air freshener! I must say that despite me loving it, it can be overpowering for some people so take that into consideration.
Finally, the size is HUGE and I could not be happier with that! It gats foamy very easy so no need to rub it a lot (you would be wasting product). I have been using it for 2 months now everyday for my face and 2 times/week for my body and I have quite a lot of it left (definately for another month)!
ES
Emily S.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Working, slowly but surely
I’ve been have been washing my face with the soap every morning and night, after taking my make up off, for a moth now. I think you can see my marks starting to fade. I’ll keep going as the soap makes my face feel really clean and soft and it smells absolutely amazing.
BT
bella t.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
GET THIS NOW!
the photo i've linked is chafing i've experienced in my thighs from the summer heat over the years due to my huge legs rubbing together. i've had this soap for like 3 weeks and it's already completely cleared up my dark spots. i was really sceptical about this but im not kidding when i say this is a definite need.
KH
Kim H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
WOW!
I have. A million things to say but I’ll keep it short. I’ve only used this bar a handful of times. See the difference for yourself, even my skin is clearing up as a whole 🫨
MD
Monica D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
First time dermaplaning
I was a first time user of a dermaplane so I wasn’t sure what to expect! WOW! Love these. My skin is so smooth and soft after using! The shave is close and I only have to do it every 3-4wks.
Loading...
Loading...
Frequently Asked Questions
Kojisäure eignet sich hervorragend für die Aufhellung der Haut und hilft, dunkle Flecken, Hyperpigmentierung und einen ungleichmäßigen Hautton zu bekämpfen und zu mildern.
Obwohl dieses Produkt sanft genug ist, um täglich verwendet zu werden, empfehlen wir Ihnen, einen Patch-Test auf der Innenseite Ihres Halses durchzuführen, um die Hautempfindlichkeit zu prüfen, bevor Sie es so häufig verwenden. Wenn eine Reizung auftritt, sollten Sie die Häufigkeit der Anwendung reduzieren oder einen unserer anderen Körperriegel ausprobieren, der für empfindlichere Haut geeignet ist.
Sie können ihn sanft unter fließendem Wasser aufschäumen und auf Körper und Gesicht auftragen, aber für das ultimative Körperreinigungserlebnis kombinieren Sie ihn mit dem Kitsch Exfoliating Glove, um Ihre Haut zu erfrischen und zu erneuern.
Ja! Dieser sanfte, hautverwöhnende Bar ist so konzipiert, dass er sowohl für den Körper als auch für das Gesicht sicher ist. Wir empfehlen jedoch, den Kontakt mit Ihren Augen und Lippen zu vermeiden, um das Risiko von Irritationen in diesen empfindlichen Bereichen zu verringern.
Der Dermaplaner hilft bei der Exfoliation der Gesichtshaut, indem er sanft abgestorbene Hautzellen und unerwünschte Haare entfernt, die Schmutz und Öl festhalten. Er ist ideal, um die Haut auf das Auftragen von Make-up vorzubereiten und dafür zu sorgen, dass die Produkte besser aufgenommen werden. Die Kitsch Dermaplaner werden in einer 12er-Packung geliefert, so dass sie lange haltbar sind!
Tragen Sie Ihr Lieblingsserum auf Ihr gereinigtes Gesicht auf. Benutzen Sie eine neue Klinge und ziehen Sie Ihre Haut sanft nach unten, um mit dem Dermaplaner zu rasieren. Vermeiden Sie es, gegen den Strich Ihrer Haut zu arbeiten. Wir empfehlen, einzelne Bereiche Ihres Gesichts abzutrennen, um den Vorgang zu erleichtern.
Die Ergebnisse sind von Person zu Person unterschiedlich, aber Sie sollten eine glattere Haut bemerken, sobald Sie mit dem Dermaplaning fertig sind.
Ja! Dermaplaning eignet sich für alle Altersgruppen und Hauttypen.
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.