This site has limited support for your browser. We recommend switching to Edge, Chrome, Safari, or Firefox.

Free Shipping On Orders Over $60 AUD

Cart 0

Congratulations! Your order qualifies for free shipping You are $60.00 AUD away from free shipping.
No more products available for purchase

Products
Pair with
Spend $60 & get FREE SHIPPING
Add order notes
Subtotal Free
Shipping, taxes, and discount codes are calculated at checkout

Our Story

Born from our founder’s journey to heal severe eczema with natural, nourishing ingredients, Thrive Tallow was created for lasting, effective solutions. Frustrated by temporary fixes, Sarah turned to traditional remedies and discovered the profound benefits of tallow. Skincare that soothes skin, reflects purity, sustainability, and helps modern skin thrive.

Our mission is to reconnect people with the power of nature through skincare that nurtures both body and soul. Whether you’re managing stubborn skin concerns or embracing a holistic approach to self-care, Thrive Tallow is here to support your journey to healthy, radiant skin.

Our Commitment To You

We focus on natural, nourishing ingredients your skin can actually recognise. Inspired by our founder’s journey with severe eczema, we create products that support your skin long-term.

Sustainability

Our grass-fed tallow is ethically sourced and nutrient-rich, blended with organic olive and jojoba oils for deep, lasting hydration, free from synthetics and fillers.

Find Us

We are proudly available in over 350 stores across Australia, trusted by those seeking a refined, natural approach to skincare and wellness.

Australian Made

Proudly made on the Sunshine Coast, we built our own lab to oversee every step of production, ensuring unmatched purity, consistency, and care in every jar.

Behind The Mission

Thrive Tallow is more than just a skincare brand, it’s a reflection of my healing journey, my dedication to natural wellness, and my mission to offer others a safer, more effective way to care for their skin and overall health. Whether you're dealing with stubborn skin issues or simply looking for a holistic approach to self-care, Thrive Tallow is here to support you.

document.addEventListener('DOMContentLoaded', function() { const header = document.querySelector('.header'); // Adjust if your header has a different class function checkHeaderTransparency() { if (!header) return; const scrollY = window.scrollY || window.pageYOffset; // Add 'transparent' class if at top of page if (scrollY === 0) { header.classList.add('transparent'); } else { header.classList.remove('transparent'); } } // Run on scroll and on page load window.addEventListener('scroll', checkHeaderTransparency); checkHeaderTransparency(); });