Obtenez des ondulations de plage dignes d'une sirène avec une touche de brillance—pas de croquant, juste une texture douce au toucher.
Infusé de romarin, biotine et magnésium pour renforcer et hydrater les cheveux
Le polymère Amaze® SP lutte contre les frisottis et l'humidité pour un volume et un rebond toute la journée
Spray léger qui sublime les ondulations et boucles naturelles en quelques vaporisations
Polymère d'origine végétale qui scelle les mèches et ajoute de la brillance sans résidus
Infusé avec notre parfum signature Lavande Douce & Romarin
Vegan, sans cruauté, certifié Leaping Bunny
Sans parabènes, phtalates, silicones ni sulfates
Vaporisez légèrement sur cheveux humides ou secs, de la mi-longueur jusqu’aux pointes. Froissez avec les mains et laissez sécher à l’air libre pour des ondulations naturelles effet plage.
Astuce pro : Appliquez Kitsch Moisturizing Argan Milk Leave-In Conditioner sur cheveux mouillés avant pour une hydratation et nutrition renforcées.
Extrait de Romarin
L'extrait de romarin aide à soutenir vos cheveux, en commençant par le cuir chevelu, en améliorant la circulation sanguine, en nourrissant les follicules pileux et en apaisant les irritations pour favoriser des cheveux plus forts, plus longs et plus doux.
Biotine
Boostez votre rituel capillaire avec de la biotine pour favoriser des cheveux plus forts, plus épais et un éclat soyeux, sans frisottis.
Magnésium
Le magnésium joue un rôle dans la santé globale des cheveux en contribuant au bon fonctionnement des follicules. Il peut aider à réguler l'accumulation de calcium sur le cuir chevelu, qui peut interférer avec la croissance des cheveux, et soutient la capacité de l'organisme à synthétiser les protéines nécessaires à l'obtention de cheveux forts et sains.
Amaze®️ SP
AmazeSP est un polymère d'origine végétale dérivé de sources durables. Il a été cliniquement prouvé qu'il aide à sceller la cuticule du cheveu, contribuant à une apparence plus lisse et plus brillante. Cet ingrédient favorise également la rétention du style dans des conditions humides et peut aider à réduire les frisottis, à ajouter du volume et à fournir une tenue légère et flexible.
Ingrédients
Aqua/Water/Eau, Chlorure de magnésium, Polyitaconate de sodium, Parfum*, Chlorure de cétrimonium, Pentylène glycol, Propanediol, Protéines de riz hydrolysées, Caprylyl glycol, Extrait de graines d'Adansonia Digitata (baobab), Extrait de graines d'Amaranthus Caudatus, Panthénol, Disuccinate d'éthylènediamine trisodique, Éthyhexylglycérine, Chlorure de sodium, Extrait de feuille de Rosmarinus Officinalis (romarin), Biotine, Alcool benzylique, Bêta-caryophyllène, Huile essentielle de Lavandula Hybrida, Limonène, Linalol, Acétate de linalyle, Vanilline
*Parfum naturel dérivé de plantes
Amaze® SP polymer
Sea Salt
Romarin
Biotin
Magnesium
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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: 4,
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 = `Spray au sel marin texturant`;
let bundleHandle = `texturizing-sea-salt-spray`;
let bundleCount = 4;
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:
Spray au sel marin texturant
$18.00$18.00
Spray protecteur contre la chaleur
$19.00$19.00
Conditionneur hydratant sans rinçage au lait d'argan
$15.00$15.00
Humidity Blocking Frizz Shield Spray
$26.00$26.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: 4,
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 = `Spray au sel marin texturant`;
let bundleHandle = `texturizing-sea-salt-spray`;
let bundleCount = 4;
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
Spray au sel marin texturant
$18.00$18.00
+
Spray protecteur contre la chaleur
$19.00$19.00
+
Conditionneur hydratant sans rinçage au lait d'argan
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 was able to test the Kitsch sea salt spray. I had never used a sea salt spray before, but i am always looking for ways to give my thin curly hair volume. I used it at the front of my hairline for added texture and volume for my front poof! I loved it it gave nice volume and the Bobby pins held well all day. My hair ends are very damaged, and i found the spray gave the ends of y hair a weird feel, but after a regular shampoo and condition, they were back to normal.
E
Erin
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Styling product I can feel good about!
I absolutely loved this spray! And it will definitely go on reorder again and again.
I stopped using any styling products and hair spray after switching to Kitsch. I was so happy when this came out. It definitely helped my natural curls stay defined longer. It didn't leave my hair feeling stiff or crunchy. It washed out cleanly without feeling like there was residue left in my hair. The smell was wonderful and light - not too strong.
M
Mel
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Just what I’ve been looking for!
I recently got my long locks chopped and unfortunately turned out to be a really disastrous situation. The hairdresser botched the cut and now I’m very impatiently waiting for it to grow back.
I don’t usually use styling products but I’m now forced to. Luckily kitsch gets me and created this magic mist of perfection! I have straight think hair and wanted some volume without the crunch or stick of hair products (paste/ spray/putty/gel). Also wanted something safe to use in my hair for daily use without damaging my short strands!
This smells amazing, feels great in my hair and created waves I never knew I had! My hair feels soft and subtle… hydrated and frizz free! Can’t go wrong with kitsch! Love love love !!! Keep in mind that the photos I’ve posted attached to this review were taken on a hair wash day … so my roots look a little oilier than they should look. That’s not the from the product.. just me being lazy lol!
TM
Taylor M.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Really enhances natural waves!
This really helped to enhance my naturally wavy hair! Pros:
•Smells amazing-it has a strong lavender smell in the bottle, but once it’s sprayed on it doesn’t smell as strong and it’s really pleasant!
• Scent lasts perfect amount of time-sometimes I can get headaches from strong scents but this didn’t give me one at all and the scent lasts throughout the day
• really held my waves all day long! They didn’t budge or relax at all, it was amazing!
• tamed some frizz- helped with frizz, but not as much as a leave in would. But I didn’t try using them together, so maybe if I did that it would tame the frizz even better
Cons:
• hair felt a bit tangled-it was tough to brush out at the end of the day, not sure if I should have wet my hair, then brushed it out, but just brushing it dry was challenging.
• hair felt a bit drier than if I didn’t put the spray in, but I think that’s the point of being able to keep the hold for the waves/curls.
Overall:
Would recommend and would purchase again!
CC
Clare C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
What?! OMG it's amazing
I'll start by saying this is the 1476th time (not literally) I have purchased a texturizing sea salt spray. They never work for me, cheap ones, expensive ones, nada. I really wasn't going to try this, but decided I have literally loved all of my purchases from Kitsch so far, what the heck?
I bought it, received it, and it sat in my bathroom for weeks. Finally tried it and wow. Whose hair was that on my head?! I wish I had taken a photo, but my hair had these beautiful curly waves, curlier than I anticipated, it smelled amazing, and lasted all day!
SS
Sydney S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Solid texturizing spray with a lovely scent
I have long hair that I typically wear braided. I love a good texturizing spray to help the braid hold. I love Kitsch and haven't found a product I don't like so I was excited to try out the texturizing spray. It has the same scent at the biotin and rosemary hair bars (so a lavender scent) that I really enjoy and don't find overpowering. The spray gives my hair the texture it needs to stay in the braid without making it feel sticky. Looks like another wonderful product from Kitsch to add to my collection!
M
Michelle
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Replaced my favorite texturizing spray
I have fine hair that curls and needs a little support. This perfectly defines my curls without weighing them down. I like that this makes my curls last even after a few days. I have many allergies and are autoimmune. I have no issues with being irritated as I would my last product. 10/10!
DR
Delgado R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Game changer
I've tried so many products for my soft curl hair. This product leaves my hair textured with my soft curls enhanced. I can run my fingers through my hair again!
DG
Debbie G.
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this stuff!
I wasn't sure about this spray when I first received it. It only took me a couple of uses to realize how great this is. Down here we get plenty of humidity , and this helps keep the frizz away, but does not weigh down the hair at all. The smell is awesome & I love that it protects my hair from heat & styling.
S
Sofi
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Best texturizing product, smells very good.
I applied on moist hair and then use the hair dryer, my hair is straight but it have some soft waves and volume. I have the Dyson air wrap and it somehow helped the curls to stay on and gave them volume.
On top of that has a strong scent to lavender, which I personally love!
10000% recommend to try this product.
Loading...
Loading...
Frequently Asked Questions
Non ! Ce n'est pas un spray au sel ordinaire. Notre formule non desséchante est enrichie en biotine, romarin et magnésium pour hydrater et renforcer les cheveux tout en leur donnant une texture parfaite, comme un vent frais.
Oui, oui et oui. Que vous soyez naturellement lisse, ondulé ou bouclé, ce spray sublime la texture et vous donne un look plage et décoiffé, sans besoin de fer à friser.
Vaporisez sur cheveux humides ou secs, froissez, torsadez ou laissez sécher à l'air libre pour un look sirène impeccable. Conseil de pro : utilisez notre après-shampoing hydratant sans rinçage au lait d'argan avant l'application pour un boost d'hydratation !
En trois mots : Amaze® SP Polymer. Ce concentré d'origine végétale lisse les cuticules, bloque les frisottis et vous offre un volume longue durée, résistant à l'humidité, sans effet de frisottis.
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.