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

100% Toxin Free Skincare

Made in Australia

Award Winning Tallow

600+ Stockists Aus Wide

Skincare Made To Fit Your Life, Effortlessly

Why Tallow?

Our tallow is a natural, nutrient-packed fat from ethically sourced, grass-fed cows, slow-rendered to lock in its skin-loving benefits. Rich in vitamins A, D, E, and K plus essential fatty acids, it deeply hydrates, repairs, and restores your skin barrier. Its structure mirrors your skin’s own oils, so it absorbs effortlessly, leaving skin soft, supple, and resilient.

The Tallow Everyone Is Talking About

Loved by over 4,000 customers

Our Commitment

We focus on natural, nourishing ingredients your skin can actually recognise. We create products that support your skin long-term.

Sustainability

Our grass-fed tallow is ethically sourced & nutrient-rich for deep, lasting hydration, free from synthetics & fillers.

Australian Made

Proudly made in Australia, we built our own lab to oversee every step of production, ensuring unmatched purity in every jar.

Helping Modern Skin Thrive In A Modern World

@thrivetallow

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