{"product_id":"sukku-pal-mix-instant","title":"Sukku Pal Instant Mix","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --spice-dark: #4a2511;   \/* Deep ginger\/pepper brown *\/\n    --spice-mid: #8c4a23;    \/* Cinnamon\/Ginger *\/\n    --spice-light: #d49a36;  \/* Turmeric Gold *\/\n    --spice-pale: #f7e4ad;   \/* Pale gold *\/\n    --cream: #fdfbf7;        \/* Milk white *\/\n    --cream2: #f4efe6;       \/* Warm milk *\/\n    --accent: #d95d39;       \/* Terracotta warm accent *\/\n    --accent2: #b84726;\n    --green: #3a5f43;        \/* Herbal green *\/\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #9b7d5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--cream2);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--spice-pale);\n  }\n\n  \/* grain texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.6;\n  }\n\n  \/* subtle warm gradient background *\/\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(circle at 80% 50%, rgba(212,154,54,0.08) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--spice-mid);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--spice-mid);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--accent);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n    max-width: 90%;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-pure { background: var(--spice-dark); color: var(--spice-pale); }\n  .badge-health { background: var(--spice-light); color: var(--ink); }\n  .badge-eco { background: var(--green); color: #e8f4ec; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 160px;\n  }\n\n  \/* floating steam lines *\/\n  .steam-line {\n    position: absolute;\n    border: 2px solid rgba(255, 255, 255, 0.6);\n    border-bottom: none;\n    border-right: none;\n    border-radius: 50% 50% 0 0;\n    animation: rise 3s ease-in-out infinite;\n    filter: blur(1px);\n  }\n  .steam-1 { width: 20px; height: 40px; top: 10px; left: 80px; animation-delay: 0s; }\n  .steam-2 { width: 15px; height: 35px; top: 25px; left: 105px; animation-delay: 1.5s; }\n\n  @keyframes rise {\n    0% { transform: translateY(10px) scale(0.8); opacity: 0; }\n    50% { opacity: 1; }\n    100% { transform: translateY(-20px) scale(1.2); opacity: 0; }\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-cup 4s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(74, 37, 17, 0.25));\n  }\n\n  @keyframes float-cup {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 8px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--spice-mid);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--spice-pale);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--spice-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--accent);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .spice-divider {\n    height: 6px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--spice-dark) 0px,\n      var(--spice-mid) 15px,\n      var(--spice-light) 30px,\n      var(--spice-mid) 45px,\n      var(--spice-dark) 60px\n    );\n    border-radius: 3px;\n    margin: 2rem 0;\n    opacity: 0.4;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--spice-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--accent);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(74,37,17,0.08);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--spice-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--spice-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.03) 41px,\n      rgba(255,255,255,0.03) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--spice-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--spice-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--cream);\n  }\n\n  \/* ── COLOR SWATCH ── *\/\n  .swatch-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .swatch-label {\n    font-size: 11px;\n    color: var(--spice-light);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .swatch {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    border: 2px solid rgba(255,255,255,0.3);\n  }\n\n  .swatch-gold { background: var(--spice-light); }\n  .swatch-brown { background: var(--spice-dark); }\n  .swatch-white { background: #EADDCB; }\n\n  .swatch-name {\n    font-size: 12px;\n    color: var(--cream2);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--spice-dark);\n    background: var(--cream2);\n    border: 1.5px solid var(--spice-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--accent);\n    color: #fff;\n    border-color: var(--accent2);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 150px; height: 120px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eTraditional Wellness · Ayurvedic Blend\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003ePremium\u003cbr\u003e\u003cem\u003eSukku Pal\u003c\/em\u003e\u003cbr\u003e(Chukku Milagu Paal)\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe golden elixir of tradition, wellness, and comfort. A soothing dry ginger milk mix to heal, relax, and rejuvenate naturally.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-pure\"\u003e🌿 100% Natural\u003c\/span\u003e \u003cspan class=\"badge badge-health\"\u003e🛡️ Immunity Booster\u003c\/span\u003e \u003cspan class=\"badge badge-eco\"\u003e☕ Caffeine-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cdiv class=\"steam-line steam-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"steam-line steam-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SVG Traditional Tumbler \u0026 Dabarah (South Indian Filter Coffee style for Sukku Pal) --\u003e \u003csvg class=\"product-svg\" width=\"140\" height=\"140\" viewbox=\"0 0 140 140\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \n          \u003cpath d=\"M30 115 C 30 135, 110 135, 110 115 L 120 100 L 20 100 Z\" fill=\"#d4a373\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M20 100 C 50 105, 90 105, 120 100\" stroke=\"#b08960\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M35 115 C 60 120, 80 120, 105 115\" stroke=\"#b08960\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/path\u003e\n\n          \n          \u003cpath d=\"M40 95 L 35 45 C 35 30, 105 30, 105 45 L 100 95 C 100 110, 40 110, 40 95 Z\" fill=\"#faedcd\"\u003e\u003c\/path\u003e\n          \n          \u003cellipse cx=\"70\" cy=\"45\" rx=\"35\" ry=\"10\" fill=\"#e9edc9\" stroke=\"#ccd5ae\" stroke-width=\"2\"\u003e\u003c\/ellipse\u003e\n          \n          \n          \u003cellipse cx=\"70\" cy=\"47\" rx=\"30\" ry=\"7\" fill=\"#d49a36\"\u003e\u003c\/ellipse\u003e\n          \n          \n          \u003cellipse cx=\"60\" cy=\"46\" rx=\"4\" ry=\"2\" fill=\"#ffe6a7\" opacity=\"0.8\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"82\" cy=\"48\" rx=\"2\" ry=\"1\" fill=\"#ffe6a7\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n\n          \n          \u003cpath d=\"M38 60 C 55 65, 85 65, 102 60\" stroke=\"#d4a373\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M39 75 C 55 80, 85 80, 101 75\" stroke=\"#d4a373\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n\n          \n          \u003ccircle cx=\"25\" cy=\"50\" r=\"10\" fill=\"#8c4a23\" opacity=\"0.2\" filter=\"blur(2px)\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M25 43 L 27 48 L 32 50 L 27 52 L 25 57 L 23 52 L 18 50 L 23 48 Z\" fill=\"#8c4a23\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"25\" cy=\"50\" r=\"2\" fill=\"#d49a36\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Heritage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Experience the comforting warmth of ancient Ayurvedic wisdom in every deeply soothing, naturally sweet sip.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eEmbrace wellness with our Premium Sukku Pal Powder, a time-honored South Indian herbal blend crafted to soothe, heal, and rejuvenate. We source the finest sun-dried ginger, robust stone-ground black pepper, and naturally sweet palm rock candy (panakarkandu) to bring you a luxurious, caffeine-free beverage. Whether you are battling a seasonal chill, seeking relief from throat irritation, or simply looking for a peaceful pre-bedtime ritual, our Chukku Milagu Paal delivers pure, unadulterated comfort while building your body’s natural defenses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spice-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"section-label\" style=\"margin-bottom: 1.2rem;\"\u003eHealing Benefits\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🤧\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eCold Relief\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClears respiratory congestion with the potent heat of ginger\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eSoothes Throat\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAnti-inflammatory properties to calm painful irritation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🍽️\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eAids Digestion\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReduces bloating and stimulates digestive enzymes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌙\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eRestful Sleep\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNaturally relaxes the nervous system before bedtime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilds Immunity\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePacked with essential minerals and pure antioxidants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spice-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eBlend Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌱\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eIngredients\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eDry Ginger, Pepper, Cardamom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🍯\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSweetener\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePure Palm Candy (Panakarkandu)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🚫\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFree From\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRefined Sugar \u0026amp; Preservatives\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePreparation\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMix 1 tsp with hot milk\/water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-row\"\u003e\n\u003cspan class=\"swatch-label\"\u003eBlend Elements:\u003c\/span\u003e\n\u003cdiv class=\"swatch swatch-gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"swatch swatch-brown\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"swatch swatch-white\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swatch-name\"\u003eGolden Turmeric, Earthy Spices \u0026amp; Palm Sugar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv class=\"section-label\" style=\"margin-bottom: 1rem;\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🌙 Nighttime Routine\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌧️ Rainy Days\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🧘♀️ Daily Immunity\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🗣️ Singers \u0026amp; Speakers\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e☕ Coffee Alternative\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spice-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Thayan Masala","offers":[{"title":"50g","offer_id":64080785834353,"sku":null,"price":49.0,"currency_code":"INR","in_stock":true},{"title":"100g","offer_id":64080785867121,"sku":null,"price":99.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/rn-image_picker_lib_temp_00861c66-64a8-4531-bdeb-308260be00ba.png?v=1781883285","url":"https:\/\/inaiyan.in\/products\/sukku-pal-mix-instant","provider":"Inaiyan","version":"1.0","type":"link"}