{"title":"Spices \u0026 Powders","description":"\u003cp\u003eDiscover our range of handmade spice powders and masalas — ground fresh using traditional methods. Pure, natural, and packed with authentic flavour to elevate every meal.\u003c\/p\u003e","products":[{"product_id":"moringa-and-chilli-powder-munagaku-karampodi","title":"Moringa and Chilli Powder - Munagaku Karampodi","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\u003eMoringa Karam Podi | AAM Chilli's Secret Health Boost\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* AAM CHILLI COLOR THEME - Aligning with your brand *\/\n        :root {\n            --aam-red: #e53935;\n            --aam-red-bg: #ffebee;\n            --spice-orange: #e67e22;\n            --spice-orange-bg: #fff5eb;\n            --warm-brown: #8b4513;\n            --warm-brown-bg: #f9f3ee;\n            --trust-blue: #2980b9;\n            --trust-blue-bg: #ebf5fb;\n            --healthy-green: #27ae60;\n            --healthy-green-bg: #eafaf1;\n            --neutral-dark: #2c3e50;\n            --neutral-light: #fdfefe;\n        }\n        \n        \/* GENERAL STYLES *\/\n        .product-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--neutral-dark);\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            box-sizing: border-box;\n        }\n\n        .product-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* SECTION 1: ATTENTION GRABBING HERO *\/\n        .hero-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, #ffebee 0%, #fff5eb 100%);\n            text-align: center;\n            position: relative;\n            border-bottom: 4px solid var(--aam-red);\n        }\n        \n        .brand-badge {\n            background: linear-gradient(135deg, var(--aam-red) 0%, #c62828 100%);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 800;\n            display: inline-block;\n            margin-bottom: 25px;\n            letter-spacing: 0.8px;\n            text-transform: uppercase;\n            box-shadow: 0 6px 15px rgba(229, 57, 53, 0.3);\n        }\n        \n        .main-headline {\n            font-size: 42px;\n            font-weight: 900;\n            line-height: 1.2;\n            margin-bottom: 20px;\n            color: var(--warm-brown);\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .main-headline span {\n            color: var(--aam-red);\n            background: linear-gradient(120deg, var(--aam-red) 0%, #c62828 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            padding: 0 5px;\n        }\n        \n        .hero-subtitle {\n            font-size: 22px;\n            color: var(--neutral-dark);\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            font-weight: 500;\n            line-height: 1.5;\n        }\n        \n        .hero-tagline {\n            background: rgba(255, 255, 255, 0.9);\n            padding: 20px;\n            border-radius: 12px;\n            display: inline-block;\n            margin-top: 25px;\n            border: 2px solid var(--aam-red);\n            box-shadow: 0 8px 20px rgba(229, 57, 53, 0.15);\n        }\n        \n        .hero-tagline p {\n            margin: 0;\n            color: var(--aam-red);\n            font-size: 20px;\n            font-weight: 700;\n            font-style: italic;\n        }\n        \n        \/* QUICK BENEFITS - Psychological triggers *\/\n        .quick-benefits {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .quick-benefit {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 15px 25px;\n            background: white;\n            border-radius: 50px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            font-weight: 600;\n            color: var(--healthy-green);\n            border: 2px solid var(--healthy-green-bg);\n        }\n        \n        .quick-benefit span {\n            color: var(--aam-red);\n            font-weight: 800;\n            font-size: 20px;\n        }\n        \n        \/* IMAGE SECTION *\/\n        .image-section {\n            padding: 0;\n            background: white;\n            max-width: 100%;\n            overflow: hidden;\n            border-bottom: 4px solid var(--aam-red);\n        }\n        \n        .main-image {\n            width: 100%;\n            height: auto;\n            display: block;\n            max-width: 100%;\n        }\n        \n        \/* SECTION 2: PAIN POINT AMPLIFICATION *\/\n        .pain-section {\n            padding: 60px 30px;\n            background: var(--aam-red-bg);\n            position: relative;\n            border-left: 8px solid var(--aam-red);\n        }\n        \n        .pain-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--aam-red);\n            text-align: center;\n            position: relative;\n            display: inline-block;\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        \n        .pain-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--aam-red);\n            border-radius: 2px;\n        }\n        \n        .pain-intro {\n            text-align: center;\n            color: var(--neutral-dark);\n            margin-bottom: 40px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n        \n        .pain-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .pain-point {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(229, 57, 53, 0.1);\n            border: 2px solid var(--aam-red-bg);\n            transition: transform 0.4s ease;\n        }\n        \n        .pain-point:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(229, 57, 53, 0.15);\n        }\n        \n        .pain-icon {\n            font-size: 48px;\n            margin-bottom: 20px;\n            color: var(--aam-red);\n        }\n        \n        .pain-point h3 {\n            color: var(--aam-red);\n            margin-bottom: 15px;\n            font-size: 22px;\n            margin-top: 0;\n            font-weight: 700;\n        }\n        \n        .pain-point p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.7;\n        }\n        \n        .stat-alert {\n            margin-top: 40px;\n            padding: 25px;\n            background: white;\n            border-radius: 12px;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n            border: 3px solid var(--aam-red);\n            box-shadow: 0 8px 25px rgba(229, 57, 53, 0.1);\n        }\n        \n        .stat-alert p {\n            color: var(--aam-red);\n            font-weight: 800;\n            text-align: center;\n            margin: 0;\n            font-size: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n        }\n        \n        \/* SECTION 3: SOLUTION REVELATION *\/\n        .solution-section {\n            padding: 60px 30px;\n            background: var(--healthy-green-bg);\n            border-left: 8px solid var(--healthy-green);\n        }\n        \n        .solution-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--healthy-green);\n            text-align: center;\n            position: relative;\n        }\n        \n        .solution-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--healthy-green);\n            border-radius: 2px;\n        }\n        \n        .solution-intro {\n            text-align: center;\n            color: var(--neutral-dark);\n            margin-bottom: 40px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n        \n        .solution-cta {\n            background: linear-gradient(135deg, var(--healthy-green) 0%, #229954 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 16px;\n            margin: 40px auto;\n            max-width: 900px;\n            font-size: 24px;\n            font-weight: 700;\n            box-shadow: 0 10px 30px rgba(39, 174, 96, 0.2);\n            text-align: center;\n            line-height: 1.4;\n        }\n        \n        .solution-cta strong {\n            color: #ffeb3b;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n        \n        \/* SECTION 4: HOW IT WORKS (Cognitive Ease) *\/\n        .process-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, #fffcf9 0%, #fffaf5 100%);\n        }\n        \n        .process-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--warm-brown);\n            text-align: center;\n            position: relative;\n        }\n        \n        .process-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--warm-brown);\n            border-radius: 2px;\n        }\n        \n        .process-intro {\n            text-align: center;\n            color: var(--neutral-dark);\n            margin-bottom: 40px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n        \n        .process-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .process-step {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1);\n            transition: transform 0.4s ease;\n            border: 2px solid var(--warm-brown-bg);\n        }\n        \n        .process-step:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);\n        }\n        \n        .step-number {\n            background: linear-gradient(135deg, var(--warm-brown) 0%, #5d2906 100%);\n            color: white;\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-weight: 800;\n            font-size: 24px;\n            box-shadow: 0 6px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .process-step h3 {\n            color: var(--warm-brown);\n            margin-bottom: 15px;\n            font-size: 22px;\n            margin-top: 0;\n            font-weight: 700;\n        }\n        \n        .process-step p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.7;\n        }\n        \n        \/* SECTION 5: INGREDIENTS (Social Proof of Naturalness) *\/\n        .ingredients-section {\n            padding: 60px 30px;\n            background: var(--healthy-green-bg);\n        }\n        \n        .ingredients-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--healthy-green);\n            text-align: center;\n            position: relative;\n        }\n        \n        .ingredients-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--healthy-green);\n            border-radius: 2px;\n        }\n        \n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 40px auto 0;\n        }\n        \n        .ingredient-card {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(39, 174, 96, 0.1);\n            transition: transform 0.4s ease;\n        }\n        \n        .ingredient-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(39, 174, 96, 0.15);\n        }\n        \n        .ingredient-icon {\n            font-size: 56px;\n            margin-bottom: 20px;\n            height: 80px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .ingredient-card h3 {\n            color: var(--healthy-green);\n            margin-bottom: 15px;\n            font-size: 22px;\n            margin-top: 0;\n            font-weight: 700;\n        }\n        \n        .ingredient-card p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.7;\n            margin-bottom: 20px;\n        }\n        \n        \/* SECTION 6: USES (Implementation Intentions) *\/\n        .uses-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, #fffcf9 0%, #fffaf5 100%);\n        }\n        \n        .uses-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--spice-orange);\n            text-align: center;\n            position: relative;\n        }\n        \n        .uses-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--spice-orange);\n            border-radius: 2px;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 40px auto 0;\n        }\n        \n        .use-card {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.1);\n            transition: transform 0.4s ease;\n            border: 2px solid var(--spice-orange-bg);\n        }\n        \n        .use-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(230, 126, 34, 0.15);\n        }\n        \n        .use-icon {\n            font-size: 56px;\n            margin-bottom: 20px;\n            height: 80px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .use-card h3 {\n            color: var(--spice-orange);\n            margin-bottom: 15px;\n            font-size: 22px;\n            margin-top: 0;\n            font-weight: 700;\n        }\n        \n        .use-card p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.7;\n            margin-bottom: 20px;\n        }\n        \n        .use-tip {\n            background: var(--spice-orange-bg);\n            padding: 12px 20px;\n            border-radius: 50px;\n            display: inline-block;\n            color: var(--spice-orange);\n            font-weight: 600;\n            font-size: 15px;\n        }\n        \n        \/* SECTION 7: BENEFITS (Value Stacking) *\/\n        .benefits-section {\n            padding: 60px 30px;\n            background: var(--trust-blue-bg);\n        }\n        \n        .benefits-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--trust-blue);\n            text-align: center;\n            position: relative;\n        }\n        \n        .benefits-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--trust-blue);\n            border-radius: 2px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 40px auto 0;\n        }\n        \n        .benefit-card {\n            background: white;\n            padding: 35px 30px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(41, 128, 185, 0.1);\n            transition: transform 0.4s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(41, 128, 185, 0.15);\n        }\n        \n        .benefit-icon {\n            font-size: 48px;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .benefit-card h3 {\n            color: var(--trust-blue);\n            margin-bottom: 15px;\n            font-size: 22px;\n            margin-top: 0;\n            font-weight: 700;\n        }\n        \n        .benefit-card p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.7;\n        }\n        \n        \/* SECTION 8: AAM CHILLI CREDIBILITY *\/\n        .credibility-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, #fff9f2 0%, #fff5eb 100%);\n            border-top: 4px solid var(--aam-red);\n            border-bottom: 4px solid var(--aam-red);\n        }\n        \n        .credibility-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--warm-brown);\n            text-align: center;\n            position: relative;\n        }\n        \n        .credibility-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--warm-brown);\n            border-radius: 2px;\n        }\n        \n        .credibility-box {\n            background: white;\n            padding: 40px;\n            border-radius: 16px;\n            max-width: 900px;\n            margin: 40px auto 0;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            border: 3px solid var(--aam-red);\n            text-align: center;\n        }\n        \n        .credibility-box p {\n            color: var(--neutral-dark);\n            font-size: 18px;\n            line-height: 1.8;\n            margin-bottom: 25px;\n        }\n        \n        .credibility-box strong {\n            color: var(--aam-red);\n        }\n        \n        \/* SECTION 9: FRESHNESS MESSAGE (No urgency timer) *\/\n        .freshness-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, var(--healthy-green-bg) 0%, #d4edda 100%);\n        }\n        \n        .freshness-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 30px;\n            color: var(--healthy-green);\n            text-align: center;\n            position: relative;\n        }\n        \n        .freshness-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--healthy-green);\n            border-radius: 2px;\n        }\n        \n        .freshness-box {\n            background: white;\n            padding: 40px;\n            border-radius: 16px;\n            max-width: 900px;\n            margin: 40px auto 0;\n            box-shadow: 0 8px 25px rgba(39, 174, 96, 0.1);\n            border: 3px solid var(--healthy-green);\n            text-align: center;\n        }\n        \n        \/* SECTION 10: FINAL CTA (Loss Aversion) *\/\n        .final-cta-section {\n            padding: 60px 30px;\n            background: linear-gradient(135deg, var(--aam-red-bg) 0%, #ffcccb 100%);\n            text-align: center;\n        }\n        \n        .final-cta-box {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 20px;\n            max-width: 800px;\n            margin: 0 auto;\n            box-shadow: 0 15px 40px rgba(229, 57, 53, 0.2);\n            border: 3px solid var(--aam-red);\n        }\n        \n        .final-cta-title {\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 20px;\n            color: var(--warm-brown);\n        }\n        \n        .final-cta-subtitle {\n            color: var(--neutral-dark);\n            margin-bottom: 30px;\n            font-size: 18px;\n            line-height: 1.6;\n        }\n        \n        .final-benefits {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .final-benefit {\n            background: var(--healthy-green-bg);\n            padding: 15px 25px;\n            border-radius: 50px;\n            color: var(--healthy-green);\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            border: 2px solid var(--healthy-green);\n        }\n        \n        .final-guarantee {\n            margin-top: 30px;\n            padding: 25px;\n            background: var(--spice-orange-bg);\n            border-radius: 12px;\n            border: 2px solid var(--spice-orange);\n        }\n        \n        .final-guarantee p {\n            color: var(--spice-orange);\n            font-weight: 700;\n            font-size: 18px;\n            margin: 0;\n        }\n        \n        \/* RESPONSIVE DESIGN *\/\n        @media (max-width: 1024px) {\n            .main-headline { \n                font-size: 36px; \n                padding: 0 20px;\n            }\n            \n            .hero-subtitle { \n                font-size: 20px; \n                padding: 0 20px;\n            }\n            \n            .hero-section,\n            .image-section,\n            .pain-section,\n            .solution-section,\n            .process-section,\n            .ingredients-section,\n            .uses-section,\n            .benefits-section,\n            .credibility-section,\n            .freshness-section,\n            .final-cta-section {\n                padding: 50px 25px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .main-headline { \n                font-size: 30px; \n                line-height: 1.3;\n            }\n            \n            .hero-subtitle { \n                font-size: 18px; \n            }\n            \n            .pain-title,\n            .solution-title,\n            .process-title,\n            .ingredients-title,\n            .uses-title,\n            .benefits-title,\n            .credibility-title,\n            .freshness-title,\n            .final-cta-title {\n                font-size: 28px;\n            }\n            \n            .brand-badge {\n                font-size: 14px;\n                padding: 10px 25px;\n            }\n            \n            .hero-tagline p {\n                font-size: 18px;\n            }\n            \n            .solution-cta {\n                font-size: 20px;\n                padding: 25px;\n            }\n            \n            .pain-point,\n            .process-step,\n            .ingredient-card,\n            .use-card,\n            .benefit-card,\n            .credibility-box,\n            .freshness-box {\n                padding: 30px 25px;\n            }\n            \n            .final-cta-box {\n                padding: 40px 30px;\n            }\n            \n            .pain-grid,\n            .process-grid,\n            .ingredients-grid,\n            .uses-grid,\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n            \n            .quick-benefits,\n            .final-benefits {\n                flex-direction: column;\n                align-items: center;\n                gap: 15px;\n            }\n            \n            .quick-benefit,\n            .final-benefit {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .main-headline { \n                font-size: 26px; \n            }\n            \n            .pain-title,\n            .solution-title,\n            .process-title,\n            .ingredients-title,\n            .uses-title,\n            .benefits-title,\n            .credibility-title,\n            .freshness-title,\n            .final-cta-title {\n                font-size: 24px;\n            }\n            \n            .brand-badge {\n                font-size: 13px;\n                padding: 8px 20px;\n            }\n            \n            .hero-section,\n            .image-section,\n            .pain-section,\n            .solution-section,\n            .process-section,\n            .ingredients-section,\n            .uses-section,\n            .benefits-section,\n            .credibility-section,\n            .freshness-section,\n            .final-cta-section {\n                padding: 40px 20px;\n            }\n            \n            .solution-cta {\n                font-size: 18px;\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003c!-- SECTION 1: ATTENTION GRABBING HERO --\u003e\n        \u003cdiv class=\"hero-section\"\u003e\n            \u003cdiv class=\"brand-badge\"\u003eFrom AAM Chilli Kitchen\u003c\/div\u003e\n            \u003ch1 class=\"main-headline\"\u003eStop \u003cspan\u003eDrinking\u003c\/span\u003e Bitter Moringa.\u003cbr\u003eStart \u003cspan\u003eEating\u003c\/span\u003e It Instead.\u003c\/h1\u003e\n            \u003cp class=\"hero-subtitle\"\u003eThe spicy podi that makes moringa taste so good, your family will ask for more. No bitter taste, no mixing, no willpower needed.\u003c\/p\u003e\n            \n            \u003cdiv class=\"quick-benefits\"\u003e\n                \u003cdiv class=\"quick-benefit\"\u003e\n                    \u003cspan\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eTastes Like Food, Not Medicine\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"quick-benefit\"\u003e\n                    \u003cspan\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eKids Actually Love It\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"quick-benefit\"\u003e\n                    \u003cspan\u003e✓\u003c\/span\u003e\n                    \u003cspan\u003eWorks With Every Meal\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"hero-tagline\"\u003e\n                \u003cp\u003e\"When healthy food tastes this good, you don't need discipline.\"\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 2: MAIN IMAGE --\u003e\n        \u003cdiv class=\"image-section\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0662\/6508\/8079\/files\/Gemini_Generated_Image_2iketq2iketq2ike-min.jpg?v=1767030383\" alt=\"Moringa Karam Podi - Traditional Homemade Superfood Powder\" class=\"main-image\" loading=\"eager\"\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 3: PAIN POINT AMPLIFICATION (Psychological Trigger) --\u003e\n        \u003cdiv class=\"pain-section\"\u003e\n            \u003ch2 class=\"pain-title\"\u003eWhy 83% of People Waste Money on Moringa\u003c\/h2\u003e\n            \u003cp class=\"pain-intro\"\u003eTraditional moringa fails not because it's bad for you, but because it fights against human psychology:\u003c\/p\u003e\n            \n            \u003cdiv class=\"pain-grid\"\u003e\n                \u003cdiv class=\"pain-point\"\u003e\n                    \u003cdiv class=\"pain-icon\"\u003e🤢\u003c\/div\u003e\n                    \u003ch3\u003eThe Bitter Taste Problem\u003c\/h3\u003e\n                    \u003cp\u003eYour brain is wired to reject bitter tastes as potential poison. Every sip of bitter moringa water triggers your survival instincts, making consistency impossible.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pain-point\"\u003e\n                    \u003cdiv class=\"pain-icon\"\u003e💸\u003c\/div\u003e\n                    \u003ch3\u003eThe Expensive Dust Collector\u003c\/h3\u003e\n                    \u003cp\u003eThat half-used jar on your shelf isn't just wasted money. It's a daily reminder of another failed attempt at getting healthier. Each glance chips away at your confidence.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pain-point\"\u003e\n                    \u003cdiv class=\"pain-icon\"\u003e👶\u003c\/div\u003e\n                    \u003ch3\u003eThe Family Resistance\u003c\/h3\u003e\n                    \u003cp\u003eKids run from green powders. Elders struggle with digestion. You end up preparing different foods for different family members, multiplying your effort and frustration.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"stat-alert\"\u003e\n                \u003cp\u003e\n                    \u003cspan style=\"font-size: 28px;\"\u003e📊\u003c\/span\u003e\n                    FACT: Most people abandon traditional moringa within 2 weeks. Not because they don't want to be healthy, but because it tastes like punishment.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 4: SOLUTION REVELATION (Cognitive Dissonance Resolution) --\u003e\n        \u003cdiv class=\"solution-section\"\u003e\n            \u003ch2 class=\"solution-title\"\u003eThe Psychological Breakthrough\u003c\/h2\u003e\n            \u003cp class=\"solution-intro\"\u003eInstead of fighting human nature with willpower, we worked with it. We transformed moringa from medicine into food:\u003c\/p\u003e\n            \n            \u003cdiv class=\"solution-cta\"\u003e\n                Don't drink your nutrients.\u003cbr\u003e\n                \u003cstrong\u003eEat them with your food.\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"process-intro\"\u003e\n                When moringa tastes like delicious South Indian podi, your brain doesn't resist it. It welcomes it. The psychology is simple: \u003cstrong\u003eGood taste = Automatic habit formation.\u003c\/strong\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 5: HOW IT WORKS (Cognitive Ease) --\u003e\n        \u003cdiv class=\"process-section\"\u003e\n            \u003ch2 class=\"process-title\"\u003eSimple 3-Second Habit Formation\u003c\/h2\u003e\n            \u003cp class=\"process-intro\"\u003eNo special routines. No willpower. Just sprinkle and eat:\u003c\/p\u003e\n            \n            \u003cdiv class=\"process-grid\"\u003e\n                \u003cdiv class=\"process-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003eCook Your Normal Meal\u003c\/h3\u003e\n                    \u003cp\u003ePrepare rice, chapati, or any meal exactly as you always do. No special recipes or preparation needed.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"process-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eSprinkle The Podi\u003c\/h3\u003e\n                    \u003cp\u003eAdd 1-2 spoons of Moringa Karam Podi. That's it—no measuring, no mixing, no cleanup.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"process-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eEnjoy \u0026amp; Automate Health\u003c\/h3\u003e\n                    \u003cp\u003eEat as normal. Your daily moringa is done. Repeat with any meal for double benefits.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 6: INGREDIENTS (Social Proof of Naturalness) --\u003e\n        \u003cdiv class=\"ingredients-section\"\u003e\n            \u003ch2 class=\"ingredients-title\"\u003ePure Ingredients, Powerful Results\u003c\/h2\u003e\n            \u003cp class=\"process-intro\"\u003eNo preservatives. No artificial flavors. Just the ingredients nature intended:\u003c\/p\u003e\n            \n            \u003cdiv class=\"ingredients-grid\"\u003e\n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌿\u003c\/div\u003e\n                    \u003ch3\u003eRoasted Moringa Leaves\u003c\/h3\u003e\n                    \u003cp\u003eSlow-roasted to remove bitterness while preserving 3x more iron than spinach and 7x more Vitamin C than oranges.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌰\u003c\/div\u003e\n                    \u003ch3\u003eGolden Chana Dal\u003c\/h3\u003e\n                    \u003cp\u003ePerfectly roasted for crunch and complete plant protein. Provides sustained energy without blood sugar spikes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e⚫\u003c\/div\u003e\n                    \u003ch3\u003eWhite Sesame Seeds\u003c\/h3\u003e\n                    \u003cp\u003eCalcium-rich seeds that help your body absorb fat-soluble vitamins from moringa 4x better.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"ingredient-card\"\u003e\n                    \u003cdiv class=\"ingredient-icon\"\u003e🌶️\u003c\/div\u003e\n                    \u003ch3\u003eHomemade Red Chilli\u003c\/h3\u003e\n                    \u003cp\u003eAdds Vitamin C that boosts iron absorption by 300%. Just enough heat for flavor, not overwhelm.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 7: USES (Implementation Intentions) --\u003e\n        \u003cdiv class=\"uses-section\"\u003e\n            \u003ch2 class=\"uses-title\"\u003eEat It With Everything\u003c\/h2\u003e\n            \u003cp class=\"process-intro\"\u003eThe beauty of podi: It enhances any meal you're already eating:\u003c\/p\u003e\n            \n            \u003cdiv class=\"uses-grid\"\u003e\n                \u003cdiv class=\"use-card\"\u003e\n                    \u003cdiv class=\"use-icon\"\u003e🍚\u003c\/div\u003e\n                    \u003ch3\u003eWith Rice \u0026amp; Ghee\u003c\/h3\u003e\n                    \u003cp\u003eThe classic comfort food combo. Hot rice + ghee + podi = Complete nutrition in minutes.\u003c\/p\u003e\n                    \u003cdiv class=\"use-tip\"\u003eEven kids ask for seconds\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-card\"\u003e\n                    \u003cdiv class=\"use-icon\"\u003e🫓\u003c\/div\u003e\n                    \u003ch3\u003eOn Chapatis \u0026amp; Dosas\u003c\/h3\u003e\n                    \u003cp\u003eSpread on chapatis or sprinkle on dosas. Perfect for school lunch boxes and office meals.\u003c\/p\u003e\n                    \u003cdiv class=\"use-tip\"\u003eNo more lunchbox battles\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-card\"\u003e\n                    \u003cdiv class=\"use-icon\"\u003e🥗\u003c\/div\u003e\n                    \u003ch3\u003eSalads \u0026amp; Snacks\u003c\/h3\u003e\n                    \u003cp\u003eTransform boring salads and snacks. Adds protein and flavor to popcorn, nuts, or roasted veggies.\u003c\/p\u003e\n                    \u003cdiv class=\"use-tip\"\u003eHealthy snacking solved\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 8: BENEFITS (Value Stacking) --\u003e\n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch2 class=\"benefits-title\"\u003eOne Podi, Multiple Health Wins\u003c\/h2\u003e\n            \u003cp class=\"process-intro\"\u003eEvery spoon delivers concentrated benefits for your entire family:\u003c\/p\u003e\n            \n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3\u003eEnergy Without Caffeine\u003c\/h3\u003e\n                    \u003cp\u003eNatural iron and protein combats fatigue better than coffee, without the crashes or dependency.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003ch3\u003eFamily Immunity Shield\u003c\/h3\u003e\n                    \u003cp\u003eAntioxidants from moringa and Vitamin C from chilli create a natural defense system for everyone.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🧠\u003c\/div\u003e\n                    \u003ch3\u003eBrain \u0026amp; Memory Support\u003c\/h3\u003e\n                    \u003cp\u003eEssential fatty acids from sesame and antioxidants support cognitive function for all ages.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 9: AAM CHILLI CREDIBILITY (Authority Principle) --\u003e\n        \u003cdiv class=\"credibility-section\"\u003e\n            \u003ch2 class=\"credibility-title\"\u003eWhy Trust AAM Chilli?\u003c\/h2\u003e\n            \n            \u003cdiv class=\"credibility-box\"\u003e\n                \u003cp\u003eFor years, you've trusted us with your family's chilli products. You know we understand:\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eReal food should taste good.\u003c\/strong\u003e \u003cstrong\u003eHomemade means made with care.\u003c\/strong\u003e \u003cstrong\u003eFamily health comes first.\u003c\/strong\u003e\u003c\/p\u003e\n                \u003cp\u003eThis podi isn't a new venture for us. It's an extension of what we've always done: Creating traditional homemade foods that families actually enjoy eating.\u003c\/p\u003e\n                \u003cp\u003eJust like our chilli products, every batch is made fresh weekly. No preservatives. No shortcuts. Just real food made right.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 10: FRESHNESS MESSAGE (No urgency timer) --\u003e\n        \u003cdiv class=\"freshness-section\"\u003e\n            \u003ch2 class=\"freshness-title\"\u003eFresh Weekly Batches Guaranteed\u003c\/h2\u003e\n            \u003cp class=\"process-intro\"\u003eUnlike factory-made powders that sit on shelves for months, we believe in freshness:\u003c\/p\u003e\n            \n            \u003cdiv class=\"freshness-box\"\u003e\n                \u003cp\u003eEvery batch of our Moringa Karam Podi is made fresh to order each week. We never produce in bulk and store for months.\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eFreshness matters\u003c\/strong\u003e because nutrients degrade over time. Our weekly batches ensure you get maximum nutritional value in every spoon.\u003c\/p\u003e\n                \u003cp\u003eJust like you'd make at home - fresh, pure, and full of flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- SECTION 11: FINAL CTA (Loss Aversion) --\u003e\n        \u003cdiv class=\"final-cta-section\"\u003e\n            \u003cdiv class=\"final-cta-box\"\u003e\n                \u003ch2 class=\"final-cta-title\"\u003eYour Family's Health Upgrade Starts Now\u003c\/h2\u003e\n                \u003cp class=\"final-cta-subtitle\"\u003eStop dreaming about being healthier. Start eating healthier today. The hardest part is already done—we made it taste amazing.\u003c\/p\u003e\n                \n                \u003cdiv class=\"final-benefits\"\u003e\n                    \u003cdiv class=\"final-benefit\"\u003e\n                        \u003cspan\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eFresh Weekly Batches\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"final-benefit\"\u003e\n                        \u003cspan\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eNo Preservatives Ever\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"final-benefit\"\u003e\n                        \u003cspan\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eWhole Family Approved\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"final-guarantee\"\u003e\n                    \u003cp\u003e🎯 From AAM Chilli Kitchen: If your family doesn't love the taste, we'll make it right.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp style=\"color: var(--warm-brown); font-size: 18px; font-weight: 600; margin-top: 30px;\"\u003e\n                    Ready to make healthy eating effortless for your family?\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"AAMCHILLI","offers":[{"title":"250 Gram","offer_id":44294152519759,"sku":"MORINGA-PWD-250G","price":449.0,"currency_code":"INR","in_stock":true},{"title":"500 Gram","offer_id":44294152552527,"sku":"MORINGA-PWD-500G","price":649.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":44294152585295,"sku":"MORINGA-PWD-1KG","price":1049.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0662\/6508\/8079\/files\/WhatsAppImage2025-12-29at2.24.46PM-min.jpg?v=1767029507"}],"url":"https:\/\/aamchilli.in\/collections\/spices-and-powders.oembed","provider":"AAMCHILLI","version":"1.0","type":"link"}