Prépare-toi pour tes soirées d’étude et de repos avec style ! Nos essentiels de sommeil t’aident à mieux te reposer et à te réveiller frais, prêt pour tous les cours.
Prépare ta peau et garde ton visage propre avec notre bandeau spa extra large, fabriqué dans un matériau doux et confortable qui complète parfaitement ta routine beauté.
Protège tes cheveux sous la douche avec notre bonnet de douche fllexi doublé de satin Terracotta à carreaux, qui protège ta coiffure.
Crée des ondulations et boucles parfaites pendant que tu dors avec notre Set de bouclage sans chaleur en satin - Sunset Tie Dye, facile à utiliser et sans chaleur.
Dors au frais et sans nœuds avec notre taie d’oreiller en satin ivoire. Avec 600 fils, elle aide à contrôler les frisottis et réduit la casse. Elle aide aussi à réduire les boutons en absorbant moins d’humidité et de saleté.
Cheveux parfaits 24h/24 – Dites adieu aux frisottis et gardez une coiffure fraîche – Même en dormant !
Routine soin du visage ininterrompue – Votre routine beauté sera plus agréable, sans cheveux sur le visage.
Ondulations de rêve sans chaleur – Réveillez-vous avec des boucles définies et en bonne santé, sans abîmer vos cheveux.
Cheveux et peau heureux – Fini les nœuds, la casse et les boutons ; bonjour douceur et fraîcheur chaque matin !
Ce coffret contient tout ce qu’il faut pour un sommeil de beauté.
Certifié OEKO-TEX® : Cela garantit que notre satin est sûr, durable et respectueux de l’environnement.
1x Set de bouclage sans chaleur en satin - Sunset Tie Dye
1x Bonnet de douche Flexi doublé de satin - Terracotta à carreaux
1x Taie d'oreiller en satin ivoire (26x19 inch.) ou (66x48cm)
1x Bandeau spa extra large
Spa Headband: Stretch the headband over your head, positioning it to keep all hair away from your face during skincare or beauty routines.
Satin Shower Cap: Gather your hair, tuck it under the satin-lined cap, and stretch to fit your head fully before showering.
Heatless Curling Set: Starting with damp hair, wrap sections of hair around the satin rod and secure with the included clips. Sleep overnight and unwrap in the morning for effortless waves.
Satin Pillowcase: Slip over your standard or king pillow. Sleep on the smooth satin side to reduce friction, frizz, and hair breakage overnight.
{
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: 2,
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 = `Pack Retour à l'université`;
let bundleHandle = `back-to-college-bundle`;
let bundleCount = 2;
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:
Pack Retour à l'université
$ 1,002.00
$ 1,002.00
Bonnet de douche Flexi doublé de satin - Terracotta Checker
$ 677.00
$ 677.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: 2,
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 = `Pack Retour à l'université`;
let bundleHandle = `back-to-college-bundle`;
let bundleCount = 2;
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
Pack Retour à l'université
$ 1,002.00
$ 1,002.00
+
Bonnet de douche Flexi doublé de satin - Terracotta Checker
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">
So easy to use, works fantastic! It takes a minute or two to put in before bed and then when I get up in the morning my hair done, no effort required! I love it and plus, no hear damage. Don’t think about it, just buy it. One of the best things I’ve ever bought. Delivery was quick.
SH
Savanah H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Long Straight Hair
The heatless curling set is fabulous! I have very long, heavy straight hair down to my butt and this product worked very well to curl my hair. It’s comfy to sleep in and easy to manage. Absolutely love it!
DS
Domenica S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
THE BEST HEATLESS CURLER IN THE WORLD
My hair never looked so curly and cute I loved the perfect waves. After using it I didn’t wash my hair for 3 days and the waves are perfect I would definitely recommend this product to anyone💜
KJ
Kelly J.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Love how comfy this is to sleep in!
I love, love, love this curling silky rod with silky scrunchies to hold the ends. I use it both on damp and dry hair to hold the style as I sleep. Everything I have purchased from Kit-Sch has been super high quality. The shampoo and conditioner bars keep my hair squeaky clean for 3 days! I highly recommend the rice water shampoo bar.
AP
Ashley P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
It really works amazingly!
I never leave reviews unless I'm just very impressed! So this is for the girl that is like me and always skeptical, rarely taking the plung... DO IT! Add to your cart right now and you won't be sorry!
The first time I tried it, I misted my hair before wrapping and slept in it. It done absolutely nothing. So fast forward a few weeks and I decided to try it again and do it differently. So I left it completely dry and didn't use any products in it. To get it as tight as possible, I let my daughter wrap it for me and we done it with both sides facing down towards my back instead of my shoulders. This was my results after sleeping in it all night and 3 hours after I had taken it down. Still with no products. So I give this a 10 out of 10! When done correctly it works better than any curling iron!
CB
Claire B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Best heatless curls I’ve ever had
I’d only used cheap heatless rods before this and don’t know why I didn’t invest in a kitsch one before! The curls I can create with this are amazing! I especially love that there’s a think wire running down the centre of the rod that allows you to bend or move the rod and it stays in place. It’s also so comfy to sleep in. No complaints here. LOVE IT!
JC
Juli C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Dream Wedding Hair
I decided to elope to the Maldives so I had to style my hair and makeup myself and omg this curler set is amazing!! I never was able to curl my hair myself until I started using these and I had the perfect beach waves for my wedding day 10/10 recommend!!
NS
Nicole S.
Verified Reviewer
I recommend this product
How long is your hair? Very Long
Rated 5 out of 5 stars
2 years ago
Nightly Routine - Amazing Outcome
I have been using this product for almost two years along with other kitsch products. I cannot tell you how the rice shampoo and conditioner, plus the satins rod and adding a satin bonnet to my routine has completely changed my hair! The amount of compliments I receive for my hair by men and women of all ages is crazy! I have a LOT of hair but the routine takes me less than 5 minutes every night and cut down my morning routine by an hour! No more heat, frizz, breakage! I have now gone to the XL because of how my hair has grown! Love this brand and the products!
Woke up with my hair...Rated 5.0 on a scale of 1 to 5
Totally Straight Gorgeous Curls
Ease of UseRated 5.0 on a scale of 1 to 5
Hard Easy
MG
Michelle G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Best shower cap ever
Best shower cap ever. Loving the new flexi shower cap! Truly so flexible and the interior lining is luxurious. Kitsch always makes you feel like a 👑.
M
Morgan
I recommend this product
Rated 5 out of 5 stars
4 years ago
FAVORITE PRODUCT OF ALL TIME
I’m obsessed with this product. It’s so easy to use and comfortable to sleep on. It saves me SO MUCH time plus, it’s so nice not having to use heat on my hair. Every girl needs this product in their life! I’ll never use a curling iron again, this honestly curls my hair better than a traditional curling iron ever did. You can really control the curls once you get used to it… the tighter you wrap = tighter/more ringlet curls & loosely wrapping you hair = beachy waves 😍 favorite Kitsch product of all time!
Loading...
Loading...
Frequently Asked Questions
The Back To College Bundle includes 4 essentials: a Sunset Tie Dye Satin Heatless Curling Set, a Terracotta Checker Satin-Lined Shower Cap, a Satin Pillowcase in Ivory (Standard size), and an Extra Wide Spa Headband.
Starting with damp hair, wrap sections around the satin curling rod and secure with the included clips before bed. Sleep overnight and unwrap in the morning for beautiful, heat-free waves and curls — no damage, no heat.
Yes! The Satin Pillowcase in Ivory works for all hair types. The smooth satin surface reduces friction while you sleep, helping minimize frizz, tangles, and hair breakage — great for straight, wavy, curly, and coily hair.
Yes — the Terracotta Checker Satin-Lined Shower Cap is extra-large and features a stretchy band to accommodate all hair lengths and thicknesses. The satin lining helps protect your blowout and hairstyle while you shower.
Yes! All KITSCH products, including everything in this bundle, are vegan and cruelty-free. We never test on animals.
Yes! Subscribe to the Back To College Bundle and save 35% off every order, forever. You can pause, skip, or cancel anytime.
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.