Il Kitsch Black Flat Cloud Clip - Large è il tuo essenziale quotidiano per uno styling sicuro, confortevole e sostenibile. Realizzato con una silhouette a schiena piatta, aderisce perfettamente alla testa – ideale per rilassarsi, guidare, fare yoga o ovunque ti porti la giornata.
Progettato per fissare raccolti completi o mezzi raccolti, la sua presa delicata ma forte funziona su tutti i tipi di capelli senza tirare o scivolare. Realizzato in plastica riciclata, è un modo chic di acconciare i capelli in modo sostenibile senza compromettere le prestazioni.
Design piatto e senza problemi che aderisce comodamente alla parte posteriore della testa—perfetto per guidare, rilassarsi o fare yoga
Clip di grandi dimensioni assicura le ciocche facilmente per mezzi raccolti o raccolti completi
Usa un clip per un look semplice o impila due per styling versatile
Eleva il tuo stile
Denti delicati ma resistenti che afferrano tutti i tipi di capelli senza agganciarsi o scivolare
Realizzato in plastica riciclata, per uno styling sostenibile
Facile, veloce e sempre elegante—basta raccogliere una sezione dei tuoi capelli, torcerla, fissarla con il fermaglio e via!
Consiglio professionale: Il Cloud Clip funziona meglio su capelli asciutti o leggermente umidi per una presa massima. Se hai capelli ultra sottili o setosi, prova ad aggiungere un po' di spray texturizzante prima dello styling per una tenuta extra!
{
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 a nuvola piatta nera - Grande`;
let bundleHandle = `nero-piatto-nuvola-clip-grande`;
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 a nuvola piatta nera - Grande
$ 234.00
$ 234.00
Spazzola bagnata/asciutta creata consapevolmente
$ 374.00
$ 374.00
Shampoo secco volumizzante alle proteine del riso - Invisible 28.4gr
$ 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 = `Clip a nuvola piatta nera - Grande`;
let bundleHandle = `nero-piatto-nuvola-clip-grande`;
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 a nuvola piatta nera - Grande
$ 234.00
$ 234.00
+
Spazzola bagnata/asciutta creata consapevolmente
$ 374.00
$ 374.00
+
Shampoo secco volumizzante alle proteine del riso - Invisible 28.4gr
$ 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">
My new favorite clip! The medium holds my hair well. I have thick hair that's a little below my shoulders. I decided to try it on a whim since it's flat, and sure enough, it's great for driving. Usually I'd wear a claw clip but they're bulky and hurt my neck when I drive. This makes quite a difference. Note: if you have lots of layers, this clip may not work quite as well to hold all your hair. I sometimes have a section of my front part fall out. (Size medium)
TW
Tammy W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Awesome little cloud ciip
The small torte flat cloud clip is the perfect little clip for fine hair!!! It’s super easy to handle, has a wonderful grip- without pulling on the hair, can hold the smallest amount of hair( or even a decent amount)- and looks just pretty! Multiple styles can be made! The clip itself is made from recycled material- quality made- lightweight, easy to handle, does not pull on the hair- or slip once in( has grippy teeth)! Wonderful hair accessory investment!!!
CL
Corinda L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I accidentally bought two & I'm glad I did.
Regular clips annoy me so much. They rest oddly on the head, they slowly fall out, you have to readjust them often, and if you drive you can’t wear them without hitting the headrest. Not these.
Since finding these I have no trouble driving or with ANY of the above issues. They stay put! So important, and difficult usually without longer hair. So since my accidental dual purchase I’ve bought 3 more in different colors. My hair is fine, & shoulder length, the medium size is perfect.
KS
Krista S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Best clip ever
I can’t believe the difference this hair clip makes. I don’t think I realized how much my traditional claw clips were hurting my head. So much easier to drive, too. I especially like that it’s made from recycled plastic, so my head can feel good about that as well!
F
Florence
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Very pleasant
I received this hair clip three or four days ago and it never leaves my hair.
I took the smallest model available and it is well designed: its shape follows that of the skull, without moving, its small teeth hold all the hair. The tweezers look solid, but of normal quality (nothing special at this level).
I recommend it! Modest message but it's true.
Translated from French
MF
Mary F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Best hair clip!
I work in the food industry, so having my hair up and secure is a necessity. This clip is easy to use and more importantly the most secure clip I have ever used in the history of ever. There are multiple pins? coming down from the upper piece to hold even the straightest hair in place. Highly recommend, worth every penny to me, bought two in different colors, wear them daily. 💗💕
H
Helen
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Did not expect to be SO delighted with this!
I tried this on the off chance that it would hold my hair as well as a normal claw clip, but potentially be more comfortable. Well it's that and more - it's hands down the most effective hair clip I've ever had. My hair is fine, and shoulder length and this holds my hair perfectly all day, with fewer stray hairs falling loose than a standard claw clip, and is incredibly comfortable. I'm amazed at how much better it is. I just wish you did the Small clip in more colours. I'd buy 10 of them.
MN
Maria N.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
These beautiful large flat clips are my favorite go to hair accessory! Love all the new ones!
I have very thick, wavy hair and a sensitive scalp so I need pretty hair accessories that can help me manage my hair and provide comfort. Well, Kitsch delivered again! I must say that Kitsch's hair accessories especially the flat clips are my favorite, but I've been wanting more of them and more colors. I was so excited when Kitsch came out with new flat clips in the large size and more colors. I love this pretty dark blue flat clip because it holds back my hair nicely when I'm busy and feels so comfortable in my hair. It doesn't bother my sensitive scalp at all. Please continue to make more flat clips in the large size for us thick hair ladies and more colors. I will buy them all! Thank you so much! Love Kitsch! They have the BEST hair accessories!
M
Megan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Fantastic red clip
Love the flat cloud clip! I originally purchased the turtle one and decided I'd like a second for a pop of color. It works well on my hair which is pretty thick and falls just below my shoulders. I would note that the color is more of an orange-red than i first thought. Still lovely though. (Bought a size medium)
GM
Gail M M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Oh so classic and comfortable too!
So comfortable and such a classic tortoise shell go with absolutely everything!
The flat design is amazing especially if you have a “driving” lifestyle and the old fashioned clip was so mega uncomfortable!
Ps. I have ordered another one in a large as I never want to be without one!
Thank you!
Loading...
Loading...
Frequently Asked Questions
Il design con schienale piatto lo rende estremamente comodo da indossare mentre si guida, ci si sdraia o ci si rilassa: niente urti imbarazzanti!
Assolutamente sì! È leggera e delicata, quindi può essere indossata per ore senza fastidi.
Sì! La presa sicura mantiene i capelli al loro posto mentre ci si muove, e la forma piatta non si infila nella testa durante gli esercizi a terra.
Sì! Come molti altri accessori per capelli Kitsch, è realizzato in plastica riciclata, per uno stile sostenibile.
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.