La pince banane des années 80 est de retour, plus tendanceque jamais !
Cet accessoire rétro favor est idéal pour créer des queues-de-cheval élégantes et des coiffures relevées pleines de mouvement, sans laisser la moindre marque (en plus, c'est l'astuce stylée pour espacer les shampooings).
Grâce à son ressort métallique et ses longues dents emboîtables, elle offre une tenue ferme et sécurisée sur la plupart des types de cheveux.
Vendue en lot de 2 dans les teintes noir et écaille de tortuepour s'accorder parfaitement avec vos tenues du quotidien.
Le respect de l'environnement est toujours tendance : nous sommes donc fiers d'avoir conçu ces pinces écoresponsables à partir de plastique recyclé.
Rassemblez vos cheveux en une mèche souple au niveau de la nuque ou à l'arrière de la tête. Ouvrez complètement la pince banane, positionnez vos cheveux entre les deux côtés, puis refermez-la. Faites-la glisser vers le haut ou vers le bas pour ajuster la tension et le volume. Idéale pour les cheveux d'épaisseur moyenne à épaisse pour un effet coiffé-décoiffé volumineux et sans effort.
Plastique recyclé
{
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 = `Pince banane (Lot de 2) - Noir & Écaille de tortue`;
let bundleHandle = `pince-banane-lot-de-2-noir-ecaille-de-tortue`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Pince banane (Lot de 2) - Noir & Écaille de tortue
$15.00$15.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$16.00$16.00
Conditionneur hydratant sans rinçage au lait d'argan
$15.00$15.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$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 = `Pince banane (Lot de 2) - Noir & Écaille de tortue`;
let bundleHandle = `pince-banane-lot-de-2-noir-ecaille-de-tortue`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Pince banane (Lot de 2) - Noir & Écaille de tortue
$15.00$15.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$16.00$16.00
+
Conditionneur hydratant sans rinçage au lait d'argan
$15.00$15.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
Pince banane (Lot de 2) - Noir & Écaille de tortue
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">
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
Les pinces bananes sont parfaites pour les cheveux mi-longs à longs, et de textures moyennes à épaisses. Leur design allongé est conçu pour maintenir l'ensemble de la chevelure avec une seule pince.
Rassemblez vos cheveux en une queue-de-cheval souple, ouvrez la pince, positionnez-la sur toute la longueur, puis clipsez-la pour la fermer. Les cheveux se déploient en éventail au-dessus de la pince pour un look classique et sans effort.
Non — ses dents lisses et arrondies assurent une tenue parfaite sans accrocher ni casser le cheveu.
Oui — conçues en plastique recyclé, pour que votre style prenne aussi soin de la planète.
Rincez-les à l'eau et au savon doux ou essuyez-les avec un chiffon humide. Laissez-les sécher à l'air libre avant utilisation.
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.