{"product_id":"moccona-trio-espresso-3in1-instant-coffee-rich-bold-aromatic-40sticks-x-15-8g-632g","title":"Moccona Trio Espresso 3in1 Instant Coffee – Rich, Bold \u0026 Aromatic | 40 Sticks x 15.8g (632g)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Shop Moccona Trio Espresso 3-in-1 Instant Coffee — 40 sticks of bold, Italian-style espresso with creamer and sugar included. Halal certified, premium quality, ready in seconds. Order now for fast delivery.\"\u003e \u003cmeta name=\"keywords\" content=\"moccona trio espresso, 3-in-1 instant coffee, moccona 40 sticks, espresso instant coffee sachet, thai instant coffee, moccona coffee thailand, strong instant coffee, halal instant coffee, instant espresso powder, douwe egberts instant coffee\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --green-dark: #1a6b3c;\n      --green-mid: #27924f;\n      --green-light: #e6f4ec;\n      --amber: #c47b0e;\n      --amber-light: #fef3dc;\n      --text-primary: #1a1a1a;\n      --text-secondary: #555;\n      --text-muted: #888;\n      --border: #e2e2e2;\n      --bg-page: #f8f8f6;\n      --bg-white: #ffffff;\n      --radius-sm: 6px;\n      --radius-md: 10px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 4px rgba(0,0,0,0.07);\n      --shadow-md: 0 4px 16px rgba(0,0,0,0.09);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--bg-page);\n      color: var(--text-primary);\n      line-height: 1.6;\n    }\n\n    .product-wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 2rem 1rem 4rem;\n    }\n\n    \/* ── BADGES ── *\/\n    .badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }\n    .badge {\n      display: inline-flex; align-items: center; gap: 5px;\n      padding: 5px 13px; border-radius: 999px; font-size: 12px; font-weight: 500;\n    }\n    .badge-green { background: var(--green-light); color: var(--green-dark); }\n    .badge-amber { background: var(--amber-light); color: var(--amber); }\n\n    \/* ── HERO ── *\/\n    .hero {\n      background: linear-gradient(135deg, #1a6b3c 0%, #27924f 60%, #3aaa64 100%);\n      border-radius: var(--radius-lg);\n      padding: 2.5rem 2rem;\n      color: #fff;\n      margin-bottom: 2rem;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute; top: -40px; right: -40px;\n      width: 200px; height: 200px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.06);\n    }\n    .hero::after {\n      content: '';\n      position: absolute; bottom: -60px; right: 60px;\n      width: 150px; height: 150px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.04);\n    }\n    .hero-eyebrow {\n      font-size: 12px; font-weight: 600; letter-spacing: 0.1em;\n      text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem;\n    }\n    .hero-title {\n      font-size: clamp(22px, 4vw, 30px); font-weight: 700; line-height: 1.25;\n      margin-bottom: 1rem; color: #fff;\n    }\n    .hero-title span { color: #a8f0c6; }\n    .hero-sub {\n      font-size: 15px; color: rgba(255,255,255,0.85); max-width: 520px; line-height: 1.7;\n    }\n\n    \/* ── SECTION CARD ── *\/\n    .section-card {\n      background: var(--bg-white);\n      border: 1px solid var(--border);\n      border-radius: var(--radius-lg);\n      padding: 2rem;\n      margin-bottom: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .section-label {\n      display: flex; align-items: center; gap: 8px;\n      font-size: 11px; font-weight: 600; letter-spacing: 0.08em;\n      text-transform: uppercase; color: var(--green-mid);\n      margin-bottom: 0.75rem;\n    }\n    .section-label::after {\n      content: ''; flex: 1; height: 1px; background: var(--border);\n    }\n\n    .section-heading {\n      font-size: 20px; font-weight: 700; color: var(--text-primary);\n      margin-bottom: 1rem;\n    }\n\n    \/* ── DESCRIPTION ── *\/\n    .desc-hook {\n      background: var(--green-light);\n      border-left: 4px solid var(--green-mid);\n      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n      padding: 1rem 1.25rem;\n      font-size: 15px; font-weight: 500; color: var(--green-dark);\n      line-height: 1.7; margin-bottom: 1.25rem;\n    }\n\n    .desc-body {\n      font-size: 14.5px; color: var(--text-secondary);\n      line-height: 1.85; margin-bottom: 1rem;\n    }\n\n    .desc-body strong { color: var(--text-primary); font-weight: 600; }\n\n    \/* ── FEATURES GRID ── *\/\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n      gap: 12px; margin-top: 1.5rem;\n    }\n\n    .feature-card {\n      background: var(--bg-page);\n      border: 1px solid var(--border);\n      border-radius: var(--radius-md);\n      padding: 1.1rem 1rem;\n      text-align: center;\n    }\n\n    .feature-emoji { font-size: 26px; margin-bottom: 8px; }\n    .feature-title { font-size: 13px; font-weight: 600; color: var(--text-primary); margin-bottom: 4px; }\n    .feature-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }\n\n    \/* ── HOW TO MAKE ── *\/\n    .steps { list-style: none; }\n    .step {\n      display: flex; gap: 16px; align-items: flex-start;\n      padding: 1rem 0; border-bottom: 1px solid var(--border);\n    }\n    .step:last-child { border-bottom: none; }\n\n    .step-num {\n      min-width: 36px; height: 36px;\n      background: var(--green-dark); color: #fff;\n      border-radius: 50%; display: flex; align-items: center;\n      justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0;\n    }\n\n    .step-content { flex: 1; }\n    .step-title { font-size: 14px; font-weight: 600; color: var(--text-primary); margin-bottom: 3px; }\n    .step-desc { font-size: 13.5px; color: var(--text-secondary); line-height: 1.65; }\n\n    .pro-tip {\n      background: var(--amber-light);\n      border: 1px solid #f5d48a;\n      border-radius: var(--radius-md);\n      padding: 1rem 1.25rem;\n      font-size: 13.5px; color: #7a4f00; line-height: 1.7;\n      margin-top: 1.25rem;\n    }\n    .pro-tip strong { color: #5c3900; }\n\n    \/* ── SPECS ── *\/\n    .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 1px; background: var(--border);\n      border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden;\n    }\n\n    .spec-cell {\n      background: var(--bg-white); padding: 12px 16px;\n    }\n    .spec-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; }\n    .spec-value { font-size: 14px; font-weight: 600; color: var(--text-primary); }\n\n    \/* ── NUTRITION TABLE ── *\/\n    .nutrition-table {\n      width: 100%; border-collapse: collapse; font-size: 13.5px; margin-top: 1rem;\n    }\n    .nutrition-table th {\n      background: var(--green-light); color: var(--green-dark);\n      text-align: left; padding: 10px 14px; font-weight: 600; font-size: 12px;\n      text-transform: uppercase; letter-spacing: 0.05em;\n    }\n    .nutrition-table td { padding: 9px 14px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }\n    .nutrition-table td:last-child { font-weight: 500; color: var(--text-primary); text-align: right; }\n    .nutrition-table tr:last-child td { border-bottom: none; }\n    .nutrition-table tr:hover td { background: var(--bg-page); }\n\n    \/* ── INGREDIENTS ── *\/\n    .ingredients-box {\n      background: var(--bg-page); border: 1px solid var(--border);\n      border-radius: var(--radius-md); padding: 1rem 1.25rem;\n      font-size: 13.5px; color: var(--text-secondary); line-height: 1.7;\n    }\n\n    \/* ── ALLERGEN BOX ── *\/\n    .allergen-box {\n      background: #fff8f0; border: 1px solid #f5d48a;\n      border-radius: var(--radius-md); padding: 1rem 1.25rem;\n      font-size: 13.5px; color: #7a4f00; line-height: 1.7; margin-top: 1rem;\n    }\n\n    \/* ── STORAGE ── *\/\n    .storage-row {\n      display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1rem;\n    }\n    .storage-item {\n      flex: 1; min-width: 140px; background: var(--bg-page);\n      border: 1px solid var(--border); border-radius: var(--radius-md);\n      padding: 0.875rem 1rem; display: flex; flex-direction: column; gap: 4px;\n    }\n    .storage-icon { font-size: 20px; }\n    .storage-label { font-size: 12px; font-weight: 600; color: var(--text-primary); }\n    .storage-val { font-size: 12px; color: var(--text-muted); }\n\n    \/* ── META SECTION ── *\/\n    .meta-card {\n      background: var(--green-dark);\n      color: #fff;\n      border-radius: var(--radius-lg);\n      padding: 1.75rem 2rem;\n      margin-bottom: 1.5rem;\n    }\n    .meta-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 0.5rem; color: #a8f0c6; }\n    .meta-card p { font-size: 13.5px; color: rgba(255,255,255,0.85); line-height: 1.7; }\n\n    .keywords-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1rem; }\n    .kw-tag {\n      background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9);\n      padding: 4px 12px; border-radius: 999px; font-size: 12px;\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 600px) {\n      .section-card { padding: 1.25rem; }\n      .hero { padding: 1.75rem 1.25rem; }\n      .features-grid { grid-template-columns: 1fr 1fr; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003c!-- BADGES --\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cspan class=\"badge badge-green\"\u003e✓ Halal Certified\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e🌍 Since Anno 1753\u003c\/span\u003e \u003cspan class=\"badge badge-amber\"\u003e⭐ Premium Espresso Blend\u003c\/span\u003e \u003cspan class=\"badge badge-amber\"\u003e📦 40 Sticks Value Pack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eMoccona · Trio Espresso · 3-in-1\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eBold. Rich. Ready in \u003cspan\u003e60 Seconds.\u003c\/span\u003e\u003cbr\u003eYour Daily Espresso — No Machine Needed.\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCafé-quality espresso crafted from hand-selected beans. Italian espresso style, perfectly balanced with creamer and sugar — all in one convenient stick. ☕\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"section-card\"\u003e\n\u003cp class=\"section-label\"\u003e✦ Product Description\u003c\/p\u003e\n\u003cdiv class=\"desc-hook\"\u003e☕ Imagine waking up to the bold, velvety aroma of freshly pulled espresso — without the machine, without the wait, without the mess. That's exactly what Moccona Trio Espresso delivers, every single morning.\u003c\/div\u003e\n\u003cp class=\"desc-body\"\u003eBorn from a legacy that began in \u003cstrong\u003eAnno 1753\u003c\/strong\u003e, Moccona has spent centuries perfecting the art of the perfect cup. Their Trio Espresso 3-in-1 is the result of that relentless obsession — a rich, intense blend crafted in true \u003cstrong\u003eItalian Espresso style\u003c\/strong\u003e, using only hand-selected beans that meet Moccona's legendary quality standards.\u003c\/p\u003e\n\u003cp class=\"desc-body\"\u003eWhether you're rushing out the door at 7am, powering through a 3pm energy slump, or simply craving something rich and comforting — this little stick does it all. \u003cstrong\u003eCoffee, creamer, and sugar\u003c\/strong\u003e — perfectly balanced, every single time. No guesswork. No fuss. Just great coffee. 🙌\u003c\/p\u003e\n\u003cp class=\"desc-body\"\u003eEach pack comes loaded with \u003cstrong\u003e40 individually wrapped sticks\u003c\/strong\u003e, making it the perfect companion for your office drawer, travel bag, or kitchen counter. Compact, convenient, and consistently delicious — Moccona Trio Espresso is the instant coffee for people who refuse to settle for ordinary.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eEspresso-Strength Bold\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDeep, intense flavour that hits like a real espresso shot\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eReady in 60 Seconds\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePour, stir, done. No machine, no barista needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e✈️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTravel-Friendly\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePocket-sized sticks — great coffee wherever you go\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e🏆\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003e270+ Years of Craft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA legacy brand you can trust, in every sip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e🌙\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePerfectly Balanced\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCoffee, creamer \u0026amp; sugar in one go — no extra measuring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-emoji\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eHalal Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTrusted quality for every consumer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO MAKE --\u003e\n\u003cdiv class=\"section-card\"\u003e\n\u003cp class=\"section-label\"\u003e☕ How to Make\u003c\/p\u003e\n\u003ch2 class=\"section-heading\"\u003eBrew the Perfect Cup in 4 Simple Steps\u003c\/h2\u003e\n\u003cul class=\"steps\"\u003e\n\u003cli class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-title\"\u003e✂️ Tear open your stick\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eTake one Moccona Trio Espresso stick (15.8g) and tear it open. Take a moment — breathe in that aroma. It's already working its magic.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-title\"\u003e🫙 Pour into your mug\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eEmpty the full contents into your favourite mug. The bigger, the better — you deserve a generous cup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-title\"\u003e💧 Add 130ml of hot water\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eUse water at around 80°C — not boiling. This sweet spot unlocks the smooth, rounded flavour without any bitterness. Trust the temperature. ☝️\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003cdiv class=\"step-title\"\u003e🥄 Stir \u0026amp; enjoy\u003c\/div\u003e\n\u003cdiv class=\"step-desc\"\u003eGive it a good stir until fully dissolved. Watch the cream swirl in — it's oddly satisfying. Then sit back, sip, and savour. 😌\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pro-tip\"\u003e💡 \u003cstrong\u003eIced Espresso Hack:\u003c\/strong\u003e Dissolve your stick in just 50ml of hot water first, then pour over a glass packed with ice and top with cold milk. Café-style iced espresso at home — no barista, no premium price tag. Just pure refreshment. 🧊\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"section-card\"\u003e\n\u003cp class=\"section-label\"\u003e📦 Product Specifications\u003c\/p\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMoccona (JDE \/ Douwe Egberts)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eVariant\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eTrio Espresso 3-in-1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePack Count\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e40 Sticks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWeight per Stick\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e15.8g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTotal Net Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e632g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCountry of Origin\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eThailand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCalories per Serving\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e70 kcal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"spec-label\"\u003eHalal Certified\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e✓ Yes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NUTRITION --\u003e\n\u003cdiv class=\"section-card\"\u003e\n\u003cp class=\"section-label\"\u003e🧪 Nutrition Information\u003c\/p\u003e\n\u003ch2 class=\"section-heading\"\u003ePer 1 Stick (15.8g Serving)\u003c\/h2\u003e\n\u003ctable class=\"nutrition-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eNutrient\u003c\/th\u003e\n\u003cth style=\"text-align: right;\"\u003eAmount\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnergy\u003c\/td\u003e\n\u003ctd\u003e70 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Fat\u003c\/td\u003e\n\u003ctd\u003e1.5g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaturated Fat\u003c\/td\u003e\n\u003ctd\u003e1.5g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCholesterol\u003c\/td\u003e\n\u003ctd\u003e0mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Carbohydrates\u003c\/td\u003e\n\u003ctd\u003e13g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSugar\u003c\/td\u003e\n\u003ctd\u003e6g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSodium\u003c\/td\u003e\n\u003ctd\u003e90mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProtein\u003c\/td\u003e\n\u003ctd\u003e0g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 12px; color: var(--text-muted); margin-top: 0.75rem;\"\u003e* Percent Daily Values are based on a 2,000 calorie diet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS \u0026 ALLERGENS --\u003e\n\u003cdiv class=\"section-card\"\u003e\n\u003cp class=\"section-label\"\u003e🧬 Ingredients \u0026amp; Allergens\u003c\/p\u003e\n\u003ch2 class=\"section-heading\"\u003eWhat's Inside Every Stick\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-box\"\u003eSugar, Non-dairy Creamer (22%), Instant Coffee Powder (22%), Food Additives (INS 340ii, INS 452i, INS 471, INS 500ii, INS 551, INS 480), Sweetener (Sucralose)\u003c\/div\u003e\n\u003cdiv class=\"allergen-box\"\u003e⚠️ \u003cstrong\u003eAllergen Notice:\u003c\/strong\u003e Non-dairy creamer may contain traces of milk derivatives. Always refer to the batch-specific packaging for the most current allergen information.\u003c\/div\u003e\n\u003c!-- STORAGE --\u003e\n\u003cdiv class=\"storage-row\"\u003e\n\u003cdiv class=\"storage-item\"\u003e\n\u003cdiv class=\"storage-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"storage-label\"\u003eStore Cool \u0026amp; Dry\u003c\/div\u003e\n\u003cdiv class=\"storage-val\"\u003eAway from direct sunlight and heat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"storage-item\"\u003e\n\u003cdiv class=\"storage-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"storage-label\"\u003eReseal After Use\u003c\/div\u003e\n\u003cdiv class=\"storage-val\"\u003eKeep the bag sealed to lock in freshness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"storage-item\"\u003e\n\u003cdiv class=\"storage-icon\"\u003e📅\u003c\/div\u003e\n\u003cdiv class=\"storage-label\"\u003eBest Before\u003c\/div\u003e\n\u003cdiv class=\"storage-val\"\u003eRefer to batch code on the packaging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SEO META SECTION --\u003e\n\u003c\/div\u003e","brand":"Moccona","offers":[{"title":"Default Title","offer_id":53621084225720,"sku":null,"price":2499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/5223\/6984\/files\/71KsAhzHV_L._SL1500.jpg?v=1782305669","url":"https:\/\/www.chefsneed.com\/products\/moccona-trio-espresso-3in1-instant-coffee-rich-bold-aromatic-40sticks-x-15-8g-632g","provider":"Chefsneed","version":"1.0","type":"link"}