top of page
  • MULTIFUNCTIONAL & COMPACT- Compact and easy to assemble, the Borosil Nutrifresh Mini-blender and Grinder is the prep tool you'll reach out for in the kitchen. This must-have mixie for the kitchen comes with two unbreakable polycarbonate jars - a blending jar (which can be drunk from directly), and a smaller jar with a special blade for dry grinding whole spices (garam masala, jeera, etc) and delicious chutneys.
  • BLENDS WITH EASE - Equipped with a 400 W pure copper motor, powerful stainless steel blades and 22,000 RPM, this mixer grinder can effortlessly pulse vegetables, fruits, pulses and spices into a smooth blend.
  • NUTRITION ON THE GO - The high speed blender breaks down fruits and vegetables thoroughly so that the micro-nutrients you consume can be easily absorbed into the body. You can even use the smoothie jar to blend your fruit & vegetable mixes and carry the smoothie in it as well. You can use the 2 versatile Jar lids for storage as well as for carrying while on the go.
  • EASY TO USE, CLEAN & STORE - The two blades, 4-arm blade for blending & 2-arm blade for grinding, are easy to assemble and dismantle. The in-built jar sensing switch makes it extremely safe to use even hands free. The blender grinder has a long power cord for convenience.
  • PACKAGE CONTENTS & WARRANTY - 1 Motor Unit, 1 Blending Jar, 1 Grinding Jar, 2 Blade Attachments, 2 Jar Lids & 1 User Manual. The product comes with a 2-year warranty.

Borosil NutriFresh PB31 Portable Mini-Blender & Grinder, 500 ml

SKU: 8901309226752
₹3,990.00 Regular Price
₹2,349.00Sale Price
  • Brand Borosil
    Colour Black
    Special Feature Auto Shut Off
    Capacity 500 Milliliters
    Product Dimensions 12.4D x 12.4W x 17.3H Centimeters
    Included Components 1 Motor Unit, 1 Blending Jar, 1 Grinding Jar, 2 Blade Attachments, 2 Jar Lids & 1 User Manual
    Style Countertop Blenders
    Recommended Uses For Product Blending
    Power Source Electric
    Number of Speeds 2
No Reviews YetShare your thoughts. Be the first to leave a review.

You might also like

bottom of page
$w.onReady(function () { function getTargetDate() { const now = new Date(); const dayOfWeek = now.getUTCDay(); const daysUntilFriday = (5 - dayOfWeek + 7) % 7 || 7; const targetDateUTC = new Date(Date.UTC(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate() + daysUntilFriday, 18, 30, 0)); return targetDateUTC; } let targetDate = getTargetDate(); function updateCountdown() { const now = new Date(); const timeDifference = targetDate.getTime() - now.getTime(); if (timeDifference > 0) { const days = Math.floor(timeDifference / (1000 * 60 * 60 * 24)); const hours = Math.floor((timeDifference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((timeDifference % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((timeDifference % (1000 * 60)) / 1000); $w('#daysText').text = `${days} Days`; $w('#hoursText').text = `${hours} Hours`; $w('#minutesText').text = `${minutes} Minutes`; $w('#secondsText').text = `${seconds} Seconds`; } else { $w('#daysText').text = "0 Days"; $w('#hoursText').text = "0 Hours"; $w('#minutesText').text = "0 Minutes"; $w('#secondsText').text = "0 Seconds"; targetDate = getTargetDate(); } } setInterval(updateCountdown, 1000); });