Il design piatto e confortevole assicura una presa delicata e salda sui capelli, senza strappare o scivolare.
Misura media perfetta per acconciature semiraccolte o raccolti completi con la massima facilità.
Presenta una morbida rosetta in raso 3D sulla parte superiore che aggiunge un dettaglio elegante e tridimensionale senza compromettere la vestibilità piatta e comoda.
Usa una sola pinza per uno stile semplice o sovrapponine diverse per creare look versatili.
Realizzata in plastica riciclata una scelta sostenibile ed ecologica.
Un modo semplice per aggiungere un tocco di fascino femminile ai look di tutti i giorni o per le occasioni speciali.
Il design confortevole si posiziona senza fastidi sulla nuca: ottimo per guidare, rilassarsi o fare yoga.
La presa forte ma delicata si adatta a tutti i tipi di capelli senza danneggiarli.
Aggiunge un tocco finale chic e senza sforzo a qualsiasi look.
Gather your hair into your preferred style — a twisted updo, low bun, or half-up. Open the cloud clip and press it closed around the hair to secure. The satin rosette accent faces outward for an elevated, polished finish. Style tip: pair with loose waves or a low chignon for a romantic, dressed-up look.
Poliestere riciclato
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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Pinza Piatta in Raso con Rosetta (Cloud Clip) - Terracotta - Media`;
let bundleHandle = `pinza-piatta-in-raso-con-rosetta-cloud-clip-terracotta-media`;
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:
Pinza Piatta in Raso con Rosetta (Cloud Clip) - Terracotta - Media
$14.00$14.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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Pinza Piatta in Raso con Rosetta (Cloud Clip) - Terracotta - Media`;
let bundleHandle = `pinza-piatta-in-raso-con-rosetta-cloud-clip-terracotta-media`;
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
Pinza Piatta in Raso con Rosetta (Cloud Clip) - Terracotta - Media
$14.00$14.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
Pinza Piatta in Raso con Rosetta (Cloud Clip) - Terracotta - Media
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!
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!
G
Gail
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I adore this! It’s perfect! Compliments galore!
I have purchased three of the flat clips, one medium and one large tortoise clip and also a large navy flat clip too!
They make beautiful gifts as they are comfortable, resilient and fast delivery to Canada too!
The price is amazing and did I mention that you cannot find them in the stores up here?
Thank you /kit • sch•/
Loading...
Loading...
Frequently Asked Questions
Il design con retro piatto la rende estremamente comoda da indossare mentre guidi, sei sdraiata o ti rilassi: nessun fastidioso ingombro!
Assolutamente sì! È leggera e delicata, quindi puoi indossarla per ore senza alcun fastidio.
Sì! La presa sicura mantiene i capelli in ordine mentre ti muovi e la forma piatta non preme sulla testa durante gli esercizi a terra o sul tappetino.
Sì! Come molti dei nostri accessori per capelli, è realizzata in plastica riciclata, così puoi creare il tuo stile in modo 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.