/* ---------- Base ---------- */ .ts-wrap { margin-top: 10px; } .ts-note { font-size: 12px; margin: 6px 0 12px; color: #3F414A; } /* ---------- Packages (Visible) ---------- */ .ts-headline { font-size: 16px; font-weight: 700; margin-bottom: 8px; background-color: #f4f4f4; padding: 8px; border: 1px solid #ddd; text-align: center; } .ts-table-container { max-height: 200px; overflow-y: auto; overflow-x: hidden; } .ts-table-container::-webkit-scrollbar { width: 8px; background-color: #f4f4f4; } .ts-table-container::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 4px; } .ts-table-container::-webkit-scrollbar-thumb:hover { background-color: #aaa; } .ts-table { width: 100%; border-collapse: collapse; font-size: 12px; } .ts-table th, .ts-table td { padding: 6px; border: 1px solid #ddd; text-align: left; vertical-align: top; } .ts-table th { background-color: #f4f4f4; font-weight: 700; } /* ---------- Accordion ---------- */ .ts-acc { margin: 14px 0; } .ts-acc-btn { width: 100%; border: 0; background: transparent; padding: 0; cursor: pointer; display: flex; align-items: center; gap: 10px; color: #de5200; font-weight: 700; font-size: 12px; text-align: left; } .ts-acc-text { text-decoration: underline; } .ts-acc-sign { font-size: 18px; min-width: 16px; line-height: 1; } .ts-acc-panel { display: none; opacity: 0; visibility: hidden; transition: opacity 0.25s ease-in-out; margin-top: 8px; } .ts-acc-panel.is-open { display: block; opacity: 1; visibility: visible; } .ts-acc-panel, .ts-acc-panel p, .ts-acc-panel li, .ts-acc-panel td { font-size: 12px; } .ts-clean-table { width: 100%; border-collapse: collapse; font-size: 12px; line-height: 1.5; } .ts-clean-table tr { border-bottom: 1px solid #eee; } .ts-clean-table tr:last-child { border-bottom: none; } .ts-clean-table td { padding: 10px 10px; vertical-align: middle; } .ts-clean-label { width: 24%; font-weight: 600; padding-left: 6px; white-space: nowrap; } .ts-clean-value { padding-left: 14px; color: #3F414A; } .ts-muted { color: #555; } .ts-ul { margin: 4px 0 4px 16px; padding: 0; } .ts-ul li { margin: 4px 0; } /* Badge */ .ts-badge { display: inline-block; margin-top: 4px; padding: 2px 8px; border: 1px solid #eee; border-radius: 999px; font-size: 11px; color: #de5200; font-style: italic; } /* Link style */ .ts-link{ color:#1a73e8; text-decoration:none; border-bottom:1px solid #1a73e8; font-size: inherit; } (Punjabi Veg) TiffinStash Weekly Taste Drive Below are the available packages and portion details. Portion sizes mentioned are per meal and may vary slightly based on the dish. Package Description Basic 4 Roti • 1 Veg (08 oz) Regular 4 Roti • 1 Veg (08 oz) • 1 Curry (08 oz) Standard 4 Roti • 1 Veg (08 oz) • 1 Curry (08 oz) • 1 Rice (08 oz) Classic 4 Roti • 1 Veg (12 oz) Premium 6 Roti • 1 Veg (12 oz) • 1 Curry (12 oz) Deluxe 6 Roti • 1 Veg (12 oz) • 1 Curry (12 oz) • 1 Rice (12 oz) Order Punjabi Veg Taste Drive and get 5 Punjabi veg trial tiffins from 5 different sellers in just one weekly order at a discounted rate. No need to order separate trials — you can try them all and pick your favorite to subscribe for a weekly or monthly plan! Please refer to the image for the day-wise plan. + Delivery & Order Information Start Date You can choose a start date between Monday to Friday. Your plan includes 5 consecutive delivery days. We don’t deliver on weekends, so your next tiffin will be delivered on Monday instead of Saturday. Meal Type Mon to Fri only Free Delivery Oakville, Brampton, Etobicoke, Mississauga, North York, Toronto, Scarborough, East York, Vaughan, Woodbridge (limited region). Delivery Time Dinner: 01:30 PM to 07:30 PM(±60 min buffer) Delivery Range Committed to deliver within defined delivery time with possible ±1 hour variation (traffic, weather, route conditions). Consistency We aim to keep delivery around the same time each day. Your first delivery typically sets the reference timing (±1 hour). Delays Late Delivery Compensation beyond the committed delivery range, including the ±1 hour variation, as follows: 60+ mins late: 500 TiffinStash points 90+ mins late: Full tiffin compensation (added to the plan / next delivery for trial) Free delivery Ground-level drop-offs only. Upstairs Trial: $2.29/day Weekly/Monthly: $1.99/day Please Note • We cannot accommodate any preferred delivery time slot due to our sequential delivery system. • Please do not include the address in delivery instructions, as it will be collected at checkout. • For in-person delivery, the driver will wait up to 5 minutes before leaving the tiffin at a safe place. + Terms & Conditions Next-day delivery orders must be placed before 9:00 PM. Orders placed after the cut-off time will start the following day. Taste Drive plans are non-refundable and cannot be skipped, paused, or customized. Extras are not available for Taste Drive plans. Cancellations/Refunds due to wrong order, or any other reason will incur a $10 fee. Please read carefully before you place an order (function () { document.addEventListener('click', function (e) { var btn = e.target.closest('.ts-acc-btn'); if (!btn) return; var panel = btn.nextElementSibling; var sign = btn.querySelector('.ts-acc-sign'); if (!panel) return; var isOpen = panel.classList.contains('is-open'); panel.classList.toggle('is-open', !isOpen); btn.setAttribute('aria-expanded', String(!isOpen)); if (sign) sign.textContent = !isOpen ? '−' : '+'; }); })();