{"title":"WHAT'S NEW","description":"\u003cp\u003eNew products, fresh finds, and exciting arrivals—all gathered in one place. Explore what's new and discover the latest additions before everyone else.\u003c\/p\u003e","products":[{"product_id":"stainless-steel-eco-kitchenware","title":"Stainless Steel Eco Kitchenware","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --steel:       #8A9BA8;\n    --steel-dark:  #4A6070;\n    --steel-deep:  #2C3E4A;\n    --steel-light: #BFD0DC;\n    --steel-pale:  #EBF2F7;\n    --gold:        #C8A96E;\n    --gold-light:  #E8D5B0;\n    --gold-pale:   #FAF4E8;\n    --eco:         #6B9E7A;\n    --eco-light:   #A8CCBA;\n    --eco-pale:    #EAF3EE;\n    --chrome:      #D8E4EC;\n    --dark:        #1A2530;\n    --mid:         #4A5A66;\n    --muted:       #8A9BA8;\n    --cream:       #FAFCFE;\n    --white:       #FFFFFF;\n  }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: var(--cream);\n    color: var(--dark);\n    max-width: 720px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(145deg, var(--steel-deep) 0%, #1E3040 50%, #2E4455 100%);\n    padding: 48px 32px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Steel shine lines *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -20%;\n    width: 50%; height: 100%;\n    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);\n    transform: skewX(-15deg);\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    top: 0; right: 5%;\n    width: 30%; height: 100%;\n    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.02) 50%, transparent 60%);\n    transform: skewX(-15deg);\n  }\n\n  \/* Decorative circle *\/\n  .hero-circle {\n    position: absolute;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    border: 1px solid rgba(200,169,110,0.12);\n    top: -80px; right: -80px;\n  }\n\n  .hero-circle-2 {\n    position: absolute;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    border: 1px solid rgba(200,169,110,0.08);\n    bottom: -60px; left: 20px;\n  }\n\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(200,169,110,0.15);\n    border: 1px solid rgba(200,169,110,0.35);\n    color: var(--gold-light);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: var(--white);\n    margin-bottom: 6px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold-light);\n  }\n\n  .hero-sub {\n    font-size: 13px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.03em;\n    margin-top: 12px;\n    max-width: 360px;\n    position: relative;\n    z-index: 2;\n    line-height: 1.7;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 22px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-tag {\n    font-size: 11px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.7);\n    border: 1px solid rgba(255,255,255,0.15);\n    padding: 4px 12px;\n    border-radius: 20px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── BOWL VISUAL ── *\/\n  .bowl-visual {\n    background: linear-gradient(180deg, #1A2E3E 0%, #263D50 100%);\n    padding: 36px 28px 30px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-bottom: 1px solid rgba(200,169,110,0.2);\n  }\n\n  .bowl-visual::before {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 50%;\n    transform: translateX(-50%);\n    width: 400px; height: 160px;\n    background: radial-gradient(ellipse, rgba(200,169,110,0.08) 0%, transparent 70%);\n  }\n\n  .bowl-svg-wrap {\n    display: inline-block;\n    position: relative;\n    z-index: 2;\n    margin-bottom: 18px;\n  }\n\n  .bowl-svg-wrap svg {\n    width: 260px;\n    height: 200px;\n    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));\n  }\n\n  .bowl-caption {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: rgba(200,169,110,0.7);\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .section-wrap {\n    padding: 28px 28px 24px;\n  }\n\n  .section-wrap.bg-white { background: var(--white); border-bottom: 1px solid #E8EEF4; }\n  .section-wrap.bg-cream { background: var(--cream); border-bottom: 1px solid #E8EEF4; }\n  .section-wrap.bg-steel { background: var(--steel-pale); border-bottom: 1px solid #D4E2EC; }\n  .section-wrap.bg-gold  { background: var(--gold-pale);  border-bottom: 1px solid #E8D9C0; }\n  .section-wrap.bg-eco   { background: var(--eco-pale);   border-bottom: 1px solid #C4DDD0; }\n\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 9.5px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n\n  .section-label::before {\n    content: '';\n    width: 20px; height: 1.5px;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1; height: 1px;\n    background: linear-gradient(to right, var(--gold-light), transparent);\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .feat {\n    background: var(--white);\n    border: 1px solid #E0E8EE;\n    border-radius: 12px;\n    padding: 16px 15px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feat::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(to right, var(--steel-light), transparent);\n  }\n\n  .feat-icon {\n    font-size: 22px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .feat-body {}\n\n  .feat-title {\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 3px;\n    line-height: 1.3;\n  }\n\n  .feat-desc {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── PRODUCT ANATOMY ── *\/\n  .anatomy-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 10px;\n  }\n\n  .anatomy-card {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 20px 14px 16px;\n    text-align: center;\n    border: 1px solid #E0E8EE;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .anatomy-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n  }\n\n  .anatomy-card:nth-child(1)::before { background: linear-gradient(to right, var(--steel), var(--chrome)); }\n  .anatomy-card:nth-child(2)::before { background: linear-gradient(to right, var(--gold), var(--gold-light)); }\n  .anatomy-card:nth-child(3)::before { background: linear-gradient(to right, var(--eco), var(--eco-light)); }\n\n  .anat-icon { font-size: 28px; margin-bottom: 8px; display: block; }\n\n  .anat-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--dark);\n    margin-bottom: 5px;\n  }\n\n  .anat-desc {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.55;\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-list {\n    display: flex;\n    flex-direction: column;\n    gap: 9px;\n  }\n\n  .ideal-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--white);\n    border: 1px solid #E8EEF4;\n    border-radius: 12px;\n    padding: 13px 16px;\n  }\n\n  .ideal-icon { font-size: 24px; flex-shrink: 0; }\n\n  .ideal-text strong {\n    display: block;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--dark);\n    margin-bottom: 1px;\n  }\n\n  .ideal-text span {\n    font-size: 11.5px;\n    color: var(--muted);\n  }\n\n  \/* ── STEEL QUALITY STRIP ── *\/\n  .quality-strip {\n    background: linear-gradient(135deg, var(--steel-deep) 0%, #243545 100%);\n    padding: 28px 28px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .quality-strip::before {\n    content: '';\n    position: absolute;\n    top: -50%; left: -10%;\n    width: 40%; height: 200%;\n    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.03), transparent);\n    transform: skewX(-20deg);\n  }\n\n  .quality-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 18px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .quality-header-icon { font-size: 32px; }\n\n  .quality-header-text h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 500;\n    color: var(--white);\n    line-height: 1.2;\n  }\n\n  .quality-header-text p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 3px;\n  }\n\n  .quality-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .q-pill {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    padding: 7px 14px;\n    border-radius: 30px;\n    font-size: 11.5px;\n    font-weight: 500;\n  }\n\n  .q-pill-steel {\n    background: rgba(138,155,168,0.2);\n    border: 1px solid rgba(138,155,168,0.4);\n    color: var(--chrome);\n  }\n\n  .q-pill-gold {\n    background: rgba(200,169,110,0.15);\n    border: 1px solid rgba(200,169,110,0.35);\n    color: var(--gold-light);\n  }\n\n  .q-pill-eco {\n    background: rgba(107,158,122,0.15);\n    border: 1px solid rgba(107,158,122,0.35);\n    color: var(--eco-light);\n  }\n\n  \/* ── STATS BAR ── *\/\n  .stats-bar {\n    background: var(--gold);\n    padding: 20px 28px;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .stat-item {\n    text-align: center;\n    padding: 4px 6px;\n    border-right: 1px solid rgba(255,255,255,0.3);\n  }\n\n  .stat-item:last-child { border-right: none; }\n\n  .stat-val {\n    font-family: 'Playfair Display', serif;\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--dark);\n    display: block;\n    line-height: 1;\n  }\n\n  .stat-lbl {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: rgba(42,32,10,0.65);\n    display: block;\n    margin-top: 4px;\n    line-height: 1.4;\n  }\n\n  \/* ── ECO PROMISE ── *\/\n  .eco-promise {\n    background: var(--eco);\n    padding: 26px 28px;\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n  }\n\n  .ep-icon { font-size: 36px; flex-shrink: 0; margin-top: 2px; }\n\n  .ep-content h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 500;\n    color: white;\n    margin-bottom: 6px;\n    line-height: 1.3;\n  }\n\n  .ep-content p {\n    font-size: 12.5px;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.65;\n  }\n\n  \/* ── QUOTE ── *\/\n  .quote-section {\n    background: var(--dark);\n    padding: 32px 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .quote-section::before {\n    content: '';\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%,-50%);\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    border: 1px solid rgba(200,169,110,0.08);\n  }\n\n  .quote-icon {\n    font-size: 36px;\n    margin-bottom: 14px;\n    display: block;\n    opacity: 0.6;\n  }\n\n  .quote-text {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--chrome);\n    line-height: 1.6;\n    max-width: 480px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .quote-text em { color: var(--gold-light); font-style: normal; }\n\n  .quote-cite {\n    display: block;\n    margin-top: 14px;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: rgba(200,169,110,0.55);\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ── CARE ROW ── *\/\n  .care-row {\n    background: var(--steel-pale);\n    padding: 16px 28px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    border-top: 2px solid var(--steel-light);\n  }\n\n  .care-icon { font-size: 18px; margin-top: 1px; flex-shrink: 0; }\n\n  .care-text {\n    font-size: 12px;\n    color: var(--mid);\n    line-height: 1.6;\n  }\n\n  .care-text strong { color: var(--dark); }\n\n  \/* ── FOOTER ── *\/\n  .footer {\n    background: var(--white);\n    padding: 24px 28px 30px;\n    text-align: center;\n    border-top: 1px solid #E8EEF4;\n  }\n\n  .footer-line {\n    width: 40px; height: 2px;\n    background: linear-gradient(to right, var(--gold), var(--steel-light));\n    border-radius: 2px;\n    margin: 0 auto 14px;\n  }\n\n  .footer-text {\n    font-size: 13px;\n    color: var(--mid);\n    line-height: 1.7;\n    max-width: 420px;\n    margin: 0 auto;\n  }\n\n  .footer-text strong { color: var(--dark); font-weight: 600; }\n\n  .footer-keywords {\n    margin-top: 14px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 6px;\n  }\n\n  .kw {\n    font-size: 10px;\n    color: var(--muted);\n    background: var(--steel-pale);\n    border: 1px solid #D4E2EC;\n    padding: 3px 10px;\n    border-radius: 10px;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-circle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-circle-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e✦ Premium Kitchenware\u003c\/div\u003e\n\u003ch1\u003eStainless Steel\u003cbr\u003e\u003cem\u003eEco Serving Bowl\u003c\/em\u003e\u003cbr\u003ewith Lid\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eFood-grade steel craftsmanship meets eco-conscious design — built for modern dining tables that value both style and sustainability.\u003c\/p\u003e\n\u003cdiv class=\"hero-tags\"\u003e\n\u003cspan class=\"hero-tag\"\u003e🥘 Curries \u0026amp; Soups\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003e🍚 Rice \u0026amp; Mains\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003e🥗 Salads \u0026amp; Snacks\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003e♻️ Reusable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BOWL VISUAL --\u003e\n\u003cdiv class=\"bowl-visual\"\u003e\n\u003cdiv class=\"bowl-svg-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 260 200\"\u003e\n      \n      \u003cellipse fill=\"rgba(0,0,0,0.35)\" ry=\"8\" rx=\"90\" cy=\"192\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n\n      \n      \n      \u003cellipse fill=\"url(#lidGrad)\" ry=\"14\" rx=\"90\" cy=\"70\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n      \u003cpath stroke=\"none\" fill=\"url(#lidTopGrad)\" d=\"M40,70 Q40,62 130,62 Q220,62 220,70\"\u003e\u003c\/path\u003e\n      \n      \u003cellipse fill=\"url(#knobBaseGrad)\" ry=\"5\" rx=\"18\" cy=\"62\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n      \n      \u003cpath fill=\"url(#knobGrad)\" d=\"M118,62 Q118,46 130,44 Q142,46 142,62 Z\"\u003e\u003c\/path\u003e\n      \u003cellipse fill=\"url(#knobTopGrad)\" ry=\"4\" rx=\"8\" cy=\"44\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n      \n      \u003cellipse transform=\"rotate(-10,98,65)\" fill=\"rgba(255,255,255,0.12)\" ry=\"4\" rx=\"18\" cy=\"65\" cx=\"98\"\u003e\u003c\/ellipse\u003e\n\n      \n      \n      \u003cpath fill=\"url(#bowlGrad)\" d=\"M40,90 Q35,145 130,160 Q225,145 220,90 Z\"\u003e\u003c\/path\u003e\n      \n      \u003cellipse fill=\"url(--rimGrad)\" ry=\"14\" rx=\"90\" cy=\"90\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse fill=\"url(#rimGrad)\" ry=\"14\" rx=\"90\" cy=\"90\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cellipse fill=\"rgba(0,0,0,0.12)\" ry=\"10\" rx=\"76\" cy=\"92\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n      \n      \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"4\" stroke=\"rgba(255,255,255,0.18)\" d=\"M52,100 Q48,130 55,148\"\u003e\u003c\/path\u003e\n      \n      \u003cellipse transform=\"rotate(-25,92,108)\" fill=\"rgba(255,255,255,0.07)\" ry=\"8\" rx=\"20\" cy=\"108\" cx=\"92\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-width=\"8\" stroke=\"url(#handleGrad)\" fill=\"none\" d=\"M40,90 Q22,90 18,102 Q15,115 30,120 Q38,122 44,118\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"rgba(255,255,255,0.15)\" fill=\"none\" d=\"M40,110 Q26,112 25,104\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath stroke-linecap=\"round\" stroke-width=\"8\" stroke=\"url(#handleGrad)\" fill=\"none\" d=\"M220,90 Q238,90 242,102 Q245,115 230,120 Q222,122 216,118\"\u003e\u003c\/path\u003e\n      \u003cpath stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"rgba(255,255,255,0.15)\" fill=\"none\" d=\"M220,110 Q234,112 235,104\"\u003e\u003c\/path\u003e\n\n      \n      \u003cpath fill=\"rgba(107,158,122,0.18)\" d=\"M42,118 Q35,145 130,158 Q225,145 218,118 Q190,128 130,130 Q70,128 42,118 Z\"\u003e\u003c\/path\u003e\n\n      \n      \u003cellipse stroke-width=\"1.5\" stroke=\"rgba(200,169,110,0.45)\" fill=\"none\" ry=\"14\" rx=\"90\" cy=\"90\" cx=\"130\"\u003e\u003c\/ellipse\u003e\n\n      \n      \u003cdefs\u003e\n        \u003clineargradient y2=\"100%\" x2=\"0%\" y1=\"0%\" x1=\"0%\" id=\"lidGrad\"\u003e\n          \u003cstop stop-color=\"#C8D8E4\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#9AAEBB\" offset=\"50%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#7A8E9A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"100%\" x2=\"0%\" y1=\"0%\" x1=\"0%\" id=\"lidTopGrad\"\u003e\n          \u003cstop stop-color=\"#D8E8F4\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#B0C4D2\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"0%\" x2=\"100%\" y1=\"0%\" x1=\"0%\" id=\"knobGrad\"\u003e\n          \u003cstop stop-color=\"#8A9BA8\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#C8D8E4\" offset=\"50%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#7A8E9A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"100%\" x2=\"0%\" y1=\"0%\" x1=\"0%\" id=\"knobBaseGrad\"\u003e\n          \u003cstop stop-color=\"#AABBCA\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#7A8E9A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"100%\" x2=\"0%\" y1=\"0%\" x1=\"0%\" id=\"knobTopGrad\"\u003e\n          \u003cstop stop-color=\"#D8E8F2\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#A0B4C4\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"100%\" x2=\"100%\" y1=\"0%\" x1=\"0%\" id=\"bowlGrad\"\u003e\n          \u003cstop stop-color=\"#8A9BA8\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#B8CAD6\" offset=\"30%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#9AAEBB\" offset=\"60%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#6A7E8A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"100%\" x2=\"0%\" y1=\"0%\" x1=\"0%\" id=\"rimGrad\"\u003e\n          \u003cstop stop-color=\"#C8D8E6\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#9AAEBB\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n        \u003clineargradient y2=\"0%\" x2=\"100%\" y1=\"0%\" x1=\"0%\" id=\"handleGrad\"\u003e\n          \u003cstop stop-color=\"#7A8E9A\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#C4D4E0\" offset=\"50%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#7A8E9A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n      \u003c\/defs\u003e\n    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"bowl-caption\"\u003eFood-Grade Stainless Steel · With Lid · Side Handles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"section-wrap bg-white\"\u003e\n\u003cdiv class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🔬\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eFood-Grade Steel Interior\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSafe, non-reactive lining for all food types — hot or cold.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e♻️\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eEco-Friendly Design\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSustainable outer body — reusable and built to last for years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🪬\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eMatching Lids Included\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eKeeps food warm, fresh, and protected between servings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🤝\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eStrong Side Handles\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eErgonomic handles for safe, confident serving at the table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eHot \u0026amp; Cold Ready\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eIdeal for piping hot curries and chilled salads alike.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cspan class=\"feat-icon\"\u003e🧼\u003c\/span\u003e\n\u003cdiv class=\"feat-body\"\u003e\n\u003cdiv class=\"feat-title\"\u003eEasy to Clean\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSmooth steel surface — quick wash, no stains, no odours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ANATOMY --\u003e\n\u003cdiv class=\"section-wrap bg-steel\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat's in the Set\u003c\/div\u003e\n\u003cdiv class=\"anatomy-grid\"\u003e\n\u003cdiv class=\"anatomy-card\"\u003e\n\u003cspan class=\"anat-icon\"\u003e🥣\u003c\/span\u003e\n\u003cdiv class=\"anat-title\"\u003eSteel Bowl\u003c\/div\u003e\n\u003cdiv class=\"anat-desc\"\u003eFood-grade interior, eco outer body, deep-serve capacity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"anatomy-card\"\u003e\n\u003cspan class=\"anat-icon\"\u003e🫙\u003c\/span\u003e\n\u003cdiv class=\"anat-title\"\u003eMatching Lid\u003c\/div\u003e\n\u003cdiv class=\"anat-desc\"\u003eSnug-fit lid locks in warmth, freshness \u0026amp; aroma.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"anatomy-card\"\u003e\n\u003cspan class=\"anat-icon\"\u003e🤲\u003c\/span\u003e\n\u003cdiv class=\"anat-title\"\u003eSide Handles\u003c\/div\u003e\n\u003cdiv class=\"anat-desc\"\u003eSturdy dual handles for confident, comfortable serving.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IDEAL FOR --\u003e\n\u003cdiv class=\"section-wrap bg-cream\"\u003e\n\u003cdiv class=\"section-label\"\u003eIdeal For Serving\u003c\/div\u003e\n\u003cdiv class=\"ideal-list\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cspan class=\"ideal-icon\"\u003e🍛\u003c\/span\u003e\n\u003cdiv class=\"ideal-text\"\u003e\n\u003cstrong\u003eCurries \u0026amp; Gravies\u003c\/strong\u003e \u003cspan\u003eDeep bowl holds generous portions of dal, sabzi, and rich gravies.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cspan class=\"ideal-icon\"\u003e🍚\u003c\/span\u003e\n\u003cdiv class=\"ideal-text\"\u003e\n\u003cstrong\u003eRice \u0026amp; Mains\u003c\/strong\u003e \u003cspan\u003ePerfect for biryani, fried rice, pulao, or steamed grains.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cspan class=\"ideal-icon\"\u003e🍲\u003c\/span\u003e\n\u003cdiv class=\"ideal-text\"\u003e\n\u003cstrong\u003eSoups \u0026amp; Stews\u003c\/strong\u003e \u003cspan\u003eLidded design keeps soups steaming hot right until the table.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cspan class=\"ideal-icon\"\u003e🥗\u003c\/span\u003e\n\u003cdiv class=\"ideal-text\"\u003e\n\u003cstrong\u003eSalads \u0026amp; Snacks\u003c\/strong\u003e \u003cspan\u003eChilled salads, raita, and side servings look stunning in steel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITY STRIP --\u003e\n\u003cdiv class=\"quality-strip\"\u003e\n\u003cdiv class=\"quality-header\"\u003e\n\u003cspan class=\"quality-header-icon\"\u003e⚙️\u003c\/span\u003e\n\u003cdiv class=\"quality-header-text\"\u003e\n\u003ch3\u003eEngineered for Everyday Excellence\u003c\/h3\u003e\n\u003cp\u003eBuilt to the highest food-safety and durability standards\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quality-pills\"\u003e\n\u003cdiv class=\"q-pill q-pill-steel\"\u003e✦ Food-Grade Certified\u003c\/div\u003e\n\u003cdiv class=\"q-pill q-pill-gold\"\u003e✦ Rust-Resistant\u003c\/div\u003e\n\u003cdiv class=\"q-pill q-pill-eco\"\u003e✦ Eco-Friendly\u003c\/div\u003e\n\u003cdiv class=\"q-pill q-pill-steel\"\u003e✦ BPA Free\u003c\/div\u003e\n\u003cdiv class=\"q-pill q-pill-gold\"\u003e✦ Odour Neutral\u003c\/div\u003e\n\u003cdiv class=\"q-pill q-pill-eco\"\u003e✦ Reusable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-val\"\u003e100%\u003c\/span\u003e \u003cspan class=\"stat-lbl\"\u003eFood\u003cbr\u003eGrade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-val\"\u003e2×\u003c\/span\u003e \u003cspan class=\"stat-lbl\"\u003eSide\u003cbr\u003eHandles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-val\"\u003e0°\u003c\/span\u003e \u003cspan class=\"stat-lbl\"\u003eBPA\u003cbr\u003eFree\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cspan class=\"stat-val\"\u003e∞\u003c\/span\u003e \u003cspan class=\"stat-lbl\"\u003eReusable\u003cbr\u003eLife\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ECO PROMISE --\u003e\n\u003cdiv class=\"eco-promise\"\u003e\n\u003cspan class=\"ep-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"ep-content\"\u003e\n\u003ch3\u003eOur Eco Promise\u003c\/h3\u003e\n\u003cp\u003eEvery bowl is crafted with an eco-conscious outer body designed to reduce reliance on single-use plastics. Durable, reusable, and built for a lifetime of meals — this is kitchenware that does good on every level.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote-section\"\u003e\n\u003cspan class=\"quote-icon\"\u003e✦\u003c\/span\u003e\n\u003cp class=\"quote-text\"\u003eStyle and sustainability, \u003cem\u003etogether\u003c\/em\u003e at your table — a modern serving built for kitchens that care.\u003c\/p\u003e\n\u003cspan class=\"quote-cite\"\u003e— Product Highlight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"care-row\"\u003e\n\u003cspan class=\"care-icon\"\u003e🧹\u003c\/span\u003e\n\u003cdiv class=\"care-text\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Hand wash recommended with mild detergent. Avoid harsh abrasives to preserve the finish. Dry thoroughly after washing to maintain lustre. Not recommended for direct open flame.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer\"\u003e\n\u003cdiv class=\"footer-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"footer-text\"\u003e\u003cstrong\u003ePremium · Sustainable · Built to Last.\u003c\/strong\u003e\u003cbr\u003eBring enduring quality and eco-conscious elegance to every meal you serve.\u003c\/p\u003e\n\u003cdiv class=\"footer-keywords\"\u003e\n\u003cspan class=\"kw\"\u003eStainless Steel Bowl\u003c\/span\u003e \u003cspan class=\"kw\"\u003eEco Kitchenware\u003c\/span\u003e \u003cspan class=\"kw\"\u003eServing Bowl with Lid\u003c\/span\u003e \u003cspan class=\"kw\"\u003eReusable Bowls\u003c\/span\u003e \u003cspan class=\"kw\"\u003eSustainable Kitchen\u003c\/span\u003e \u003cspan class=\"kw\"\u003eFood-Grade Steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AgroPods","offers":[{"title":"500 ml","offer_id":63622296240497,"sku":"IN - APC117","price":378.0,"currency_code":"INR","in_stock":true},{"title":"750 ml","offer_id":64127194661233,"sku":null,"price":432.0,"currency_code":"INR","in_stock":false},{"title":"1000 ml","offer_id":64127198331249,"sku":null,"price":496.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_117.png?v=1779079907"},{"product_id":"eco-wheat-straw-square-storage-box-600ml","title":"Eco Wheat Straw Square Storage Box 600ml","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\u003eEco Wheat Straw Square Snack Storage Box\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --sage: #7C9070;\n    --sage-light: #A8BC9E;\n    --sage-pale: #EFF4ED;\n    --wheat: #C8A96E;\n    --wheat-light: #E8D5B0;\n    --cream: #FAF8F4;\n    --bark: #3D3427;\n    --bark-mid: #6B5D4F;\n    --bark-light: #9C8E82;\n    --white: #FFFFFF;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--bark);\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0;\n    line-height: 1.6;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: linear-gradient(160deg, var(--sage) 0%, #5A7A52 100%);\n    padding: 40px 28px 36px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.06);\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -20px; left: 60px;\n    width: 120px; height: 120px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.04);\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: var(--wheat);\n    color: var(--bark);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n  }\n\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 500;\n    line-height: 1.2;\n    color: var(--white);\n    margin-bottom: 12px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    color: var(--wheat-light);\n  }\n\n  .hero-sub {\n    font-size: 13px;\n    color: rgba(255,255,255,0.78);\n    font-weight: 300;\n    letter-spacing: 0.02em;\n    max-width: 320px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ── LEAF DIVIDER ── *\/\n  .leaf-divider {\n    text-align: center;\n    padding: 8px 0 4px;\n    background: var(--sage-pale);\n  }\n  .leaf-divider svg { width: 36px; height: 16px; }\n\n  \/* ── INTRO PARAGRAPH ── *\/\n  .intro-block {\n    background: var(--sage-pale);\n    padding: 24px 28px 20px;\n    border-bottom: 1px solid #D8E4D4;\n  }\n\n  .intro-block p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 1.65;\n    color: var(--bark-mid);\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--sage);\n    margin-bottom: 18px;\n  }\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--sage-light);\n    opacity: 0.5;\n  }\n\n  \/* ── FEATURES GRID ── *\/\n  .features-section {\n    padding: 28px 28px 24px;\n    background: var(--white);\n    border-bottom: 1px solid #EDE8E2;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .feature-card {\n    background: var(--cream);\n    border: 1px solid #E8E2DA;\n    border-radius: 10px;\n    padding: 14px 16px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 3px; height: 100%;\n    background: var(--sage);\n    border-radius: 0 2px 2px 0;\n  }\n\n  .feature-icon {\n    font-size: 20px;\n    margin-bottom: 6px;\n    display: block;\n  }\n\n  .feature-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--bark);\n    margin-bottom: 3px;\n    line-height: 1.3;\n  }\n\n  .feature-desc {\n    font-size: 11px;\n    color: var(--bark-light);\n    line-height: 1.45;\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-section {\n    padding: 28px 28px 24px;\n    background: var(--cream);\n    border-bottom: 1px solid #EDE8E2;\n  }\n\n  .tags-wrap {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--white);\n    border: 1px solid #D8E4D4;\n    color: var(--bark-mid);\n    font-size: 12px;\n    font-weight: 400;\n    padding: 7px 13px;\n    border-radius: 30px;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .tag span { font-size: 14px; }\n\n  \/* ── SUSTAINABILITY STRIP ── *\/\n  .sustain-strip {\n    background: linear-gradient(135deg, var(--wheat-light) 0%, #DDD0B0 100%);\n    padding: 22px 28px;\n    border-bottom: 1px solid #C8B888;\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n  }\n\n  .sustain-icon {\n    font-size: 32px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .sustain-text h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--bark);\n    margin-bottom: 4px;\n  }\n\n  .sustain-text p {\n    font-size: 12.5px;\n    color: var(--bark-mid);\n    line-height: 1.55;\n  }\n\n  \/* ── 3-PILLAR STATS ── *\/\n  .pillars {\n    background: var(--bark);\n    padding: 24px 28px;\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 1px;\n  }\n\n  .pillar {\n    text-align: center;\n    padding: 16px 8px;\n    background: var(--bark);\n  }\n\n  .pillar-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 600;\n    color: var(--wheat-light);\n    line-height: 1;\n    display: block;\n  }\n\n  .pillar-label {\n    font-size: 10px;\n    color: rgba(255,255,255,0.55);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-top: 5px;\n    display: block;\n    line-height: 1.3;\n  }\n\n  \/* ── USE LOCATIONS ── *\/\n  .locations-section {\n    padding: 28px 28px 24px;\n    background: var(--white);\n    border-bottom: 1px solid #EDE8E2;\n  }\n\n  .locations-row {\n    display: flex;\n    gap: 10px;\n  }\n\n  .location-item {\n    flex: 1;\n    background: var(--sage-pale);\n    border-radius: 10px;\n    padding: 16px 10px;\n    text-align: center;\n    border: 1px solid #D4E2CF;\n  }\n\n  .loc-icon { font-size: 22px; display: block; margin-bottom: 6px; }\n\n  .loc-name {\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--sage);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n  }\n\n  \/* ── HIGHLIGHT QUOTE ── *\/\n  .quote-block {\n    background: var(--sage);\n    padding: 28px 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .quote-block::before {\n    content: '\"';\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 120px;\n    line-height: 0.6;\n    color: rgba(255,255,255,0.12);\n    position: absolute;\n    top: 20px; left: 16px;\n  }\n\n  .quote-block blockquote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.5;\n    position: relative;\n    z-index: 1;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  .quote-block cite {\n    display: block;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    font-style: normal;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--sage-pale);\n    margin-top: 12px;\n  }\n\n  \/* ── FOOTER NOTE ── *\/\n  .footer-note {\n    background: var(--cream);\n    padding: 20px 28px 24px;\n    text-align: center;\n    border-top: 2px solid var(--sage-light);\n  }\n\n  .footer-note p {\n    font-size: 12px;\n    color: var(--bark-light);\n    line-height: 1.6;\n  }\n\n  .footer-note strong {\n    color: var(--sage);\n    font-weight: 500;\n  }\n\n  \/* ── CARE ROW ── *\/\n  .care-row {\n    background: #F5F0E8;\n    padding: 18px 28px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    border-top: 1px solid #E2D8C8;\n  }\n\n  .care-icon { font-size: 18px; }\n\n  .care-text {\n    font-size: 12px;\n    color: var(--bark-mid);\n    line-height: 1.45;\n  }\n\n  .care-text strong { color: var(--bark); font-weight: 500; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-badge\"\u003e🌾 Eco-Friendly Kitchen\u003c\/div\u003e\n  \u003ch1\u003eSquare Snack\u003cbr\u003e\u003cem\u003eStorage Box\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eWheat straw craftsmanship for the conscious, well-organised kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- LEAF DIVIDER --\u003e\n\u003cdiv class=\"leaf-divider\"\u003e\n  \u003csvg viewbox=\"0 0 60 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003cpath d=\"M10 10 Q20 2 30 10 Q40 18 50 10\" stroke=\"#7C9070\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/path\u003e\n    \u003ccircle cx=\"30\" cy=\"10\" r=\"2\" fill=\"#7C9070\"\u003e\u003c\/circle\u003e\n    \u003cpath d=\"M28 10 L28 17\" stroke=\"#7C9070\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro-block\"\u003e\n  \u003cp\u003eKeep your snacks fresh and your kitchen beautifully organised with this sustainable Eco Wheat Straw Storage Box — a thoughtful blend of natural material and modern design.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"features-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eKey Features\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\"\u003eWheat Straw Material\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eMade from eco-certified wheat straw — natural, safe \u0026amp; sustainable.\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\"\u003eSecure-Fit Lid\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eSnug lid keeps contents sealed and freshness locked in.\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\"\u003eLight Yet Sturdy\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eLightweight design without compromising on durability or structure.\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\"\u003eSpace-Saving Square\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eCompact square form fits neatly on shelves, pantries \u0026amp; counters.\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\"\u003eReusable \u0026amp; Durable\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eBuilt to last — zero single-use waste, maximum everyday value.\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\"\u003eEasy to Clean\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eSmooth surface wipes clean in seconds — low maintenance living.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- IDEAL FOR --\u003e\n\u003cdiv class=\"ideal-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eIdeal For Storing\u003c\/div\u003e\n  \u003cdiv class=\"tags-wrap\"\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🍪\u003c\/span\u003e Biscuits \u0026amp; Cookies\u003c\/div\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🥜\u003c\/span\u003e Dry Fruits \u0026amp; Nuts\u003c\/div\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🍫\u003c\/span\u003e Chocolates \u0026amp; Candies\u003c\/div\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🍵\u003c\/span\u003e Tea Bags \u0026amp; Sugar\u003c\/div\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🥖\u003c\/span\u003e Bread \u0026amp; Bakery\u003c\/div\u003e\n    \u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e🍿\u003c\/span\u003e Snacks \u0026amp; Munchies\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SUSTAINABILITY --\u003e\n\u003cdiv class=\"sustain-strip\"\u003e\n  \u003cdiv class=\"sustain-icon\"\u003e🌿\u003c\/div\u003e\n  \u003cdiv class=\"sustain-text\"\u003e\n    \u003ch3\u003eA Greener Choice\u003c\/h3\u003e\n    \u003cp\u003eWheat straw is an agricultural by-product that would otherwise go to waste. By choosing this box, you're giving new life to natural fibre — reducing plastic and keeping your home beautifully clutter-free.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- STAT PILLARS --\u003e\n\u003cdiv class=\"pillars\"\u003e\n  \u003cdiv class=\"pillar\"\u003e\n    \u003cspan class=\"pillar-num\"\u003e100%\u003c\/span\u003e\n    \u003cspan class=\"pillar-label\"\u003eEco\u003cbr\u003eMaterial\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pillar\"\u003e\n    \u003cspan class=\"pillar-num\"\u003eBPA\u003c\/span\u003e\n    \u003cspan class=\"pillar-label\"\u003eFree \u0026amp;\u003cbr\u003eFood Safe\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pillar\"\u003e\n    \u003cspan class=\"pillar-num\"\u003e∞\u003c\/span\u003e\n    \u003cspan class=\"pillar-label\"\u003eReusable\u003cbr\u003eDesign\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- USE LOCATIONS --\u003e\n\u003cdiv class=\"locations-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003ePerfect In Every Space\u003c\/div\u003e\n  \u003cdiv class=\"locations-row\"\u003e\n    \u003cdiv class=\"location-item\"\u003e\n      \u003cspan class=\"loc-icon\"\u003e🍽️\u003c\/span\u003e\n      \u003cdiv class=\"loc-name\"\u003eKitchen\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"location-item\"\u003e\n      \u003cspan class=\"loc-icon\"\u003e🚪\u003c\/span\u003e\n      \u003cdiv class=\"loc-name\"\u003ePantry\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"location-item\"\u003e\n      \u003cspan class=\"loc-icon\"\u003e❄️\u003c\/span\u003e\n      \u003cdiv class=\"loc-name\"\u003eFridge\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"location-item\"\u003e\n      \u003cspan class=\"loc-icon\"\u003e🪴\u003c\/span\u003e\n      \u003cdiv class=\"loc-name\"\u003eDining\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote-block\"\u003e\n  \u003cblockquote\u003eA practical, sustainable food storage solution designed for the modern, mindful kitchen.\u003c\/blockquote\u003e\n  \u003ccite\u003e— Product Highlight\u003c\/cite\u003e\n\u003c\/div\u003e\n\n\u003c!-- CARE ROW --\u003e\n\u003cdiv class=\"care-row\"\u003e\n  \u003cspan class=\"care-icon\"\u003e🧹\u003c\/span\u003e\n  \u003cdiv class=\"care-text\"\u003e\n\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Wipe clean with a damp cloth. Not dishwasher safe. Store away from extreme heat \u0026amp; direct sunlight.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"footer-note\"\u003e\n  \u003cp\u003eAvailable in \u003cstrong\u003eelegant colours\u003c\/strong\u003e to match any kitchen aesthetic.\u003cbr\u003eChoose sustainable. Choose organised. Choose beautiful.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"AgroPods","offers":[{"title":"Green","offer_id":63622296568177,"sku":"IN - APC124","price":269.0,"currency_code":"INR","in_stock":true},{"title":"Pink","offer_id":64129857945969,"sku":null,"price":269.0,"currency_code":"INR","in_stock":false},{"title":"Brown","offer_id":64129857978737,"sku":null,"price":269.0,"currency_code":"INR","in_stock":false},{"title":"Yellow","offer_id":64129858011505,"sku":null,"price":269.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_124.png?v=1779079909"},{"product_id":"tortilla-round-serving-bowl-with-lid","title":"Tortilla Round Serving Bowl with Lid","description":"\u003cdiv style=\"font-family: 'Helvetica Neue', Arial, sans-serif; color:#2b2b2b; max-width:800px; margin:0 auto; line-height:1.7;\"\u003e\n\n  \u003c!-- Hero intro --\u003e\n  \u003cdiv style=\"text-align:center; padding:30px 20px; background:linear-gradient(135deg,#f7f5f2,#ece7e1); border-radius:12px; margin-bottom:30px;\"\u003e\n    \u003ch2 style=\"font-size:26px; letter-spacing:1px; margin:0 0 10px; color:#3a322a; text-transform:uppercase;\"\u003eTortilla Round Serving Bowl with Lid\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px; color:#6b6258; margin:0;\"\u003eRefined. Functional. Effortlessly Elegant.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cp style=\"font-size:16px; margin-bottom:18px;\"\u003eBring elegance and functionality to your dining table with the \u003cstrong\u003eTortilla Round Serving Bowl with Lid\u003c\/strong\u003e, thoughtfully designed for modern homes. Featuring a sophisticated matte finish and a minimalist silhouette, this premium serving bowl seamlessly complements contemporary kitchens and dining spaces.\u003c\/p\u003e\n\n  \u003cp style=\"font-size:16px; margin-bottom:18px;\"\u003eAvailable in \u003cstrong\u003e1.6L\u003c\/strong\u003e and \u003cstrong\u003e2.9L\u003c\/strong\u003e capacities, it's perfect for serving everything from salads, curries, rice dishes, and pasta to snacks, fruits, and desserts. The included lid helps keep food fresh while maintaining temperature — ideal for both serving and storage.\u003c\/p\u003e\n\n  \u003cp style=\"font-size:16px; margin-bottom:30px;\"\u003eWhether you're hosting guests or enjoying everyday family meals, the Tortilla Serving Bowl adds a touch of refined style to every occasion.\u003c\/p\u003e\n\n  \u003c!-- Features grid --\u003e\n  \u003ch3 style=\"font-size:20px; color:#3a322a; border-bottom:2px solid #d8c9b3; padding-bottom:8px; margin-bottom:20px;\"\u003eKey Features\u003c\/h3\u003e\n  \u003cdiv style=\"display:flex; flex-wrap:wrap; gap:14px; margin-bottom:35px;\"\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Available in 1.6L and 2.9L capacities\u003c\/div\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Premium matte finish for a sophisticated look\u003c\/div\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Includes matching lid for freshness\u003c\/div\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Great for salads, curries, rice, snacks \u0026amp; more\u003c\/div\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Modern minimalist design\u003c\/div\u003e\n    \u003cdiv style=\"flex:1 1 45%; background:#faf9f7; border-left:4px solid #b8975f; padding:14px 16px; border-radius:6px; font-size:14.5px;\"\u003e✔ Lightweight, durable \u0026amp; easy to handle\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specs table --\u003e\n  \u003ch3 style=\"font-size:20px; color:#3a322a; border-bottom:2px solid #d8c9b3; padding-bottom:8px; margin-bottom:20px;\"\u003eProduct Specifications\u003c\/h3\u003e\n  \u003ctable style=\"width:100%; border-collapse:collapse; font-size:14.5px;\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"background:#faf9f7;\"\u003e\n        \u003ctd style=\"padding:12px 16px; font-weight:600; width:35%; border-bottom:1px solid #ece7e1;\"\u003eProduct Name\u003c\/td\u003e\n        \u003ctd style=\"padding:12px 16px; border-bottom:1px solid #ece7e1;\"\u003eTortilla Round Serving Bowl with Lid\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding:12px 16px; font-weight:600; border-bottom:1px solid #ece7e1;\"\u003eAvailable Capacities\u003c\/td\u003e\n        \u003ctd style=\"padding:12px 16px; border-bottom:1px solid #ece7e1;\"\u003e1.6L \u0026amp; 2.9L\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background:#faf9f7;\"\u003e\n        \u003ctd style=\"padding:12px 16px; font-weight:600; border-bottom:1px solid #ece7e1;\"\u003eShape\u003c\/td\u003e\n        \u003ctd style=\"padding:12px 16px; border-bottom:1px solid #ece7e1;\"\u003eRound\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"padding:12px 16px; font-weight:600; border-bottom:1px solid #ece7e1;\"\u003eFinish\u003c\/td\u003e\n        \u003ctd style=\"padding:12px 16px; border-bottom:1px solid #ece7e1;\"\u003ePremium Matte Finish\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr style=\"background:#faf9f7;\"\u003e\n        \u003ctd style=\"padding:12px 16px; font-weight:600;\"\u003eUsage\u003c\/td\u003e\n        \u003ctd style=\"padding:12px 16px;\"\u003eServing \u0026amp; Food Storage\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- Closing line --\u003e\n  \u003cp style=\"text-align:center; margin-top:30px; font-size:15px; color:#6b6258; font-style:italic;\"\u003eElevate everyday dining with timeless design and lasting quality.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"AgroPods","offers":[{"title":"2.9 Litre","offer_id":63622298141041,"sku":"IN - APC157","price":639.0,"currency_code":"INR","in_stock":true},{"title":"1.6 Litre","offer_id":64128877003121,"sku":null,"price":429.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_157.png?v=1779079909"},{"product_id":"eco-casserole-set-of-3-natural-with-lids","title":"Eco Casserole Set of 3 - Natural with Lids","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\u003eEco Casserole Set – Mint Green\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    :root {\n      --mint:       #b6ddd0;\n      --mint-light: #dff2ec;\n      --mint-deep:  #7fbfaa;\n      --sage:       #4a7c6f;\n      --cream:      #f4f2ee;\n      --white:      #fdfcfa;\n      --dark:       #2c2c2c;\n      --muted:      #7a7670;\n      --gold:       #c8a96e;\n      --gold-bg:    #f7efd8;\n    }\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: #fff;\n      color: var(--dark);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    \/* HERO *\/\n    .hero {\n      background: linear-gradient(120deg, #dff2ec, #c3e4d8);\n      padding: 28px 24px 22px;\n      text-align: center;\n      border-bottom: 1px solid rgba(127,191,170,.3);\n    }\n    .hero-tag {\n      display: inline-block;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--sage);\n      background: rgba(255,255,255,.6);\n      border: 1px solid rgba(127,191,170,.5);\n      border-radius: 100px;\n      padding: 3px 12px;\n      margin-bottom: 10px;\n    }\n    .hero h1 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(24px, 4vw, 36px);\n      font-weight: 400;\n      line-height: 1.15;\n      color: var(--dark);\n    }\n    .hero h1 em { font-style: italic; color: var(--sage); }\n    .hero-meta {\n      font-size: 12px;\n      color: var(--muted);\n      margin-top: 6px;\n      letter-spacing: .5px;\n    }\n    .sizes-row {\n      display: flex;\n      justify-content: center;\n      gap: 8px;\n      margin-top: 14px;\n      flex-wrap: wrap;\n    }\n    .size-chip {\n      background: rgba(255,255,255,.7);\n      border: 1px solid rgba(127,191,170,.6);\n      border-radius: 100px;\n      padding: 4px 14px;\n      font-size: 12px;\n      font-weight: 500;\n      color: var(--sage);\n    }\n\n    \/* INTRO *\/\n    .intro {\n      padding: 16px 20px;\n      background: var(--white);\n      border-bottom: 1px solid #eee;\n      max-width: 680px;\n      margin: 0 auto;\n      text-align: center;\n    }\n    .intro p {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 16px;\n      font-weight: 400;\n      color: #4a4a42;\n      line-height: 1.65;\n    }\n\n    \/* SIZES TABLE *\/\n    .sizes-section {\n      background: var(--cream);\n      padding: 18px 20px;\n      border-top: 1px solid #e4e0d8;\n      border-bottom: 1px solid #e4e0d8;\n    }\n    .sec-title {\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 12px;\n      text-align: center;\n    }\n    .sizes-cards {\n      display: flex;\n      gap: 10px;\n      max-width: 640px;\n      margin: 0 auto;\n      flex-wrap: wrap;\n    }\n    .sc {\n      flex: 1;\n      min-width: 140px;\n      background: var(--white);\n      border: 1px solid rgba(127,191,170,.4);\n      border-radius: 10px;\n      padding: 12px 14px;\n      position: relative;\n      overflow: hidden;\n    }\n    .sc::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n      background: linear-gradient(90deg, var(--mint-deep), var(--gold));\n    }\n    .sc.top { border-color: var(--mint-deep); background: linear-gradient(160deg,#e8f6f2,#d6ede7); }\n    .sc-vol {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 400;\n      color: var(--sage);\n      line-height: 1;\n    }\n    .sc-ml { font-size: 11px; color: var(--muted); }\n    .sc-name { font-size: 12px; font-weight: 500; color: var(--dark); margin: 4px 0 2px; }\n    .sc-use { font-size: 11px; color: var(--muted); line-height: 1.4; }\n    .badge-pop {\n      display: inline-block;\n      font-size: 9px;\n      font-weight: 500;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      background: var(--gold);\n      color: #fff;\n      border-radius: 4px;\n      padding: 1px 6px;\n      margin-bottom: 4px;\n    }\n\n    \/* FEATURES *\/\n    .features {\n      padding: 16px 20px;\n      max-width: 680px;\n      margin: 0 auto;\n    }\n    .feat-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n    .feat-row {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      padding: 10px 12px;\n      background: var(--white);\n      border: 1px solid rgba(127,191,170,.3);\n      border-radius: 8px;\n      transition: background .15s;\n    }\n    .feat-row:hover { background: var(--mint-light); }\n    .feat-ico {\n      font-size: 18px;\n      line-height: 1;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n    .feat-body .ft { font-size: 12px; font-weight: 500; color: var(--dark); }\n    .feat-body .fd { font-size: 11px; color: var(--muted); line-height: 1.4; margin-top: 1px; }\n\n    \/* QUOTE *\/\n    .quote-bar {\n      background: var(--gold-bg);\n      border-top: 1px solid #e8d8b0;\n      border-bottom: 1px solid #e8d8b0;\n      padding: 10px 20px;\n      text-align: center;\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 14px;\n      font-style: italic;\n      color: #7a5c2e;\n    }\n\n    \/* PERFECT FOR *\/\n    .perfect {\n      background: var(--sage);\n      padding: 16px 20px;\n    }\n    .perfect .sec-title { color: rgba(255,255,255,.6); margin-bottom: 10px; }\n    .tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      justify-content: center;\n    }\n    .tag {\n      background: rgba(255,255,255,.13);\n      border: 1px solid rgba(255,255,255,.25);\n      color: #fff;\n      padding: 4px 12px;\n      border-radius: 100px;\n      font-size: 12px;\n    }\n\n    \/* ECO FOOTER *\/\n    .eco-row {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 14px 20px;\n      background: var(--mint-light);\n      border-top: 1px solid rgba(127,191,170,.4);\n      max-width: 680px;\n      margin: 0 auto;\n      border-radius: 0 0 10px 10px;\n    }\n    .eco-icon { font-size: 28px; flex-shrink: 0; }\n    .eco-txt h4 { font-size: 13px; font-weight: 500; color: var(--sage); margin-bottom: 2px; }\n    .eco-txt p { font-size: 12px; color: var(--muted); line-height: 1.45; }\n\n    @media (max-width: 480px) {\n      .feat-grid { grid-template-columns: 1fr; }\n      .sizes-cards { flex-direction: column; }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-tag\"\u003ePremium Kitchenware\u003c\/div\u003e\n  \u003ch1\u003eEco Casserole Set \u003cem\u003eof Three\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"hero-meta\"\u003eMint Green · Matching Lids · Eco-Friendly\u003c\/p\u003e\n  \u003cdiv class=\"sizes-row\"\u003e\n    \u003cspan class=\"size-chip\"\u003e1000 ml\u003c\/span\u003e\n    \u003cspan class=\"size-chip\"\u003e750 ml\u003c\/span\u003e\n    \u003cspan class=\"size-chip\"\u003e500 ml\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"intro\"\u003e\n  \u003cp\u003eA trio crafted for mindful kitchens — eco-friendly, lid-sealed, and styled in soothing mint green to keep every meal fresh and every shelf beautiful.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- SIZES --\u003e\n\u003csection class=\"sizes-section\"\u003e\n  \u003cp class=\"sec-title\"\u003eThree Sizes · One Set\u003c\/p\u003e\n  \u003cdiv class=\"sizes-cards\"\u003e\n    \u003cdiv class=\"sc\"\u003e\n      \u003cdiv class=\"sc-vol\"\u003e500\u003c\/div\u003e\n      \u003cdiv class=\"sc-ml\"\u003eml\u003c\/div\u003e\n      \u003cdiv class=\"sc-name\"\u003eCompact\u003c\/div\u003e\n      \u003cdiv class=\"sc-use\"\u003eSnacks, chutneys \u0026amp; individual portions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sc\"\u003e\n      \u003cdiv class=\"sc-vol\"\u003e750\u003c\/div\u003e\n      \u003cdiv class=\"sc-ml\"\u003eml\u003c\/div\u003e\n      \u003cdiv class=\"sc-name\"\u003eEveryday\u003c\/div\u003e\n      \u003cdiv class=\"sc-use\"\u003eDal, soups, stir-fries \u0026amp; sides\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sc top\"\u003e\n      \u003cdiv class=\"badge-pop\"\u003ePopular\u003c\/div\u003e\n      \u003cdiv class=\"sc-vol\"\u003e1000\u003c\/div\u003e\n      \u003cdiv class=\"sc-ml\"\u003eml\u003c\/div\u003e\n      \u003cdiv class=\"sc-name\"\u003eFamily Size\u003c\/div\u003e\n      \u003cdiv class=\"sc-use\"\u003eRice, curries \u0026amp; full family meals\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cp class=\"sec-title\" style=\"text-align:center;margin-bottom:12px;\"\u003eKey Features\u003c\/p\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e🌿\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eEco-Friendly\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eSustainable, non-toxic material safe for daily use\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eLid-Sealed Fresh\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eFitted lids lock in warmth and moisture\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e🪶\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eLightweight\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eEasy to carry, durable for years of use\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e✨\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eMint Pastel Finish\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eElevates any kitchen shelf or dining table\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e🧼\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eEasy to Clean\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eSmooth surface, no stubborn stains\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-row\"\u003e\n      \u003cdiv class=\"feat-ico\"\u003e📦\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003e\n        \u003cdiv class=\"ft\"\u003eSpace-Saving\u003c\/div\u003e\n        \u003cdiv class=\"fd\"\u003eThree sizes nest together compactly\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote-bar\"\u003e\"Stillness, order, and beauty — for the daily ritual of cooking.\"\u003c\/div\u003e\n\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"perfect\"\u003e\n  \u003cp class=\"sec-title\"\u003ePerfect For\u003c\/p\u003e\n  \u003cdiv class=\"tags\"\u003e\n    \u003cspan class=\"tag\"\u003e🍛 Curries \u0026amp; Rice\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🥗 Meal Prep\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🏠 Kitchen Storage\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🎁 Housewarming Gift\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🪔 Festive Gifting\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🌱 Eco Kitchens\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🍽️ Modern Dining\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e👨‍👩‍👧 Family Dinners\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ECO ROW --\u003e\n\u003cdiv class=\"eco-row\"\u003e\n  \u003cdiv class=\"eco-icon\"\u003e🌿\u003c\/div\u003e\n  \u003cdiv class=\"eco-txt\"\u003e\n    \u003ch4\u003eOur Eco Promise\u003c\/h4\u003e\n    \u003cp\u003eReusable, durable, and designed to replace single-use alternatives — a small step toward a greener kitchen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"AgroPods","offers":[{"title":"Set of 3 (1000+750+500ml)","offer_id":63622298206577,"sku":"IN - APC159","price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_159.png?v=1779079918"},{"product_id":"eco-self-watering-storage-box-with-lid-600ml2200ml-set","title":"Eco Storage with antiskid base and Lid - 600ml+2200ml Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    :root {\n      --green:     #4a7c5a;\n      --green-lt:  #dceede;\n      --green-dk:  #2e5438;\n      --sage:      #7aaa88;\n      --cream:     #f8f6f0;\n      --sand:      #ece6d8;\n      --sand-dk:   #d4ccb8;\n      --muted:     #7a7868;\n      --bark:      #302c1e;\n      --white:     #ffffff;\n      --straw:     #c8a850;\n      --straw-lt:  #f2e8c4;\n    }\n    body {\n      font-family: 'Jost', sans-serif;\n      background: var(--cream);\n      color: var(--bark);\n      font-size: 13px;\n      line-height: 1.55;\n      max-width: 660px;\n      margin: 0 auto;\n    }\n\n    \/* HERO *\/\n    .hero {\n      background: linear-gradient(150deg, #daeade 0%, #c8dece 60%, #b8d0bc 100%);\n      padding: 22px 20px 16px;\n      text-align: center;\n      border-bottom: 2px solid #a8c4ac;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      width: 160px; height: 160px;\n      border-radius: 50%;\n      border: 1px solid rgba(255,255,255,.22);\n      right: -40px; top: -40px;\n      pointer-events: none;\n    }\n    .eyebrow {\n      display: inline-block;\n      font-size: 9.5px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--green-dk);\n      background: rgba(255,255,255,.55);\n      border: 1px solid rgba(74,124,90,.3);\n      border-radius: 100px;\n      padding: 2px 11px;\n      margin-bottom: 9px;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(20px, 4vw, 30px);\n      font-weight: 400;\n      line-height: 1.2;\n      color: var(--bark);\n    }\n    .hero h1 em { font-style: italic; color: var(--green); }\n    .hero-sub { font-size: 11.5px; color: #4a6450; margin-top: 4px; letter-spacing: .5px; }\n    .chips {\n      display: flex;\n      justify-content: center;\n      gap: 7px;\n      margin-top: 12px;\n      flex-wrap: wrap;\n    }\n    .chip {\n      background: rgba(255,255,255,.62);\n      border: 1px solid rgba(74,124,90,.25);\n      border-radius: 6px;\n      padding: 3px 11px;\n      font-size: 11.5px;\n      font-weight: 500;\n      color: var(--green-dk);\n    }\n\n    \/* SPEC BAND *\/\n    .spec-band {\n      display: flex;\n      background: var(--white);\n      border-bottom: 1px solid var(--sand-dk);\n    }\n    .spec {\n      flex: 1;\n      padding: 10px 12px;\n      text-align: center;\n      border-right: 1px solid var(--sand);\n    }\n    .spec:last-child { border-right: none; }\n    .spec-val {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      color: var(--green);\n      line-height: 1;\n    }\n    .spec-lbl { font-size: 9.5px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-top: 2px; }\n\n    \/* TAGLINE *\/\n    .tagline {\n      padding: 11px 20px;\n      text-align: center;\n      border-bottom: 1px solid var(--sand);\n      background: var(--cream);\n    }\n    .tagline p {\n      font-family: 'Playfair Display', serif;\n      font-size: 14.5px;\n      font-style: italic;\n      color: var(--green);\n      line-height: 1.6;\n    }\n\n    \/* SIZE CARDS *\/\n    .sizes {\n      background: var(--sand);\n      padding: 13px 20px;\n      border-bottom: 1px solid var(--sand-dk);\n    }\n    .sec-label {\n      font-size: 9.5px;\n      font-weight: 500;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 10px;\n    }\n    .size-row {\n      display: flex;\n      gap: 9px;\n      flex-wrap: wrap;\n    }\n    .size-card {\n      flex: 1;\n      min-width: 200px;\n      background: var(--white);\n      border: 1px solid var(--sand-dk);\n      border-top: 3px solid var(--green);\n      border-radius: 8px;\n      padding: 12px 14px;\n      display: flex;\n      gap: 14px;\n      align-items: flex-start;\n    }\n    .size-card.large { border-top-color: var(--straw); }\n    .sc-icon { font-size: 26px; flex-shrink: 0; margin-top: 2px; }\n    .sc-vol {\n      font-family: 'Playfair Display', serif;\n      font-size: 24px;\n      color: var(--bark);\n      line-height: 1;\n    }\n    .sc-ml { font-size: 10.5px; color: var(--muted); }\n    .sc-tag {\n      display: inline-block;\n      font-size: 9.5px;\n      font-weight: 500;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      border-radius: 4px;\n      padding: 1px 7px;\n      margin: 3px 0 5px;\n    }\n    .size-card .sc-tag { background: var(--green-lt); color: var(--green-dk); }\n    .size-card.large .sc-tag { background: var(--straw-lt); color: #7a5a10; }\n    .sc-use { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n    \/* DESCRIPTION *\/\n    .desc {\n      padding: 12px 20px;\n      border-bottom: 1px solid var(--sand);\n      background: var(--cream);\n    }\n    .desc p { font-size: 13px; color: #48402c; line-height: 1.68; }\n\n    \/* FEATURES *\/\n    .features {\n      padding: 13px 20px;\n      border-bottom: 1px solid var(--sand);\n      background: var(--cream);\n    }\n    .feat-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 7px;\n    }\n    .feat {\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n      padding: 8px 10px;\n      background: var(--white);\n      border: 1px solid var(--sand);\n      border-radius: 7px;\n      transition: background .15s;\n    }\n    .feat:hover { background: var(--green-lt); }\n    .f-ico { font-size: 15px; flex-shrink: 0; margin-top: 1px; }\n    .f-t { font-size: 11.5px; font-weight: 500; color: var(--bark); }\n    .f-d { font-size: 10.5px; color: var(--muted); margin-top: 1px; line-height: 1.35; }\n\n    \/* STANDOUT BADGES — anti-skid + rice husk callout *\/\n    .callouts {\n      display: flex;\n      gap: 8px;\n      padding: 12px 20px;\n      background: var(--green-lt);\n      border-top: 1px solid #b4d8bc;\n      border-bottom: 1px solid #b4d8bc;\n      flex-wrap: wrap;\n    }\n    .callout {\n      flex: 1;\n      min-width: 180px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--white);\n      border: 1px solid #b4d8bc;\n      border-radius: 8px;\n      padding: 9px 12px;\n    }\n    .callout-ico { font-size: 22px; flex-shrink: 0; }\n    .callout-t { font-size: 12px; font-weight: 500; color: var(--green-dk); }\n    .callout-d { font-size: 11px; color: var(--muted); line-height: 1.35; margin-top: 1px; }\n\n    \/* QUOTE *\/\n    .quote {\n      background: var(--straw-lt);\n      border-top: 1px solid #d4b870;\n      border-bottom: 1px solid #d4b870;\n      padding: 9px 20px;\n      text-align: center;\n      font-family: 'Playfair Display', serif;\n      font-style: italic;\n      font-size: 13px;\n      color: #5a4010;\n    }\n    .quote b { color: var(--straw); font-style: normal; font-weight: 400; margin: 0 5px; }\n\n    \/* PERFECT FOR *\/\n    .perfect {\n      background: var(--green-dk);\n      padding: 13px 20px;\n    }\n    .perfect .sec-label { color: rgba(255,255,255,.4); margin-bottom: 9px; }\n    .tags { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; }\n    .tag {\n      background: rgba(255,255,255,.1);\n      border: 1px solid rgba(255,255,255,.18);\n      color: rgba(255,255,255,.84);\n      padding: 3px 10px;\n      border-radius: 100px;\n      font-size: 11.5px;\n      font-weight: 300;\n    }\n\n    \/* ECO FOOTER *\/\n    .eco {\n      display: flex;\n      align-items: center;\n      gap: 11px;\n      padding: 11px 20px;\n      background: linear-gradient(90deg, #daeade, #f0ece0);\n      border-top: 1px solid #b0ccb4;\n    }\n    .eco-i { font-size: 22px; flex-shrink: 0; }\n    .eco-t { font-size: 12px; font-weight: 500; color: var(--green-dk); margin-bottom: 1px; }\n    .eco-d { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n    @media (max-width: 420px) {\n      .feat-grid { grid-template-columns: 1fr; }\n      .size-row, .callouts { flex-direction: column; }\n      .spec-band { flex-wrap: wrap; }\n      .spec { min-width: 50%; border-bottom: 1px solid var(--sand); }\n    }\n  \u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003e🌾 Rice Husk · Eco Collection\u003c\/div\u003e\n\u003ch1\u003eStorage Containers Set \u003cem\u003ewith Lid\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eAnti-Skid Base · Secure Lid · Sustainable Rice Husk\u003c\/p\u003e\n\u003cdiv class=\"chips\"\u003e\n\u003cspan class=\"chip\"\u003e600 ml + 2200 ml\u003c\/span\u003e \u003cspan class=\"chip\"\u003eSet of 2\u003c\/span\u003e \u003cspan class=\"chip\"\u003eAnti-Skid Base\u003c\/span\u003e \u003cspan class=\"chip\"\u003eEco Material\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC BAND --\u003e\n\u003cdiv class=\"spec-band\"\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003cdiv class=\"spec-val\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"spec-lbl\"\u003ePieces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003cdiv class=\"spec-val\"\u003e600ml\u003c\/div\u003e\n\u003cdiv class=\"spec-lbl\"\u003eSmall\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003cdiv class=\"spec-val\"\u003e2200ml\u003c\/div\u003e\n\u003cdiv class=\"spec-lbl\"\u003eLarge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec\"\u003e\n\u003cdiv class=\"spec-val\"\u003eRice\u003c\/div\u003e\n\u003cdiv class=\"spec-lbl\"\u003eHusk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAGLINE --\u003e\n\u003cdiv class=\"tagline\"\u003e\n\u003cp\u003eFrom pantry shelf to countertop — sustainable storage that works as beautifully as it looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE CARDS --\u003e\n\u003csection class=\"sizes\"\u003e\n\u003cp class=\"sec-label\"\u003eWhat's in the Set\u003c\/p\u003e\n\u003cdiv class=\"size-row\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"sc-icon\"\u003e🥡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sc-vol\"\u003e600\u003cspan class=\"sc-ml\"\u003e ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-tag\"\u003eSmall\u003c\/div\u003e\n\u003cdiv class=\"sc-use\"\u003eSnacks, dry fruits, spices \u0026amp; small portions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card large\"\u003e\n\u003cdiv class=\"sc-icon\"\u003e🫙\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sc-vol\"\u003e2200\u003cspan class=\"sc-ml\"\u003e ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-tag\"\u003eLarge\u003c\/div\u003e\n\u003cdiv class=\"sc-use\"\u003eGrains, meal prep, leftovers \u0026amp; dry ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"desc\"\u003e\n\u003cp\u003eMade from sustainable rice husk material, this two-piece storage set is built for kitchens that value both eco-consciousness and clean design. The anti-skid base ensures steady placement on any surface, while the secure matching lid keeps every ingredient fresh and protected. Light enough for daily use, durable enough for years to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CALLOUTS — two standout features --\u003e\n\u003cdiv class=\"callouts\"\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-ico\"\u003e🌾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"callout-t\"\u003eRice Husk Material\u003c\/div\u003e\n\u003cdiv class=\"callout-d\"\u003eMade from natural agricultural by-product — eco-friendly \u0026amp; durable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-ico\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"callout-t\"\u003eAnti-Skid Base\u003c\/div\u003e\n\u003cdiv class=\"callout-d\"\u003eStays firmly in place on countertops \u0026amp; pantry shelves\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n\u003cp class=\"sec-label\" style=\"margin-bottom: 9px;\"\u003eKey Features\u003c\/p\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eSecure Lid\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003eKeeps contents fresh \u0026amp; airtight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e🪶\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eLightweight\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003eEasy to handle every day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e♻️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eReusable\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003eEco-friendly alternative to plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e🎨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eMinimal Natural Look\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003eClean design for modern kitchens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e🧼\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eEasy to Clean\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003eSmooth surface, no staining\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat\"\u003e\n\u003cdiv class=\"f-ico\"\u003e📐\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"f-t\"\u003eTwo Useful Sizes\u003c\/div\u003e\n\u003cdiv class=\"f-d\"\u003e600ml \u0026amp; 2200ml for every need\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUOTE --\u003e\n\u003cdiv class=\"quote\"\u003e\n\u003cb\u003e✦\u003c\/b\u003e Sustainable choices, made simple — one container at a time.\u003cb\u003e✦\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"perfect\"\u003e\n\u003cp class=\"sec-label\"\u003ePerfect For\u003c\/p\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003e🍱 Meal Prep\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🥡 Leftovers\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏠 Pantry Organisation\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🌾 Dry Ingredients\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍪 Snack Storage\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🎁 Housewarming Gift\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🌱 Eco Kitchens\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍽️ Countertop Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ECO FOOTER --\u003e\n\u003cdiv class=\"eco\"\u003e\n\u003cdiv class=\"eco-i\"\u003e🌾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eco-t\"\u003eMade from Rice Husk\u003c\/div\u003e\n\u003cdiv class=\"eco-d\"\u003eA natural by-product repurposed into premium kitchenware — reusable, durable, and better for the planet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AgroPods","offers":[{"title":"Set of 2","offer_id":63622298763633,"sku":"IN - APC168","price":1399.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_168.png?v=1779079899"},{"product_id":"eco-snack-box-800ml-beige","title":"Eco Snack Box - 800ml Beige","description":"\u003cp\u003ePractical beige eco snack box - 800ml. Lightweight, leak-resistant and ideal for packed lunches, picnics and on-the-go snacking.\u003c\/p\u003e","brand":"AgroPods","offers":[{"title":"800ml","offer_id":63622298861937,"sku":"IN - APC170","price":389.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/Ceramic_170.png?v=1779079920"},{"product_id":"home-made-millets-muesli","title":"Home-made Honey Millets Muesli","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    --brand-dark: #1b4332; \/* Deep forest green *\/\n    --brand-mid: #2d6a4f; \n    --brand-light: #95d5b2;\n    --brand-pale: #e9f5ec;\n    --cream: #fbfdf9;\n    --cream2: #f4f1ea; \/* Parchment tone *\/\n    --accent: #b0891d; \/* Honey gold *\/\n    --ink: #1a2c1b;\n    --ink2: #2d4a2e;\n    --muted: #5e7a62;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body { background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; font-weight: 300; overflow-x: hidden; }\n\n  .hero { background: var(--brand-mid); position: relative; overflow: hidden; padding: 3.5rem 3rem 3rem; border-bottom: 2px solid var(--brand-pale); }\n  .hero::before { content: ''; position: absolute; inset: 0; 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.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'\/%3E%3C\/svg%3E\"); pointer-events: none; opacity: 0.8; }\n  .hero-inner { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }\n  .hero-text { flex: 1; min-width: 280px; }\n  \n  .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brand-light); margin-bottom: 1rem; }\n  .eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1.5px; background: var(--brand-light); }\n  \n  .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #ffffff; line-height: 1.1; margin-bottom: 0.5rem; }\n  .hero-title em { font-style: italic; color: var(--brand-light); }\n  .hero-sub { font-size: 14px; color: var(--brand-pale); letter-spacing: 0.05em; margin-bottom: 1.2rem; line-height: 1.5; }\n\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 40px; }\n  .badge-primary { background: var(--cream2); color: var(--brand-dark); }\n  .badge-accent { background: var(--accent); color: #fff; }\n\n  .hero-art { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; }\n  .product-wrap { position: relative; width: 200px; height: 180px; }\n  .product-svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: float-gentle 5s ease-in-out infinite; filter: drop-shadow(4px 10px 12px rgba(10, 30, 15, 0.3)); }\n  @keyframes float-gentle { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 6px)); } }\n\n  .content { max-width: 900px; margin: 0 auto; padding: 2.5rem 2rem 3rem; }\n  .story-section { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; margin-bottom: 2.5rem; align-items: start; }\n  .section-label { font-size: 9px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brand-mid); display: flex; align-items: center; gap: 8px; }\n  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--brand-pale); }\n  \n  .pull-quote { font-family: 'DM Serif Display', serif; font-size: 1.35rem; font-style: italic; color: var(--brand-dark); line-height: 1.6; margin-bottom: 1rem; border-left: 3px solid var(--accent); padding-left: 1.2rem; }\n  .body-text { font-size: 14px; line-height: 1.9; color: var(--ink2); font-weight: 300; }\n\n  .nature-divider { height: 8px; background: repeating-linear-gradient(90deg, var(--brand-dark) 0px, var(--brand-mid) 20px, var(--brand-light) 40px, var(--brand-mid) 60px, var(--brand-dark) 80px); border-radius: 4px; margin: 2rem 0; opacity: 0.2; }\n\n  .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 2.5rem; }\n  .feature-card { background: #fff; border: 1.5px solid var(--brand-pale); border-radius: 12px; padding: 1.2rem 1rem; text-align: center; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }\n  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brand-mid); }\n  .feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(45, 106, 79, 0.12); }\n  .feature-icon { font-size: 1.8rem; margin-bottom: 0.5rem; display: block; line-height: 1; }\n  .feature-title { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 4px; }\n  .feature-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n  .specs-block { background: var(--brand-dark); border-radius: 12px; padding: 1.8rem 2rem; margin-bottom: 2.5rem; position: relative; overflow: hidden; }\n  .specs-block::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(95deg, transparent, transparent 40px, rgba(255,255,255,0.04) 41px, rgba(255,255,255,0.04) 42px); }\n  .specs-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--brand-pale); margin-bottom: 1.2rem; position: relative; z-index: 1; }\n  .specs-row { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }\n  .spec-pill { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 0.6rem 1rem; flex: 1; min-width: 150px; }\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n  .spec-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-light); margin-bottom: 2px; }\n  .spec-value { font-size: 13px; font-weight: 400; color: var(--cream); }\n\n  @media(max-width:640px) {\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNative Breakfast Blend\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eHome-made\u003cbr\u003e\u003cem\u003eHoney Millets Muesli\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA crunchy, nutrient-dense blend of 6 native millets, Karuppu Kavuni, Mapillai Samba, premium nuts, and a touch of pure honey.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-primary\"\u003e🌾 Heritage Grains\u003c\/span\u003e \u003cspan class=\"badge badge-accent\"\u003e🍯 Honey Sweetened\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\u003csvg class=\"product-svg\" width=\"180\" height=\"160\" viewbox=\"0 0 180 160\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \n          \u003cpath d=\"M 20 80 C 20 130 50 150 90 150 C 130 150 160 130 160 80 Z\" fill=\"#f4f1ea\"\u003e\u003c\/path\u003e\n          \u003cellipse cx=\"90\" cy=\"80\" rx=\"70\" ry=\"20\" fill=\"#e2dfd6\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"90\" cy=\"80\" rx=\"65\" ry=\"16\" fill=\"#c2a57f\"\u003e\u003c\/ellipse\u003e\n          \u003ccircle cx=\"60\" cy=\"82\" r=\"6\" fill=\"#8d6e63\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"110\" cy=\"78\" r=\"5\" fill=\"#4e342e\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"85\" cy=\"85\" r=\"4\" fill=\"#ffb300\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M 70 75 Q 80 70 90 80\" stroke=\"#f4f1ea\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M 120 85 Q 130 80 140 85\" stroke=\"#f4f1ea\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n          \n          \u003cpath d=\"M 90 30 C 95 40 85 50 90 60\" stroke=\"#f59e0b\" stroke-width=\"3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"90\" cy=\"68\" r=\"2\" fill=\"#f59e0b\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle cx=\"50\" cy=\"75\" r=\"8\" fill=\"#e11d48\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"125\" cy=\"88\" r=\"6\" fill=\"#e11d48\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Roots\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Reviving the wisdom of native agriculture for a powerful, energizing start to your day.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eWe believe the best nourishment comes from our roots. Vel's Foods Home-made Millets Muesli is crafted to honor traditional foods, bringing together six distinct varieties of millets with the legendary Mapillai Samba and Karuppu Kavuni flakes. Naturally glazed with honey and packed with nuts and seeds, this mix provides sustained energy, high dietary fiber, and a beautiful connection to native wellness with every crunch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"section-label\" style=\"margin-bottom: 1.2rem;\"\u003eKey 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\"\u003eHeritage Flakes\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFeatures prized native grains like Mapillai Samba and Black Rice.\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\"\u003eRefined Sugar Free\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNaturally sweetened with pure honey and dry grapes.\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\"\u003e6-Millet Power\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eA complex carb blend for sustained, crash-free morning energy.\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\"\u003eInstant Breakfast\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReady to eat directly or simply add to warm\/cold milk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63690184982897,"sku":null,"price":299.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63690185015665,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63690185048433,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/D3.jpg?v=1779983047"},{"product_id":"chocolate-millets-muesli","title":"Home-made Chocolate Millets Muesli","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    --brand-dark: #3e2723; \/* Deep cocoa brown *\/\n    --brand-mid: #5d4037; \n    --brand-light: #a1887f;\n    --brand-pale: #efebe9;\n    --cream: #fbfdf9;\n    --cream2: #f4f1ea; \n    --accent: #d84315; \/* Warm cocoa accent *\/\n    --ink: #2b1f1c;\n    --ink2: #4a3831;\n    --muted: #795548;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body { background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; font-weight: 300; overflow-x: hidden; }\n\n  .hero { background: var(--brand-dark); position: relative; overflow: hidden; padding: 3.5rem 3rem 3rem; border-bottom: 2px solid #271612; }\n  .hero::before { content: ''; position: absolute; inset: 0; 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.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'\/%3E%3C\/svg%3E\"); pointer-events: none; opacity: 0.8; }\n  .hero-inner { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }\n  .hero-text { flex: 1; min-width: 280px; }\n  \n  .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brand-light); margin-bottom: 1rem; }\n  .eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1.5px; background: var(--brand-light); }\n  \n  .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #ffffff; line-height: 1.1; margin-bottom: 0.5rem; }\n  .hero-title em { font-style: italic; color: var(--brand-light); }\n  .hero-sub { font-size: 14px; color: var(--brand-pale); letter-spacing: 0.05em; margin-bottom: 1.2rem; line-height: 1.5; }\n\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 40px; }\n  .badge-primary { background: var(--cream2); color: var(--brand-dark); }\n  .badge-accent { background: var(--accent); color: #fff; }\n\n  .hero-art { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; }\n  .product-wrap { position: relative; width: 200px; height: 180px; }\n  .product-svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: float-gentle 5s ease-in-out infinite; filter: drop-shadow(4px 10px 12px rgba(0, 0, 0, 0.4)); }\n  @keyframes float-gentle { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 6px)); } }\n\n  .content { max-width: 900px; margin: 0 auto; padding: 2.5rem 2rem 3rem; }\n  .story-section { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; margin-bottom: 2.5rem; align-items: start; }\n  .section-label { font-size: 9px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brand-mid); display: flex; align-items: center; gap: 8px; }\n  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--brand-pale); }\n  \n  .pull-quote { font-family: 'DM Serif Display', serif; font-size: 1.35rem; font-style: italic; color: var(--brand-dark); line-height: 1.6; margin-bottom: 1rem; border-left: 3px solid var(--accent); padding-left: 1.2rem; }\n  .body-text { font-size: 14px; line-height: 1.9; color: var(--ink2); font-weight: 300; }\n\n  .nature-divider { height: 8px; background: repeating-linear-gradient(90deg, var(--brand-dark) 0px, var(--brand-mid) 20px, var(--brand-light) 40px, var(--brand-mid) 60px, var(--brand-dark) 80px); border-radius: 4px; margin: 2rem 0; opacity: 0.2; }\n\n  .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 2.5rem; }\n  .feature-card { background: #fff; border: 1.5px solid var(--brand-pale); border-radius: 12px; padding: 1.2rem 1rem; text-align: center; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }\n  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brand-mid); }\n  .feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(93, 64, 55, 0.12); }\n  .feature-icon { font-size: 1.8rem; margin-bottom: 0.5rem; display: block; line-height: 1; }\n  .feature-title { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 4px; }\n  .feature-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n  @media(max-width:640px) {\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eIndulgent Native Health\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eChocolate\u003cbr\u003e\u003cem\u003eMillets Muesli\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThe ultimate guilt-free crunch. A powerful mix of 6 native millets, Karuppu Kavuni, and nuts, completely enveloped in rich cocoa and dark chocolate.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-primary\"\u003e🍫 Dark Chocolate\u003c\/span\u003e \u003cspan class=\"badge badge-accent\"\u003e🌾 Heritage Grains\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 180 160\" height=\"160\" width=\"180\" class=\"product-svg\"\u003e\n          \n          \u003cpath fill=\"#efebe9\" d=\"M 20 80 C 20 130 50 150 90 150 C 130 150 160 130 160 80 Z\"\u003e\u003c\/path\u003e\n          \u003cellipse fill=\"#d7ccc8\" ry=\"20\" rx=\"70\" cy=\"80\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse fill=\"#4e342e\" ry=\"16\" rx=\"65\" cy=\"80\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n          \u003ccircle fill=\"#3e2723\" r=\"6\" cy=\"82\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#21110c\" r=\"5\" cy=\"78\" cx=\"110\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#6d4c41\" r=\"4\" cy=\"85\" cx=\"85\"\u003e\u003c\/circle\u003e\n          \u003cpath fill=\"none\" stroke-width=\"2\" stroke=\"#d7ccc8\" d=\"M 70 75 Q 80 70 90 80\"\u003e\u003c\/path\u003e\n          \n          \u003cpath fill=\"none\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#3e2723\" d=\"M 90 30 C 95 40 85 50 90 60\"\u003e\u003c\/path\u003e\n          \u003ccircle fill=\"#3e2723\" r=\"3\" cy=\"68\" cx=\"90\"\u003e\u003c\/circle\u003e\n          \n          \u003crect transform=\"rotate(15 45 72)\" fill=\"#21110c\" rx=\"1\" height=\"8\" width=\"8\" y=\"72\" x=\"45\"\u003e\u003c\/rect\u003e\n          \u003ccircle fill=\"#e11d48\" r=\"6\" cy=\"88\" cx=\"125\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Roots\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Proving that wholesome, traditional eating can be incredibly delicious.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eWe've elevated our signature native grain blend to create a guilt-free indulgence. Vel's Foods Home-made Chocolate Millets Muesli combines the antioxidant power of rich cocoa and dark chocolate with the ancient wisdom of Mapillai Samba, Karuppu Kavuni, and six varieties of millets. It is the perfect, kid-friendly way to introduce the immense nutritional benefits of traditional Tamil heritage grains into your family's daily breakfast routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" class=\"section-label\"\u003eKey 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\"\u003eReal Cocoa Power\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eInfused with dark chocolate for a rich, antioxidant-heavy start.\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\"\u003eKid Approved\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThe perfect chocolatey flavor to make eating native millets fun.\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\"\u003eHeritage Flakes\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFeatures prized grains like Mapillai Samba and Black Rice.\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\"\u003eChocolate Milk Magic\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eTurns your morning milk into a delicious chocolate treat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63690305700209,"sku":null,"price":309.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63690305732977,"sku":null,"price":629.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63690305765745,"sku":null,"price":1259.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/E3.jpg?v=1779983669"},{"product_id":"solid-natural-wood-cooking-spoon","title":"Solid Natural Wood Cooking Spoon","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;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --wood-dark: #78350f;\n    --wood-mid: #b45309;\n    --wood-pale: #f3f4f6;\n    --cream: #fafaf9;\n    --cream2: #fffbeb;\n    --accent: #d97706;\n    --ink: #1c1917;\n    --ink2: #44403c;\n  }\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body { background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; font-weight: 300; }\n  .hero { background: var(--cream2); padding: 3.5rem 3rem 3rem; border-bottom: 2px solid var(--wood-pale); text-align: center; }\n  .eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--wood-mid); margin-bottom: 1rem; }\n  .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--wood-dark); margin-bottom: 0.5rem; }\n  .content { max-width: 800px; margin: 0 auto; padding: 2.5rem 2rem 3rem; }\n  .pull-quote { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-style: italic; color: var(--wood-dark); line-height: 1.6; margin-bottom: 1.5rem; text-align: center; }\n  .body-text { font-size: 14px; line-height: 1.9; color: var(--ink2); text-align: center; margin-bottom: 2.5rem; }\n  .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }\n  .feature-card { background: #fff; border: 1px solid var(--wood-pale); border-radius: 8px; padding: 1.2rem; text-align: center; }\n  .feature-title { font-size: 11px; font-weight: 500; text-transform: uppercase; color: var(--wood-dark); margin-bottom: 6px; }\n  .feature-desc { font-size: 12px; color: var(--ink2); line-height: 1.5; }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eSustainable Kitchenware · Everyday Utility\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eSolid Natural Wood\u003cbr\u003eCooking Spoon\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Experience the warmth, durability, and non-scratch safety of solid natural wood in your daily culinary routines.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eAn essential tool for any mindful kitchen. Crafted from a single, continuous piece of high-quality natural hardwood, this cooking spoon features a beautifully smooth, ergonomic long handle and a perfectly scooped head for stirring, mixing, and serving. The authentic wood grain is left visible, celebrating the raw beauty of the material. Gentle on your expensive non-stick cookware and incredibly durable, it is the perfect sustainable replacement for plastic kitchen utensils.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNon-Stick Safe\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth wooden edges will never scratch or damage your teflon or ceramic pans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSingle-Piece Build\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCarved from one solid block of wood, ensuring it won't snap at the handle joint.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eErgonomic Handle\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFeatures a comfortable, rounded grip with a convenient hanging hole at the base.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AB Wooden Toys","offers":[{"title":"Default Title","offer_id":63707272151409,"sku":null,"price":269.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/47_37221412-d846-46d7-bb4b-864026a6f547.png?v=1780084463"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/collections\/what_s_New.png?v=1785316603","url":"https:\/\/inaiyan.in\/collections\/whats-new.oembed?page=2","provider":"Inaiyan","version":"1.0","type":"link"}