Your signature Amber Shores scent in two sizes—a woody aquatic blend of sea salt, amber & driftwood that channels a golden Malibu sunset.
Full-size Hair & Body Mist for home + a 20 mL mini for your bag
Patented odor-eliminating technology refreshes hair between washes
Use on your hair, body & even your satin pillowcase
Vegan, cruelty-free & free from phthalates, parabens & PFAS
Refresh your hair between washes with patented odor-eliminating technology
One irresistible scent in two sizes—full-size for home, mini for on-the-go
Use it on your hair, body & even your Kitsch Satin Pillowcase
Travel-friendly mini goes wherever you do—gym, work, weekend trips
Vegan, cruelty-free & free from phthalates, parabens & PFAS
Crafted by a world-renowned fragrance house
1x Amber Shores Hair & Body Perfume Mist (50 mL / 1.7 fl oz)
1x Amber Shores Mini Hair Perfume (20 mL)
Freshen hair instantly by spritzing directly onto dry strands from 6–8 inches away. Mist on your body and linens, too. Keep the full-size at home and toss the mini in your bag for scent support anytime, anywhere.
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
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 = `Amber Shores Hair & Body Mist + Mini Duo`;
let bundleHandle = `amber-shores-hair-perfume-mini-duo`;
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:
Amber Shores Hair & Body Mist + Mini Duo
$19.50$19.50
Barre nettoyante pour le corps Amber Shores
$8.00$8.00
Bonnet oversize en satin - Aura
$22.00$22.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 = `Amber Shores Hair & Body Mist + Mini Duo`;
let bundleHandle = `amber-shores-hair-perfume-mini-duo`;
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');
});
}
}">
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">
We use first-of-its-kind, patented odor-eliminating technology that transforms bad smells into entirely NEW, better-smelling compounds—unlike other deodorizers that simply cover them up.
2. anytime, anywhere
Throw it in your bag for 24/7 scent support. From long work days to sweaty gym sessions and everything in between, Kitsch Hair Perfume keeps your hair smelling amazing.
3. layering possibilities
With dreamy scents you can choose your signature scent or layer to create a custom vibe.
4. hair, body, and beyond
This multi-tasking hair mist can refresh your hair, act as a body spray, or be spritzed on your satin pillowcase!
When I tell you I get so many compliments and people asking where I got my perfume— I’m not kidding. I love the entire line up, but this one specifically is my favorite. I use it after the gym and before work. It lasts all day.
I will purchase this product over and over again! It’s a great layering scent. I use it with EOS lotions and phlur perfumes. Definitely recommend!
K
Kitsch
1 year ago
We're thrilled to hear you're getting compliments and enjoying it as part of your daily routine. Just to share a little extra: while our perfume works just like any traditional fragrance, it also features our patented deodorizing technology designed specifically for hair. So not only does it smell amazing, but it also helps keep your hair feeling fresh—especially post-gym or on-the-go. We're so glad it's your favorite and that it layers beautifully with your other scents! 💐✨
S
Stacey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this !
Kitsch has done it again !!!! This amber scent hair fragrance is amazing. It has a fresh light scent that is t too much. Great way to freshen up your hair after a long day at work so you can go out on the town feeling and smelling great !!! Don’t stop at one, grab them all !!
S
Saira
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
In Love ❤️
I ordered the hair perfume amber ,and you know what is my regret? That why I ordered one only I want all the fragrances...it is super delicious iam a dior user in hair perfume but now iam going to use this only .
TP
Tracy P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
Such a great product well worth the money. I will definitely be purchasing again, My favourite is Amber shores as it reminds me of being on a tropical island and it smells amazing. Highly recommend these hair products.
L
Lilian
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it!
I was weary ordering this because the products here are very pricy, but the thing is... They're worth it!
I love this perfume, it's sweet and warm, even though I normally go for fresher scents this is my new favourite! 😊
M
MK
I recommend this product
Rated 4 out of 5 stars
1 year ago
My daughter thinks I bought it for *her*
Sure. I totally did… and I will also benefit from her obsession. I just wish they had a bigger variety of scents. Tart cherry is my favorite - when considering what perfume to match the Kitsch hair scents with, it really makes getting ready in the mornings more fun. The possibilities are endless!
C
Cleo
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Absolutely amazing
I haven't worn it for a full day yet, so I can't speak to its longevity, but the scent is absolutely gorgeous. It truly captures the feeling of sun and sea — like a beach day in a bottle. Once I run out, I'll definitely be repurchasing.☀️💋
SJ
Sandy J.
I recommend this product
Rated 5 out of 5 stars
11 months ago
Amber shores
I was a little skeptical that I would like amber shores after I tried the purple and green hair mists. But I love amber shores right out of the box smells fantastic. Not too over powering and pairs well with warm sugar which is my absolute favorite.
SA
Sallina A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
12 months ago
Wow 😍
I got my perfume 😍😍
it's a very nice perfume
thank you guys ❤️❤️
TP
Tam P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
My new favorite mist
This mist is amazing. Everywhere I go people turn around and compliments me on how well I smell 🥰
They want to know where I got it from.
It’s very seductive and makes me feel so sexy. 😉
Loading...
Loading...
Frequently Asked Questions
You'll get the full-size Amber Shores Hair & Body Perfume Mist (50 mL) plus a 20 mL Amber Shores Mini—the same signature scent in two sizes, so you can keep one at home and take one with you.
Amber Shores is a woody aquatic fragrance that takes you to a golden Malibu sunset—a breezy mix of sea salt, amber, and driftwood for a fresh yet sun-kissed finish.
Unlike traditional hair perfumes that simply cover up bad smells, ours uses patented odor-eliminating molecules that attach to the source of unwanted odors and transform them into a neutral-smelling compound. No lingering smoke, sweat, or mystery smells—just fresh, clean-smelling hair.
Spritz directly onto dry hair from about 6–8 inches away to refresh and scent your strands. You can also use it on your body or mist your pillowcase for a dreamy fragrance experience.
The full size lives on your vanity for everyday use, while the travel-friendly mini slips into your bag for touch-ups at the gym, work, or on weekend trips—so you're never without your signature scent.
Yes! The formula is sheer, lightweight, and non-greasy, so it won't weigh hair down. It contains alcohol denat., a cosmetic-grade alcohol that evaporates quickly so fragrance disperses without leaving hair sticky. While typical eau de parfums contain around 80% alcohol, ours averages 60%.
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.