Torsadez et attachez vos cheveux en arrière avec cette élégante épingle française pour une coiffure sans effort.
Sa finition en métal lisse glisse à travers les mèches pour un chignon facile et sans accroc.
Sa structure en métal léger apporte de la brillance tout en maintenant les épingles en place.
Comprend une mini-pince pour des options de coiffure polyvalentes : parfaite pour sublimer les chignons, les demi-queues ou à superposer avec d'autres pinces.
Idéal pour les chignons de danseuse, les chignons hauts ébouriffés ou les demi-queues romantiques.
Parfait pour toutes les longueurs et textures de cheveux.
Léger et nomade : glissez-le dans votre sac à main pour vous coiffer à tout moment.
Son alliage de zinc durable maintient vos pinces bien en place et assure une longue durée de vie.
Alliage de zinc
Fer
{
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 = `Mini-set : Épingle française & pinces en métal – Doré`;
let bundleHandle = `mini-set-epingle-francaise-pinces-en-metal-dore`;
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:
Mini-set : Épingle française & pinces en métal – Doré
$16.00$16.00
Set de brosses de coiffage Précision & Définition
$10.00$10.00
Crème hydratante pour boucles
$15.00$15.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 = `Mini-set : Épingle française & pinces en métal – Doré`;
let bundleHandle = `mini-set-epingle-francaise-pinces-en-metal-dore`;
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
Mini-set : Épingle française & pinces en métal – Doré
Mini-set : Épingle française & pinces en métal – Doré
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">
Arborez instantanément un chignon haut style « It girl » ou un chignon lissé façon « model off-duty ». Torsadez, piquez, et le tour est joué !
2. Solide et sécurisée
Fabriquée dans un matériau à la fois robuste et léger, l'épingle française est conçue pour maintenir votre coiffure sans se tordre ni se casser.
3. Une seule épingle fait tout
Chignons ébouriffés du quotidien, chignons classiques ou coiffures relevées assez élégantes pour un tapis rouge : cette épingle est la petite robe noire des accessoires de coiffure.
4. Confort tout au long de la journée
Avec sa finition lisse et confortable, l'épingle française glisse dans les cheveux comme par magie, sécurisant votre coiffure tout au long de la journée sans s'accrocher ni tirer sur les mèches.
I never tried a pairpin before and I don't think i am very good normally putting my hair up, but I just recieved this today and in third attempt I did this! Strong hold and the curved shape was comfortable and hid the ends safely. I wore it all day without any problem. Even though it is also pretty in itself I really liked this style where I actually got to hide it completely in the hair. So I am so happy that I got this. My man was also very impressed as he knows how hard a time I have with hairdos. He also give it five stars👍✨️
H
Holly
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
For the girlies who tried Amazon first
Howdy,
I know that clean girl is out and mob wife is in, but French pins still deliver. If you’ve tried getting French pins for donuts on various online websites or tried finding them in the usual suspect beauty/drug stores and fell short this pin and dare I say brand is for you. This thing is huge and will actually hold your hair up, reference pics for scale iykyk
Ty <3
SJ
Summer J.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Throwing my claw clip in the TRASH!
This is my go to for when I need my hair up quickly and cute! It’s so sturdy and I need that for my thick, wavy (2A-2C) lower back length hair. I am obsessed as I use it daily and when I’m not I usually have it pinned to my pocket or shirt for easy access. I’ve gotten so many compliments and bought 2 for some friends already 💖 I can put my hair up in 30 seconds or less!
J
Jourdan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
LOVE
This is so chic and gorgeous. I have never tried a French clip but it was so simple to use. This really elevates your look. The gold color is perfect.
M
Mer
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Obsessed
I never leave reviews, but I'm truly obsessed with this pin! Finally a cute alternative to a claw clip to keep my hair off my neck 🙏🏽
N
Nina
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So Chic!
For someone who knows nothing about hair styling this was so easy to use and the results are so chic! 🌹
LJ
Lourdes joy S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
My favorite hair accessory
I have been fascinated with the french hair pin. Tried my best to learn how to use it. Bought one for my birthday and im happy with my purchase. Shout out to kitsch customer service for sending a replacement when my purchased tarnished after a few months of use with care. I love how sophisticated it made my hair buns look. Thank you kitsch for another one of your great products.
M
Marina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Beautiful pin
I love this pin. It looks very elegant and effortless.
I have many different brands french pins, but this one is just perfect.
MG
Mary G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
What I've been looking for!
I'm so happy.
I have quite thick but silky hair so it never stays up in claw clips. When I've tried to do a bun (using a million hair grips!) it never stays...... but this french pin is good quality and holds my hair up so well. It's become my everyday updo that looks so classy but is really easy to do. Thank you!
L
Liz
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it
Love the French hairpin, very stylish. I am a learner though and my hair is only shoulder length so need to use a hair tie still.
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.