Formulated with Coconut Oil known to boost hydration
Formulated with Fision® EcoSil clinically proven to increase shine after 5 uses
Deeply cleanses and moisturizes kinky, curly, and coily hair from roots to ends
Formulated to support a healthier-feeling, more balanced scalp for stronger, revitalized hair
Perfect for Kinky, Curly, & Coily Hair
Clinically Proven Shine: Fision® EcoSil clinically shown to increase shine after just 5 uses.
Complete Wash Day Routine: The shampoo & conditioner deeply cleanse and moisturize from roots to ends without stripping moisture, and the Terracotta Scalp Exfoliator massages as you wash to help lift buildup at the root.
Eco-Conscious Beauty: Each bar lasts up to 80 washes, reducing single-use plastic — one bar replaces two bottles' worth of waste.
Clean Formula: Free of parabens, phthalates, silicones, sulfates & artificial fragrance. PH balanced and safe for color-treated hair. Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified.
Make Every Bar Last: The Shampoo & Conditioner Bar Bags whip up a thick, foamy lather and hang to air dry 360° so your bars never sit in a puddle, and the Seamless Hair Elastics grip without pulling or snagging when you twist hair up to rinse.
1x Coconut Oil Shampoo Bar
1x Coconut Oil Conditioner Bar
1x FREE Terracotta Scalp Exfoliator
1x FREE Shampoo Bar Bag - Blush
1x FREE Black Conditioner Bar Bag
1x FREE Black Seamless Hair Elastics, 8pc Set
Wet hair, rub the shampoo bar between hands into a rich lather or "paint" directly onto scalp.
Massage, rinse & repeat as desired.
Post-shampoo, wet the conditioner bar with warm water & massage into strands from length to ends.
Rinse & detangle as usual.
Use the Scalp Exfoliator while washing to gently massage your scalp & help reduce buildup.
Store each bar in its Bar Bag & hang to air dry between washes.
Twist, tie & go with the Seamless Hair Elastics.
Aceite de ricino
El aceite de ricino ayuda a retener la humedad para revelar un cabello más suave y terso, con un aspecto tan saludable como se siente.
Aceite de coco
El aceite de coco retiene la humedad para ayudar a hidratar profundamente los mechones desde el interior y conseguir un cabello más nutrido y con un aspecto más saludable.
Fision® EcoSil
Esta alternativa natural a la silicona mejora la manejabilidad del cabello y le aporta brillo.¹
Manteca de karité
Enriquezca su rutina con manteca de karité ultrahidratante para ayudar a calmar el cuero cabelludo, fortalecer las hebras y reducir la rotura para conseguir un cabello brillante y sedoso.
Ingredientes
Coconut Oil Shampoo Bar for Dry Damaged HairSodium Cocoyl Isethionate, Glycerin, Sodium Methyl Cocoyl Taurate, Water/Aqua/Eau, Hydrogenated Castor Oil, Fragrance (Parfum), Cetrimonium Chloride, Hydrogenated Ethylhexyl Olivate, Hydrogenated Olive Oil Unsaponifiables, Cocos Nucifera (Coconut) Oil, Guar Hydroxypropyltrimonium Chloride, Citric Acid, Citronellol, Citrus Aurantium Peel Oil, Limonene, Tetramethyl acetyloctahydronaphthalenes, Vanillin, Iron Oxides (CI 77491, CI 77492, CI 77499 )**Natural Color
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 = `Free Welcome Kit Coconut Oil Combo`;
let bundleHandle = `free-welcome-kit-coconut-oil-combo`;
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');
});
}
}">
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">
4 Reasons Why Millions of Women are Switching to Kitsch’s Coconut Oil
1. deeply moisturizes & nourishes
Delivers deep hydration and nourishment to kinky, curly, and coily hair for softer, shinier, and more manageable strands.
2. promotes healthier-feeling hair
Delicately helps balance hair’s pH for a healthier-feeling scalp to encourage hair growth.
3. minimizes damage & breakage
Infuses hair with long-term scalp and strand benefits to help reduce damage, breakage, and hair loss over time.
4. revitalizes hair with every use
Helps hydrate and soften dry, damaged strands to revive dull, frizzy, tangly hair.
Frequently Asked Questions
The Coconut Oil bars are ideal for anyone with dry, damaged, brittle, frizzy, or coarse hair. Formulated with Coconut Oil known to boost hydration, they deeply cleanse and moisturize from roots to ends without stripping moisture. Especially beneficial for curly, kinky/coily, and thick hair types.
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.
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. Fision® EcoSil is clinically proven to increase shine after 5 uses.
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!
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.
Al seleccionar una opción, se actualiza toda la página.