Limpia en profundidad la cara y el cuerpo con cúrcuma que cuida la piel, ácido hialurónico hidratante y manteca de karité nutritiva
Infundido con ácido kójico para iluminar la piel para una tez de aspecto uniforme.
Formulado para ayudar a tu piel a brillar desde el interior, difuminando el aspecto de las manchas oscuras y la hiperpigmentación
Espuma suave que renueva tu rutina de pies a cabeza con cúrcuma para la piel, ácido hialurónico hidratante y manteca de karité nutritiva
Reduce las botellas de plástico de un solo uso:nuestra fórmula concentrada en barra contiene los ingredientes activos equivalentes a una botella de 500ml de jabón líquido para el cuerpo
Libre de parabenos, ftalatos, siliconas y sulfatos
Hecho en EE.UU., vegano, sin crueldad, certificado por Leaping Bunny
Humedece la barra con agua tibia y da un masaje sobre la piel, formando una suave espuma. Aclara y sigue con tu crema hidratante favorita para una mayor hidratación.
Consejo profesional: Para disfrutar de la máxima experiencia de limpieza corporal, combínalo con el Guante exfoliante Kitsch para ayudar a refrescar y renovar tu piel.
Antes de usar, realiza una prueba en zonas como la cara interna del brazo o el lateral del cuello para comprobar la sensibilidad de la piel. Suspende su uso si se produce irritación. No apto para pieles sensibles.
Ácido kójico
El ácido kójico, rico en antioxidantes, combate las manchas oscuras y la pigmentación para iluminar e igualar la tez.
Cúrcuma
Ayuda a la piel a brillar desde dentro con la cúrcuma, rica en antioxidantes y antimicrobiana, que cura la piel y atenúa la decoloración.
Ácido hialurónico
El ácido hialurónico es un multiplicador de la hidratación que ayuda a atraer y retener el agua para conseguir una piel hidratada y rellena al instante.
Manteca de karité
Revitaliza tu piel con la manteca de karité rica en vitaminas que ayuda a hidratar para promover una piel más suave, tersa y más 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 y corporal de ácido kójico`;
let bundleHandle = `barra-de-acido-kojico-para-la-cara-y-el-cuerpo`;
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 facial y corporal de ácido kójico
$ 420.00
$ 420.00
Champú en barra de agua de arroz para el crecimiento del cabello
$ 373.00
$ 373.00
Acondicionador en barra de agua de arroz para el crecimiento del cabello
$ 373.00
$ 373.00
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.
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 🫨
PR
P R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Really works on dark spots!
Can’t believe just using the soap has lightened dark spots that laser treatments and expensive fade creams didn’t. Works amazing on surgical scars too. Not harsh on my sensitive skin. Lasts a long time in the saver bag that I hang on a hook. Photos after 6 months of use in the shower.
T
Trish
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
It WORKS!
I have tried so many products over the years to get rid of my dark spots on my face, even home remedies, but nothing worked. This truly works! I am so very thrilled to write this review and add my pictures. I never do reviews, let alone put my picture out there, but you MUST see the change that I saw in a short period of time!
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.
Nuestro Gel Limpiador Sólido Acido Kójico Aclarante para Cara y Cuerpo está diseñado específicamente para uso corporal y facial para ayudar a aclarar y limpiar la piel. Aunque es excelente para la piel, no está formulado para el cuidado del cabello. El cabello y el cuero cabelludo tienen necesidades diferentes, por lo que es mejor utilizar productos hechos para su tipo de cabello y sus preocupaciones.
No recomendamos este producto a personas con piel sensible.
Por término medio, una barra corporal y facial puede durar entre 50 y 100 usos, dependiendo del uso individual. La longevidad de la barra variará en función de factores como la cantidad utilizada por lavado y lo bien que se guarde entre usos. Para maximizar su vida útil, recomendamos dejar que se seque completamente entre usos y guardarla en un lugar seco.
Los ingredientes clave son el ácido kójico, que aclara e ilumina la tez, la cúrcuma, que reaviva el brillo, el ácido hialurónico, que hidrata en profundidad, y la manteca de karité, que nutre en profundidad. Estos ingredientes actúan conjuntamente para proporcionar una limpieza refrescante e iluminadora.
Sí, el Gel Limpiador Sólido Acido Kójico Aclarante para Rostro y Cuerpo es el ingrediente perfecto para ayudar a atenuar y difuminar gradualmente el aspecto de las manchas oscuras producidas por la exposición al sol, las cicatrices y la hiperpigmentación, ayudando a igualar el tono de la piel con el paso del tiempo.
Este producto no está recomendado para pieles sensibles. Antes de usarlo, realice una prueba en zonas como la cara interna del brazo o el lateral del cuello para comprobar si la piel es sensible. Suspenda su uso si se produce irritación.
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.
Al seleccionar una opción, se actualiza toda la página.