Ton accessoire préféré des années 90 revient avec une touche moderne et élégante ! Garde tes cheveux bien en place avec ces petits chouchous en satin chic, doux et très délicats pour tes cheveux.
Des chouchous fins ajoutent une touche sophistiquée à ta queue de cheval ou ton chignon quotidien
Fabriqués en satin doux pour aider à réduire les dommages et les cassures (et fini les marques !)
Vendus en lot de 5 dans des tons neutres et terreux qui s’accordent à toutes tes tenues
Super mignon à porter aussi autour du poignet !
{
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 de 5 chouchous en satin petite - Midnight`;
let bundleHandle = `set-de-5-chouchous-en-satin-petite-midnight`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Set de 5 chouchous en satin petite - Midnight
$ 234.00
$ 234.00
Crème lissante pour séchage à l’air libre
$ 351.00
$ 351.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 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 de 5 chouchous en satin petite - Midnight`;
let bundleHandle = `set-de-5-chouchous-en-satin-petite-midnight`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Set de 5 chouchous en satin petite - Midnight
$ 234.00
$ 234.00
+
Crème lissante pour séchage à l’air libre
$ 351.00
$ 351.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.