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

Everything You Need To Know About Tallow

Nature’s skin secret, trusted for generations. Mimics your skin’s oils, packed with vitamins, and pure enough to eat — but the benefits go way beyond that.

Beyond Tallow

Beyond Tallow

The Power of Olive Oil in Our Skincare TALLOW TALLOW TALLOW! It’s a word we often emphasize because of its incredible benefits for skin health. But at Thrive, we’re also...

Read more
Why Tallow for my skin?

Why Tallow for my skin?

I know! it sounds weird right? if you haven't gone down the tallow rabbit hole before of course. Here's the thing, our ancestors had some serious knowledge when it came...

Read more
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(); });