Tiene comodamente e saldamente molti tipi di capelli, così puoi pettinare facilmente la frangia e gli strati più corti
Il nostro esclusivo design a nuvola con finitura lucida completa tutti i tuoi look con capelli raccolti
Confezione da 6 mini clip: 3 nere e 3 tartarugate
Realizzate in plastica riciclata per uno stile quotidiano eco-friendly
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.
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 6 Clip Nuvola nero e tartaruga - Mini`;
let bundleHandle = `clips-de-plastico-reciclado-para-garras-de-minipiedra-6-unidades-juego-negro-y-tortuga`;
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 6 Clip Nuvola nero e tartaruga - Mini
$ 233.00
$ 233.00
Spazzola bagnata/asciutta creata consapevolmente
$ 373.00
$ 373.00
Shampoo secco volumizzante alle proteine del riso - Invisible 28.4gr
$ 350.00
$ 350.00
Olio di ricino puro al 100%
$ 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 = `Set di 6 Clip Nuvola nero e tartaruga - Mini`;
let bundleHandle = `clips-de-plastico-reciclado-para-garras-de-minipiedra-6-unidades-juego-negro-y-tortuga`;
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 6 Clip Nuvola nero e tartaruga - Mini
$ 233.00
$ 233.00
+
Spazzola bagnata/asciutta creata consapevolmente
$ 373.00
$ 373.00
+
Shampoo secco volumizzante alle proteine del riso - Invisible 28.4gr
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">
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
11 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
8 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.
PD
Priscilla D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 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
1 year 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
1 year 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
1 year 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
1 year 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.
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.