The Kitsch Summer Box features 9 full-size hair, body, and skincare favorites for less than the price of a getaway! Inside, you'll discover a mix of versatile, practical, and easy-to-use best-sellers designed to help you look and feel your best all season long.
Think smooth, air-dried styles, salty beach waves, sweet summer scents, and the accessories you'll be reaching for on repeat. Whether you're taking a big trip or simply channeling vacation energy, this limited-edition box has your whole summer routine covered.
$135 value, $72 price tag. Limited run—available while supplies last.
$135 value for just $72: Summer savings don't get much better than this
9 full-size favorites: Featuring best-sellers, everyday essentials, and a few surprises
Curated for your most gorgeous summer yet: From beachy waves to slicked-back buns
Surprise-and-delight energy: Because opening it is half the fun
Limited-edition launch: Once it's gone, it's gone!
1× Smoothing Air Dry Cream
1× Texturizing Sea Salt Spray
1× Kojic Acid Face & Body Bar
1× Hair Wax Stick
1× Coastal Sorbet Hair & Body Perfume Mist
1× Metal Clam Shell Hair Clip Set
1× Satin Sleep Scrunchies - Blush
1× KitschPop™ Cloud Clip 7pc Set - Butter Yellow
1× Terracotta Detangling Flexi Brush
{
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 = `Limited Edition Summer Box`;
let bundleHandle = `summer-mystery-box`;
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:
Limited Edition Summer Box
$72.00$72.00
Shampooing solide Détox
$16.00$16.00
Masque soin hydratant profond à la Noix de Coco
$20.00$20.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 = `Limited Edition Summer Box`;
let bundleHandle = `summer-mystery-box`;
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">
loved this box so much!! And I love the air dry cream it makes my hair feel and look so much better!
GB
George B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
The girls are always happy
Being an old grandfather, I don't use any of these products myself, but I buy them for my granddaughters, great granddaughters, and several waitresses at my favorite restaurant. This is the second mystery box that i have purchased and it seems to be a great value. I let the girls pick out products they like the best. I just like to be able to help the girls get the best hair care products available so that they can have the longest and most beautiful hair possible. Many of them probably wouldn't be able to afford these products on their own . I"m just helping out.
TZ
Terra Z.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
So Fun!
I ordered the Summer Mystery Box as a birthday present to myself and it was so fun to have a surprise!!! I’m excited about the items included, all of them are great! If you want to give yourself a fun summer treat this a must purchase! Thanks Kitsch
VC
Vanessa C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 weeks ago
Never disappointed!!!
This Summer Mystery Box is AMAZING! I have to say that I have purchased just about everything that Kitsch sells (except for long hair items and pillow cases, basically) and have NEVER gotten a single product that I didn't absolutely LOVE! The products all go beyond what I ever expected and this box has such a variety of products that are ALL great! Even the hair products that are for long hair are so great that I gave them away to other family members who can use them (my hair is very short). The scents are heavenly... as soon as you open the box you discover such wonderful fragrances ... and I even emailed them to find out what scent they were spraying in the boxes! They responded to my email SO quickly (impressively so), but the scent is the combination of all the products in the box. I loved the box so much that I bought two! I seriously encourage you to try anything Kitsch... you won't be disappointed!
ME
Mary E. D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 weeks ago
Fun box
The items were a nice selection. I was able to share with my sister and nieces. We were all very happy.
JM
Julie M.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
4 weeks ago
Nice variety
Cute box with nice products. I love the detangling brush and the hair perfume. I wish there would have been more hair products and fewer accessories. Ended up sharing some of the clips with my doctor cause they were more geared to her age and style.
ES
elisabeth s.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 weeks ago
Summer Mystery Box 🎁
Totally worry for the the price you pay .I have been using all the hair products since I got it . Don't want to give the surprise away so I won't tell you what is on it but chances are high that if you have been using Kitsch for awhile or even if you are new to Kitsch ,there are products in here you either use already or had on your wishlist.Plus a few cute surprises.Great value for the money!Get it before it goes away .I hope Kitsch will do a 🍁 Fall/Halloween Box .
AT
Ann T.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
2 weeks ago
pleasantly surprised
Although I have not tried all of the products yet, the one's I have tried hold up to expectation. The Kitchs clip with the charms will make a nice gift for my granddaughter. I do not use them often myself I think she will love it.
MD
Melanie D. R.
I recommend this product
Rated 5 out of 5 stars
3 weeks ago
Great value
I’m received my mystery box and it was such a pleasant surprise. It is packed full of amazing products! Thank you for having this as an opinion, it would also make a great gift!
SP
susan p.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 week ago
Summer ❤️ love
Everything in my box was something that I have been wanting to buy. This box is going to make a great gift for my 17 year old granddaughter. The box itself was very nice.
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.