Pon el toque final a tu clásico semirrecogido o moño alto con esta pinza para el pelo con lazo grande
Consigue siempre el moño perfecto con el clip de pico de pato oculto que se desliza fácilmente en el pelo o en el coletero
Hecho de tejido reciclado para un accesorio ecológico y cuidadoso para el cabello
Clip into a half-up section, slide over a ponytail, or use as a barrette to pin back layers. Open the clip, position it at your preferred spot — crown, nape, or side — and press closed. The bow accent faces outward as a statement detail for a polished, put-together finish.
Poliéster
{
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 = `Pinza para el pelo con lazo de tela reciclada - Palisandro`;
let bundleHandle = `pinza-pelo-arco-de-tejido-reciclado-palisandro`;
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:
Pinza para el pelo con lazo de tela reciclada - Palisandro
$ 234.00
$ 234.00
Pinza para el pelo con lazo de tela reciclada - Palisandro
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 this oversized satiny black bow. Would love more colors!
CL
Corinda L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I’m glad the clip isn’t a clasp
This is a simple clip that’s meant to use w/other hair accessories that actually keep your hair in place. If the clip were different it would risk the style you achieved with pins, elastics, etc.
MK
Mariell K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Perfect hair bow
I love how easy it is to put in. A lot of clip on bows for hair have to snap into place to close, and it often ruins my ponytail. This one is just a simple pinching clip, so it’s super easy to use!!
A
Allison
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
The perfect hair bow!!!
I love this bow! It is the best hair accessory!! Easy to clip into my hair, even with the Ponyfull! The bow never slid in my hair and was not heavy on my head. I am excited to style the bow more.
GH
Gabby H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
The cutest bow!
I love this bow! I absolutely love that it’s made from recycled fabric! I have some non Kitsch brand bows that are attached to scrunchies which are such a hassle sometimes, but the clip on this bow makes everything so much easier! The clip is very long so it holds a good amount of hair! It always feels very secure in my hair and always adds a classy and elegant touch to any outfit! You really can’t go wrong with a nice black bow!
RM
Rachel M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
So cute
I love how cute this is in my hair! It was easy to put in. I just did half my hair up and it looked great! I’ll be wearing this one frequently.
D
DD
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Recycled Fabric Black bow hair clip
I love this beautiful big black bow hair clip. It is super cute and can be worn in many ways.
I recommend to all you that love to be in style!
Well made and easy to put on!
You will love it!
AV
Anna V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
so cute
this is so versatile and cute, even if you’re not wearing pink, it adds a pop of color without being too much! very cutesy, very demure
L
Lizabeth
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love these BIG bows.
Already have the black bow. Love it!! Got so many compliments . Now I am ordering the rose color. Just wish they them in navy or light blue & chocolate, etc. hey, Kitsch will you be getting the same big satin bows with more colors?
EF
Elizabeth F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Perfect
I also bought the black bow to wear with all my dresses. Kitsch nails it again!
Loading...
Loading...
Frequently Asked Questions
All hair types — the clip mechanism holds securely on fine to thick hair.
Clip it to a low bun, high pony, braid, or any gathered section for an instant style upgrade. Also works as a statement accessory on the side of loose hair.
No — the clip opens and closes smoothly without snagging or pulling.
Yes — crafted from recycled plastic for a style-forward, planet-friendly finish.
Wipe with a soft damp cloth. Avoid soaking to preserve the finish.
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.
Ο ορισμός μιας επιλογής έχει ως αποτέλεσμα την πλήρη ανανέωση της σελίδας.