Utilise le code DERMAPLANER pour obtenir un Dermaplaner écologique GRATUIT (valeur de 9 $) avec ta commande.
Nettoie en profondeur le visage et le corps avec du curcuma bienfaisant pour la peau, de l’acide hyaluronique hydratant et du beurre de karité nourrissant
Contient de l’acide kojique pour illuminer la peau et obtenir un teint uniforme
Formulé pour aider la peau à rayonner de l’intérieur en estompant les taches sombres et l’hyperpigmentation
Exfolie en douceur la peau du visage en éliminant les cellules mortes et les poils indésirables qui emprisonnent la saleté et le sébum
Répéter toutes les 3 à 4 semaines une fois la régénération cellulaire de la peau terminée
Mousse savonneuse qui renouvelle votre routine de la tête aux pieds avec du curcuma bienfaisant, de l'acide hyaluronique hydratant et du beurre de karité nourrissant
Réduit les bouteilles en plastique à usage unique :notre formule concentrée contient l’équivalent d’une bouteille de 473 ml de gel douche
Sans parabènes, phtalates, silicones et sulfates
Fabriqué aux États-Unis, Vegan, Non testé sur les animaux, Certifié Leaping Bunny
Aide à préparer la peau pour une application de maquillage plus lisse et une meilleure absorption des produits pour un éclat naturel
Stimule le collagène pour réparer les irrégularités de la peau
Augmente l’absorption des huiles, sérums et hydratants
1x Barre d'acide kojique pour le visage et le corps
1x Dermaplaning écologique
Mouillez le savon avec de l'eau tiède et massez-le sur la peau jusqu'à obtenir une mousse douce. Rincez et appliquez votre hydratant préféré pour une meilleure hydratation.
Avant utilisation, effectuez un test cutané sur l’intérieur du bras ou le côté du cou pour vérifier la sensibilité. Arrêtez l'utilisation en cas d'irritation. Non recommandé pour les peaux sensibles.
Acide kojique
L'acide kojique, riche en antioxydants, cible les taches brunes et la pigmentation pour éclaircir et unifier le teint.
Curcuma
Le curcuma, riche en antioxydants et antimicrobien, aide la peau à briller de l'intérieur en la guérissant et en atténuant les décolorations.
Acide Hyaluronique
L'acide hyaluronique est un multiplicateur d'hydratation qui aide à attirer et à retenir l'eau pour une peau instantanément hydratée et rebondie.
Beurre de Karité
Ravivez votre peau grâce au beurre de karité riche en vitamines qui aide à hydrater la peau pour la rendre plus douce, plus lisse et plus hydratée.
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole internationalement reconnu garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été utilisé dans le développement des produits qui l'arborent.
{
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 = `Barre d'acide kojique pour le visage et le corps + Dermaplaner écologique GRATUIT`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Barre d'acide kojique pour le visage et le corps
$18.00$18.00
Outil de dermaplaning 12pk - Noir
$15.00$15.00
Disques Nettoyants à l'Acide Kojique pour le Visage et le Corps
$23.00$23.00
Huile de dermaplaning
$19.00$19.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 = `Barre d'acide kojique pour le visage et le corps + Dermaplaner écologique GRATUIT`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Barre d'acide kojique pour le visage et le corps
$18.00$18.00
+
Outil de dermaplaning 12pk - Noir
$15.00$15.00
+
Disques Nettoyants à l'Acide Kojique pour le Visage et le Corps
Barre d'acide kojique pour le visage et le corps + Dermaplaner écologique GRATUIT
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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 raisons pour lesquelles des millions de femmes adoptent la barre d'acide kojique éclaircissante de Kitsch
1. éclaircit la peau de l'intérieur
Ravive l'éclat naturel de votre peau grâce à l'acide kojique éclaircissant, au curcuma doux pour la peau, à l'acide hyaluronique hydratant et au beurre de karité nourrissant.
2. unifie le teint
Cible les irrégularités du teint pour lisser et renouveler progressivement la peau à chaque nettoyage.
3. estompe les taches brunes et la pigmentation
Sa formule régénératrice aide à réduire l'apparence des taches sombres dues au soleil, des cicatrices et de l'hyperpigmentation.
4. nettoie le visage et le corps
Ce pain pour tout le corps fait mousser votre peau de la tête aux pieds pour un nettoyage revigorant, sans eau ajoutée, sans conservateurs et sans bouteilles.
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
L'acide kojique est excellent pour ses propriétés éclaircissantes et lumineuses qui aident à cibler et à estomper l'apparence des taches sombres, de l'hyperpigmentation et des irrégularités du teint.
Bien que ce produit soit suffisamment doux pour être utilisé quotidiennement, nous recommandons d'effectuer un test épicutané sur le côté interne de l'armure de votre cou pour vérifier la sensibilité de votre peau avant de l'utiliser aussi fréquemment. En cas d'irritation, il est conseillé de réduire la fréquence d'utilisation ou d'essayer l'une de nos autres barres corporelles conçues pour les peaux plus sensibles.
Vous pouvez le faire mousser délicatement sous l'eau courante pour l'appliquer sur votre corps et votre visage, mais pour une expérience de nettoyage corporel ultime, associez-le au gant exfoliant Kitsch pour rafraîchir et renouveler votre peau.
Oui ! Ce pain doux, qui dorlote la peau, a été conçu pour être utilisé en toute sécurité sur le corps et sur le visage. Nous recommandons toutefois d'éviter tout contact avec les yeux et les lèvres afin de réduire le risque d'irritation de ces zones sensibles.
Le dermaplaner permet d'exfolier la peau du visage en éliminant en douceur les cellules mortes et les poils indésirables qui emprisonnent la saleté et le sébum. C'est un excellent moyen de préparer la peau à une application plus douce du maquillage et à une meilleure absorption des produits. Les dermaplaners Kitsch sont vendus par paquet de 12, ils durent donc longtemps !
Appliquez votre sérum préféré sur votre visage nettoyé. À l'aide d'une lame neuve et en tirant doucement sur votre peau, rasez dans un mouvement vers le bas avec le dermaplaner. Évitez d'aller à l'encontre du grain de votre peau. Nous vous recommandons de diviser votre visage en plusieurs parties pour faciliter le processus.
Les résultats varient d'une personne à l'autre, mais vous devriez constater une peau plus lisse dès que vous aurez terminé le dermaplaning.
Oui ! Le dermaplaning fonctionne pour tous les âges et tous les types de peau.
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.