Dein Lieblingsaccessoire der 90er ist mit einem modernen Touch zurück! Halte dein Haar stilvoll mit diesen schicken, kleinen Satinscrunchies, die weich und besonders schonend für dein Haar sind.
Schmale Scrunchies verleihen deinem Alltagszopf oder Dutt eine elegante Note
Aus weichem Satin gefertigt, um Haarbruch und Schäden zu reduzieren (keine Abdrücke mehr!)
Kommt im 5er-Pack in schicken, erdigen Neutraltönen, die zu jedem Outfit passen
Sieht auch am Handgelenk super süß aus!
{
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: 3,
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 = `Mitternachtsfarbene Satin-Haargummis in kleiner Größe 5er-Set`;
let bundleHandle = `mitternachtsfarbene-satin-haargummis-in-kleiner-grosse-5er-set`;
let bundleCount = 3;
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:
Mitternachtsfarbene Satin-Haargummis in kleiner Größe 5er-Set
$ 234.00
$ 234.00
Glättende Creme zum Lufttrocknen
$ 351.00
$ 351.00
Mitternachtsfarbene Satin-Haargummis in kleiner Größe 5er-Set
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">
I love them, the material is great. They could be smaller, I have really thin silky hair and for a pony tail I have to wrap them 3 times.
LC
Lisa C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Satin scrunches
Beautiful satin hair ties are perfect, so much so that I bought them for my daughters in law. I can’t wait to hear what they think.
EZ
Erika Z.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Perfect for shoulder length hair
My hair is wavy and fine, and I have a lot of it. It breaks off really easily. These are small enough to wear one on my wrist when my hair’s down, and I don’t have as much breakage.
HS
Harriet S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Just big enough
These thinner scrunchies are just big enough to hold my hair without being too poofy. They are soft and easily slide on and off without catching or pulling your hair. I really like them 😊
R
Rowan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love them
These are really great, stay on nicely and good material. Only thing is not great for holding wet hair - they dry pretty slowly.
K
Kelly
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love these
They are perfect for my hair and I love that they're thin so when I wear one on my wrist it's not bulky. I have two sets of these!
DM
Dorothy M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
Loves them :)
My hair has had less breakages since I started using them. Thank you so much. I even gave my Mom a couple, she loves them as well.
TS
Tracy S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Wonderful
These are perfect for just about anything. I have thick, medium/coarse hair, and they do not slide out. They are very well-made, and so silky. What more could you ask for?
SC
Siena C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love
Love the colors and do not leave creases in your hair! It’s amazing.
AG
Arunka G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
These are my favorite scrunchies, they don't hurt my hair and they look so cute
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.