Attorciglia e ferma facilmente i capelli in uno chignon parziale o completo
La forma ad arco medio trattiene comodamente e in modo sicuro la maggior parte delle lunghezze e texture dei capelli
Il nostro esclusivo design a nuvola con strass decorativi e borchie dorate valorizza l’acconciatura con maggiore luminosità
Realizzato con plastica riciclata per un look ecologico e quotidiano
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 Black Rhinestone 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.
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 = `Clip Nuvola con strass - Nero`;
let bundleHandle = `recycled-plastic-medium-rhinestone-cloud-claw-clip-black`;
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 con strass - Nero
$12.00$12.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 con strass - Nero`;
let bundleHandle = `recycled-plastic-medium-rhinestone-cloud-claw-clip-black`;
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 con strass - Nero
$12.00$12.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">
This clip looks big, but held all day without slipping in my hair! (I would describe my hair as fine, but I have alot of it.) The Claw Clip was comfortable all day long. My mom described it in my hair as "perfect". :) All I know is that I thought it looked cute in my hair and was so comfortable I forgot it was there!
A
Allison
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Great Small Clip!!
This Mickey Claw Clip is in the same style as the BT21, but half the size. Perfect for half up dose. Held great in my hair and I love the Rhinestones!
J
Jourdan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Absolutely love this
The chocolate color is so good! I love how sturdy and quality these clips are. I even like them better than the Kitsch xl clips!
MP
Marianne P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Comfortable to wear all day
Perfect color for my brunette hair to wear every day.
This clip doesn't move and stays in place I'm able to get all my hair clipped up in it for a super comfy all day hold.
RM
Rachel M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
It’s really cute
It’s bigger than I expected! If you don’t scroll through all the pictures on the website, like me, you don’t see how big it actually is. It perfectly holds my hair up. I’m looking forward to adding this to my hair up routine.
D
DD
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Puffy cloud Rosewood hair clip
This is so beautiful and made well. This clip is thick plastic and puffy from ‘the cloud collection.
Clips on easy, the color is a beautiful rosewood that will go with any color hair. There is also a chocolate clip too.
EG
Emily G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Cute and comfy !
literally my favorite hair claws clip I mean look at them it’s literally looks like a chocolate claw clip and they hold my hair up like a dream and my hair is super long and thick so I highly recommend for the thick or curly haired girls and this color looks literally so cute clipped on any of my bags quality is also very on par highly recommend!!!
JW
Jen W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Fave cloud clip
This was the MVP of the Disney collection for me. I wore this to put my hair in a half pony for dinners out with my hubby at Disney, and it held my thick hair up very well. I sometimes get headaches when my hair is pulled back too tightly, and I didn’t experience that with this cloud clip. This design also fit the color scheme of most of my outfits, so it was the perfect accessory.
CL
Corinda L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So small but works
I had hoped a medium would be a bit larger. My hair is fine and shoulder length but it still grips really well and doesn’t move. The cherries are adorable.
S
Stacey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Perfect, even for fine hair !!!
Oh my gosh, I’ve tried countless hair clips over the years, but none of them stayed in place! My hair is so fine, it’s like they just slide down. I finally gave up and started using ponytail holders, but they’re not my favorite way to keep my hair back. But guess what? I found the perfect clip! It’s from KITSCH, and I couldn’t be happier. I ordered the cherry one and the pink one, and I love them so much that I’ve ordered all the colors! Now I can finally quit using elastic holders and my hair looks great. So stylish !!
Loading...
Loading...
Frequently Asked Questions
All hair types — the strong, flexible grip holds fine to thick hair without slipping, while the rhinestone accents add instant glam.
No — the clip teeth are smooth and rounded. The rhinestone embellishments are set on the exterior and don't contact your hair.
Squeeze to open, position at the root or mid-length, and release. Perfect for an elevated updo, half-up style, or adding sparkle to any everyday look.
Yes — crafted from recycled plastic for a sparkly look that's sustainable too.
Gently wipe the clip body with a damp cloth. Avoid soaking to keep the rhinestone embellishments looking their best.
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.