Formulé avec 0,7 % d’acide glycolique pour exfolier en douceur, éliminer les cellules mortes, lisser les textures rugueuses ou irrégulières et favoriser une peau plus lumineuse et uniforme.
Cible les zones texturées, squameuses, ternes ou irrégulières du visage et du corps, aidant à révéler au fil du temps une peau plus nette et plus douce.
Hydratation à l’aloe qui apaise et minimise les irritations, offrant un nettoyage doux qui laisse la peau fraîche sans la tirailler.
Double usage pour visage + corps pour traiter les bosses, la congestion et le teint irrégulier de la tête aux pieds.
Doux mais efficace—formulé pour les débutants en AHA et les peaux sensibles, avec une approche à faible irritation.
Parfum frais de concombre et eucalyptus apaisant pour une expérience de lavage fraîche et revigorante.
Simplifiez votre routine de soins de la peau avec ce pain adapté au visage et au corps.
Une utilisation régulière favorise une peau beaucoup plus uniforme, lumineuse et saine, avec moins de rides.
Parfum naturel pour une senteur propre, légère et relaxante.
Design facile à tenir avec une forme rainurée pour une meilleure prise en main et application.
Durable et pratique pour voyager—sans plastique, sans fuites, juste un pain compact qui dure
Fabriqué aux États-Unis, Végan, Non testé sur les animaux.
1pc Glycolic Acid Resurfacing Face and Body Wash
Mode d'emploi :
Massez délicatement le pain entre vos mains ou directement sur la peau humide pour créer une mousse riche. Laissez agir pendant au moins une minute avant de rincer.
Utilisation recommandée :
Peau sensible : Commencez par 2 à 3 fois par semaine, puis augmentez progressivement.
Peau normale : Convient pour un usage quotidien une fois la peau habituée.
Astuce pro : Associez-le au sac Kitsch Body Wash Bar Saver pour un rangement facile et un séchage plus rapide.
Acide Glycolique
Un exfoliant doux qui lisse le grain de peau, atténue les taches brunes et désincruste les pores, révélant une peau fraîche et lumineuse.
Jus de feuille d'aloès
Apaise et hydrate la peau, équilibrant les effets exfoliants de l'acide glycolique pour un nettoyage doux et non desséchant.
Ingrédients
Sodium Palmate, Sodium Shea Butterate, Sodium Cocoate et/ou Sodium Palm Kernelate, Glycérine, Eau/Aqua/Eau, Sodium Cocoa Butterate, Parfum*, Acide Glycolique, Sodium Soyate, Sodium Isostearoyl Lactylate, Chlorure de Sodium, Lauryl Laurate, Huile de Pépins de Raisin (Vitis Vinifera), Sodium Vegate, Tetrasodium Glutamate Diacetate, Acide Citrique, Dioxyde de Titane (CI 77891), Extrait d'Hamamelis Virginiana, Farine d'Avena Sativa (Avoine), Jus de Feuille d'Aloe Barbadensis (Aloe), Extrait de Feuille de Rosmarinus Officinalis (Romarin), Oxyde de Chrome Vert (CI 77288), Gluconate de Sodium. Oxydes de Fer (CI 77492, CI 77499)**
{
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 = `Nettoyant exfoliant pour le visage et le corps à l'acide glycolique`;
let bundleHandle = `nettoyant-exfoliant-pour-le-visage-et-le-corps-a-lacide-glycolique`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Nettoyant exfoliant pour le visage et le corps à l'acide glycolique
$27.00
$27.00
Serviette-Turban XL pour Cheveux – Terracotta à Carreaux
$73.00
$73.00
Disques Nettoyants à l'Acide Kojique pour le Visage et le Corps
$44.00
$44.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 = `Nettoyant exfoliant pour le visage et le corps à l'acide glycolique`;
let bundleHandle = `nettoyant-exfoliant-pour-le-visage-et-le-corps-a-lacide-glycolique`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Nettoyant exfoliant pour le visage et le corps à l'acide glycolique
$27.00
$27.00
+
Serviette-Turban XL pour Cheveux – Terracotta à Carreaux
$73.00
$73.00
+
Disques Nettoyants à l'Acide Kojique pour le Visage et le Corps
Nettoyant exfoliant pour le visage et le corps à l'acide glycolique
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">
It’s hard for me to buy anything that doesn’t make my face hurt or burn. I have acne and rosacea. I can’t ever find anything that doesn’t irritate my skin. The stuff actually help clear my acne up and that’s embarrassing because I’m like almost 60 years old and duh I shouldn’t go through puberty like this lol. All I can say is this product is actually worked for me and I hope it works for somebody else I mean, can’t don’t know unless you try. I do recommend this. It’s pretty good stuff. Smells good too even makes my bathroom smell good I don’t even need a deodorizer in my bathroom because the soap smells so good thank you!
K
Kristan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
Amazing!
2 month update on the glycolic acid bar! I love what this has done for my face! I had some acne scars on my forehead from stress and hormonal acne. This bar has not only helped with minimizing breakouts, but has also very clearly faded the scaring. Amazing! Thanks Kitsch for yet another wonderful product!
RD
Rebekah D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Got bumps?
Use this fabulous soap as directed and bumps be gone. I'm referring to the tiny bumps some gals get on the skin. They're called keratosis pilaris. They're common, harmless and are the result of excess keratin buildup in the hair follicles. There's something in this soap that just about obliterates them with just one wash. Follow the directions and leave it on your skin for at least one minute before rinsing.
KP
K P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
The very best for dry flaky skin
I wanted to write to you and tell you how wonderful I find your product,
Glycolic Acid Face & Body Wash Bar.
I am 75 years old and have suffered with extremely dry skin all my life.
I feel like I have tried every moisturizing product on the market, none alieveating my dry skin condition.
I took a chance on this product (and actually ordered a few more to try), and I have to share with you what a change this product has made to my skin.
I always had dry flaky skin, no matter what products I used in the shower and after, but this!!! I noticed a change after the second or third use. At first I chalked it up to new after shower lotion I was using. But even when I switched lotions, my skin had a noticeable improvement.
I can't thank you enough for this wonderful product. Please don't change a thing and I promise to continue purchasing it.
YT
Yvonne T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Eco-friendly indeed!
Glycolic acid is one ingredient in skincare that I use! I have acne-prone/combination skin and it didn't have any type of disruptions with the formula inside the bar. The bar lathers up really nice and leaves no residue when rinsing off. The scent is different but not offensive. This bar brightened up my skintone, texture was more evened out, and the smooth soft touch got rave reviews from my family so much that they want to try!
D
Donna
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
I love it!
I decided to attempt this using the bar subsequent to utilizing Ultra Sensitive Shampoo and body wash, and the outcome was favorable, with no adverse skin reactions, which is a definite advantage. I exercise caution regarding the products I apply to my skin, and this has been beneficial for a month.
JS
Jamie S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
My granddaughter loves it!
She mainly uses it on her body and she loves it. She says her skin feels nice. Her little white bumps on the back of her arms have gone away. She says this stuff is great and her back where her hair lays on her shoulders stopped breaking out. She's in love with this product. Thank you Kitsch for giving my granddaughter some magic 💚
CM
Cynthia M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Lovely feel and smell.
I bought this Glycolic Acid body soap AND the Kojic Acid & Tumeric body soap. I like them both but this one smells heavenly and leaves my skin so soft afterward. I tend to have dry skin especially on my face and this leaves me soft and smooth without drying me out. It’s also great for shaving my legs!
SF
Stephanie f.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Just try it you won't regret it.
I don’t usually write reviews, but I HAD to for this. I’ve been using the glycolic acid bar from Kitsch and I am seriously blown away by the results.
I had small, stubborn milia (those little white bumps) near my eye that would not go away no matter what I tried. After using this bar consistently, they are completely gone. I took before and after photos because I couldn’t believe it myself — and yes, these are real results with no makeup and no filters.
My skin feels smoother, looks clearer, and just overall healthier. It doesn’t leave my skin feeling stripped or dry either, which I was worried about at first. It actually feels clean AND soft after using it.
I’ve tried a lot of products, including higher-end ones, and this honestly surprised me in the best way. It works.
I’m now a loyal Kitsch customer and will absolutely keep using this. If you’re on the fence — try it. It made a real difference for me.
E
Edita
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Skin feels great
I love that this bar is both full face and body. I love the cute design and the perfect size! It lathers up nicely and works so well. I prefer to use it on my body, but I tried it on the face and it does the job without drying my skin. My skin is left clean and comfortable and threaded for the next skin care steps.
Loading...
Loading...
Frequently Asked Questions
Oui. Il s'agit d'un nettoyant exfoliant 2 en 1 conçu pour lisser la texture et uniformiser le teint du visage et du corps.
Les débutants ou les peaux sensibles doivent commencer par 2 à 3 utilisations par semaine ; une fois habituées, les peaux normales/tolérantes peuvent généralement l'utiliser quotidiennement.
La formule associe l'acide glycolique à l'aloès pour minimiser les irritations et offrir un nettoyage non agressif : la peau est rafraîchie, sans sensation de tiraillement.
Massez doucement le pain entre vos mains ou directement sur la peau pour créer une mousse onctueuse, laissez agir pendant au moins une minute, puis rincez.
Oui. La dose de 0,7 % d'acide glycolique est calibrée pour être efficace tout en restant douce, et l'infusion d'aloès apaise davantage la peau sensible.
Oui. Kitsch recommande de tester tous les produits consommables avant de les utiliser pleinement.
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.