Un jabón corporal suave pero eficaz que limpia sin resecar, perfecto para el día a día
Con notas frescas de sal marina, ámbar y madera flotante
Envuelve la piel en un aroma acuático amaderado
Esta barra sin envase brinda resultados increíbles con más producto y menos plástico
Espuma abundante para una limpieza suave y llena de lujo
Sustentable e ideal para un viaje—una barra compacta sin plásticos, sin derrames y duradera
Diseño ergonómico con superficie para facilitar su uso y aplicación.
Sin parabenos, ftalatos ni sulfatos para un cuidado seguro mientras limpia
Calidad estadounidense, vegano, sin maltrato animal y con certificación Leaping Bunny
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
Sodium Palmate, Sodium Cocoate y/o Sodium Palm Kernelate, Water/Aqua/Eau, Glycerin, Fragancia (Parfum), Lauryl Laurate, Ácido esteárico, Cloruro de sodio, Sodium Methyl Cocoyl Taurate, Tetrasodium Glutamate Diacetate, Extracto de hoja de Rosmarinus Officinalis (romero), Tocopheryl Acetate, Tetramethyl Acetyloctahydronaphthalenes, Aceite de cáscara de Citrus Aurantium, Limonene, Vanillin, Citronellol, Coumarin, Dióxido de titanio (CI 77891), Óxidos de hierro (CI 77491, CI 77499, CI 77492)1
1Color 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: 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 = `Jabón corporal en barra Amber Shores`;
let bundleHandle = `amber-shores-jabon-corporal-barra`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Jabón corporal en barra Amber Shores
$16.00
$16.00
Bolsa para gel de baño en barra - Chocolate
$10.00
$10.00
Guante exfoliante 1 unidad - Negro
$20.00
$20.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 = `Jabón corporal en barra Amber Shores`;
let bundleHandle = `amber-shores-jabon-corporal-barra`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
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">
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.
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.
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!
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.
MM
mary m.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
my first body bar and i’m hooked!
I had the opportunity to test this product and the scent is amazing, my entire bathroom smelled heavenly but the scent was not overpowering!! the lather was wonderful and it didn’t leave my skin feeling dry like typical bar soap does. the bar also lasts forever and a little lather goes a long way. this is my fist body bar but certainly not my last!
J
Jennifer
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
A must Have
This soap bar is so warm and inviting! The aroma fills my bathroom after I use it with a luxurious scent and leaves my skin feeling soft and hydrated!
J
Jordan
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great scent and felt clean.
The scent was not too strong and it kept my skin clean and hydrated.
HH
Heather H.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
100% recommend!
This amber shores cleansing bar did not disappoint! Rich, luxurious lather that smells heavenly & the fragrance lasts for hours after washing. Kitsch has knocked another one out of the park!!
VL
Victoria L.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
This is amazing!
I love love love this product. The scent is amazing and the lather is also amazing. It smells just like the hair perfume!
J
Julia
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Wish it were a moisturizing liquid body wash!
As much as I love the smell of this bar soap I truly wish it would be made into a moisturizing liquid soap due to the fact that it leaves my body very dry after using it. It cleans well but it would be best if it left skin silky soft like the rice water bar soap.
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.
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.