Maintient confortablement et fermement de nombreux types de cheveux, vous permettant de coiffer facilement votre frange et vos mèches plus courtes
Notre propre design de nuage brillant sublime tous vos looks avec cheveux attachés
Lot de 6 mini pinces : 3 noires et 3 écaille
Fabriqué en plastique recyclé pour un style éco-responsable au quotidien
Gather a small section of hair or pull the top layer back into a half-up. Open the mini cloud clip and snap it closed around the hair to secure. Layer multiple mini clips for a playful, pinned look, or use one at the crown for a quick effortless style. Works on all hair types.
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 = `Ensemble de 6 pinces nuage noires et tortues - Mini`;
let bundleHandle = `plastique-recycle-mini-cloud-griffes-6pc-set-noir-et-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:
Ensemble de 6 pinces nuage noires et tortues - Mini
$ 234.00
$ 234.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 374.00
$ 374.00
Shampooing sec volumineux aux protéines de riz - Invisible 28.4g
$ 350.00
$ 350.00
100% Huile de ricin - 60ml
$ 280.00
$ 280.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 = `Ensemble de 6 pinces nuage noires et tortues - Mini`;
let bundleHandle = `plastique-recycle-mini-cloud-griffes-6pc-set-noir-et-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
Ensemble de 6 pinces nuage noires et tortues - Mini
$ 234.00
$ 234.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 374.00
$ 374.00
+
Shampooing sec volumineux aux protéines de riz - Invisible 28.4g
Ensemble de 6 pinces nuage noires et tortues - Mini
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">
A little bit of 90' s high-school flashback, but grown up
High-school style but 2024 chic. Love
HP
Helen P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
I was looking for this medium size clips.
Large ones are too much for my fine hair. These are perfect
KK
Karen K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
Mini claw clips
I love the mini claw clips. They are really well made and hold great. Much better than standard claw clips, and well worth the price.
LG
Lori G. O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
These clips hold!
I'm ecstatic with these hair clips! I have gray, wild hair, and these hold it in place and don't leave broken pieces of hair clips all over the house because they don't break! A great investment and so much less frustration than the cheap plastic clips from the big box stores. Happy to meet you, Kitsch! Thanks for a great product.
PD
Priscilla D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Nice
Work nicely on my fine hair! Cute an just perfect!
L
Lisa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Cute and well made!
Live these little “hair-doies” for keeping my hair out of my face! Sturdy and I love them!
HR
Helena R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Black & Tort cloud claw clips
Extremely happy with my purchase!
OC
Olivia C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Amazing!
I wanted little clips so I could do a half up half down hairstyle and these work great!
DC
Deborah C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
12 months ago
Better than picture!!!
Great for my Thick curly Hair! they are very very sturdy indeed there a must have for all hair types!!!!
KY
Kristy Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Fits nicely
Most clips don’t have that secure hold but they do and they are comfortable.
Loading...
Loading...
Frequently Asked Questions
Mini clips work great for pinning small sections, baby hairs, and flyaways on any hair type — or for full styles on fine to medium hair.
No — smooth, rounded teeth grip gently without snagging or pulling.
Use them to pin back sections, secure a half-up style, tuck in flyaways, or accent a bun or braid. With 6 in the set, mix the two colorways for a fun, layered effect.
Yes — crafted from recycled plastic, so styling sustainably is easy.
Rinse with mild soap and water or wipe with a damp cloth. Air dry before use.
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.