Sus cerdas suaves y flexibles reducen los tirones y previenen la rotura del cabello
Su amplia superficie plana hace que desenredar sea un proceso rápido y sencillo
Puede usarse en cabello húmedo o seco
Compatible con otros sets de charms KitschPop™, permitiéndote mezclar, combinar y personalizar tu cepillo al máximo
Diseño personalizable luce perfecto en tu tocador y en tu cabello
Mango ligero y ergonómico convierte el peinado en una tarea fácil y sin esfuerzo
Sus cerdas estimulan el cuero cabelludo para favorecer un crecimiento sano del cabello
Diseñado para todo tipo de cabello y texturas
Empieza con el cabello seco o húmedo y cepilla suavemente por secciones, trabajando desde las raíces hasta las puntas para distribuir uniformemente los aceites naturales.
Úsalo junto con tu secador para lograr un acabado liso, brillante y pulido. (No lo utilices con herramientas de peinado que superen los 248°F / 120°C).
{
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: 3,
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 = `Cepillo plano KitschPop™️ en violeta suave`;
let bundleHandle = `cepillo-plano-kitschpop-violeta-suave`;
let bundleCount = 3;
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:
Charms KitschPop™️ en rosa vintage
$14.00$14.00
KitschPop™️ Cloud Clip y Charms en color crema nacarado
$20.00$20.00
Crema suavizante de secado al aire
$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: 3,
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 = `Cepillo plano KitschPop™️ en violeta suave`;
let bundleHandle = `cepillo-plano-kitschpop-violeta-suave`;
let bundleCount = 3;
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
Charms KitschPop™️ en rosa vintage
$14.00$14.00
+
KitschPop™️ Cloud Clip y Charms en color crema nacarado
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">
The brush and the gems are beautiful. I'm actually obsessed with Kit.sch products now and just ordered more hair products for me, mom, and sister. LOVE, LOVE, LOVE!!
MC
Melissa C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Great brush
Arrived quickly. Sooo cute. And great for my hair. Purchases more to give as gifts!!
NC
Nancy C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Great great niece loves this
Gave this to my great great 4 yr old niece for her birthday, with an extra set of charms. She has very curly long blonde hair, sometimes hard to manage. Her mom appreciates the brush, as she still does the brushing. My little great great niece loves the charms!
BS
Brittany S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
A pink pop!
A pink pop paddle brush adds the perfect touch of fun to any hair station. Cute, functional, and guaranteed to brighten up your setup.
MH
Melissa H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Paddle brush
I love it, it is much easier to brush my hair out when I use it
Loading...
Loading...
Frequently Asked Questions
¡Sí! Ya sea que tengas el cabello fino, grueso, rizado o texturizado, sus cerdas flexibles desenredan y suavizan sin dar tirones ni engancharse.
¡Este cepillo tiene mucha personalidad! Hazlo tuyo con los charms intercambiables KitschPop™ que puedes cambiar fácilmente para adaptarlos a tu estilo o estado de ánimo.
Solo tienes que encajarlos y retirarlos sin mayor dificultad y sin necesidad de herramientas!
Sí, puedes usar este cepillo mientras te secas el pelo para obtener resultados pulidos y lisos. No lo utilices con herramientas de peinado que superen los 248°F / 120°C.
Retira los cabellos atrapados diariamente y haz una limpieza profunda una vez al mes con agua y un champú. Déjalo secar siempre con las cerdas hacia abajo en un lugar fresco y seco.
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.