Aumenta il volume! I Rulli Termici in Ceramica di Kitsch donano un effetto volumizzante duraturo alle tue onde e ricci, sollevando le radici.
Questi rulli autoadesivi sono sempre pronti all’uso, sia che tu voglia sfoggiare onde morbide e setose o ricci definiti e senza effetto crespo.
Ideali per tutte le lunghezze di capelli e per la maggior parte delle texture.
Il materiale dei rulli autoadesivi è delicato sui capelli senza tirare o impigliarsi
Il nucleo del rullo rivestito in ceramica aiuta a distribuire uniformemente il calore e a fissare i ricci durante il raffreddamento per un volume duraturo
Adatto alla maggior parte delle lunghezze e delle texture dei capelli
Include: quattro rulli da 5cm e quattro rulli da 3,8cm
Includes 8 ceramic thermal rollers: 2 × 1.5", 4 × 2", and 2 × 2.25"
Dividi i capelli
Posiziona il rullo alla radice
Spazzola verso l'alto
Arrotola verso il basso
Applica il calore con il phon e lascia il rullo finché i capelli non sono completamente asciutti
Rimuovi il rullo tirando delicatamente dalla parte del ricciolo
{
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 = `Set da 8 pezzi di rulli per capelli in ceramica`;
let bundleHandle = `ceramic-thermal-roller-variety-pack`;
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:
Set da 8 pezzi di rulli per capelli in ceramica
$ 327.00
$ 327.00
Set di 4 Bigodini Termici XL
$ 373.00
$ 373.00
Kitsch x Hair by Chrissy Set di rulli termici in ceramica da 8 pezzi
$ 420.00
$ 420.00
Pacchetto rulli per capelli + fermagli per capelli per lo styling
$ 425.00
$ 425.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 = `Set da 8 pezzi di rulli per capelli in ceramica`;
let bundleHandle = `ceramic-thermal-roller-variety-pack`;
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
Set da 8 pezzi di rulli per capelli in ceramica
$ 327.00
$ 327.00
+
Set di 4 Bigodini Termici XL
$ 373.00
$ 373.00
+
Kitsch x Hair by Chrissy Set di rulli termici in ceramica da 8 pezzi
$ 420.00
$ 420.00
+
Pacchetto rulli per capelli + fermagli per capelli per lo styling
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">
4 motivi per amare il set di rulli termici in ceramica Kitsch da 8 pezzi
1. Grande volume da salone
Ottenete un look pieno, elastico e professionale, direttamente da casa. Questi rulli sono perfetti per creare un effetto lifting alle radici e onde morbide e glamour come se foste appena uscite dal salone.
2. Stile più rapido e duraturo
Il nucleo termico in ceramica trattiene il calore più a lungo, aiutando i ricci e il volume a fissarsi rapidamente e a durare per tutto il giorno. Bastano pochi minuti sui capelli per ottenere una forma e una tenuta durature.
3. Meno danni da calore
Saltate gli strumenti di calore aggressivi. Questi rulli acconciano i capelli con un'esposizione minima al calore, riducendo il rischio di danni e garantendo comunque risultati belli e sani.
4. Elegante e portatile
Progettato con l'estetica tipica di Kitsch, il set è tanto bello quanto pratico. Leggero e compatto, è ideale per l'uso in casa o in viaggio, per mantenere i capelli impeccabili ovunque.
Frequently Asked Questions
Yes—use your blow dryer to heat the rollers after placing them in your hair. The ceramic coating heats up quickly and holds heat to set your curl.
We recommend slightly damp to almost-dry hair for best results. Fully wet hair takes longer to set and may not hold the curl as well.
Leave them in until your hair is completely dry and cool—usually 15–30 minutes depending on hair thickness. The longer they stay in after cooling, the longer the curl holds.
The set includes 2 × 1.5", 4 × 2", and 2 × 2.25" rollers (8 total) for a variety of curl sizes and wave patterns.
Let hair cool completely before removing. Gently pull each roller out from the side of the curl—don't unroll straight down, as this can loosen the wave.
Wipe with a damp cloth after each use. For a deeper clean, hand wash with mild shampoo, rinse, and lay flat to air dry completely before storing.
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.