Este favorito de los 90 está confeccionado con satén ecológico, lo que lo hace suave para tu cabello y ayuda a reducir el daño y la rotura cuando te recoges el pelo.
Además, ya no hay marcas,gracias al material suave!
El diseño delgado y fruncido luce delicado y elegante para cualquier ocasión mientras mantiene tu cabello recogido (¡y se ve súper lindo en la muñeca!).
Viene en un paquete de 6 tonos neutros y chic perfectos para llevar, combinar y combinar con cualquier atuendo.
OEKO‑TEX® Certificado: Esto certifica que nuestro satén es seguro, sostenible y respetuoso con el medio ambiente.
{
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 = `Ultra Petite Satin Scrunchies 6τμχ - Terracotta`;
let bundleHandle = `ultra-petite-satin-scrunchies-6pc-terracotta`;
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');
});
}
}">
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">
I got my Scrunchies in the mail today. I love the colors and the Scrunchies are so soft and come out of my hair so easily. My hair is thinning so anything that doesn’t pull hair out is great. I plan to try other products to help strengthen my hair.
SC
Sarah C.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Small But Mighty!
I was skeptical about the ultra petite satin scrunchies, as I have a lot of hair, but I was blown away! They hold all day and don't get caught in my hair when I take them out. Works for anything from a half ponytail to a quick bun! Another perk is they aren't tight on my wrist like a standard ponytail holder!
LH
Lacy H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love these.
I thought these would slip out too easily bc they're satin but they actually hold really well. Nice mix of casual and dressy, great colors.
CF
Casey F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Perfect size
These are the perfect size for what I needed them for. I wear my hair in two braids at night to prevent breakage and I use these to secure them. The satin is so gentle on my hair and they stay in all night.
N
Nat84
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
I love them!
I enjoy them so much that I no longer like wearing any other! They’re soft but stay in place at the same time no matter what! Perfection ✨
SW
Sue W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Perfect for my little princess
I think they’re absolutely adorable. I bought them for my granddaughter who is four. She doesn’t like her hair pulled and these don’t but they look stylish and cute.
L
Lilla
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Perfect
As a new mom my hair is always updo, so I decided to buy some satin scrunchies to protect my hair from breakage. It is a perfect choice for my fine hair and these colors go well with everything :) Besides I am from Europe and the products arrived pretty fast.
SD
Stephanie D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Reccomended
Great small scrunchies. Can be used as a base to create fancier hairstyles without using other bands that pull or damage your hair. Also nice to keep around the wrist just incase.
K
Kelly
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
5 stars
Perfect size for people with thinning hair - the petite work better for me with having less hair. And the satin helps to keep the hair I have! Gentle on my hair, but do what they are supposed to do.
KG
Kamille G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Fave Scrunchie!
I love how these scrunchies work so well with my thick hair. I've always looked for one that can hold up my hair, especially at work & I am really glad that I have found one PLUS they are satin!!
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.
Ο ορισμός μιας επιλογής έχει ως αποτέλεσμα την πλήρη ανανέωση της σελίδας.