top of page
  • Steel Crispy Jar, designed to revolutionize storage, is made of premium SS 304 steel. With its see-through window and threaded neck, it combines functionality with aesthetics, ensuring easy access and preserving freshness
  • Steel round storage jar comes with a see through window which help to identify inside contents easily. This jar is light weight. Content stored in this jar remains fresh & crispy.
  • Multipurpose jar to store cookies, snacks, food grains and dry fruits. Make your kitchen counter and pantry organized with this stylish jar. An essential for the modern kitchen, redefining the way we store our favorite treats
  • With its see-through window and threaded neck, it combines functionality with aesthetics, ensuring easy access and preserving freshness.

MILTON Steel Crispy 200 Storage Jar, 250 ml, Silver

SKU: 8902061291682
₹350.00 Regular Price
₹262.50Sale Price
    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); });