Coconut Oil known to boost hydration and enhance shine
Fision® EcoSil clinically proven to increase shine after 5 uses
Deeply cleanses without stripping moisture — ideal for dry, damaged & frizzy hair
Free of parabens, phthalates, silicones & sulfates — PH balanced & safe for color-treated hair
Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified
Deeply Hydrating Formula: Coconut Oil is known to boost hydration and enhance shine, deeply cleansing without stripping the moisture your hair needs.
Complete Wash Day Routine: The Scalp Exfoliator preps your scalp to maximize ingredient absorption, the bars nourish from root to tip, and the brush detangles effortlessly wet or dry.
Eco-Conscious Beauty: Each bar lasts up to 80 washes, reducing single-use plastic. Made with recycled materials. 4OCEAN Certified — for every bar, 4ocean pulls the equivalent of a plastic bottle from the ocean.
Clean Formula: Free of parabens, phthalates, silicones & sulfates. PH balanced and safe for color-treated hair. Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified.
Keep Your Shower Clean: The Hair Catcher keeps drains clear so you never have to call a plumber.
1x Coconut Oil Shampoo Bar
1x Coconut Oil Conditioner Bar
1x FREE Soft Violet Wet/Dry Brush
1x FREE Terracotta Scalp Exfoliator
1x FREE African Net Sponge
Shampoo Bar: Wet your hair; rub bar between hands into a rich lather or paint directly onto your scalp. Use the Scalp Exfoliator to massage in. Rinse & repeat as desired.
Conditioner Bar: Post-shampoo, rub bar between hands & distribute into hair or paint on from length to ends. Rinse or leave in.
Wet/Dry Brush: Glide through wet or dry hair — flexible bristles detangle without breakage or pulling.
Pro tip: Use the Scalp Exfoliator before shampooing to open the scalp and maximize Coconut Oil absorption.
Óleo de Coco
O óleo de coco retém a humidade para ajudar a hidratar profundamente os seus fios a partir do interior e a reduzir a quebra para um cabelo mais forte, mais brilhante e com um aspeto mais saudável.
Óleo de rícino
Nutrir o cabelo da raiz às pontas com a ajuda do Óleo de Rícino, um óleo que fortalece os fios e equilibra o couro cabeludo para um cabelo limpo e saudável.
Ingredientes
Welcome to KITSCH!
Start your Coconut Oil hair care journey with our deeply moisturizing Coconut Oil Shampoo & Conditioner Combo — plus the essential tools to make every wash day count.
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: 2,
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 = `Kit de bienvenida primaveral con aceite de coco`;
let bundleHandle = `kit-de-bienvenida-primaveral-con-aceite-de-coco`;
let bundleCount = 2;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Kit de bienvenida primaveral con aceite de coco
$ 654.00
$ 654.00
Condicionador leave-in hidratante de leite de argan
$ 351.00
$ 351.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: 2,
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 = `Kit de bienvenida primaveral con aceite de coco`;
let bundleHandle = `kit-de-bienvenida-primaveral-con-aceite-de-coco`;
let bundleCount = 2;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Kit de bienvenida primaveral con aceite de coco
$ 654.00
$ 654.00
+
Condicionador leave-in hidratante de leite de argan
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 am thrilled with how my hair looks after 1 shampoo/condition. I habe to say I'm shocked this works so well, it's total MAGIC for my hair my hair feels so smooth. I'm in love , just ordered a bunch. I tried the sampler first.
BB
Bethany B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Yes!!
As a licensed stylist, I’ve tried it all. And I mean. ALL of it. These shampoo bars cleanse incredibly. The conditioner I was skeptical. Thinking how am I going to lather my hair with a bar?? My hair is healthy, shiny, NOT oily after 2 days, voluminous, and overall incredibly beautiful! KITSCH has done something incredible, and I’m here to stay for it!
Absolutely in love with this. I wrote a long review on the shampoo bar because I was so going it’s praises on the first use. There was so much lather that I had it piled up just to soak it in. How could I not follow with a rave review on the conditioner bar as well ? It is so smooth and rich with a fresh clean scent. My hair wasn’t tangled when I finished up, which is awesome because I have very fine hair that does tangle easy. I let my hair air dry and it was so full of bounce and freshness. This is a must have to keep on hand!!! Go grab a combo set and enjoy !!!
CK
Carol K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I ABSOLUTELY LOVE Kitsch
Hello! Here's to 62! ❤️ I started using Kitsch in February 2023. My hair was always super thin and super straight. In 2016 I suddenly got curly hair (probably life change). I could never grow my hair because it grows so slowly and I'm always cutting off split ends. 😭. Since I started using Kitsch my hair has been getting stronger, looks fuller and not quite as thin. My hair is also not falling out as much.😊 I will never use any other products. I do rotate between Rice Water shampoo and conditioner, Rosemary Biotin set and the new coconut shampoo! I use the spray in conditioner, the blue tangle free brush and the wide tooth comb! These products are the best!
Short hair pic from 6/2023 and longer hair from 9/2024. Still slow growing but I don't have to cut off frizzy split ends! YAY!
SS
Sara S.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Obsessed!!🤩
I am OBSESSED with the new coconut oil s/c combo!!! My hair feels amazing! The shampoo lathers up so nice and my hair just feels amazing!! Both my hubby and I love the smell too! I love that it matches the leave in conditioner as well! With curly/wavy hair the coconut oil combo and the leave in conditioner will be my go to! Kitsch you’ve hit the ball outta the park with these new products 😍😍😍
SM
Stacey M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
WOW, YOU MUST GET THIS !!!
Wow, I could not wait to get out of the shower for this one ! My first use and I was thrilled !!!! It was a good thing I was home alone because I was literally singing in the shower. I have never had a bar with so much lather !!!! I had it just piled up on top of my head, letting it just set there. The smell was so refreshing and clean !!! It rinsed out so smooth and so clean. My hair felt like a million bucks. I let it air dry and my waves were nice and smooth, no weigh down . This is one set that I will definitely keep on hand !!! Go grab you a bar and give it a try, I think you’ll love it !!!
N
Nicole
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
My curls/Skin thank you
I have very curly hair and I could never say in my 50 years that it feels soft, now I can!!! I use it on my skin too and I can believe how much softer that is as well! Highly recommend!!!
EP
Edith P.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Great product
Love this conditioner, not only did it hydrate it also made my hair bright and no frizz big plus since I live in the south. My curls look awesome. Overall great product! Will continue to use.
SS
Stephanie S.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Coconut Shampoo and Conditioning Bars
What can I say. I have fallen in love with the Kistch family of products. The coconut shampoo is great but the scant isn’t very noticeable. The conditioner has a wonderful smell leaving my hair feeling silky smooth!!
KD
Kimberly D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Better than expected!
I love this thing with all my heart. It hugs the scalp in a way I didn't know I needed until I used it. It massages every bit of my scalp with those little teeth and makes my head experience the same joy I get when I take off my bra at the end of the day and everything is free!
Loading...
Loading...
Frequently Asked Questions
Depending on your hair type and how frequently you wash your hair, some people see results immediately and some people may start to see results in a few weeks.
Yes, but don't just take our word for it! Check out the thousands of 5 star reviews from people of all ages using our shampoo and conditioner bars.
Our Coconut Oil bars are especially great for dry, damaged, coarse, curly, and kinky/coily hair types that need extra moisture and nourishment. If you're unsure, reach out to our support team and we'll point you in the right direction.
Everyone's hair is different, so expect a bit of trial and error until you find out what works best for you. Start with enough to clean from your roots and scalp to the ends of your hair. If you're not seeing results, we recommend applying more during your wash time.
When you sign up for a subscription, we automatically charge your card so you can set it and forget it. You can cancel at any time.
Yes. Protecting your privacy is one of our biggest priorities. We use a number of security measures and industry standard methods to keep your personal information safe. All orders and personal information are managed by a secure server. Details such as credit card number, name, and address are transmitted through Secure Socket Layer (SSL) technology.
Delivery time is based on your selected shipping method at checkout. Most orders ship same day! Please allow up to 2 business days for your order to be processed. Orders are processed Monday through Friday, excluding holidays. Once your order has been shipped, a confirmation email with a carrier tracking number will be sent out. In the case of a lost package, please contact Kitsch support.
We recommend a subscription, so you can enjoy savings and get your products delivered right to your door with free shipping. This way, you'll never run out!
The Coconut Oil Shampoo & Conditioner are ideal for anyone with dry, damaged, brittle, frizzy, or coarse hair. Coconut Oil is rich in fatty acids that penetrate the hair shaft to deeply nourish and restore moisture. It's especially beneficial for curly, kinky/coily, and thick hair types.
Yes! Our Coconut Oil Shampoo & Conditioner bars are PH balanced and free of sulfates, parabens, phthalates, and silicones — making them safe for color-treated hair. They cleanse gently without stripping color or moisture.
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.
Escolher uma seleção resulta numa atualização de página completa.