Un jabón corporal suave pero eficaz que limpia sin resecar, perfecto para el día a día
Con notas indulgentes de vainilla cálida, azúcar hilada y toronja rosa
Deja la piel envuelta en un dulce aroma afrutado
Con notas indulgentes de vainilla cálida, azúcar hilada y toronja rosa para una experiencia dulce y envolvente para una sensación relajada y sofisticada
Un aroma acuático y amaderado que envuelve los sentidos y te transporta a un atardecer dorado en Malibú, donde la brisa marina acaricia la piel con su calidez
Nuestra barra Bottle-Free Beauty® ofrece resultados sólidos con más producto y menos envase
Espuma abundante para una limpieza suave y llena de lujo
Sostenible e ideal para viajar—sin plástico, sin derrames, solo una barra compacta y duradera
Diseño ergonómico con forma acanalada que facilita su uso y aplicación.
Sin parabenos, ftalatos ni sulfatos para una limpieza pura y segura
Calidad estadounidense, vegano, sin maltrato animal y con certificación Leaping Bunny
1 x Jabón corporal en barra Amber Shores
1 x Jabón corporal en barra Warm Sugar
Masajea suavemente la barra entre tus manos o directamente sobre la piel para crear una espuma cremosa y abundante. Enjuaga completamente.
Consejo profesional: combínalo con el Guante exfoliante de Kitsch para ayudar a revitalizar y regenerar tu piel.
Glicerina
Un humectante que atrae la humedad hacia la piel para mantenerla suave e hidratada.
Ingredientes
Jabón corporal en barra Amber Shores
Palmitato de sodio, cocoato de sodio y/o palmisteato de sodio, agua, glicerina, fragancia, laurato de laurilo, ácido esteárico, cloruro de sodio, metil cocoil taurato de sodio, glutamato diacetato tetrasódico, extracto de hoja de romero, acetato de tocoferilo (vitamina E), tetrametil acetiloctahidronaftalenos, aceite de cáscara de naranja amarga, limoneno, vainillina, citronelol, cumarina, dióxido de titanio (CI 77891), óxidos de hierro (CI 77491, CI 77499, CI 77492)1
1Colorantes de origen natural
Jabón corporal en barra Warm Sugar
Palmitato de sodio, palmisteato de sodio, agua, glicerina, fragancia, laurato de laurilo, ácido esteárico, cloruro de sodio, metil cocoil taurato de sodio, glutamato diacetato tetrasódico, extracto de hoja de romero, acetato de tocoferilo (vitamina E), aceite de cáscara de limón, limoneno, citral, pineno, aceite de hierba de limón, dióxido de titanio (CI 77891), óxidos de hierro (CI 77491, CI 77492, CI 77499)1
1Colorantes de origen natural
¡Contamos con la certificación de Leaping Bunny! Su logotipo es el único símbolo reconocido a nivel internacional que garantiza a los consumidores que no se han realizado ensayos con animales en el desarrollo de los productos que lo llevan.
{
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: 2,
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 = `Dúo de jabón corporal en barra Vanilla Vacation`;
let bundleHandle = `duo-jabon-corporal-barra-vanilla-vacation`;
let bundleCount = 2;
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:
Dúo de jabón corporal en barra Vanilla Vacation
$ 243.00
$ 243.00
Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar
$ 607.00
$ 607.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: 2,
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 = `Dúo de jabón corporal en barra Vanilla Vacation`;
let bundleHandle = `duo-jabon-corporal-barra-vanilla-vacation`;
let bundleCount = 2;
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
Dúo de jabón corporal en barra Vanilla Vacation
$ 243.00
$ 243.00
+
Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar
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">
OMG! This little bar packs an incredibly HYDRATING punch, I was blown away! It left my skin smoother and softer than literally ANY other body wash I have ever used - liquid forms included - with ZERO HEAVINESS or stickiness! Not only was my skin SUPER SOFT, but it also felt refreshingly CLEAN!
And then there's the scent... it deserves its own paragraph, haha! I cannot emphasize enough how GOOD THIS BAR SMELLS! It definitely reminds me of the hair perfume version, but it smells EXACTLY like the Argan Oil conditioner, which is also SOO GOOD (obviously)! Personally, I wish the scent of the bar was a little stronger, but I also know that some people can get offended by stronger-smelling products.
If you are looking for a MOISTURIZING YET LIGHTWEIGHT body wash that SMELLS ABSOLUTELY INCREDIBLE, then this is the bar for you! I LOVE it and HIGHLY RECOMMEND it!
JE
June E.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great product
This really is a level up from other soaps. It smells good, lathers well, and is so moisturizing that I don’t even need lotion after the shower.
RA
Rachael A.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Creamy
I am so shocked how this lathered up.It smells so good.You can feel it, cleaning your body as you go.And it also softens your body.I felt no residue left over, but yet super.Refresh and you can smell the warm vanilla scent lingering.As the day goes on and it definitely leathered.So fond, it was so creamy, it was beyond any bar.I've ever used
CM
Cherie M.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great scent
It lathers so well and still smells good hours later. It smells amazing. Not a fruity, floral which is nice. Strong winter or fall scent vibe.
C
Chelsea
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great body wash bar!
I really like this body wash bar, it’s nicely scented, doesn’t leave residue on my skin, does a good job at moisturizing and lathers easily. Especially since it’s winter, I wasn’t sure how much i would notice the moisturizer aspect, but it does a good job, especially on my legs and knees area!
G
GF
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Lovely
The amber shores body wash body doesn't irritate my skin, it rinses off easily and leaves my skin feeling soft, and it smells divine!
M
Meg
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Soft, cozy clean without the dryness
The Kitsch Warm Sugar Cleansing Body Wash Bar feels like a small luxury that makes everyday showers a little nicer. The scent is warm and lightly sweet without being overpowering, and it lingers just enough on the skin to feel cozy. It lathers surprisingly well for a solid bar and leaves my skin feeling clean but not tight or stripped, which is always my biggest concern. I also like that it doesn’t get mushy or dissolve too quickly if you keep it dry between uses. It’s an easy swap if you’re trying to reduce plastic without sacrificing the experience of a traditional body wash.
J
Jordan
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Kitsch Cleansing Warm Sugar Body Wash Bar
The scent of the bar of soap was soft yet delicious! It made my skin feel soft, hydrated and clean! I loved it!
S
Sierra
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
A cozy clean surprise.
I was really satisfied with the Kitsch Amber Shores Body Wash Bar. It has such a warm, cozy, comforting scent while still being gentle on my skin. It lathers beautifully, rinses clean no residue and never leaves that tight or dry feeling.
CM
Cherie M.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Warm fuzzies
I loved the smell and that it lingered on my skin. Did not dry my skin out.
Loading...
Loading...
Frequently Asked Questions
La barra de jabón corporal de kitsch es una alternativa al gel de baño líquido tradicional. Con ingredientes respetuosos con la piel, brinda una espuma cremosa y abundante y deja un aroma irresistible. Ideal para viajar, duradero y sin sulfatos, parabenos ni otros ingredientes agresivos, para que disfrutes de una limpieza que te hace sentir muy bien.
Basta con humedecer la barra con agua templada y masajearla sobre la piel hasta que forme espuma. También puedes utilizarla con nuestra Bolsa protectora para jabones sólidos, para lograr una espuma aún más abundante.
Aunque su fórmula es delicada y no contiene sulfatos, está pensada exclusivamente para su uso como jabón corporal.
Depende del uso, pero una barra puede sustituir a varias botellas de gel de baño y suele durar semanas o incluso meses. Si se conserva correctamente, dura aún más tiempo.
Para prolongar su vida útil y mantenerla seca entre usos, recomendamos usar nuestra Jabonera autovaciante o la Bolsa protectora para barras de jabón, ideales para facilitar su almacenamiento y favorecer un secado rápido.
Yes! Subscribe and save 35% off every order — that's the same discount reflected in the bundle price, locked in for every future delivery. You can skip, pause, or cancel your subscription anytime with no fees. We also offer free shipping on orders over $35, and all KITSCH products are backed by our satisfaction guarantee.
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.