Skip to content

Your Cart

 Our A2 Desi Cow Ghee is crafted using traditional bilona methods from grass-fed desi
cows. It’s rich in essential fatty acids, boosts immunity, improves digestion, and enhances flavor in every
meal.

Benefits: Boosts immunity, aids digestion, good for joints & skin.
Certifications: FSSAI, lab-tested

Let us know abour your query!

Recommended Products

document.addEventListener("DOMContentLoaded", function() { // Select mobile search icon const mobileSearchBtn = document.querySelector('.dT_TopStickySearchBtn.mobile-only'); const searchOverlay = document.getElementById('dT_top-sticky'); const closeBtn = document.querySelector('.dT_TopStickySearchCloseBtn'); const overlayBg = searchOverlay ? searchOverlay.querySelector('.search-overlay') : null; if (mobileSearchBtn && searchOverlay) { // Open overlay on click mobileSearchBtn.addEventListener('click', function(e) { e.preventDefault(); searchOverlay.style.display = 'block'; // show overlay const input = searchOverlay.querySelector('input[type="text"]'); if(input) input.focus(); // focus search input document.body.classList.add('search-open'); // prevent background scroll }); } // Close overlay with close button if (closeBtn) { closeBtn.addEventListener('click', function(e) { e.preventDefault(); searchOverlay.style.display = 'none'; document.body.classList.remove('search-open'); }); } // Close overlay when clicking background if (overlayBg) { overlayBg.addEventListener('click', function() { searchOverlay.style.display = 'none'; document.body.classList.remove('search-open'); }); } });