Preparati per le tue serate di studio e relax con stile! I nostri essenziali per il sonno ti aiutano a riposare meglio e svegliarti fresco, pronto per qualsiasi lezione.
Prepara la pelle e mantieni il viso libero con la nostra Fascia spa extra larga, realizzata in materiale morbido e confortevole che si adatta perfettamente alla tua routine di bellezza quotidiana.
Proteggi i capelli sotto la doccia con la nostra cuffia da doccia flessibile foderata di raso - terracotta a quadri, che copre e protegge la tua acconciatura.
Crea onde e ricci perfetti mentre dormi con il nostro set arricciacapelli senza calore in raso Sunset Tie Dye, facile da usare e senza bisogno di calore.
Dormi fresco e senza nodi con la nostra federa in raso color avorio. Con 600 fili, aiuta a controllare l'effetto crespo e riduce la rottura dei capelli. Riduce anche l’acne poiché assorbe meno umidità e sporco.
Capelli perfetti 24/7 – Dì addio al crespo e mantieni l'acconciatura come appena fatta – Anche mentre dormi!
Routine skincare senza interruzioni – La tua routine sarà più comoda e senza capelli sul viso.
Onde da sogno senza calore – Svegliati con ricci definiti e sani senza danneggiare i capelli.
Capelli e pelle felici – Addio nodi, rotture e impurità; benvenute morbidezza e freschezza ogni mattina!
Questo set include tutto ciò di cui hai bisogno per un sonno di bellezza.
Certificato OEKO-TEX®: Certifica che il nostro raso è sicuro, sostenibile e rispettoso dell’ambiente.
1x Set arricciacapelli in raso senza calore - Sunset tie dye
1x Cuffia doccia flessibile foderata di raso - terracotta a quadri
1x Federa in raso - Avorio (26x19 inch.) o (66x48cm)
1x Fascia spa extra larga
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 = `Pacchetto Ritorno all'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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Pacchetto Ritorno all'università
$42.90$42.90
Cuffia doccia flessibile foderata di raso - Terracotta a quadri
$29.00$29.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 = `Pacchetto Ritorno all'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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Pacchetto Ritorno all'università
$42.90$42.90
+
Cuffia doccia flessibile foderata di raso - Terracotta a quadri
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">
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.
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.