{"product_id":"turmeric-with-ashwagandha100g","title":"Alhamd Organics Turmeric Latte Blend: 80 cups in One Jar.\n\n80 Morning Shots.","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700\u0026amp;family=Inter:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root{\n    --green:#2D5016;\n    --green-deep:#203a0f;\n    --turmeric:#B8721E;\n    --turmeric-deep:#8F5714;\n    --bone:#FAF6EE;\n    --bone-dim:#F1EADA;\n    --ink:#2B2018;\n    --ink-soft:#5C5045;\n    --line: rgba(43,32,24,0.12);\n    --radius: 18px;\n  }\n  *{box-sizing:border-box;margin:0;padding:0;}\n  html{-webkit-text-size-adjust:100%;}\n\n  \/* FIX: body no longer capped — it spans the full viewport so the\n     theme header\/nav\/footer use the whole desktop width. *\/\n  body{\n    background:var(--bone);\n    color:var(--ink);\n    font-family:'Inter',sans-serif;\n    margin:0;\n    overflow-x:hidden;\n  }\n\n  \/* FIX: the 480px \"phone card\" constraint now lives on this wrapper\n     instead of body, so only our content column stays narrow. *\/\n  .page-wrap{\n    max-width:480px;\n    margin:0 auto;\n    background:var(--bone);\n  }\n  @media (min-width:600px){\n    .page-wrap{\n      max-width:560px;\n      box-shadow:0 0 60px rgba(43,32,24,0.08);\n    }\n  }\n\n  img{max-width:100%;display:block;}\n\n  .topbar{\n    display:flex;align-items:center;justify-content:space-between;\n    padding:14px 20px;\n    background:var(--bone);\n  }\n  .brand{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:15px;\n    letter-spacing:0.02em;\n    color:var(--green-deep);\n  }\n  .brand span{color:var(--turmeric);}\n  .pill{\n    font-size:10.5px;\n    font-weight:700;\n    letter-spacing:0.06em;\n    text-transform:uppercase;\n    color:var(--green-deep);\n    border:1px solid var(--green-deep);\n    border-radius:100px;\n    padding:5px 10px;\n  }\n\n  .hero{\n    padding:8px 20px 26px;\n  }\n  .eyebrow{\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--turmeric-deep);\n    margin-bottom:10px;\n  }\n  h1{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:33px;\n    line-height:1.12;\n    letter-spacing:-0.01em;\n    color:var(--ink);\n    margin-bottom:14px;\n  }\n  h1 em{\n    font-style:normal;\n    color:var(--green);\n  }\n  .hero-sub{\n    font-size:15.5px;\n    line-height:1.6;\n    color:var(--ink-soft);\n    margin-bottom:24px;\n    max-width:94%;\n  }\n\n  \/* signature: 12-herb composition *\/\n  .herb-panel{\n    background:var(--green-deep);\n    border-radius:var(--radius);\n    padding:24px 20px;\n    margin-bottom:22px;\n    position:relative;\n    overflow:hidden;\n  }\n  .herb-panel::before{\n    content:\"\";\n    position:absolute;\n    top:-30%;left:-10%;\n    width:240px;height:240px;\n    background:radial-gradient(circle, rgba(184,114,30,0.22), transparent 70%);\n  }\n  .herb-head{\n    display:flex;justify-content:space-between;align-items:baseline;\n    margin-bottom:16px;\n    position:relative;z-index:1;\n  }\n  .herb-label{\n    font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;\n    color:rgba(250,246,238,0.62);\n  }\n  .herb-count{\n    font-family:'Fraunces',serif;\n    font-size:25px;\n    font-weight:600;\n    color:#E3B05C;\n  }\n  .herb-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:8px;\n    position:relative;z-index:1;\n  }\n  .herb-chip{\n    background:rgba(250,246,238,0.07);\n    border:1px solid rgba(250,246,238,0.12);\n    border-radius:10px;\n    padding:10px 6px;\n    text-align:center;\n    min-width:0;\n  }\n  .herb-chip-name{\n    font-size:11px;\n    font-weight:600;\n    color:rgba(250,246,238,0.85);\n    line-height:1.3;\n    overflow-wrap:break-word;\n  }\n  .herb-footnote{\n    margin-top:14px;\n    padding-top:14px;\n    border-top:1px solid rgba(250,246,238,0.12);\n    position:relative;z-index:1;\n    font-size:12px;\n    line-height:1.5;\n    color:rgba(250,246,238,0.68);\n  }\n  .herb-footnote b{color:#E3B05C;font-weight:700;}\n\n  .badge-row{\n    display:flex;flex-wrap:wrap;gap:8px;\n    margin-bottom:24px;\n  }\n  .badge{\n    font-size:11.5px;\n    font-weight:600;\n    color:var(--green-deep);\n    background:var(--bone-dim);\n    border:1px solid var(--line);\n    border-radius:100px;\n    padding:7px 12px;\n  }\n\n  .cta{\n    display:block;\n    width:100%;\n    background:var(--green);\n    color:var(--bone);\n    text-align:center;\n    font-family:'Inter',sans-serif;\n    font-weight:700;\n    font-size:15.5px;\n    padding:16px;\n    border-radius:100px;\n    border:none;\n    text-decoration:none;\n    letter-spacing:0.01em;\n  }\n  .cta-sub{\n    text-align:center;\n    font-size:12.5px;\n    color:var(--ink-soft);\n    margin-top:10px;\n    font-weight:500;\n  }\n  .cta-sub b{color:var(--green-deep);}\n\n  section{\n    padding:36px 20px;\n    border-top:1px solid var(--line);\n  }\n  .section-head{margin-bottom:22px;}\n  .section-eyebrow{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:0.12em;\n    text-transform:uppercase;\n    color:var(--turmeric-deep);\n    margin-bottom:8px;\n  }\n  h2{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:23px;\n    line-height:1.2;\n    color:var(--ink);\n  }\n  .section-body{\n    font-size:14.5px;\n    line-height:1.65;\n    color:var(--ink-soft);\n    margin-top:10px;\n  }\n\n  \/* ingredient list *\/\n  .ing-list{display:flex;flex-direction:column;gap:12px;}\n  .ing{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:14px;\n    padding:16px;\n  }\n  .ing-name{\n    font-weight:700;\n    font-size:14.5px;\n    color:var(--ink);\n    margin-bottom:4px;\n  }\n  .ing-name span{\n    font-weight:500;\n    color:var(--ink-soft);\n    font-size:13px;\n  }\n  .ing-desc{\n    font-size:13px;\n    line-height:1.55;\n    color:var(--ink-soft);\n  }\n\n  \/* benefits grid *\/\n  .benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}\n  .benefit{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:14px;\n    padding:16px 14px;\n  }\n  .benefit-name{\n    font-weight:700;\n    font-size:13.5px;\n    color:var(--ink);\n    margin-bottom:5px;\n  }\n  .benefit-desc{\n    font-size:12px;\n    line-height:1.45;\n    color:var(--ink-soft);\n  }\n\n  .who-row{display:flex;flex-wrap:wrap;gap:8px;}\n  .who-tag{\n    font-size:12.5px;\n    font-weight:600;\n    color:var(--ink);\n    background:var(--bone-dim);\n    border-radius:100px;\n    padding:9px 14px;\n  }\n\n  \/* honesty panel *\/\n  .honest{\n    background:#fff;\n    border:1.5px solid var(--green);\n    border-radius:16px;\n    padding:20px;\n  }\n  .honest-tag{\n    display:inline-flex;align-items:center;gap:6px;\n    font-size:10.5px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;\n    color:var(--green);\n    background:rgba(45,80,22,0.08);\n    border-radius:100px;\n    padding:5px 10px;\n    margin-bottom:14px;\n  }\n  .honest h3{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:18px;\n    margin-bottom:10px;\n    color:var(--ink);\n  }\n  .honest p{\n    font-size:14px;\n    line-height:1.65;\n    color:var(--ink-soft);\n    margin-bottom:10px;\n  }\n  .honest p:last-child{margin-bottom:0;}\n  .honest strong{color:var(--ink);}\n\n  \/* how to use - two equally weighted methods *\/\n  .method-card{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:16px;\n    padding:20px;\n    margin-bottom:14px;\n  }\n  .method-card-head{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:16px;\n  }\n  .method-icon{\n    font-size:18px;\n    color:var(--turmeric);\n    width:30px;height:30px;\n    flex-shrink:0;\n    background:var(--bone-dim);\n    border-radius:50%;\n    display:flex;align-items:center;justify-content:center;\n  }\n  .method-card-title{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:17px;\n    color:var(--ink);\n  }\n  .steps{display:flex;flex-direction:column;gap:0;}\n  .step{\n    display:flex;gap:14px;\n    padding:16px 0;\n    border-bottom:1px solid var(--line);\n  }\n  .step:last-child{border-bottom:none;padding-bottom:0;}\n  .step:first-child{padding-top:0;}\n  .step-num{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:18px;\n    color:var(--turmeric);\n    width:26px;\n    flex-shrink:0;\n  }\n  .step-title{\n    font-weight:700;\n    font-size:14px;\n    color:var(--ink);\n    margin-bottom:3px;\n  }\n  .step-desc{\n    font-size:13px;\n    line-height:1.55;\n    color:var(--ink-soft);\n  }\n\n  \/* morning glow shot - distinct sunrise treatment *\/\n  .shot-card{\n    position:relative;\n    background:linear-gradient(165deg, #2B1810 0%, #4A2812 45%, #8F5714 100%);\n    border-radius:18px;\n    padding:24px 20px;\n    margin-top:22px;\n    overflow:hidden;\n  }\n  .shot-glow{\n    position:absolute;\n    top:-60%;right:-30%;\n    width:280px;height:280px;\n    background:radial-gradient(circle, rgba(255,193,99,0.55), transparent 65%);\n    pointer-events:none;\n  }\n  .shot-content{position:relative;z-index:1;}\n  .shot-eyebrow{\n    font-size:10.5px;\n    font-weight:700;\n    letter-spacing:0.12em;\n    text-transform:uppercase;\n    color:#FFD699;\n    margin-bottom:8px;\n  }\n  .shot-card h3{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:21px;\n    color:#FFF6E9;\n    margin-bottom:10px;\n  }\n  .shot-card p{\n    font-size:13.5px;\n    line-height:1.6;\n    color:rgba(255,246,233,0.78);\n    margin-bottom:14px;\n  }\n  .shot-card p:last-child{margin-bottom:0;margin-top:14px;}\n  .shot-recipe{\n    background:rgba(255,246,233,0.08);\n    border:1px solid rgba(255,246,233,0.15);\n    border-radius:12px;\n    padding:6px 14px;\n    margin-bottom:4px;\n  }\n  .shot-recipe-row{\n    display:flex;\n    align-items:center;\n    gap:12px;\n    padding:10px 0;\n    border-bottom:1px solid rgba(255,246,233,0.1);\n    font-size:13.5px;\n    color:#FFF6E9;\n  }\n  .shot-recipe-row:last-child{border-bottom:none;}\n  .shot-amt{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    color:#FFD699;\n    width:54px;\n    flex-shrink:0;\n  }\n\n  \/* testimonials *\/\n  .testi{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:14px;\n    padding:18px;\n    margin-bottom:12px;\n  }\n  .testi:last-child{margin-bottom:0;}\n  .stars{\n    color:var(--turmeric);\n    font-size:13px;\n    margin-bottom:10px;\n    letter-spacing:1px;\n  }\n  .testi-quote{\n    font-size:14px;\n    line-height:1.6;\n    color:var(--ink);\n    margin-bottom:10px;\n    font-style:italic;\n  }\n  .testi-author{\n    font-size:12.5px;\n    font-weight:700;\n    color:var(--ink-soft);\n  }\n  .rating-summary{\n    display:flex;align-items:center;gap:10px;\n    margin-bottom:20px;\n  }\n  .rating-num{\n    font-family:'Fraunces',serif;\n    font-weight:600;\n    font-size:28px;\n    color:var(--turmeric-deep);\n  }\n  .rating-meta{\n    font-size:12.5px;\n    color:var(--ink-soft);\n    line-height:1.4;\n  }\n  .rating-meta b{color:var(--ink);}\n\n  .storage-grid{display:flex;flex-direction:column;gap:10px;}\n  .storage-row{\n    display:flex;gap:12px;align-items:flex-start;\n    font-size:13.5px;line-height:1.55;color:var(--ink-soft);\n  }\n  .storage-row b{color:var(--ink);}\n\n  .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:var(--ink-soft);\n    opacity:0.85;\n  }\n\n  .order-section{\n    background:var(--green-deep);\n    color:var(--bone);\n    text-align:center;\n    padding:40px 20px 32px;\n  }\n  .order-section h2{color:var(--bone);}\n  .price-row{\n    display:flex;align-items:baseline;justify-content:center;gap:10px;\n    margin:16px 0 4px;\n  }\n  .price{\n    font-family:'Fraunces',serif;\n    font-size:36px;\n    font-weight:600;\n    color:#E3B05C;\n  }\n  .price-label{font-size:13px;color:rgba(250,246,238,0.65);}\n  .order-note{\n    font-size:13px;color:rgba(250,246,238,0.75);\n    margin-bottom:22px;\n  }\n  .order-section .cta{\n    background:#E3B05C;\n    color:var(--green-deep);\n  }\n  .trust-row{\n    display:flex;justify-content:center;gap:18px;\n    margin-top:18px;flex-wrap:wrap;\n  }\n  .trust-item{\n    font-size:11.5px;color:rgba(250,246,238,0.7);font-weight:600;\n  }\n\n  .bottom-pad{height:78px;}\n\n  \/* FIX: sticky bar is centered with left:50% + transform instead of\n     margin:0 auto, since margin auto doesn't reliably center a\n     position:fixed element. This keeps it pinned to the same narrow\n     column as .page-wrap on every screen size. *\/\n  .sticky-bar{\n    position:fixed;\n    bottom:0;\n    left:50%;\n    transform:translateX(-50%);\n    max-width:480px;\n    width:100%;\n    background:var(--bone);\n    border-top:1px solid var(--line);\n    padding:12px 16px;\n    display:flex;align-items:center;gap:12px;\n    box-shadow:0 -8px 24px rgba(43,32,24,0.08);\n    z-index:50;\n  }\n  .sticky-price{\n    font-family:'Fraunces',serif;\n    font-weight:600;font-size:18px;\n    color:var(--green-deep);flex-shrink:0;\n  }\n  .sticky-bar .cta{padding:13px;font-size:14px;}\n\u003c\/style\u003e\n\n\u003cdiv class=\"page-wrap\"\u003e\n\n  \u003cdiv class=\"topbar\"\u003e\n    \u003cdiv class=\"brand\"\u003eAlhamd \u003cspan\u003eOrganics\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pill\"\u003eCOD Available\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eTurmeric Latte Blend\u003c\/div\u003e\n    \u003ch1\u003eTwelve herbs.\u003cbr\u003eOne daily ritual.\u003cbr\u003e\u003cem\u003ePure tradition.\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA traditional golden milk blend, brought together from twelve herbs known for centuries across South Asian wellness, with nothing added that doesn't belong.\u003c\/p\u003e\n\n    \u003cdiv class=\"herb-panel\"\u003e\n      \u003cdiv class=\"herb-head\"\u003e\n        \u003cspan class=\"herb-label\"\u003eIn Every Jar\u003c\/span\u003e\n        \u003cspan class=\"herb-count\"\u003e12 Herbs\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"herb-grid\"\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eTurmeric\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eAshwagandha\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eBlack Pepper\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eDry Ginger\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eCinnamon\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eGreen Cardamom\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eCloves\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eSesame Seeds\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eFagonia Critica\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eMusk Root\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eRose Petals\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"herb-chip\"\u003e\u003cdiv class=\"herb-chip-name\"\u003eStar Anise\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"herb-footnote\"\u003eOne jar makes \u003cb\u003e80 cups\u003c\/b\u003e. Just ¼ teaspoon a day.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"badge-row\"\u003e\n      \u003cspan class=\"badge\"\u003e100% Pure Herbs\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Preservatives\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Added Sugar\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eCash on Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003ca class=\"cta\" href=\"#order\"\u003eOrder Now, Pay on Delivery\u003c\/a\u003e\n    \u003cdiv class=\"cta-sub\"\u003eRs. 2,499 per jar · No advance payment\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eThe Twelve\u003c\/div\u003e\n      \u003ch2\u003eWhat's actually in the blend\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ing-list\"\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eTurmeric \u003cspan\u003e(Haldi)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eThe base of the blend, traditionally valued for its comforting and antioxidant-rich qualities.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eAshwagandha\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eAn adaptogenic herb traditionally used to help the body unwind and support restful sleep.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eBlack Pepper\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eIncluded specifically to improve the body's natural absorption of curcumin.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eDry Ginger \u003cspan\u003e(Sonth)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eA warming root traditionally used to support easy digestion and natural metabolism.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eCeylon Cinnamon \u003cspan\u003e(Dalchini)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eValued in traditional use for its soothing properties and natural warmth.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eGreen Cardamom\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eAdds gentle warmth and aroma, traditionally used to aid digestion.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eCloves\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eA small but potent addition, traditionally valued for its protective antioxidant qualities.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eSesame Seeds \u003cspan\u003e(Til)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eRich in natural minerals that support bone strength.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eFagonia Critica\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eA traditional herb used in South Asian wellness practices to support inner balance and skin radiance.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eMusk Root \u003cspan\u003e(Jatamansi)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eTraditionally used for its calming effect on the mind, supporting better rest.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eDry Rose Petals\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eAdds a delicate floral note while supporting the blend's traditional cooling qualities.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ing\"\u003e\n        \u003cdiv class=\"ing-name\"\u003eStar Anise\u003c\/div\u003e\n        \u003cdiv class=\"ing-desc\"\u003eA final aromatic touch that rounds out the blend's flavour.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eWhy People Take It\u003c\/div\u003e\n      \u003ch2\u003eWhat this blend is designed to support\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-grid\"\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eSoothing Comfort\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eTurmeric and black pepper, taken together, offer comforting everyday relief.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eSleep Quality\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eAshwagandha and musk root are traditionally used to support deeper, calmer rest.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eMetabolism Support\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eGinger and cinnamon gently assist the body's natural metabolic processes.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eNatural Defences\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eTurmeric, ginger and cinnamon together support your system's natural vitality.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eInner Balance\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eTraditional adaptogens help support overall physical and emotional wellbeing.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eJoint Comfort\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eSesame and turmeric work together to support flexible, comfortable joints over time.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eSkin Clarity\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eTurmeric's antioxidant content supports a clearer, more radiant complexion from within.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit\"\u003e\n        \u003cdiv class=\"benefit-name\"\u003eDaily Energy\u003c\/div\u003e\n        \u003cdiv class=\"benefit-desc\"\u003eA gentle, sustained lift rather than a sharp spike or crash.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eWho It's For\u003c\/div\u003e\n      \u003ch2\u003eMade for the whole family\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-row\"\u003e\n      \u003cspan class=\"who-tag\"\u003eGrowing Children\u003c\/span\u003e\n      \u003cspan class=\"who-tag\"\u003eWorking Professionals\u003c\/span\u003e\n      \u003cspan class=\"who-tag\"\u003eWomen's Wellbeing\u003c\/span\u003e\n      \u003cspan class=\"who-tag\"\u003eElderly Parents\u003c\/span\u003e\n      \u003cspan class=\"who-tag\"\u003eActive Individuals\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"honest\"\u003e\n      \u003cdiv class=\"honest-tag\"\u003eA Note on Results\u003c\/div\u003e\n      \u003ch3\u003eWhat this blend is, and isn't\u003c\/h3\u003e\n      \u003cp\u003eThis is a \u003cstrong\u003enatural food blend\u003c\/strong\u003e, not a medicine, and it isn't intended to treat, cure, or prevent any condition. The traditional uses described on this page reflect how these herbs have long been valued in South Asian wellness, not clinical claims.\u003c\/p\u003e\n      \u003cp\u003eIf you are managing a specific wellness journey or have individual dietary needs, please treat this blend as a \u003cstrong\u003enatural food support alongside your regular wellness routines\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003cp\u003eMost people notice the gentler effects, like better sleep or easier digestion, within a few weeks of daily use. Results vary by person, as they do with any natural habit.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eHow to Use\u003c\/div\u003e\n      \u003ch2\u003eTwo ways to take it\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"method-card\"\u003e\n      \u003cdiv class=\"method-card-head\"\u003e\n        \u003cspan class=\"method-icon\"\u003e◐\u003c\/span\u003e\n        \u003cspan class=\"method-card-title\"\u003eGolden Milk\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"steps\"\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eWarm your base\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eHeat one cup of milk, dairy or plant-based, whichever you prefer.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eStir in the blend\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eAdd ¼ teaspoon of Turmeric Latte Blend directly into the warm milk.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eSimmer and serve\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eLet it simmer gently on low heat for three to four minutes. Add honey or your preferred sweetener if you like.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"method-card\"\u003e\n      \u003cdiv class=\"method-card-head\"\u003e\n        \u003cspan class=\"method-icon\"\u003e◑\u003c\/span\u003e\n        \u003cspan class=\"method-card-title\"\u003eTurmeric Tea\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"steps\"\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eBoil water with the blend\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eAdd ¼ teaspoon of Turmeric Latte Blend to boiling water.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eLet it simmer\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eBoil gently for three to four minutes, then strain if you like.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"step-title\"\u003eDrink after a meal\u003c\/div\u003e\n            \u003cdiv class=\"step-desc\"\u003eFor best results, drink about twenty minutes after eating.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shot-card\"\u003e\n      \u003cdiv class=\"shot-glow\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"shot-content\"\u003e\n        \u003cdiv class=\"shot-eyebrow\"\u003eSunrise Ritual\u003c\/div\u003e\n        \u003ch3\u003eThe Morning Glow Shot\u003c\/h3\u003e\n        \u003cp\u003eAn early-morning ritual to start your day with a natural glow and steady energy.\u003c\/p\u003e\n        \u003cdiv class=\"shot-recipe\"\u003e\n          \u003cdiv class=\"shot-recipe-row\"\u003e\n\u003cspan class=\"shot-amt\"\u003e¼ tsp\u003c\/span\u003e\u003cspan\u003eTurmeric Latte Blend\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"shot-recipe-row\"\u003e\n\u003cspan class=\"shot-amt\"\u003e1 tbsp\u003c\/span\u003e\u003cspan\u003eExtra virgin olive oil\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"shot-recipe-row\"\u003e\n\u003cspan class=\"shot-amt\"\u003e1 tsp\u003c\/span\u003e\u003cspan\u003eFresh lemon juice\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eMix thoroughly and take first thing in the morning, before breakfast.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eFrom Our Customers\u003c\/div\u003e\n      \u003ch2\u003eWhat people are saying\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rating-summary\"\u003e\n      \u003cspan class=\"rating-num\"\u003e4.9\u003c\/span\u003e\n      \u003cspan class=\"rating-meta\"\u003e\u003cb\u003eVerified Customer Reviews\u003c\/b\u003e\u003cbr\u003e100% Positive\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"testi-quote\"\u003e\"Neend bahut behtar ho gayi, pehli raat 2-3 baar uthti thi, ab seedha so jaati hoon. Bloating bhi khatam ho gayi.\"\u003c\/div\u003e\n      \u003cdiv class=\"testi-author\"\u003eSana M., Lahore\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"testi-quote\"\u003e\"Mera mood kafi stable hua hai aur daily energy levels bohot behtar hain. Very effective product!\"\u003c\/div\u003e\n      \u003cdiv class=\"testi-author\"\u003eFatima Z., Karachi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"testi-quote\"\u003e\"Apne 8 saal ke bete ko banana shake mein deti hoon, icecream mein bhi mix kr key deti hu. Zabardast cheez hey.\"\u003c\/div\u003e\n      \u003cdiv class=\"testi-author\"\u003eMaryam K., Islamabad\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cdiv class=\"testi-quote\"\u003e\"Mein ney apny waalid key liyay mangwaya tha, ab walid aur walida dono peetay hein chaaiy aur doodh mein.\"\u003c\/div\u003e\n      \u003cdiv class=\"testi-author\"\u003eAhmed R., Faisalabad\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003cdiv class=\"section-eyebrow\"\u003eStorage \u0026amp; Safety\u003c\/div\u003e\n      \u003ch2\u003eKeep it simple\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"storage-grid\"\u003e\n      \u003cdiv class=\"storage-row\"\u003e\u003cspan\u003e\u003cb\u003eStorage:\u003c\/b\u003e keep in a cool, dry place. Close the lid tightly after each use.\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"storage-row\"\u003e\u003cspan\u003e\u003cb\u003eAfter opening:\u003c\/b\u003e use within three months for best results.\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"storage-row\"\u003e\u003cspan\u003e\u003cb\u003eBefore daily use:\u003c\/b\u003e consult your doctor if you are pregnant, nursing, or taking specific medication.\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cp class=\"disclaimer\"\u003eThis is a natural food blend, not a medicine. The information on this page reflects traditional use and is for general information only. Individual results vary. Consult your doctor before daily use if you are pregnant, nursing, or taking specific medication.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv id=\"order\" class=\"order-section\"\u003e\n    \u003cdiv style=\"color: #e3b05c;\" class=\"section-eyebrow\"\u003eReady When You Are\u003c\/div\u003e\n    \u003ch2\u003eOrder Now. Pay on Delivery.\u003c\/h2\u003e\n    \u003cdiv class=\"price-row\"\u003e\n      \u003cspan class=\"price\"\u003eRs. 2,499\u003c\/span\u003e\n      \u003cspan class=\"price-label\"\u003eper jar\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"order-note\"\u003eNo advance payment needed\u003c\/div\u003e\n    \u003ca class=\"cta\" href=\"#\"\u003eOrder Now, Pay on Delivery\u003c\/a\u003e\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cspan class=\"trust-item\"\u003eCash on Delivery\u003c\/span\u003e\n      \u003cspan class=\"trust-item\"\u003eFree Shipping\u003c\/span\u003e\n      \u003cspan class=\"trust-item\"\u003e80 Cups Per Jar\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bottom-pad\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/.page-wrap --\u003e\n\n\u003cdiv class=\"sticky-bar\"\u003e\n  \u003cdiv class=\"sticky-price\"\u003eRs. 2,499\u003c\/div\u003e\n  \u003ca style=\"flex: 1;\" class=\"cta\" href=\"#order\"\u003eOrder Now\u003c\/a\u003e\n\u003c\/div\u003e","brand":"Alhamd Organics","offers":[{"title":"Default Title","offer_id":51917995507893,"sku":"tur-alh-100gm","price":2499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/5921\/0421\/files\/Alhamd_Organics_Turmeric_Latte.jpg?v=1781174562","url":"https:\/\/www.alhamdorganics.com\/products\/turmeric-with-ashwagandha100g","provider":"Alhamd Organics","version":"1.0","type":"link"}