{"product_id":"custom-tiffin-serivce-weekly","title":"Custom Tiffin Serivce Weekly","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFlayvr — 5 Day Indian Tiffin\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', -apple-system, sans-serif;\n    background: #faf7f2;\n    color: #1a1612;\n    min-height: 100vh;\n    padding: 0 20px 80px;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .page { max-width: 660px; margin: 0 auto; }\n\n  \/* ── Header ── *\/\n  .header {\n    text-align: center;\n    padding: 56px 20px 40px;\n  }\n\n  .wordmark {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: #b07040;\n    display: block;\n    margin-bottom: 16px;\n  }\n\n  .header h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 7vw, 54px);\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.05;\n    color: #1a1612;\n    margin-bottom: 16px;\n  }\n\n  .header-divider {\n    width: 40px; height: 1px;\n    background: #d4956a;\n    margin: 18px auto;\n  }\n\n  .header p {\n    font-size: 15px;\n    color: #7a6a58;\n    font-weight: 300;\n    max-width: 400px;\n    margin: 0 auto;\n    line-height: 1.65;\n  }\n\n  .badge-row {\n    display: flex;\n    gap: 8px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-top: 20px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 13px;\n    border-radius: 20px;\n    border: 1px solid #ddd0c0;\n    color: #7a6040;\n    background: transparent;\n  }\n\n  \/* ── Cards ── *\/\n  .card {\n    background: #fff;\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 12px;\n    box-shadow: 0 1px 8px rgba(0,0,0,0.04), 0 0 1px rgba(0,0,0,0.04);\n    transition: box-shadow 0.2s ease;\n  }\n\n  .card:hover {\n    box-shadow: 0 4px 20px rgba(0,0,0,0.07), 0 0 1px rgba(0,0,0,0.04);\n  }\n\n  .card-eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #b07040;\n    margin-bottom: 12px;\n  }\n\n  .card h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 400;\n    font-style: italic;\n    margin-bottom: 12px;\n    color: #1a1612;\n    line-height: 1.2;\n  }\n\n  .card p {\n    font-size: 14px;\n    color: #706050;\n    line-height: 1.75;\n    font-weight: 300;\n  }\n\n  .card p + p { margin-top: 10px; }\n\n  \/* ── Stat bar ── *\/\n  .stat-bar {\n    display: flex;\n    margin-bottom: 12px;\n    border: 1px solid #e8e0d4;\n    border-radius: 16px;\n    overflow: hidden;\n    background: #fff;\n  }\n\n  .stat {\n    flex: 1;\n    text-align: center;\n    padding: 24px 12px;\n    background: #fff;\n  }\n\n  .stat + .stat { border-left: 1px solid #e8e0d4; }\n\n  .stat-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 400;\n    font-style: italic;\n    color: #1a1612;\n    line-height: 1;\n    display: block;\n  }\n\n  .stat-unit { font-size: 15px; color: #b07040; }\n\n  .stat-label {\n    display: block;\n    font-size: 11px;\n    color: #a09070;\n    margin-top: 6px;\n    letter-spacing: 0.04em;\n  }\n\n  .stat-sub {\n    display: block;\n    font-size: 10px;\n    color: #c0b090;\n    margin-top: 3px;\n  }\n\n  \/* ── Dark card ── *\/\n  .dark-card {\n    background: #1a1612;\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 12px;\n    box-shadow: 0 4px 24px rgba(26,22,18,0.18);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .dark-card::after {\n    content: '🍛';\n    position: absolute;\n    right: 24px; top: 24px;\n    font-size: 44px;\n    opacity: 0.12;\n  }\n\n  .dark-card .card-eyebrow { color: rgba(255,255,255,0.3); }\n\n  .dark-card h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 400;\n    font-style: italic;\n    color: #fff;\n    margin-bottom: 12px;\n    line-height: 1.15;\n  }\n\n  .dark-card p {\n    font-size: 14px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.75;\n    font-weight: 300;\n  }\n\n  .tiffin-box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .tiffin-item {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 12px;\n    padding: 16px;\n    text-align: center;\n  }\n\n  .tiffin-item-number {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px;\n    font-weight: 400;\n    font-style: italic;\n    color: #e8a060;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .tiffin-item-label {\n    display: block;\n    font-size: 11px;\n    color: rgba(255,255,255,0.45);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .tiffin-item-sub {\n    display: block;\n    font-size: 11px;\n    color: rgba(255,255,255,0.25);\n    margin-top: 3px;\n  }\n\n  \/* ── Value compare ── *\/\n  .value-compare {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    gap: 12px;\n    align-items: center;\n    margin-top: 20px;\n  }\n\n  .value-col {\n    border-radius: 12px;\n    padding: 20px 16px;\n    text-align: center;\n  }\n\n  .value-col.diy { background: #f5f0e8; }\n  .value-col.flayvr { background: #1a1612; }\n\n  .value-col-eyebrow {\n    display: block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .value-col.diy .value-col-eyebrow { color: #a09070; }\n  .value-col.flayvr .value-col-eyebrow { color: rgba(255,255,255,0.3); }\n\n  .value-col-price {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 400;\n    font-style: italic;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .value-col.diy .value-col-price { color: #8a7860; text-decoration: line-through; text-decoration-color: #c09070; }\n  .value-col.flayvr .value-col-price { color: #e8a060; }\n\n  .value-col-detail {\n    display: block;\n    font-size: 12px;\n    line-height: 1.8;\n  }\n\n  .value-col.diy .value-col-detail { color: #a09070; }\n  .value-col.flayvr .value-col-detail { color: rgba(255,255,255,0.4); }\n\n  .vs-divider {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-style: italic;\n    color: #c0b090;\n    text-align: center;\n  }\n\n  \/* ── Time rows ── *\/\n  .time-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid #e8e0d4;\n    margin-bottom: 2px;\n  }\n\n  .time-header-spacer { flex: 1; }\n\n  .time-header-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #a09070;\n    width: 80px;\n    text-align: center;\n  }\n\n  .time-row {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 13px 0;\n    border-bottom: 1px solid #f0e8e0;\n  }\n\n  .time-row:last-of-type { border-bottom: none; }\n  .time-label { font-size: 13px; color: #1a1612; flex: 1; font-weight: 300; }\n  .time-diy { font-size: 13px; color: #a09070; width: 80px; text-align: center; }\n  .time-flayvr { font-size: 13px; font-weight: 500; color: #b07040; width: 80px; text-align: center; }\n\n  \/* ── Health bars ── *\/\n  .health-row {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 13px 0;\n    border-bottom: 1px solid #f0e8e0;\n  }\n\n  .health-row:last-of-type { border-bottom: none; }\n  .health-label { font-size: 13px; color: #1a1612; width: 100px; flex-shrink: 0; font-weight: 300; }\n  .health-bar-wrap { flex: 1; }\n\n  .health-bar-bg {\n    height: 5px;\n    background: #f0e8e0;\n    border-radius: 99px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .health-bar-restaurant {\n    position: absolute; left: 0; top: 0;\n    height: 100%;\n    background: #d4b090;\n    border-radius: 99px;\n  }\n\n  .health-bar-flayvr {\n    position: absolute; left: 0; top: 0;\n    height: 100%;\n    background: #b07040;\n    border-radius: 99px;\n  }\n\n  .health-badge {\n    font-size: 12px;\n    font-weight: 500;\n    color: #b07040;\n    white-space: nowrap;\n    min-width: 72px;\n    text-align: right;\n  }\n\n  \/* ── Grid ── *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n\n  .card-grid .card { margin-bottom: 0; }\n  .card-grid .card h2 { font-size: 19px; }\n\n  .icon-chip {\n    width: 36px; height: 36px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 17px;\n    margin-bottom: 14px;\n    background: #f5ede0;\n  }\n\n  \/* ── Preferences ── *\/\n  .pref-chips {\n    display: flex;\n    gap: 8px;\n    margin-top: 16px;\n    flex-wrap: wrap;\n  }\n\n  .pref-chip {\n    background: #f5ede0;\n    border-radius: 8px;\n    padding: 7px 13px;\n    font-size: 12px;\n    color: #6a4a28;\n  }\n\n  \/* ── Meal grid ── *\/\n  .meal-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .meal-chip {\n    background: #f5ede0;\n    border-radius: 10px;\n    padding: 12px 14px;\n    font-size: 12px;\n    color: #4a3020;\n    line-height: 1.5;\n  }\n\n  .meal-chip-day {\n    display: block;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #b07040;\n    margin-bottom: 4px;\n  }\n\n  \/* ── CTA ── *\/\n  .cta {\n    background: #1a1612;\n    border-radius: 16px;\n    padding: 44px 32px;\n    text-align: center;\n    box-shadow: 0 8px 32px rgba(26,22,18,0.2);\n  }\n\n  .cta-wordmark {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 11px;\n    font-weight: 400;\n    font-style: italic;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.25);\n    display: block;\n    margin-bottom: 14px;\n  }\n\n  .cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 300;\n    font-style: italic;\n    color: #fff;\n    margin-bottom: 8px;\n    line-height: 1.15;\n  }\n\n  .cta-price {\n    display: block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 52px;\n    font-weight: 400;\n    font-style: italic;\n    color: #e8a060;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .cta-price-sub {\n    display: block;\n    font-size: 12px;\n    color: rgba(255,255,255,0.3);\n    margin-bottom: 28px;\n    letter-spacing: 0.06em;\n  }\n\n  .cta-button {\n    display: inline-block;\n    background: #f9f7f2;\n    color: #1a1612;\n    font-size: 13px;\n    font-weight: 500;\n    padding: 14px 44px;\n    border-radius: 980px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    transition: background 0.15s ease, transform 0.15s ease;\n    cursor: pointer;\n    border: none;\n    margin-bottom: 16px;\n  }\n\n  .cta-button:hover { background: #fff; transform: scale(1.02); }\n\n  .cta-note {\n    display: block;\n    font-size: 11px;\n    color: rgba(255,255,255,0.2);\n    letter-spacing: 0.04em;\n  }\n\n  @media (max-width: 480px) {\n    .card-grid { grid-template-columns: 1fr; }\n    .stat-bar { flex-direction: column; }\n    .stat + .stat { border-left: none; border-top: 1px solid #e8e0d4; }\n    .value-compare { grid-template-columns: 1fr; }\n    .vs-divider { display: none; }\n    .meal-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"page\"\u003e\n\n  \u003c!-- Header --\u003e\n  \u003cdiv class=\"header\"\u003e\n    \u003cspan class=\"wordmark\"\u003eFlayvr\u003c\/span\u003e\n    \u003ch1\u003e5 Day Indian\u003cbr\u003eTiffin\u003c\/h1\u003e\n    \u003cdiv class=\"header-divider\"\u003e\u003c\/div\u003e\n    \u003cp\u003eChef-made. Freshly cooked. Ready in 5 minutes or less.\u003c\/p\u003e\n    \u003cdiv class=\"badge-row\"\u003e\n      \u003cspan class=\"badge\"\u003e10 Mains · 5 Sides\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eChef Made\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eTailored to You\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e60% Less Oil\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stats --\u003e\n  \u003cdiv class=\"stat-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-number\"\u003e15\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eDishes total\u003c\/span\u003e\n      \u003cspan class=\"stat-sub\"\u003e10 mains + 5 sides\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-number\"\u003e5\u003cspan class=\"stat-unit\"\u003em\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eReady in\u003c\/span\u003e\n      \u003cspan class=\"stat-sub\"\u003eor less, every meal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cspan class=\"stat-number\"\u003e60\u003cspan class=\"stat-unit\"\u003e%\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eLess oil\u003c\/span\u003e\n      \u003cspan class=\"stat-sub\"\u003evs leading restaurants\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What's in the tiffin --\u003e\n  \u003cdiv class=\"dark-card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eWhat's in your tiffin\u003c\/div\u003e\n    \u003ch2\u003eTwo chef-made meals a day.\u003cbr\u003eFive full days.\u003c\/h2\u003e\n    \u003cp\u003eA complete week of Indian dining — freshly cooked by a professional chef, portioned and delivered ready to heat. No shopping lists. No meal planning. No washing up. Just open and eat.\u003c\/p\u003e\n    \u003cdiv class=\"tiffin-box\"\u003e\n      \u003cdiv class=\"tiffin-item\"\u003e\n        \u003cspan class=\"tiffin-item-number\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-label\"\u003eMains\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-sub\"\u003e2 per day\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tiffin-item\"\u003e\n        \u003cspan class=\"tiffin-item-number\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-label\"\u003eSides\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-sub\"\u003e1 per day\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tiffin-item\"\u003e\n        \u003cspan class=\"tiffin-item-number\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-label\"\u003eDays\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-sub\"\u003efully covered\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tiffin-item\"\u003e\n        \u003cspan class=\"tiffin-item-number\"\u003e\u0026lt;5\u003cspan style=\"font-size:18px;color:#e8a060;\"\u003em\u003c\/span\u003e\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-label\"\u003eTo plate\u003c\/span\u003e\n        \u003cspan class=\"tiffin-item-sub\"\u003eevery single meal\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Value comparison --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eThe real cost of doing it yourself\u003c\/div\u003e\n    \u003ch2\u003eYou're not just paying for food.\u003cbr\u003eYou're buying back your week.\u003c\/h2\u003e\n    \u003cp\u003eRun the numbers on cooking 15 Indian dishes from scratch over 5 days and the gap closes fast. Groceries, spices, prep, cooking, cleaning — it adds up to far more than £120.\u003c\/p\u003e\n    \u003cdiv class=\"value-compare\"\u003e\n      \u003cdiv class=\"value-col diy\"\u003e\n        \u003cspan class=\"value-col-eyebrow\"\u003eCook it yourself\u003c\/span\u003e\n        \u003cspan class=\"value-col-price\"\u003e~£145+\u003c\/span\u003e\n        \u003cspan class=\"value-col-detail\"\u003e\n          Groceries ~£70–85\u003cbr\u003e\n          Spices \u0026amp; pantry ~£20\u003cbr\u003e\n          ~11hrs of your time\u003cbr\u003e\n          Planning \u0026amp; shopping\u003cbr\u003e\n          Energy \u0026amp; washing up\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vs-divider\"\u003evs\u003c\/div\u003e\n      \u003cdiv class=\"value-col flayvr\"\u003e\n        \u003cspan class=\"value-col-eyebrow\"\u003eFlayvr tiffin\u003c\/span\u003e\n        \u003cspan class=\"value-col-price\"\u003e£120\u003c\/span\u003e\n        \u003cspan class=\"value-col-detail\"\u003e\n          15 dishes included\u003cbr\u003e\n          Chef made \u0026amp; portioned\u003cbr\u003e\n          Zero prep or planning\u003cbr\u003e\n          Ready in 5 minutes\u003cbr\u003e\n          Tailored to you\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Time breakdown --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eTime cost comparison\u003c\/div\u003e\n    \u003ch2\u003e11 hours of cooking, or 25 minutes total.\u003c\/h2\u003e\n    \u003cp\u003eThe hidden cost of cooking from scratch isn't money — it's time. Here's what a week of Indian home cooking actually demands versus a Flayvr tiffin.\u003c\/p\u003e\n    \u003cdiv style=\"margin-top: 22px;\"\u003e\n      \u003cdiv class=\"time-header\"\u003e\n        \u003cspan class=\"time-header-spacer\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"time-header-label\"\u003eDIY\u003c\/span\u003e\n        \u003cspan class=\"time-header-label\" style=\"color:#b07040;\"\u003eFlayvr\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\"\u003e\n        \u003cspan class=\"time-label\"\u003eMeal planning\u003c\/span\u003e\n        \u003cspan class=\"time-diy\"\u003e~45 mins\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\"\u003e0\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\"\u003e\n        \u003cspan class=\"time-label\"\u003eGrocery shopping\u003c\/span\u003e\n        \u003cspan class=\"time-diy\"\u003e~60 mins\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\"\u003e0\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\"\u003e\n        \u003cspan class=\"time-label\"\u003eIngredient prep\u003c\/span\u003e\n        \u003cspan class=\"time-diy\"\u003e~2.5 hrs\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\"\u003e0\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\"\u003e\n        \u003cspan class=\"time-label\"\u003eCooking 15 dishes\u003c\/span\u003e\n        \u003cspan class=\"time-diy\"\u003e~6 hrs\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\"\u003e~25 mins\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\"\u003e\n        \u003cspan class=\"time-label\"\u003eWashing up \u0026amp; cleaning\u003c\/span\u003e\n        \u003cspan class=\"time-diy\"\u003e~90 mins\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\"\u003e0\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"time-row\" style=\"border-top: 1px solid #e8e0d4; margin-top:4px; padding-top:16px;\"\u003e\n        \u003cspan class=\"time-label\" style=\"font-weight:500;\"\u003eTotal time\u003c\/span\u003e\n        \u003cspan class=\"time-diy\" style=\"font-weight:500; color:#1a1612;\"\u003e~11 hrs\u003c\/span\u003e\n        \u003cspan class=\"time-flayvr\" style=\"font-size:14px;\"\u003e~25 mins\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:11px; color:#b0a090; margin-top:18px; line-height:1.6;\"\u003eBased on cooking 10 mains and 5 sides from scratch over 5 days. Times will vary.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Health --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eHealthier by design\u003c\/div\u003e\n    \u003ch2\u003e60% less oil than leading restaurants.\u003cbr\u003eMore flavour. Less compromise.\u003c\/h2\u003e\n    \u003cp\u003eIndian food doesn't have to mean heavy cooking. Flayvr uses the same bold spices and authentic techniques — with a fraction of the oil, reduced sodium, and no shortcuts on taste.\u003c\/p\u003e\n    \u003cdiv style=\"margin-top: 22px;\"\u003e\n      \u003cdiv class=\"health-row\"\u003e\n        \u003cspan class=\"health-label\"\u003eOil\u003c\/span\u003e\n        \u003cdiv class=\"health-bar-wrap\"\u003e\n          \u003cdiv class=\"health-bar-bg\"\u003e\n            \u003cdiv class=\"health-bar-restaurant\" style=\"width:100%\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"health-bar-flayvr\" style=\"width:40%\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"health-badge\"\u003e60% less ✓\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"health-row\"\u003e\n        \u003cspan class=\"health-label\"\u003eSodium\u003c\/span\u003e\n        \u003cdiv class=\"health-bar-wrap\"\u003e\n          \u003cdiv class=\"health-bar-bg\"\u003e\n            \u003cdiv class=\"health-bar-restaurant\" style=\"width:100%\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"health-bar-flayvr\" style=\"width:45%\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"health-badge\"\u003eReduced ✓\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"health-row\"\u003e\n        \u003cspan class=\"health-label\"\u003eFlavour\u003c\/span\u003e\n        \u003cdiv class=\"health-bar-wrap\"\u003e\n          \u003cdiv class=\"health-bar-bg\"\u003e\n            \u003cdiv class=\"health-bar-restaurant\" style=\"width:82%\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"health-bar-flayvr\" style=\"width:100%\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"health-badge\"\u003eUnmatched\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tailored --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eMade for you\u003c\/div\u003e\n    \u003ch2\u003eYour tiffin. Your preferences.\u003cbr\u003eYour dietary needs.\u003c\/h2\u003e\n    \u003cp\u003eEvery tiffin is made to order. Tell us your dietary requirements, health goals, or flavour preferences — and your chef builds your week around them. This isn't a fixed menu. It's a personal one.\u003c\/p\u003e\n    \u003cdiv class=\"pref-chips\"\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🥗 Vegetarian\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🌱 Vegan\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🐟 Pescatarian\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🚫🌾 Gluten free\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e💧 Low sodium\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🫒 Low oil\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e💪 High protein\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🔥 Mild to extra spicy\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e🩺 Diabetic friendly\u003c\/div\u003e\n      \u003cdiv class=\"pref-chip\"\u003e❤️ Heart healthy\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature grid --\u003e\n  \u003cdiv class=\"card-grid\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"icon-chip\"\u003e👨‍🍳\u003c\/div\u003e\n      \u003ch2\u003eChef made\u003c\/h2\u003e\n      \u003cp\u003eEvery dish is made by a professional chef using fresh ingredients — not factory produced or reheated.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"icon-chip\"\u003e⚡\u003c\/div\u003e\n      \u003ch2\u003eReady in 5 minutes\u003c\/h2\u003e\n      \u003cp\u003eFully cooked and portioned. Heat and serve. Nothing more standing between you and a proper meal.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"icon-chip\"\u003e🌶️\u003c\/div\u003e\n      \u003ch2\u003eAuthentic Indian\u003c\/h2\u003e\n      \u003cp\u003eReal spices, proper technique, and the depth of flavour that only comes from cooking with genuine care.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"icon-chip\"\u003e📦\u003c\/div\u003e\n      \u003ch2\u003eFull week covered\u003c\/h2\u003e\n      \u003cp\u003eLunch and dinner sorted for 5 days. No planning, no shopping, no thinking — just eating well.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Example week --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-eyebrow\"\u003eExample tiffin week\u003c\/div\u003e\n    \u003ch2\u003eA week of Indian dining, done for you.\u003c\/h2\u003e\n    \u003cp\u003eYour dishes are chosen based on your preferences. Here's what a typical week might look like.\u003c\/p\u003e\n    \u003cdiv class=\"meal-grid\"\u003e\n      \u003cdiv class=\"meal-chip\"\u003e\n        \u003cspan class=\"meal-chip-day\"\u003eDay 1\u003c\/span\u003e\n        Butter Chicken + Dal Makhani · Jeera Rice\n      \u003c\/div\u003e\n      \u003cdiv class=\"meal-chip\"\u003e\n        \u003cspan class=\"meal-chip-day\"\u003eDay 2\u003c\/span\u003e\n        Lamb Rogan Josh + Chana Masala · Raita\n      \u003c\/div\u003e\n      \u003cdiv class=\"meal-chip\"\u003e\n        \u003cspan class=\"meal-chip-day\"\u003eDay 3\u003c\/span\u003e\n        Paneer Tikka Masala + Aloo Gobi · Kachumber\n      \u003c\/div\u003e\n      \u003cdiv class=\"meal-chip\"\u003e\n        \u003cspan class=\"meal-chip-day\"\u003eDay 4\u003c\/span\u003e\n        Chicken Biryani + Saag Aloo · Mint Chutney\n      \u003c\/div\u003e\n      \u003cdiv class=\"meal-chip\"\u003e\n        \u003cspan class=\"meal-chip-day\"\u003eDay 5\u003c\/span\u003e\n        Prawn Masala + Tarka Dal · Pickled Onions\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:11px; color:#b0a090; margin-top:16px; line-height:1.6;\"\u003eMenu varies based on your preferences. Your chef confirms your final selection at order.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"cta\"\u003e\n    \u003cspan class=\"cta-wordmark\"\u003eFlayvr\u003c\/span\u003e\n    \u003ch2\u003eFive days of Indian\u003cbr\u003edining. Sorted.\u003c\/h2\u003e\n    \u003cspan class=\"cta-price\"\u003e£120\u003c\/span\u003e\n    \u003cspan class=\"cta-price-sub\"\u003e10 mains · 5 sides · chef made · tailored to you\u003c\/span\u003e\n    \u003cbutton class=\"cta-button\"\u003eOrder your tiffin\u003c\/button\u003e\n    \u003cspan class=\"cta-note\"\u003eTell us your preferences at checkout — your chef does the rest\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Flayvr","offers":[{"title":"Default Title","offer_id":56607056626041,"sku":null,"price":120.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0901\/7462\/0025\/files\/tiffin-service.png?v=1770195940","url":"https:\/\/flayvr.co.uk\/products\/custom-tiffin-serivce-weekly","provider":"Flayvr","version":"1.0","type":"link"}