Dites bonjour à notre collection la plus mignonne à ce jour : Kitsch x Hello Kitty ! Cette édition limitée d’essentiels pour le sommeil et le coiffage s’inspire de l’esprit joyeux et lumineux de Hello Kitty.
Le set comprend trois chouchous nuage avecdes motifs ludiques inspirés de Hello Kitty et ses teintes roses classiques
Ajoutez du volume à votre queue de cheval ou à votre chignon avec ces chouchous volumineux façon nuage
Confort doux comme un nuage – parfait comme accessoire cheveux (ou poignet !)
Tissu recyclé ultra-doux qui respecte les cheveux pour aider à prévenir la casse, les plis et les accrocs
Confectionné à partir de matériau recyclé de haute qualité pour un look écologique au quotidien
*Disponible uniquement pour les États-Unis et le Canada
A fan-worthy gift — the perfect treat-yourself or gift-for-a-friend moment for any Hello Kitty lover
Once it's gone, it's gone — this limited-edition collab won't be restocked, so grab yours before it sells out
Hair that stays healthy — the snag-free hold means less tension and fewer split ends over time
Made with the planet in mind — recycled fabric construction reduces waste without compromising on softness or quality
Express your style — three coordinating prints let you switch up your look every day of the week
{
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 = `Kitsch x Hello Kitty Set de 3 chouchous bouffants`;
let bundleHandle = `hello-kitty-x-kitsch-recycled-fabric-puffy-scrunchies-3pc-set`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Kitsch x Hello Kitty Set de 3 chouchous bouffants
$14.00$14.00
Crème lissante pour séchage à l’air libre
$15.00$15.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Kitsch x Hello Kitty Set de 3 chouchous bouffants`;
let bundleHandle = `hello-kitty-x-kitsch-recycled-fabric-puffy-scrunchies-3pc-set`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Kitsch x Hello Kitty Set de 3 chouchous bouffants
$14.00$14.00
+
Crème lissante pour séchage à l’air libre
$15.00$15.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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 raisons pour lesquelles vous avez besoin de Hello Kitty x Kitsch
1. style doux
Des nœuds rouges emblématiques et des imprimés roses ludiques ont inspiré ces essentiels pour les cheveux et le soin de soi afin d'adoucir votre routine quotidienne.
2. édition limitée
Une fois cette collection épuisée, elle disparaîtra pour de bon. Ne manquez pas votre chance d'obtenir le look caractéristique de Hello Kitty, avec des nœuds, des nœuds et encore des nœuds.
3. bon pour vos cheveux
Rafraîchissez vos rituels de beauté avec des produits essentiels de haute qualité. Les taies d'oreiller en satin favorisent la santé des cheveux en aidant à réduire les frisottis et les cassures, tandis que les accessoires pour cheveux vous aident à protéger et à coiffer vos cheveux pour qu'ils soient plus heureux et plus agréables à coiffer.
4. essentiels respectueux de l'environnement
Fabriqués à partir de matériaux recyclés qui respectent vos cheveux et la planète.
They are very soft and dont harm my hair at all. Way better though for ladies with thick hair then fine hair, as they are pretty big.
A
Allison
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Hello Kitty Scrunchie Fun!
These scrunchies are so cute!! I am actually wearing thr scrunchie now! The satin is so soft and gentle on my hair. Great for sleeping and out on the town looks. I love the pink!!
AH
Angelina H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
LOVE IT
These are so much bigger than I thought! I love the fact that it comes in a three pack. Usually, these thicker scrunchies dont hold my hair but I have been out and about with the light pink solid color one and I have only had to adjust once because I was trying on clothes at the mall. They are so cute and trendy and make my messy buns look more cohesive. OBSESSED with the Hello Kitty one and I like the two solid ones for going to work or when I need to be a bit more professional.
LK
Leslie K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Soft & Comfy
I often wear my hair up when I'm at home because I sweat at the drop of a hat, and these scrunchies are perfect for keeping my hair off my neck without pulling too tight. I love them!
FS
Fantasia S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
perfect
very soft and silky
LC
Linda C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great Gift
My granddaughters loved the scrunchie.
B
BP
I recommend this product
Rated 5 out of 5 stars
7 months ago
Love
Amazing
JG
Jasmine G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Best Gift
I bought these for my boyfriend’s sister and she loved them. She had just dyed her hair for the first time and she needed something that didn’t pull too much on her weakened hair strands. The loved the pillow like texture.
CD
Chris D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
BIRTHDAY GIFT
Grandaughter was very happy to receive them...beautiful colors
DW
Drika W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Perfect & HUGE 😍
The perfect sizeeeees and they are so huge 😍I loveeeee🩷🩷🩷
Loading...
Loading...
Frequently Asked Questions
Notre collection Hello Kitty est disponible pour une durée limitée, jusqu'à épuisement des stocks !
Le délai de livraison dépend du mode d'expédition que vous avez sélectionné lors du paiement. La plupart des commandes sont expédiées le jour même ! Veuillez compter jusqu'à 2 jours ouvrables pour le traitement de votre commande. Les commandes sont traitées du lundi au vendredi, hors jours fériés. Une fois votre commande expédiée, vous recevrez un e-mail de confirmation avec un numéro de suivi. En cas de perte du colis, veuillez contacter le service client de Kitsch.
Oui. La protection de votre vie privée est l'une de nos principales priorités. Nous utilisons un certain nombre de mesures de sécurité et de méthodes conformes aux normes de l'industrie pour protéger vos informations personnelles. Toutes les commandes et informations personnelles sont gérées par un serveur sécurisé. Les informations telles que le numéro de carte de crédit, le nom et l'adresse sont transmises via la technologie Secure Socket Layer (SSL).
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.