¡Prepárate para tus noches de estudio y descanso con estilo! Nuestros esenciales para dormir te ayudan a descansar mejor y despertar con un aspecto fresco, listo para cualquier clase.
Prepara tu piel y mantén tu rostro despejado con nuestra Diadema de spa extragrande, fabricada con un material suave y cómodo que complementa perfectamente tu rutina diaria de belleza.
Cubre tu cabello en la ducha con nuestro gorro de ducha de ssatén a cuadros Terracotta extragrande e impermeable, que protege tu peinado.
Crea ondas y rizos perfectos mientras duermes con nuestro set de rulos de satén sin calor Sunset Tie Dye, que es fácil de usar y no requiere calor para rizar tu cabello.
Duerme fresca y sin enredos con nuestra funda de almohada de satén en color marfil. Fabricada con 600 hilos, ayuda a controlar el frizz y reduce la rotura del cabello. También ayuda a reducir el acné al absorber menos humedad y suciedad.
Cabello perfecto 24/7 – Di adiós al encrespamiento y mantén tu peinado como recién hecho – ¡Incluso mientras duermes!
Rutina de cuidado de la piel sin interrupciones – Tu rutina de belleza será más cómoda y sin pelo en la cara.
Ondas de ensueño sin calor – Despierta con rizos definidos y saludables sin dañar tu cabello.
Cabello y piel felices – adiós a los enredos, la rotura y los brotes; hola a la suavidad y frescura cada mañana!
Este set incluye todo lo que necesitas para una noche de belleza.
Certificación OEKO-TEX®: Esto certifica que nuestro satén es seguro, sostenible y respetuoso con el medio ambiente.
1x Set de rulos de satén sin calor Sunset Tie Dye
1x Gorro de ducha de satén Terracotta Checker
1x Funda de almohada de satén en color marfil – Estándar (26 x 19 pulgadas) o (66 x 48 cm)
1x Diadema de spa extra ancha
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 = `Lote Vuelta a Clase`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Lote Vuelta a Clase
$ 1,002.00
$ 1,002.00
Touca de duche Flexi com forro de cetim - Xadrez de terracota
$ 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 = `Lote Vuelta a Clase`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Lote Vuelta a Clase
$ 1,002.00
$ 1,002.00
+
Touca de duche Flexi com forro de cetim - Xadrez de terracota
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Escolher uma seleção resulta numa atualização de página completa.