Il set include due scrunchie festiviispirati all'iconico outfit di Buddy l'elfo (velluto verde e pelliccia sintetica bianca)
Perfetti per impreziosire la tua coda di cavallo o il tuo chignon con un look pronto per le feste
Ideale per la maggior parte dei tipi di capelli
Collaborazione in edizione limitata: Scrunchie in velluto verde e pelliccia sintetica bianca ispirati a Buddy l'elfo che non troverai da nessun'altra parte
Due stili festivi in un unico set: Mixali, abbinali o indossali insieme per un'acconciatura pronta per le feste
Delicati su tutti i tipi di capelli: Niente nodi, pieghe o rotture
Il perfetto pensierino natalizio: Una collaborazione divertente e ideale da regalare a qualsiasi fan di Elf
Certificazione OEKO-TEX®: garantisce che il nostro raso è sicuro, sostenibile ed ecologico.
{
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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Set di 2 Scrunchie - Kitsch x Elf`;
let bundleHandle = `set-di-2-scrunchie-kitsch-x-elf`;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Set di 2 Scrunchie - Kitsch x Elf
$7.80$12.00
Crema lisciante per asciugatura all’aria
$15.00$15.00
Spazzola bagnata/asciutta creata consapevolmente
$16.00$16.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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Set di 2 Scrunchie - Kitsch x Elf`;
let bundleHandle = `set-di-2-scrunchie-kitsch-x-elf`;
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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
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 cui non puoi perderti la collaborazione tra Kitsch x Elf
1. Eleganza festosa
La nostra collezione Kitsch x Elf comprende scrunchies, federe e strumenti per lo styling senza calore che fondono perfettamente il fascino festivo con l'eleganza quotidiana. Che tu stia partecipando a una festa natalizia o semplicemente godendoti una serata tranquilla a casa, questi prodotti ti faranno sentire una vera incantatrice delle feste.
2. Styling delicato
Dì addio ai danni causati dal calore e dai il benvenuto a splendidi stili senza calore! I nostri strumenti per lo styling senza calore ti consentono di ottenere bellissimi ricci e onde senza compromettere la salute dei tuoi capelli. Abbraccia la magia di capelli acconciati senza sforzo mentre ti godi la tranquillità che deriva dal sapere che ti stai prendendo cura della tua chioma.
3. Sonno di bellezza da sogno
Le nostre lussuose federe offrono un tocco morbido e delicato alla tua pelle e ai tuoi capelli, assicurandoti di svegliarti con un aspetto e una sensazione ottimali. E quando sono decorate con motivi elfici, il tuo sonno di bellezza diventa un'esperienza deliziosa che risuona con il periodo delle feste.
4. Meraviglia in edizione limitata
La nostra collaborazione Kitsch x Elf è un tesoro in edizione limitata che cattura l'essenza della stagione. Questi prodotti non sono solo accessori, sono ricordi che portano gioia anno dopo anno. Che tu voglia coccolarti o sorprendere una persona cara, stai regalando la magia delle feste.
These feel amazing the velvet & faux fur are gorgeous. Both perfect festive for Christmas they really just the best winter time scrunchies.
HB
Heather B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love these!
Have been wearing these constantly since they arrived. Both are very soft and remain steady in my hair without having to wrap tightly. Like that they have a little Elf tag but nothing too obvious, so they can be worn outside of the holiday season.
ER
EVA R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Holiday fun with colors & textures 💚🤍
Both feel fun & vibrant colors. Gave to my MIL as a Xmas gift bc she loves scrunchies, and she loved!
RM
Rebecca M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Ooooo, hello fuzzy & soft Christmas green & white but maybe March 17 too!
I was going to send these off to my niece as a stocking stuffer but h*ll no! Had to place another quick order cuz they're too wonderful. Thank you /kit.sch/!
JG
Jan G.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Fabulous Satin Pillow Cases
The satin pillow cases are beautiful. The feel of the satin when you lay your head on your pillow is smooth and cool against your skin. Makes you feel like you are a princess. Wonderful cool satiny feel is great for your hair and skin. Makes a great gift and the recipient will love you.
BE
Beth E.
Verified Buyer
Rated 3 out of 5 stars
2 years ago
Too big in diameter
Slips right out of my hair.
Please make a version for slippery fine hair.
EV
Emily V.
Verified Buyer
Rated 3 out of 5 stars
3 months ago
Great, but a lot for what you get
While these scrunchies are very cute, the elastic definitely seems to be meant for thicker hair and as someone with thin hair- these wouldn’t be able to hold. I also think even with the discounted price it was a bit pricey for two scrunchies.
K
Kitsch
3 months ago
Thank you for your feedback and for giving this a try. If the scrunchies aren't working for you, you can return or exchange it easily through mykitsch.loopreturns.com. .
RG
Randi G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Cute and functional
I have a grown out pixie cut, and both of these scrunchies hold my hair back. Love the colors and the fabric - they are so beautiful!
EC
Erika C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Christmas time dream
Love these two. The faux fur one is a dream. It gives 90s vibes and I love it.
Loading...
Loading...
Frequently Asked Questions
Potrai ottenere onde meravigliose non appena i tuoi capelli saranno asciutti. Questo dipende dallo spessore e dal tempo di asciugatura, che variano da persona a persona. Se dormi con l'arricciacapelli, vedrai i risultati la mattina seguente.
Sì! Vuoi saperne di più? Dai un'occhiata alle recensioni di migliaia di clienti felici di tutte le età che amano il nostro bigodino senza calore.
Sì! Dai un'occhiata alle migliaia di recensioni positive che abbiamo ricevuto da persone con tutti i tipi di capelli.
Per ottenere i migliori risultati, assicurati che i tuoi capelli siano leggermente umidi per permettere al bigodino di fare il suo lavoro. Per evitare il phon e dimezzare i tempi di asciugatura, prova il nostro asciugamano ad asciugatura rapida.
Certamente. Il bigodino è realizzato in morbida schiuma per adattarsi comodamente alla forma della tua testa, rendendo facile e piacevole dormirci su.
Sì. Proteggere la tua privacy è una delle nostre massime priorità. Utilizziamo una serie di misure di sicurezza e metodi standard del settore per mantenere al sicuro le tue informazioni personali. Tutti gli ordini e le informazioni personali sono gestiti da un server sicuro. Dettagli come il numero della carta di credito, il nome e l'indirizzo vengono trasmessi tramite la tecnologia Secure Socket Layer (SSL).
I tempi di consegna si basano sul metodo di spedizione selezionato al momento del pagamento. La maggior parte degli ordini viene spedita il giorno stesso! Si prega di considerare fino a 2 giorni lavorativi per l'elaborazione dell'ordine. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciamento del corriere. In caso di smarrimento del pacco, si prega di contattare l'assistenza Kitsch.
Le confezioni da 2 pezzi sono le nostre più popolari, anche se più acquisti, più risparmi!
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.