Assure un maintien confortable et sûr pour de nombreux types de cheveux,vous permettant de torsader et de retenir facilement la frange et les mèches plus courtes
Notre design exclusif en forme de nuage sublime votre coiffure avec des détails oniriques
Livré dans un lot de 8 mini pinces aux teintes douces et neutres : 2 champagne, 2 blush, 2 terracotta et 2 marron
Fabriqué à partir de plastique recyclé pour un look quotidien écoresponsable
Rassemblez une petite mèche de cheveux ou tirez la section supérieure vers l'arrière pour former une demi-queue. Ouvrez la mini pince Cloud et refermez-la autour des cheveux pour les fixer. Superposez plusieurs mini pinces pour un look ludique et structuré, ou utilisez-en une seule au sommet du crâne pour un style rapide et sans effort. Convient à tous les types de cheveux.
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 = `Lot de 8 Mini Pinces à Cheveux Cloud - Rosewood`;
let bundleHandle = `lot-de-8-mini-pinces-a-cheveux-cloud-rosewood`;
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:
Lot de 8 Mini Pinces à Cheveux Cloud - Rosewood
$ 234.00
$ 234.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 373.00
$ 373.00
Conditionneur hydratant sans rinçage au lait d'argan
$ 350.00
$ 350.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$ 350.00
$ 350.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 = `Lot de 8 Mini Pinces à Cheveux Cloud - Rosewood`;
let bundleHandle = `lot-de-8-mini-pinces-a-cheveux-cloud-rosewood`;
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
Lot de 8 Mini Pinces à Cheveux Cloud - Rosewood
$ 234.00
$ 234.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 373.00
$ 373.00
+
Conditionneur hydratant sans rinçage au lait d'argan
$ 350.00
$ 350.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
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">
I love these little clips! Holds so well in my hair. So far I have only worn one at a time, but I think there are endless possibilities!
D
dmd
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Recycled, plastic, mini cloud, claw clips- Beautiful
I love all three colors of this set of mini claw ! My hair is fine and thin so they fit so good.
I always felt left out because my hair is fine and regular claw clips are too big.
I LOVE the fact that they are made out of recycled materials! Reduce. REUSE. Recycle. Is the in thing today! Yay!!
I recommend these claw clips for people with fine hair, long girls hair or even thick hair that tie back some of their hair… just think if your a hair stylist there is so much you can do with these clips. They are so fun to use.
I recommend them to everyone!
MP
Marianne P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Easy to use with a great hold
These have been fantastic at keeping the hair outta my face for a great half up hair style or simply keeping grown out bangs outta the way. They hold all day long with comfort and ease.
SW
Sue W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Absolutely adorable
I love these cherry, mini cloud clips. I didn’t get a picture of them in my braid, but they are adorable. I do, however, have a picture of my five-year-old granddaughter loving on her cloud clips.
MR
MariaRose R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Mini Claw clips
There are never enough uses for the small Claw clips. These are just right in size for sweeping hair away from your face without needing to have a large amount of hair to hold on to
CS
Carrie S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
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
SW
Sue W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
This was definitely the cherry on top of the cake.
I absolutely love these little cherry cloud clips. They’re adorable in a braid and my five year-old granddaughter. Let me put them in her hair and all she did was twirl and go. Oh how pretty.
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
11 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.
Loading...
Loading...
Frequently Asked Questions
Les mini pinces sont idéales pour fixer de petites mèches, les cheveux de bébé (baby hairs) et les mèches rebelles sur tous les types de cheveux — ou pour des coiffures complètes sur cheveux fins à moyens.
Non — leurs dents lisses et arrondies agrippent en douceur sans s'accrocher ni tirer.
Utilisez-les pour retenir des mèches, fixer une demi-queue, dompter les petits cheveux indisciplinés ou accessoiriser un chignon ou une tresse. Avec 8 pinces dans le lot, vous pouvez les superposer pour un effet de nuages cumulés très tendance.
Oui — conçues à partir de plastique recyclé, pour que se coiffer de manière durable soit un jeu d'enfant.
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.