Disfruta de un descanso reparador con esta funda de almohada de satén inspirada en BT21, con el corazón puro de CHIMMY y un divertido estampado floral en la parte trasera.
Ayuda a reducir el encrespamiento y la rotura mientras duermes al crear menos fricción
Ayuda a a reducir los brotes al absorber menos humedad y suciedad
Ayuda a prevenir las arrugas faciales al dormir
Suave con la piel, el pelo, las pestañas y las cejas
Se mantiene fresco toda la noche
Certificado OEKO-TEX®: Certifica que nuestro satén es seguro, sostenible y respetuoso con el medio ambiente
Incluye 1 funda de almohada tamaño Queen/Standard (26 "x19") o (66x48cm)
Satén
{
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: 6,
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 BT21 Funda de almohada de satén CHIMMY`;
let bundleHandle = `bt21-x-kitsch-satin-pillowcase-standard-chimmy`;
let bundleCount = 6;
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:
Kitsch x BT21 Funda de almohada de satén KOYA
$24.00$24.00
Kitsch x BT21 Funda de almohada de satén RJ
$24.00$24.00
Kitsch x BT21 Funda de almohada de satén SHOOKY
$24.00$24.00
Kitsch x BT21 Funda de almohada de satén CHIMMY
$24.00$24.00
Kitsch x BT21 Funda de almohada de satén TATA
$24.00$24.00
Kitsch x BT21 Funda de almohada de satén VAN
$24.00$24.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: 6,
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 BT21 Funda de almohada de satén CHIMMY`;
let bundleHandle = `bt21-x-kitsch-satin-pillowcase-standard-chimmy`;
let bundleCount = 6;
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');
});
}
}">
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">
4 Razones por las que necesitas flores y amigos con BT21
1. Estilo retro
Estampado con divertidas flores y personajes BT21 para alegrarte el día con divertidos accesorios para el pelo y artículos de belleza.
2. Edición limitada
Cuando esta colección se agote, se habrá ido para siempre. No pierdas la oportunidad de entrar en el UNIVERSTAR con estos divertidos accesorios florales del Planeta BT.
3. Bueno para el pelo
Renueva tus rituales de belleza con productos esenciales de alta calidad. Las fundas de almohada de satén ayudan a mantener la salud de tu cabello reduciendo el encrespamiento y la rotura, mientras que los accesorios para el pelo aportan fijación a tu look durante todo el día con divertidos estampados.
4. Productos ecológicos
Elaborados con un estilo sostenible y materiales reciclados que respetan tu cabello y el planeta.
I bought this pillowcase in standard and in king! Cooky, is super cute!
AS
Amanda S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Spring into Mang
The pastel colors in this BT21 Mang collab are the perfect shade. The satin is silky smooth and helps you drift into a comfortable night’s sleep.
MS
Melody S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Best Ever!!!!!
Honestly i got it bcos i'm a fan of BT21 BUT i definitely have no regrets getting it ... it is the smoothest pillow case ever ... "Comfy" factor is there and i have to admit my Verry long hair just glid on the pillow case 😊
EG
Evangelia G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
A fresh touch at an "all time classic"!!
I use Kitsch satin pillowcases for more than 5 years now, and I am fully satisfied!!! Quality in a reasonable price.
I have already tried the monochromatic cases (in silver, white, lavender, and blush) and now I can NOT return back to cotton pillowcases!! Apart from the health benefits of satin (antimicrobial), is so much softer in feeling, and makes sleeping a much more indulging experience!
The funky designs of BT21 make the pillowcases much funnier ! Every night when going to sleep I meet a "happy face" on the top of my pillow!!!
S
Stefanie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Super cute and Comfortable
I recently purchased this super cute and soft pillowcase. Great quality and it has a zipper. I love the zipper feature to keep the pillow inside the smooth case. The colors are lovely. I’d really love to own the entire collection. It took me forever to settle on one and i don’t regret it since the back has all characters on it.
KR
Kimmy R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Amazing !!
I have really long hair and I used to lose a bit in my sleep so I figured it couldn't hurt to try these pillow cases and I haven't found any hair in my bed since. I only bought this bc I'm a BTS fan and it has exceeded my expectations. Plus it's soft, smooth, and keeps your pillow cool.
EF
Erin F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Best pillowcase I’ve ever owned
I literally threw my old satin pillowcases away. This is so soft and comfortable, easy to keep clean, holds up well in the wash, stays put on the pillow.
S
Salina
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Grandkids love
My granddaughters both have soft curly hair and the satin pillowcases are exactly what they both needed to help care for their curls. These pillow cases are soft and smooth so they don’t grab the hair at all. I love they are zippered and sit so neatly over their pillows. Really impressed by the quality of these.
A
Alina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Absolutely Adorable and Comfortable!
I am in love with the BT21 meets Kitsch Satin Pillowcases! The design is absolutely adorable and adds a fun touch to my bedroom decor. The satin material feels incredibly soft and luxurious against my skin, making every night's sleep feel like a treat. It's also been great for my hair, reducing frizz and keeping it smooth. The quality of the pillowcase is top-notch, with durable stitching and a vibrant print that hasn't faded even after several washes. Overall, this pillowcase is a perfect blend of cute and practical. Highly recommend it to any BT21 fan or anyone looking to upgrade their bedding!
AP
Allison P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
Christmas gift
One of three designs bought for Christmas gifts. Cute design - daughter has found it beneficial for face and hair.
Loading...
Loading...
Frequently Asked Questions
Varía según la persona, pero después de la primera noche deberías ver el pelo menos encrespado y la piel sin arrugas.
Sí. Nuestras fundas de almohada están diseñadas para todo tipo de cabellos y edades.
Nuestras fundas de almohada se pueden lavar a máquina. Gira la funda del revés y lávala en agua fría en ciclo delicado con detergente suave. Secar en secadora a baja temperatura o al aire.
A diferencia de la seda, que requiere un costoso y cruel proceso de recolección de los capullos de los gusanos de seda, el satén es asequible, vegano y libre de crueldad. Además, es más duradero y fácil de cuidar, y tiene los mismos efectos refrescantes y suavizantes que la seda.
Sí. Proteger tu privacidad es una de nuestras mayores prioridades. Utilizamos una serie de medidas de seguridad y métodos estándar de la industria para mantener a salvo tu información personal. Todos los pedidos y la información personal se gestionan mediante un servidor seguro. Datos como el número de tarjeta de crédito, el nombre y la dirección se transmiten a través de la tecnología Secure Socket Layer (SSL).
El plazo de entrega depende del método de envío seleccionado al realizar el pedido. La mayoría de los pedidos se envían el mismo día. Por favor, espera hasta 2 días hábiles para que tu pedido sea procesado. Los pedidos se procesan de lunes a viernes, excepto festivos. Una vez que tu pedido ha sido enviado, un correo electrónico de confirmación con un número de seguimiento del transportista será enviado. En caso de pérdida del paquete, ponte en contacto con el servicio de asistencia de Kitsch.
Los packs de 2 unidades son los más populares, aunque cuantos más compres, más ahorrarás.
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.
Al seleccionar una opción, se actualiza toda la página.