Das umweltfreundliche, extrabreite Spa-Stirnband von Kitsch hat die perfekte Größe, um dein gesamtes Haar zu halten und deinen Haaransatz zu schützen. Hergestellt aus superweichem, recyceltem Material, ist dieses multifunktionale Stirnband ein Muss, um deinen Stil zu bewahren und die perfekte Ergänzung zu deiner Haarpflegeroutine.
Merkmale:
Extrabreites, elastisches Design ermöglicht es, das Haar vollständig während des Tragens einzustecken
Hilft, das Haar trocken und sauber zu halten
Hält das Haar während des Auftragens von Make-up oder Produkten zurück
Perfekte Ergänzung zu deiner täglichen Hautpflegeroutine und bietet vollständige Abdeckung des Haaransatzes beim Gesichtswaschen, Baden, während Gesichtsbehandlungen, im Spa oder in der Sauna
Das Material ist weich und bequem und bringt den Luxus des Spas in dein Zuhause
Extra wide band tucks all your hair back for complete coverage during skincare or bathing
Super soft recycled material is gentle on your hair and skin
Brings spa-level luxury to your at-home skincare routine
Eco-friendly & made from recycled materials
Includes 1 Extra Wide Spa Headband
Slip the headband over your head and roll it forward to lift all hair back from your face.
Adjust the band to cover your hairline fully for skincare, bathing, or facials.
Enjoy your routine—the soft fabric protects your hair and style while you cleanse.
{
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: 4,
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 = `Extra breites Spa-Stirnband`;
let bundleHandle = `extra-wide-spa-headband-dusty-rose`;
let bundleCount = 4;
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');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Extra breites Spa-Stirnband
$10.00$10.00
Kojic Acid Bar für Hyperpigmentierung und dunkle Flecken
$18.00$18.00
Sheabutter-Peeling-Körperwaschmittel
$14.00$14.00
Helles Violett Haarparfüm
$20.00$20.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: 4,
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 = `Extra breites Spa-Stirnband`;
let bundleHandle = `extra-wide-spa-headband-dusty-rose`;
let bundleCount = 4;
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 = 'Auswahl in den Warenkorb legen';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Häufig zusammen gekauft
Extra breites Spa-Stirnband
$10.00$10.00
+
Kojic Acid Bar für Hyperpigmentierung und dunkle Flecken
Registrieren Sie sich, um eine Benachrichtigung zu erhalten, wenn dieser Artikel wieder auf Lager ist.
Bitte geben Sie eine gültige E-Mail Adresse ein.
Danke für die Anmeldung! Wir schicken Ihnen eine E-Mail, sobald das Produkt wieder verfügbar ist.
{
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">
These are literally a face-lift in a pad for me!!!! I can't state it any other way. I was hoping for a little more even texture, less redness, but I got my dark spots, moles and freckles faded in color. I was just starting to form a few fine lines and those have mostly faded and disappeared as well. Literally a face-lift in a pad!
These are so easy to use too. Just wash your face, swish and bubble these all over. Let sit for a bit and rinse. Use your regular skincare and don't forget the sunscreen during the day.
A
Arian
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Velvet
I have been using those for 2 weeks. My face tone brighter, my neck and chest feels like Velvet. I love that they come with tiny tweezers, that snap in lid, these make pulling up one pad very easy.
R
Ron
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Mind-Blowing Pads!
I purchased these cleansing pads about 3 weeks ago and I absolutely LOVE them! I've been in the beauty industry (skincare, haircare, and makeup) for over 30 years and I use to be a brand rep for a dermatology brand, who offered medical-grade peel pads that were (and still are) very popular. HOWEVER, I have to be honest and say that the Kitsch Kojic Acid Face and Body Cleansing Pads, I found to be MUCH MORE effective; especially when it comes to hyperpigmentation. After only 3 weeks, I've see a huge reduction. And my skin is much more even in texture and tone. And yet, at the same time, these pads are very gentle. So, THANK YOU for providing an outstanding product that actually works.
P.S. - I'm recommending these pad to everyone I know. You've got a customer for life!
AF
Angel F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Face and body pads you didn't know you needed!
I absolutely love these. I used them more on my face than another. the container conveniently comes with tweezers to pull out the pads. I really like. My face feels so clean and refreshed after using them and I should've taken a before and after picture so you can see my pores have shrunk and the dark spots are fading, my skin has a brightness now.
J
Jackie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
5 million stars
This is amazing, like this is everything I have ever wanted from a headband and more. I have the original kitsch headband and I really like it but this is a million time better. First of all the material is incredibly soft it's luxurious and feels amazing. But the size is what makes this a hands down winner, it looks like a beanie when you put it on it's so freaking cute, the color is amazing but the best part it holds allllllll your hair. For the entire time your washing your face and doing your skincare your hair is secure, out of the way and wrapped up tight. I have extremely long hair and this headband tucks it all away. It's so comfortable to wear, does it's job and like amazing. I'm so in love with this you won't regret buying one, it's amazing.
F
Felicia
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
AMAZING
I would definitely recommend this. I've used other ones in the past , And I do like these a lot more!! I definitely saw a difference pretty quickly in my dark spots and post acne scars
A
Aklea
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Smooth, clear skin!
These cleansing pads are fantastic! They're very saturated with product and come with little tweezers to help separate each pad. They have a mild fresh, clean scent. I have sensitive, often reactive skin and these caused no irritation at all even when used daily. They leave my skin feeling smooth, well exfoliated and clean, but not dry or stripped. Best part is that there's been a noticeable lightening of the sunspots on my face and neck! Highly recommend!
J
Julie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love the feel
After using the Kojic Acid Face and Body Cleansing Pads my face felt softer and looked brighter, even after the first use. I also used them on my upper arms and found them to help reduce the appearance of keratosis pilaris. Highly recommend.
K
KIM
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great product!
I love these Kojic Acid Face and Body Cleansing Pads. They work great pre shower and leaves my skin smooth, soft, and clear. Absolutely zero irritation and a fresh light scent.
SG
So g.
I recommend this product
Rated 5 out of 5 stars
3 years ago
Only thing is needs more colors!
And this is literally the best thing since sliced bread! Super soft, not too tight around your head, keeps your hair back without having to use a clip or scrunchie! The only thing I want now is more colors!
Loading...
Loading...
Frequently Asked Questions
The extra wide design fully tucks all your hair back — including your hairline — giving you more coverage than a standard headband for a cleaner, more secure hold.
Yes — it's designed to keep hair dry and clean during face washing, bathing, and skincare routines.
It's made from super soft recycled material, making it both comfortable and eco-friendly.
Yes — the stretchy, extra wide design works for most hair types and textures, including thick and voluminous hair.
Der Vergleichspreis entspricht dem Preis, zu dem das Produkt zuvor angeboten wurde, oder dem geschätzten Marktpreis vergleichbarer Artikel bei anderen Anbietern. Da Preise häufig schwanken, können wir nicht garantieren, dass der Vergleichspreis zu einem bestimmten Zeitpunkt dem aktuellen Marktpreis entspricht.
Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.