Il tuo accessorio preferito degli anni '90 è tornato con un tocco moderno ed elegante! Tieni i capelli in ordine con questi chic mini scrunchies in raso, morbidi e delicatissimi sui capelli.
Scrunchies sottili che aggiungono un tocco sofisticato alla tua coda o chignon quotidiano
Realizzati in raso morbido per ridurre i danni e la rottura dei capelli (e senza pieghe!)
Confezione da 5 in tonalità neutre e terrose che si abbinano a qualsiasi outfit
Perfetti anche come accessorio da polso!
{
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 = `Set da 5 pezzi di scrunchies in raso piccolini - Mezzanotte`;
let bundleHandle = `set-da-5-pezzi-di-scrunchies-in-raso-piccolini-mezzanotte`;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Set da 5 pezzi di scrunchies in raso piccolini - Mezzanotte
$ 234.00
$ 234.00
Crema lisciante per asciugatura all’aria
$ 351.00
$ 351.00
Spazzola bagnata/asciutta creata consapevolmente
$ 374.00
$ 374.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: 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 = `Set da 5 pezzi di scrunchies in raso piccolini - Mezzanotte`;
let bundleHandle = `set-da-5-pezzi-di-scrunchies-in-raso-piccolini-mezzanotte`;
let bundleCount = 3;
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
Set da 5 pezzi di scrunchies in raso piccolini - Mezzanotte
Set da 5 pezzi di scrunchies in raso piccolini - Mezzanotte
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">
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
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.