Garantiscono una tenuta comoda e sicura per molti tipi di capelli,permettendoti di attorcigliare e fermare facilmente la frangia e le ciocche più corte
Il nostro esclusivo design a nuvola impreziosisce la tua acconciatura con dettagli da sogno
Disponibile in una confezione da 8 mini pinze in tonalità tenui e neutre: 2 champagne, 2 blush, 2 terracotta e 2 marroni
Realizzate in plastica riciclata per un look quotidiano ed ecosostenibile
Raccogli una piccola sezione di capelli o tira indietro lo strato superiore per creare un semiraccolto. Apri la mini pinza Cloud e richiudila intorno ai capelli per fissarli. Indossa più mini pinze insieme per un look giocoso e strutturato, oppure usane solo una sulla parte superiore della testa per uno stile rapido e senza sforzo. Adatte a tutti i tipi di capelli.
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 = `Set di 8 Mini Pinze per Capelli Cloud - Rosewood`;
let bundleHandle = `set-di-8-mini-pinze-per-capelli-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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Set di 8 Mini Pinze per Capelli Cloud - Rosewood
$ 234.00
$ 234.00
Spazzola bagnata/asciutta creata consapevolmente
$ 374.00
$ 374.00
Balsamo idratante al latte d'argan per i capelli
$ 350.00
$ 350.00
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$ 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 = `Set di 8 Mini Pinze per Capelli Cloud - Rosewood`;
let bundleHandle = `set-di-8-mini-pinze-per-capelli-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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Set di 8 Mini Pinze per Capelli Cloud - Rosewood
$ 234.00
$ 234.00
+
Spazzola bagnata/asciutta creata consapevolmente
$ 374.00
$ 374.00
+
Balsamo idratante al latte d'argan per i capelli
$ 350.00
$ 350.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">
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
Le mini pinze sono ideali per fissare piccole sezioni, baby hair e ciocche ribelli su qualsiasi tipo di capelli, oppure per acconciature complete su capelli da fini a medi.
No — i denti lisci e arrotondati offrono una presa delicata senza impigliarsi o tirare i capelli.
Usale per raccogliere singole ciocche, fissare un semiraccolto, nascondere i capelli ribelli o impreziosire uno chignon o una treccia. Con 8 pezzi nel set, puoi indossarle insieme per un simpatico effetto a nuvole sovrapposte.
Sì — sono prodotte con plastica riciclata, per rendere lo styling sostenibile un gioco da ragazzi.
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.