Usa el código DERMAPLANER para obtener un Dermaplaner ecológico GRATIS (valor de $9) con tu pedido.
Limpia profundamente tu rostro y cuerpo con cúrcuma nutritiva, ácido hialurónico hidratante y manteca de karité nutritiva
Con ácido kójico para ayudar a iluminar tu piel y lograr un cutis de apariencia uniforme
Formulado para ayudar a que tu piel brille desde adentro al atenuar manchas oscuras e hiperpigmentación
Exfolia suavemente la piel facial al eliminar células muertas y vello no deseado que puede atrapar suciedad y grasa
Repite cada 3-4 semanas una vez que la renovación celular de la piel se haya completado
La espuma jabonosa renueva tu rutina de pies a cabeza con cúrcuma nutritiva, ácido hialurónico hidratante y manteca de karité nutritiva
Reduce las botellas plásticas de un solo uso:nuestra fórmula concentrada en barra tiene ingredientes activos equivalentes a una botella de 473 ml de gel de baño
Libre de parabenos, ftalatos, siliconas y sulfatos
Hecho en EE.UU., Vegano, Libre de crueldad, Certificado Leaping Bunny
Ayuda a preparar la piel para una aplicación de maquillaje más suave y una mayor absorción de productos para un brillo hermoso
Estimula el colágeno para reparar irregularidades de la piel
Aumenta la absorción de aceites, sueros e hidratantes
1x Barra de Ácido Kójico para cuerpo y cara
1x Dermaplanner ecológico
Humedece la barra con agua tibia y masajea sobre la piel hasta crear una espuma suave. Enjuaga y aplica tu humectante favorito para mayor hidratación.
Antes de usar, realiza una prueba en una zona como el antebrazo o el lateral del cuello para comprobar la sensibilidad de la piel. Suspende el uso si se produce irritación. No apto para pieles sensibles.
Ácido kójico
O Ácido Kójico, rico em antioxidantes, actua sobre as manchas escuras e a pigmentação para ajudar a iluminar e uniformizar a tez.
Cúrcuma
Ajude a pele a brilhar a partir do interior com curcuma, rica em antioxidantes e antimicrobiana, que actua na cicatrização da pele e na atenuação da descoloração.
Ácido hialurónico
O Ácido Hialurónico é um multiplicador de hidratação que ajuda a atrair e a reter a água para uma pele instantaneamente hidratada e carnuda.
Manteiga de karité
Revitalize a sua pele com a Manteiga de Karité, rica em vitaminas, que ajuda a hidratar para promover uma pele mais macia, suave e hidratada.
Ingredientes
Cocoyl Isethionate de Sodio, Ácido Esteárico, Fragancia (Parfum), Ácido Kójico, Agua, Isethionate de Sodio, Cocamidopropyl Betaine, Raíz de Curcuma Longa (Turmeric), Phenoxyethanol, Ceramide NP, Ceramide AP, Ceramide EOP, Phytosphingosine, Colesterol, Lauroil Lactilato de Sodio, Carbómero, Goma Xantana, Hialuronato de Sodio, Manteca de Butyrospermum Parkii (Karité), Aceite de Olea Europaea (Oliva), Palmitato de Retinol, Tripéptido-29, Acetato de Tocoferilo, Ácido Ascórbico, Limoneno, Citral, Linalol, Óxidos de Hierro (CI 77491)*.
*Color natural
Fragancias: Yuzu azucarado y pera
¡Tenemos la certificación Leaping Bunny! El logotipo Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se han realizado nuevas pruebas con animales en el desarrollo de ningún producto que lo muestre.
{
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 = `Barra facial e corporal de ácido kójico + Dermaplaner ecológico GRÁTIS`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Barra de rosto e corpo com ácido kójico
$ 420.00
$ 420.00
Dermaplaning Tool 12pk | Eco-Friendly Black
$ 350.00
$ 350.00
Discos limpiadores con ácido kójico para rostro y cuerpo
$ 536.00
$ 536.00
Óleo Dermaplaning
$ 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 = `Barra facial e corporal de ácido kójico + Dermaplaner ecológico GRÁTIS`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Barra de rosto e corpo com ácido kójico
$ 420.00
$ 420.00
+
Dermaplaning Tool 12pk | Eco-Friendly Black
$ 350.00
$ 350.00
+
Discos limpiadores con ácido kójico para rostro y cuerpo
Barra facial e corporal de ácido kójico + Dermaplaner ecológico GRÁTIS
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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 razones por las que millones de mujeres se pasan a la barra iluminadora de ácido kójico de Kitsch
1. Ilumina la piel desde el interior
Reaviva el brillo natural de tu piel con ácido kójico iluminador, cúrcuma, ácido hialurónico hidratante y manteca de karité nutritiva que cuidarán tu piel.
2. Unifica la tez
Trata el tono desigual de la piel para suavizarla y renovarla gradualmente con cada limpieza.
3. Difumina las manchas oscuras y la pigmentación
Su fórmula renovadora de la piel ayuda a reducir el aspecto de las manchas oscuras producidas por el sol, las cicatrices y la hiperpigmentación.
4. Limpia la cara y el cuerpo
La barra corporal enjabona la piel de la cabeza a los pies para una limpieza vigorizante, sin agua añadida, conservantes ni botellas.
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
El ácido kójico es excelente para aclarar e iluminar la piel, ya que ayuda a difuminar las manchas oscuras, la hiperpigmentación y el tono desigual de la piel.
Aunque este producto es lo suficientemente suave como para utilizarlo a diario, recomendamos realizar una prueba de parche en la cara interna del cuello para comprobar la sensibilidad de la piel antes de utilizarlo con tanta frecuencia. Si se produce irritación, debes reducir la frecuencia de uso o probar una de nuestras otras barras corporales para pieles más sensibles.
Puedes enjabonarlo suavemente bajo el grifo para aplicarlo en el cuerpo y el rostro, pero para disfrutar de la mejor experiencia de limpieza corporal, combínalo con el Guante Exfoliante Kitsch para refrescar y renovar la piel.
Sí. Esta suave barra para mimar la piel se ha creado para que pueda utilizarse con seguridad tanto en el cuerpo como en el rostro. Sin embargo, recomendamos evitar el contacto con los ojos y los labios para reducir el riesgo de irritación en esas zonas sensibles.
El dermaplaner ayuda a exfoliar la piel del rostro eliminando suavemente las células muertas y el vello no deseado que atrapa la suciedad y la grasa. Es ideal para preparar la piel para una aplicación más suave del maquillaje y una mayor absorción del producto. Kitsch Dermaplaners viene en un pack de 12, ¡así que dura mucho tiempo!
Aplica tu sérum favorito sobre el rostro limpio. Con una cuchilla nueva y tirando suavemente de la piel, aféitate con la dermaplaner con un movimiento hacia abajo. Evite ir a contrapelo. Recomendamos separar zonas del rostro para facilitar el proceso.
Los resultados varían en función de cada persona, pero debería notar la piel más lisa en cuanto termine el dermaplaning.
Sí. Dermaplaning funciona para todas las edades y tipos de piel.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Escolher uma seleção resulta numa atualização de página completa.