Nettoie en douceur sans dessécher la peau, idéal pour un usage quotidien
Notes fraîches de sel marin, d’ambre et de bois flotté
Laisse la peau enveloppée d’un parfum boisé aquatique
Format solide sans emballage plastique : plus de produit, moins de déchets
Mousse riche pour un nettoyage doux et sensoriel
Écologique et idéale en voyage : compacte, sans fuite et longue durée
Design ergonomique avec surface striée pour une meilleure prise en main
Sans parabènes, phtalates ni sulfates pour un nettoyage doux et respectueux de la peau
Fabriquée aux États-Unis, végan, sans cruauté et certifiée Leaping Bunny
Faites mousser la barre entre vos mains ou directement sur la peau en massant délicatement pour obtenir une mousse riche et crémeuse. Rincez soigneusement.
Astuce pro : associez-la au gant exfoliant Kitsch pour aider à revitaliser et renouveler la peau.
Glycérine
Un humectant qui attire l’humidité vers la peau pour la garder douce et hydratée.
Ingrédients
Palmitate de sodium, Cocoate de sodium et/ou Palm Kernelate de sodium, Eau, Glycérine, Parfum (Parfum), Laurate de lauryle, Acide stéarique, Chlorure de sodium, Méthyl cocoyl taurate de sodium, Diacétate de glutamate de tétrasodium, Extrait de feuille de romarin, Acétate de tocophéryle (vitamine E), Tétraméthyl acétyloctahydronaphtalènes, Huile d’écorce d’orange amère, Limonène, Vanilline, Citronellol, Coumarine, Dioxyde de titane (CI 77891), Oxydes de fer (CI 77491, CI 77499, CI 77492)1
1Colorants d’origine naturelle
Nous sommes certifiés Leaping Bunny ! Ce label est le seul symbole reconnu à l’international garantissant qu’aucun test sur les animaux n’a été réalisé lors du développement des produits.
{
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 = `Barre nettoyante pour le corps Amber Shores`;
let bundleHandle = `barre-nettoyante-pour-le-corps-amber-shores`;
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:
Barre nettoyante pour le corps Amber Shores
$ 187.00
$ 187.00
Pochette pour savon solide
$ 117.00
$ 117.00
Gant exfoliant 1pc - Noir
$ 234.00
$ 234.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 = `Barre nettoyante pour le corps Amber Shores`;
let bundleHandle = `barre-nettoyante-pour-le-corps-amber-shores`;
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');
});
}
}">
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">
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 barre de savon pour le corps Kitsch est une alternative solide au gel douche traditionnel. Formulée avec des ingrédients respectueux de la peau, elle crée une mousse riche et crémeuse tout en laissant un parfum irrésistible. Idéale en voyage, durable et sans sulfates, parabènes ni ingrédients agressifs, pour une sensation de propreté agréable au quotidien.
Humidifiez la barre à l’eau tiède et massez-la sur la peau pour faire mousser. Vous pouvez également l’utiliser avec un filet porte-savon pour encore plus de mousse.
Bien que sa formule soit douce et sans sulfates, elle est conçue uniquement pour une utilisation sur le corps.
Cela dépend de l’utilisation, mais une barre peut remplacer plusieurs flacons de gel douche et dure généralement plusieurs semaines, voire plusieurs mois. Une bonne conservation permet de prolonger encore sa durée de vie.
Pour prolonger sa durée de vie et la garder au sec entre les utilisations, utilisez un porte-savon drainant ou un filet de rangement, idéals pour un séchage rapide.
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.