Das flache, bequeme Design greift das Haar sanft und sicher, ohne zu ziepen oder zu verrutschen.
Mittlere Größe – perfekt für mühelose Half-up-Looks oder komplette Hochsteckfrisuren.
Mit einer weichen 3D-Satinrosette auf der Oberseite, die ein elegantes, plastisches Detail setzt ohne den flachen, bequemen Sitz zu beeinträchtigen.
Verwende eine einzelne Klammer für ein schlichtes Styling oder kombiniere mehrere für vielseitige Looks.
Hergestellt aus recyceltem Kunststoff – eine nachhaltige und umweltfreundliche Wahl.
Eine einfache Möglichkeit , Alltags- oder besonderen Anlass-Looks einen Hauch von femininem Charme zu verleihen.
Das bequeme Design sitzt mühelos am Hinterkopf – ideal beim Autofahren, Entspannen oder Yoga.
Der starke, aber sanfte Halt eignet sich für alle Haartypen, ohne das Haar zu beschädigen.
Verleiht jedem Look ein schickes, müheloses Finish.
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.
Recyceltes Polyester
Recycelter Kunststoff
{
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 = `Flache Satin-Rosetten-Haarklammer (Cloud Clip) in Schwarz – Medium`;
let bundleHandle = `flache-satin-rosetten-haarklammer-cloud-clip-schwarz-medium`;
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');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Flache Satin-Rosetten-Haarklammer (Cloud Clip) in Schwarz – Medium
$14.00$14.00
Schwarze Bürste für nasses und trockenes Haar
$16.00$16.00
Haarwachs-Stick mit Rizinusöl
$16.00$16.00
Rosmarin-Kopfhaut- und Haarstärkungsöl mit Biotin
$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 = `Flache Satin-Rosetten-Haarklammer (Cloud Clip) in Schwarz – Medium`;
let bundleHandle = `flache-satin-rosetten-haarklammer-cloud-clip-schwarz-medium`;
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 = 'Auswahl in den Warenkorb legen';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Häufig zusammen gekauft
Flache Satin-Rosetten-Haarklammer (Cloud Clip) in Schwarz – Medium
Flache Satin-Rosetten-Haarklammer (Cloud Clip) in Schwarz – Medium
Registrieren Sie sich, um eine Benachrichtigung zu erhalten, wenn dieser Artikel wieder auf Lager ist.
Bitte geben Sie eine gültige E-Mail Adresse ein.
Danke für die Anmeldung! Wir schicken Ihnen eine E-Mail, sobald das Produkt wieder verfügbar ist.
{
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
Das flache Design auf der Rückseite macht ihn besonders bequem beim Autofahren, Liegen oder Entspannen – keine unangenehmen Druckstellen mehr am Hinterkopf!
Absolut! Er ist leicht und sanft, sodass du ihn stundenlang ohne Unbehagen tragen kannst.
Ja! Der sichere Halt hält dein Haar in Form, während du dich bewegst, und die flache Form drückt bei Bodenübungen nicht in den Kopf.
Ja! Wie viele unserer Haar-Accessoires besteht sie aus recyceltem Kunststoff, sodass du dein Haar nachhaltig stylen kannst.
Der Vergleichspreis entspricht dem Preis, zu dem das Produkt zuvor angeboten wurde, oder dem geschätzten Marktpreis vergleichbarer Artikel bei anderen Anbietern. Da Preise häufig schwanken, können wir nicht garantieren, dass der Vergleichspreis zu einem bestimmten Zeitpunkt dem aktuellen Marktpreis entspricht.
Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.