The tissues are awesome. beautiful prints. eye catching. the quality is simply superlative. I recommend this store.

Aarti Thakkar
Vadodara, Gujarat

Really nice... With a simple, small, cute note felt like somebody really cares about my order and choices... Will definitely order again and again

Swarna
Bengaluru, Karnataka

Beautiful prints and great quality ❤️They also added a personalized note which truly shows the care and attention given to each order! Loved it!

Mansi P
Mumbai, Maharastra

The Best quality and packaging ever.

I ordered 7 packet and I just loveeed the product❤️❤️ I've ordered alooot of decoupage tissues from Amazon but this was by far THE BEST one. And she even gave me free 4 tissues. Thank you that was sweet. Packaging was also way too good. It's a genuine review. I'm surely ordering more again. Love from Nagaland.❤️

Lovely products. Great price and fast delivery. No hassle shopping. I will definitely be coming back

Nancy
Nagaland

About Us

"Ultimately, it's the little things that matter"- is the thought we started this site on. We embarked on this journey in 2019 and are very happy that we have been able to make a difference to our customer's life.  We are based in the financial capital of India- our very own- Aamchi Mumbai. Feel free to email us or call us for any more information.

document.addEventListener("DOMContentLoaded", function () { Ecwid.OnAPILoaded.add(function () { // Create dropdown container let container = document.createElement("div"); container.innerHTML = `
`; // Insert above the product grid let browser = document.querySelector(".ecwid-productBrowser"); if (browser) browser.parentNode.insertBefore(container, browser); // Fetch categories Ecwid.API.get("categories", {}, function (categories) { let dropdown = document.getElementById("category-dropdown"); function addCategory(cat, prefix = "") { let option = document.createElement("option"); option.value = cat.url; option.textContent = prefix + cat.name; dropdown.appendChild(option); if (cat.children && cat.children.length > 0) { cat.children.forEach(sub => addCategory(sub, prefix + "— ")); } } categories.forEach(cat => addCategory(cat)); }); // Handle navigation document.addEventListener("change", function (e) { if (e.target && e.target.id === "category-dropdown") { if (e.target.value) { window.location.href = e.target.value; } } }); }); });