Easily twist & clip your hair into a half-up or full updo
Medium arch shape comfortably and securely holds most hair lengths and textures
Open-sided puffy clip design subtly accents your hairstyle with added shine
Made from long-lasting metal to be your go-to for everyday looks
No-slip arch hold secures all hair types — fine to thick, straight to curly — without slipping, tugging, or leaving creases
Smooth, rounded teeth glide through hair without snagging or breakage
Dreamy cloud silhouette turns any updo from basic to polished in seconds
Consciously crafted from recycled plastic — good for your hair and the planet
Lightweight design sits comfortably all day with no digging or pinching
Includes 1 Hematite Metal Cloud Claw Clip
Squeeze the sides of the Cloud Clip to open it, gather your hair section, position the arch over your hair, and release to secure. For a half-up look, twist your hair loosely before clipping. For a full updo, gather all your hair back before clipping.
Lega di zinco
{
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 = `Clip Nuvola metallica - Ematite`;
let bundleHandle = `metal-medium-open-shape-cloud-claw-clip-1pc-hematite`;
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:
Clip Nuvola metallica - Ematite
$9.00$9.00
Spazzola bagnata/asciutta creata consapevolmente
$16.00$16.00
Stick di cera per capelli
$16.00$16.00
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$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 = `Clip Nuvola metallica - Ematite`;
let bundleHandle = `metal-medium-open-shape-cloud-claw-clip-1pc-hematite`;
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
Clip Nuvola metallica - Ematite
$9.00$9.00
+
Spazzola bagnata/asciutta creata consapevolmente
$16.00$16.00
+
Stick di cera per capelli
$16.00$16.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">
Durable metal construction holds up to everyday use without bending or breaking.
elevated cloud shape
The arch shape grips all hair types securely — the same no-slip hold as the classic Cloud Clip, now in polished metal.
effortlessly chic
The sleek metallic finish instantly upgrades any updo from casual to put-together.
all-day comfort
Lightweight for a metal clip — comfortable enough to wear from morning to night without digging or pinching.
4.8
Rated 4.8 out of 5 stars
Based on 714 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this metal claw clip offers strong grip and durability. Many reviews mention its effectiveness for thick hair, though some with fine hair note it may slip. The clip's weight receives mixed feedback - sturdy for most, but too heavy for others.
I like to use it a lot, super pretty, comfortable and does not damage the hair!
CC
Crystal C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
Great hair accessory
Cutest hair clip. I love it! Holds well and adds a cute touch to your updos!
I
IrCALove
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
Won't break like all my other plastic ones
I love this Claw clip its so beautiful, holds my hair and it won't break easily like all my other plastic ones.
C
Cari
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
Hematite Heaven
I LOVE this clip! It stays in place all day. The first day I wore it to work and it got to the end of the day and I looked in the mirror expecting to have to re-clip it and it was exactly in the place that I had put it on that morning. Awesome product!
SM
Susan M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So cute and great hold
I love metal clips as they’re less prone to breakage. This one is a stunner, holds well and add a just a little something extra
R
Richard
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
It broke…
After 4 or 5 years, it finally broke!!!
I am a man with long and THICK hair, that I absolutely love. When I went on my long hair journey I found that every clip I bought would break within a week. I would buy several at a time and they would break one after another. I knew I needed something more sustainable. I began looking for simple sturdy metal hair clips. I’m not sure why it is such a hard item to find. When I found this clip I was over the moon. And wearing it became second nature. I’ve worn it nearly every day since. It’s comfortable, it doesn’t pull or pinch, my hair doesn’t get stuck in the mechanism, it is PERFECT. And this week, I finally broke it. I was devastated. This clip has been with me and meant so much to me. But knowing the amazing quality, I have now bought several more and both colors along with a few other metal Kitsch products. So I’m currently wearing my Kitsch hair fork while I wait on my clips. Thank you for making these wonderful products.
B
Bri
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Helped me more than i could have imagined
I recently purchased your metal claw clip and I just have to say THANK YOU!! I have multiple sclerosis and have almost no fine motor skills to open these types of clips but this one is so easy and it still holds my hair better than the other kinds I’ve tried. You have literally saved me from a lot of struggles. Thank you again 💚
CC
claudia c.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
POWERFUL = elegance, capacity, durability
Women with abundant volume NEED this clip. I have the fancy, made-in-France acetate octopus clips; but they struggle to hold my hair and break if I try to help with a squeeze. That is not an issue here; I can see it last for more than 5 years.
TP
Theresa P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Cute and classy
I love this claw clip! I've been wearing my hair up a lot more recently and I really love this clip since it's a little more dressy than plastic ones. I can wear this one out and still feel like I put some effort into my outfit even though my hair is up in a clip. The quality is unmatched and the price is good - I'd definitely order again!
TK
Tina K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Perfect for thick hair
It’s exactly the kind of clip that I need. I have super long, thick and course hair and putting it in a ponytail is just too heavy so I always have a clip handy. Clips with plastic teeth always break so this metal one is perfect! I’d like to get a bigger one too if there’s ever one that becomes available but for now this one works great.
Loading...
Loading...
Frequently Asked Questions
All hair types — fine to thick, straight to curly. The sturdy metal construction grips firmly without slipping.
No — the smooth, rounded teeth hold your hair securely without snagging, pulling, or causing breakage.
Squeeze to open, position at the root or mid-length, and release. Works great for top knots, half-up styles, or securing sections while styling.
Yes! Free from harmful chemicals and 100% vegan and cruelty-free.
Wipe down with a soft, damp cloth. Avoid soaking to preserve the metal finish.
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.