Progettato per contenere facilmente shampoo, balsamo solidi e saponi.
Supporta sia il montaggio a parete che l'uso autonomo
Rivestimento speciale antiruggine.
Fessure di drenaggio automatico e contenitore rialzato garantiscono lo scarico dell'acqua.
Materiale riciclato ecologico sostenibile e rispettoso dell’ambiente.
Dimensioni imperiali: A 11,5 in x L 3,75 in x P 3,5 in
Dimensioni metriche: A 29,21 cm x L 9,53 cm x P 8,89 cm
Passo 1Trova una superficie completamente liscia e pulita senza texture o ostacoli (ad esempio, vetro o piastrelle lisce). Se la parete della doccia ha una texture, utilizza l'adesivo in dotazione per fissare il portasapone.Passo 2Sciacqua la ventosa sotto l'acqua calda; scuoti via l'acqua in eccesso.Passo 3Posiziona la ventosa su una superficie liscia; premi con forza mentre giri la manopola di regolazione in senso orario verso la freccia “CLOSE”. Continuare a ruotare la manopola fino a quando non è ben salda.Passo 4Per rimuovere il portasapone, sostenerlo con una mano mentre si ruota la manopola di regolazione in senso antiorario verso la freccia “OPEN” fino a quando la ventosa non si stacca dalla parete.
{
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: 41942427828405,
discount_percentage: 0,
total_items: 5,
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 = `Carrello doccia autodrenante`;
let bundleHandle = `carrello-doccia-autodrenante`;
let bundleCount = 5;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Carrello doccia autodrenante
$ 934.00
$ 934.00
Shampoo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
Balsamo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
Barretta detergente per il corpo disintossicante al carbone
$ 327.00
$ 327.00
Scrub corpo esfoliante allo zucchero
$ 281.00
$ 281.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: 41942427828405,
discount_percentage: 0,
total_items: 5,
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 = `Carrello doccia autodrenante`;
let bundleHandle = `carrello-doccia-autodrenante`;
let bundleCount = 5;
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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Carrello doccia autodrenante
$ 934.00
$ 934.00
+
Shampoo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
+
Balsamo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
+
Barretta detergente per il corpo disintossicante al carbone
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
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 motivi per cui milioni di donne stanno abbandonando i flaconi
1. Eco-friendly
I nostri shampoo solidi sono confezionati con materiali privi di plastica, riducendo così i rifiuti plastici e aiutando l'ambiente. 🌱 Scegliendo gli shampoo solidi, stai compiendo un passo verso uno stile di vita più verde e sostenibile.
2. Formula concentrata
I nostri shampoo e balsami solidi possono contenere fino al 20% di oli nutrienti, mentre gli shampoo liquidi ne contengono appena il 3-5%.
3. Delicati e versatili
Privi di sostanze chimiche aggressive e profumi sintetici, i nostri shampoo solidi sono perfetti per tutti i tipi di capelli, compresi quelli sensibili e quelli trattati con colorazioni. 🌈 Sono delicati abbastanza da poter essere utilizzati quotidianamente e possono anche essere usati come bagnoschiuma!
4. Adatti ai viaggi
Non dovrete più preoccuparvi delle restrizioni sui liquidi in aeroporto o delle perdite nel bagaglio! ✈️ Le nostre barrette di shampoo compatte e leggere sono perfette per il bagaglio a mano, la borsa da palestra o anche per un weekend fuori porta.
4.9
Rated 4.9 out of 5 stars
Based on 1,763 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shower caddy helps organize their bath products and allows bars to dry effectively. Many reviews mention installation challenges, with some experiencing suction cup failures leading to falls. While most appreciate its sturdy metal construction and neat appearance, several note it's compact in size. Common feedback includes praise for drainage design and improved shower organization.
I absolutely love the shampoo and conditioner. I am a curly redhead that is 60 years old, so now I’m more of a frizzy redhead. But this stuff made my hair so soft and the curls just shine. Now I can actually wear my hair down and not keep it in a ponytail or a bun all of the time. I am so excited and so happy that I found the stuff! And that little caddy for the shampoo is just beyond!! I absolutely love that. I can keep all my favorite scents at my fingertips and whatever I feel like when I take my shower, it’s right there.
THANK YOU SO MUCH FOR SUCH AWESOME PRODUCTS! 🤩😍
KC
Kristen C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Great Suction
This shower caddy is awesome. Not once has this product fallen off of my shower wall. I gave 5 stars for quality. I would, however, like to see this come in a bigger size. I like HiBAR brand shampoo and conditioner, which are more cone shaped as opposed to a bar -- they can't stand upright between the shelves. I manage to fit a LOT on this shower caddy: bar face soap, shampoo, conditioner, body soap, plus a razor and a pumice stone. And I hang an S hook from the bottom shelf for my wash cloth. Yes, the suction power is awesome! Kitsch, can you please design something more suitable for all of this stuff, that follows the design of this product? I'd buy it.
KE
Kailee E.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Get it!!
This is so handy, I bought 2 of them to hold my various bars in the shower! I put one set on each so I can rotate my bars, and I still had room for the Scalp Exfoliator, my body wash bar, and the Bond Repair bar! The only reason I gave 4 stars instead of 5 is because I could NOT get the suction cups to stay on my shower wall, which is not textured at all. I ended up using the adhesive stickers instead, and they seem to be holding now.
TV
Tiphani V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Kitsch Caddy is perfect for face washing wrist bands!
I bought this caddy for a purpose other than its intended use. I needed something to store my wrist bands that I use to keep water from running down my arms when I wash my face. This caddy is just the right size for the bands to fit on.
A
Audrey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Mobile and Mighty
I have a very awkwardly sized shelf in my shower and could not believe how perfectly the Kitsch shower caddy fit. It is stable sitting on the shelf or I can hang it anywhere on my shower walls and it doesn't move. Easy to take down and move around if I want to or if I need to clean around it. Perfect for renters or just for awkward spaces. Absolutely recommend.
DP
Desiree P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Such a handy caddy
I put my caddy suctioned to my shower glass. It was super easy to put together and install. I love that i can have my bars organized and in one place. I also like that you can lift caddy to wipe water off glass.
KR
Karen R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Stylish and functional
I absolutely love it! The functionality is beyond superb, and the quality is the best
R
Rain77
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Shower caddy
I love this shower caddy. Looks clean and the caddy also lifts up. Which is huge!! For my family, when cleaning.
TD
Tami D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love
This fits inside my rv’s shower so nicely up out of the way all products set nicely on it as you can see space for a limited
JB
Jena B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Now I’m a believer
I’m a nurse. I’m a skeptic, a scientist at heart if you will. And even with all that I am never buying bottled shampoo again! Not only is my shower less cluttered an organized, but my hair feels amazing! I’ve tried everything to make my damaged hair more manageable, and this is the only product that has been effective. I will always be a kitsch customer.
Loading...
Loading...
Frequently Asked Questions
A seconda del tipo di capelli e della frequenza con cui li si lava, alcuni vedono i risultati immediatamente, mentre altri possono iniziare a vederli dopo qualche settimana.
Sì, ma non fidatevi della nostra parola! Date un'occhiata alle migliaia di recensioni a 5 stelle di persone di tutte le età che utilizzano le nostre barrette di shampoo e balsamo.
Sì! Se vi state chiedendo quale sia la barretta giusta per voi, dite al nostro team di assistenza qual è il vostro tipo di capelli e vi indirizzeremo nella giusta direzione.
I capelli di ognuno di noi sono diversi, quindi è necessario fare un po' di tentativi finché non si scopre cosa funziona meglio per voi. Iniziate con una quantità sufficiente a pulire le radici e il cuoio capelluto fino alle punte dei capelli. Se non si vedono risultati, si consiglia di applicarne di più durante il lavaggio.
Sì. La protezione della vostra privacy è uno dei nostri obiettivi. Proteggere la vostra privacy è una delle nostre principali priorità. Utilizziamo una serie di misure di sicurezza e metodi standard del settore per mantenere al sicuro le vostre informazioni personali. Tutti gli ordini e le informazioni personali sono gestiti da un server sicuro. Dettagli come il numero di carta di credito, il nome e l'indirizzo vengono trasmessi attraverso la tecnologia Secure Socket Layer (SSL).
I tempi di consegna dipendono dal metodo di spedizione selezionato al momento del checkout. La maggior parte degli ordini viene spedita il giorno stesso! Per l'elaborazione dell'ordine sono necessari fino a 2 giorni lavorativi. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciabilità del corriere. In caso di smarrimento del pacco, contattare l'assistenza Kitsch.
Ti consigliamo di sottoscrivere un abbonamento, in modo da poter risparmiare e ricevere i prodotti direttamente a casa tua con spedizione gratuita. In questo modo, non rimarrai mai senza!
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.