La molletta a banana degli anni '80 è tornata, più trendyche mai!
Questo must-have rétro è perfetto per creare code di cavallo super chic e raccolti sbarazzinisenza lasciare pieghe (in più, è un trucco stiloso per rimandare lo shampoo di un giorno).
Grazie alla molla in metallo e ai lunghi denti a incastro, offre una presa salda e sicura sulla maggior parte dei tipi di capelli.
Disponibile in una confezione da 2 pezzi nelle tonalità nero e tartarugatoideale da abbinare a qualsiasi outfit quotidiano.
La sostenibilità non passa mai di moda: per questo abbiamo realizzato con orgoglio queste mollette ecologiche in plastica riciclata.
Raccogli i capelli in una ciocca morbida sulla nuca o dietro la testa. Apri completamente la molletta a banana, posiziona i capelli tra i due lati e richiudila. Falla scorrere verso l'alto o verso il basso per regolare tensione e volume. Ideale per capelli da medi a spessi, per un raccolto voluminoso e senza sforzo
Plastica riciclata
{
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 = `Molletta a banana 2 pz - Nero e Tartarugato`;
let bundleHandle = `molletta-a-banana-2-pz-nero-e-tartarugato`;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Molletta a banana 2 pz - Nero e Tartarugato
$15.00$15.00
Spazzola bagnata/asciutta creata consapevolmente
$16.00$16.00
Balsamo idratante al latte d'argan per i capelli
$15.00$15.00
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$15.00$15.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: 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 = `Molletta a banana 2 pz - Nero e Tartarugato`;
let bundleHandle = `molletta-a-banana-2-pz-nero-e-tartarugato`;
let bundleCount = 4;
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
Molletta a banana 2 pz - Nero e Tartarugato
$15.00$15.00
+
Spazzola bagnata/asciutta creata consapevolmente
$16.00$16.00
+
Balsamo idratante al latte d'argan per i capelli
$15.00$15.00
+
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
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">
Can I just say that the Kitsch banana hair clips are da BOMB!! I’ll admit, I spent $3.50 on the cheap generic ones at Walmart to “save some money”. They would not stay closed on my thick, curly hair. I got my money back and invested a few dollars more ($6.50) to buy these. They arrived this afternoon and I immediately put one in. It hasn’t budged. I’ve even laid down on it and it’s still in place! #BravoKitschBravo #QualityProducts
CL
Christine L.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love when old things come back in style
Wore these back in the 80’s - 90’s and liked them so decided to give them a try again. Well these are so much better. Good quality and I really like the closure, holds hair in place well all day. I will say when I first got them, they looked small and I thought only half my hair would fit but I was wrong. They fit perfectly. I have long thin to medium thick hair. Kitsch hasn’t failed me yet. Love their products. Keep them
coming.
MR
Mackenzie R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Absolutely Love! Very new to banana clips
Hi! I have thick medium/coarse hair with waves and ringlets, and was apprehensive to try the banana clips. However, these clips have small teeth which help keep hair secure and does not let the clip move! Which i have been wearing for several hours (about 5hrs) and it has not budged! I really recommend this clip!
DG
Daphne G.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Amazing!!!
I am so obsessed with these!!They look just like the picture and also the delivery was really fast and without any problems THANK YOU🙏
NG
Nancy G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Comfortable
I was searching for banana clips. I have fine hair and the banana clip holds well. I like to wear the banana clips instead of clips and bands for a ponytail. Thought the banana clip might be alittle more gentle. I live in Florida and wear my hair up during the warmer weather. Banana clip well made and easy to use.
IG
ines G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Biggest fan over here! 🙋🏻♀️
I honestly have nothing but positive things to say about this brand and every item I’ve bought. The quality is unmatched! Kit•sch really handles everything with such care. It has easily become my favorite hair accessories brand 🫶🏻
KB
Kimberly B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Banana Clip Success
I used to wear banana clips in the 80s. I loved them. These are better! They hold and don't slip down. The only thing you have to get used to is the closure. It doesn't snap, you have to cross the top over the bottom (you will know what I mean when you see it).
SM
Shaun M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Works great for my thick hair !!
These are a great way to put your hair back without using a hair tie, they are super easy to use and work great for my thick hair, I was surprised all my hair fit!
LL
Lori L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Best Clips Ever!!!!
… and I’ve tried them all.
These clips HOLD without pulling. They work with lots of hair or with just enough to pull back hair. Some ingenious extra set of teeth really makes them amazing.
Well made and sturdy. Don’t waste your money on any other hair clips. These are perfect.
BL
Brenda L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
Great hair clip!
Good banana clips have not been easy to find recently, but are coming back. I never stopped wearing them even when considered out of style. So glad to have found these. I love the matte finish and they hold up great. I have a lot of hair and they hold all day.
Loading...
Loading...
Frequently Asked Questions
Le mollette a banana funzionano al meglio su capelli da medi a lunghi e da medi a spessi. Il design allungato a pinza è studiato per raccogliere l'intera chioma in un unico gesto.
Raccogli i capelli in una coda morbida, apri la molletta, posizionala lungo la lunghezza e chiudila con uno scatto. I capelli si apriranno a ventaglio sopra la molletta per un raccolto classico e super naturale.
No — i denti lisci e arrotondati garantiscono una tenuta sicura senza strappare o spezzare i capelli.
Sì — sono prodotte in plastica riciclata, così il tuo stile fa bene anche al pianeta.
Sciacquale con acqua e sapone delicato o puliscile con un panno umido. Lasciale asciugare all'aria prima dell'uso.
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.