Design piatto, si adatta comodamente nella parte posteriore della testa—perfetto per guidare, rilassarsi o fare yoga
Clip di dimensioni medie tiene saldamente i capelli per acconciature semi-raccolte o raccolti completi
Usa un clip per un look semplice o impila due insieme per uno stile versatile
Bella tonalità ciliegia tenue eleva il tuo stile con un tocco di colore delicato
Il design ad arco mantiene i tuoi capelli delicatamente in posizione tutto il giorno
Realizzato in plastica riciclata per una routine di styling sostenibile ed elegante
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!
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 a nuvola piatta - Ciliegia | Media`;
let bundleHandle = `cherry-flat-cloud-clip-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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Clip a nuvola piatta - Ciliegia | Media
$18.00
$18.00
Spazzola Nera per Capelli Bagnati e Asciutti
$31.00
$31.00
Balsamo idratante al latte d'argan per i capelli
$29.00
$29.00
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$29.00
$29.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 - Ciliegia | Media`;
let bundleHandle = `cherry-flat-cloud-clip-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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Clip a nuvola piatta - Ciliegia | Media
$18.00
$18.00
+
Spazzola Nera per Capelli Bagnati e Asciutti
$31.00
$31.00
+
Balsamo idratante al latte d'argan per i capelli
$29.00
$29.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">
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)
CO
Christina O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love these clips!!
My hair has been thinning a bit and traditional claw clips no longer work for me. I bought a small and a medium cloud clip to try them out and I am so impressed! They hold my hair with zero slipping! These are my new favorites!
RT
Robin T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
These clips are a game changer. I love them!
I have this clip in the medium cherry and small tort. I love them and want more colors! I have thin/fine but long straight hair and the medium holds all my hair up in a french twist. I also use it as a sleek/low pony tail holder. Sometimes I pile all my hair up high on top of my head and wear this while I sleep! The small is great for ponytails and half up styles as well. The clip is made really well, nice thick plastic and a strong clamp. I think it will last a long time. I will definitely purchase more of these.
SS
Sylvie S.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
5 months ago
Practical
The color is more orange than cherry but it is very practical and easy to use. I wear it almost every day.
I think it's so cool that I ordered it in other colors.
Translated from French
RT
Robin T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it, will be buying more
I adore this clip! I have it in both the small tort and this medium size in cherry. It is comfortable and the medium clip holds all my hair with no slipping. FYI - I have straight, fine, long hair (mid-back). I have even piled all my hair on top of my crown and worn this to bed. I will be buying more for sure!
FA
F A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
The Best Hold
I have lots of very silly hair. No clip stays in all day and when I’m removing they can often pull some hair out.
My Cherry flat clip is a medium size, I’m amazed how well it hold my bun. In fact can hold for 2-3 days. Until I choose to remove. Not one hair pulled. I love it, I’m definitely buying more. 🍒
CD
Charisse D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great for fine thin hair
I have a fine, smooth/slippery, thin, shoulder-length hair and this clip held it up during my 12hr active work shift. I like how it holds my hair well without pulling it too tight-- it's very comfy to wear. I highly recommend!
KS
Kimberly S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Interesting color
The color wasn’t what I expected but I love it! It is versatile and looks good with summery reddish oranges , pure reds , denim and more. It’s very comfortable .
JM
Julie M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Great clip
This clip is the best. it stays in my hair all day without slipping or having to adjust it. I love that it is flat to my head unlike some other claw clips. Very comfortable when leaning my head back against a chair or pillow. I would definitely buy again and recommend
A
Alyssa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
P-H-E-N-O-M-E-N-A-L!
The cloud clip is everything amazing! Comfortable, secure and stylish I LOVE these and WILL be adding more to my collection!
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!
Sì! Le grandi dimensioni e la presa forte assicurano che tenga i capelli spessi, ricci e lunghi senza scivolare.
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.