Diseño plano, que se ajusta cómodamente en la parte posterior de tu cabeza—perfecto para conducir, descansar o hacer yoga
Clip de tamaño medio que sujeta fácilmente el pelo para obtener semirrecogidos o recogidos completos
Usa un clip para un look sencillo o combina dos para un estilo versátil
Un suave tono cereza que eleva tu estilo con un sutil toque de color
El diseño en forma de arco mantiene tu cabello sujeto suavemente todo el día
Hecho de plástico reciclado para un peinado sostenible y con estilo
Fácil, rápido y siempre con estilo—simplemente recoge una sección de tu cabello, gírala, sujétala con el clip y listo!
Consejo profesional: El Clip Nube funciona mejor en cabello seco o ligeramente húmedo para un agarre máximo. Si tienes el cabello ultra fino o sedoso, prueba agregar un poco de spray texturizante antes de usar para un agarre extra!
Plástico reciclado
{
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 Nube plano cereza - Mediana`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Clip Nube plano cereza - Mediana
$18.00
$18.00
Cepillo negro para cabello húmedo y seco
$31.00
$31.00
Acondicionador hidratante de leche de argán sin aclarado
$29.00
$29.00
Aceite fortalecedor del cuero cabelludo y el cabello de romero 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 Nube plano cereza - Mediana`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Clip Nube plano cereza - Mediana
$18.00
$18.00
+
Cepillo negro para cabello húmedo y seco
$31.00
$31.00
+
Acondicionador hidratante de leche de argán sin aclarado
$29.00
$29.00
+
Aceite fortalecedor del cuero cabelludo y el cabello de romero con biotina
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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
Su diseño plano hace que sea muy cómodo de llevar mientras conduces, estás tumbado o te relajas, ¡sin incómodos bultos!
¡Sí! El gran tamaño y el agarre fuerte aseguran que se mantenga grueso, rizado y pelo largo sin resbalar.
Por supuesto. Es ligera y suave, por lo que puedes llevarla durante horas sin molestias.
Sí. El agarre seguro mantiene el pelo en su sitio mientras te mueves, y la forma plana no se clavará en la cabeza durante los ejercicios de suelo.
Sí. Como muchos de los accesorios para el pelo Kitsch, está hecho de plástico reciclado, para que puedas peinarte de forma sostenible.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Al seleccionar una opción, se actualiza toda la página.