Design plat, s'adapte confortablement à l'arrière de votre tête—parfait pour conduire, se détendre ou faire du yoga
Clip de taille moyenne sécurise facilement les mèches pour des demi-chignons ou des chignons complets
Utilisez un clip pour un look simple ou superposez-en deux pour un coiffage polyvalent
Jolie teinte cerise douce rehausse votre style avec une touche subtile de couleur
Le design en forme d'arc maintient vos cheveux délicatement en place toute la journée
Fabriqué à partir de plastique recyclé pour une routine capillaire durable et élégante
Facile, rapide et toujours stylé—il suffit de rassembler une section de vos cheveux, de la tordre, de la fixer avec le clip et c'est parti!
Astuce pro : Le Cloud Clip fonctionne mieux sur cheveux secs ou légèrement humides pour une prise maximale. Si vous avez les cheveux ultra fins ou soyeux, essayez d'ajouter un peu de spray texturisant avant de coiffer pour plus de tenue!
Plastique recyclé
{
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 nuage plat - Cerise | Moyenne`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Clip nuage plat - Cerise | Moyenne
$18.00
$18.00
Brosse noire pour cheveux secs et mouillés
$31.00
$31.00
Conditionneur hydratant sans rinçage au lait d'argan
$29.00
$29.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$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 nuage plat - Cerise | Moyenne`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Clip nuage plat - Cerise | Moyenne
$18.00
$18.00
+
Brosse noire pour cheveux secs et mouillés
$31.00
$31.00
+
Conditionneur hydratant sans rinçage au lait d'argan
$29.00
$29.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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">
4 raisons pour lesquelles tout le monde passe au Clip Flat Nuage
1. pas de problèmes d'appui-tête
La conception à dos plat signifie qu'il n'y a pas de bosses inconfortables lorsque vous conduisez, que vous vous allongez ou que vous vous détendez sur le canapé.
2. douce mais solide
Suffisamment solide pour attacher les cheveux épais et bouclés, mais suffisamment douce pour les mèches fines - pas de traction, pas de maux de tête.
3. durabilité toute la journée
Contrairement aux pinces encombrantes, la forme plate légère et innovante permet de le porter sans effort du matin au soir.
4. une prise qui ne s'arrête pas
Conçue pour s'accrocher sans tirer, elle maintient vos cheveux en sécurité toute la journée.
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
La conception à dos plat la rend très confortable à porter en conduisant, en s'allongeant ou en se relaxant - pas de bosses gênantes !
Oui ! Sa grande taille et sa forte adhérence garantissent un maintien parfait des cheveux épais, bouclés et longs.
Absolument ! Il est léger et doux, vous pouvez donc le porter pendant des heures sans gêne.
Oui ! La prise sûre maintient vos cheveux en place pendant que vous bougez, et la forme plate ne s'enfonce pas dans votre tête pendant les exercices au sol.
Oui ! Comme de nombreux accessoires pour cheveux Kitsch, il est fabriqué à partir de plastique recyclé, ce qui vous permet de vous coiffer de manière durable.
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.