{"title":"New Launch","description":"","products":[{"product_id":"premium-rose-petal-syrup-vels-foods","title":"Premium Rose Petal Syrup Natural Rose Milk Mixer","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    --rose-dark: #880e4f;\n    --rose-mid: #d81b60;\n    --rose-light: #f48fb1;\n    --rose-pale: #fce4ec;\n    --cream: #faf6ef;\n    --white: #ffffff;\n    --blue-bg: #b3e5fc; \/* Matching the product photography background *\/\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #9b7d5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--rose-pale);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--rose-light);\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.5;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--rose-dark);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--rose-dark);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--rose-mid);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-pure { background: var(--rose-dark); color: #fff; }\n  .badge-mix { background: var(--rose-mid); color: #fff; }\n  .badge-fresh { background: var(--blue-bg); color: var(--ink); }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 160px;\n    height: 220px;\n  }\n\n  \/* Floating Petals *\/\n  .petal {\n    position: absolute;\n    background: var(--rose-light);\n    border-radius: 50% 0 50% 50%;\n    animation: flutter 4s ease-in-out infinite alternate;\n    opacity: 0.7;\n  }\n  .petal-1 { width: 15px; height: 15px; top: 20px; left: 10px; transform: rotate(45deg); }\n  .petal-2 { width: 12px; height: 12px; top: 120px; right: 10px; animation-delay: 1s; transform: rotate(120deg); }\n  .petal-3 { width: 18px; height: 18px; top: 40px; right: 20px; animation-delay: 2s; transform: rotate(80deg); }\n\n  @keyframes flutter {\n    0% { transform: translateY(0) rotate(0deg); opacity: 0.5; }\n    100% { transform: translateY(-15px) rotate(45deg); opacity: 0.9; }\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(136, 14, 79, 0.2));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col { padding-top: 0.4rem; }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--muted);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rose-light);\n    opacity: 0.5;\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--rose-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--rose-mid);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  .divider {\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--rose-mid), transparent);\n    margin: 2rem 0;\n    opacity: 0.2;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--rose-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--rose-mid);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(216, 27, 96, 0.15);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--rose-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .specs-block {\n    background: var(--rose-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.05) 41px,\n      rgba(255,255,255,0.05) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--rose-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--rose-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: #fff;\n  }\n\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--rose-dark);\n    background: var(--white);\n    border: 1.5px solid var(--rose-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--rose-mid);\n    color: #fff;\n    border-color: var(--rose-dark);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNatural Beverage · Vel's Foods\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003ePremium\u003cbr\u003e\u003cem\u003eRose Petal Syrup\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience the pure, aromatic essence of real roses. A preservative-free mixer for the perfect glass of warm or chilled milk.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-pure\"\u003e🌹 100% Pure\u003c\/span\u003e \u003cspan class=\"badge badge-mix\"\u003e🥛 Easy Mixer\u003c\/span\u003e \u003cspan class=\"badge badge-fresh\"\u003e🌿 No Preservatives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cdiv class=\"petal petal-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"petal petal-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"petal petal-3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SVG Syrup Bottle --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 120 200\" height=\"200\" width=\"120\" class=\"product-svg\"\u003e\n          \n          \u003crect fill=\"#3e0018\" rx=\"6\" height=\"150\" width=\"70\" y=\"45\" x=\"25\"\u003e\u003c\/rect\u003e\n          \n          \n          \u003crect opacity=\"0.1\" fill=\"#ffffff\" rx=\"3\" height=\"140\" width=\"10\" y=\"50\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect opacity=\"0.05\" fill=\"#ffffff\" rx=\"2\" height=\"140\" width=\"5\" y=\"50\" x=\"85\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#ffffff\" height=\"100\" width=\"70\" y=\"70\" x=\"25\"\u003e\u003c\/rect\u003e\n          \n          \n          \u003ccircle fill=\"#fce4ec\" r=\"10\" cy=\"85\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"none\" stroke-width=\"0.5\" stroke=\"#d81b60\" r=\"8\" cy=\"85\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \n          \n          \u003cpath fill=\"#d81b60\" d=\"M 50 130 Q 60 120 70 130 Q 60 140 50 130 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#f48fb1\" d=\"M 53 128 Q 60 122 67 128 Q 60 135 53 128 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003crect fill=\"#880e4f\" height=\"2\" width=\"50\" y=\"105\" x=\"35\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#880e4f\" height=\"2\" width=\"40\" y=\"110\" x=\"40\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"60\" y=\"145\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"45\" y=\"150\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#9b7d5e\" height=\"1\" width=\"55\" y=\"155\" x=\"30\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#ffffff\" rx=\"4\" height=\"40\" width=\"50\" y=\"5\" x=\"35\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#e0e0e0\" height=\"5\" width=\"50\" y=\"40\" x=\"35\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"2\" stroke=\"#e0e0e0\" d=\"M 50 20 Q 60 30 70 20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Story\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Elevate your daily beverages with the authentic, refreshing taste of natural floral sweetness.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eBring traditional flavors into the modern kitchen with our Premium Rose Petal Syrup crafted by Vel's Foods. This rich, beautifully fragrant syrup is the perfect indulgence for those who appreciate natural sweetness without the artificial aftertaste. Whether you are craving a comforting cup of warm rose milk on a chilly evening or a frosty, refreshing pink milk to beat the summer heat, this versatile syrup blends effortlessly.\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eConsciously crafted by Founder Divya Arunkumar, this premium syrup boasts a clean recipe with absolutely zero added preservatives, ensuring that every drop you mix is as pure as nature intended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" 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\"\u003e100% Preservative-Free\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMade with a clean, natural recipe for a pure, authentic taste\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\"\u003eEffortless Mixing\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBlends instantly and smoothly into both warm and chilled milk\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\"\u003ePerfectly Portioned\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHighly concentrated flavor—just 10 ml per 100 ml of milk\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\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCrafted by Vel's Foods and FSSAI certified for strict hygiene\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌹\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium Rose Petal Syrup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e👩🍳\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eVel's Foods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eUsage Ratio\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10 ml syrup to 100 ml milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eStore in Refrigerator (5 Months)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🥛 Chilled Summer Rose Milk\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e☕ Warm Evening Drinks\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🍨 Dessert Drizzles\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🍹 Creative Mocktails\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌿 Health-Conscious Drinkers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"100 ML","offer_id":63688479375729,"sku":null,"price":215.0,"currency_code":"INR","in_stock":true},{"title":"200 ML","offer_id":63688479408497,"sku":null,"price":420.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/G.jpg?v=1779971012"},{"product_id":"homemade-chocolate-nuts-powder-vels-foods","title":"Homemade Chocolate Nuts Powder | Healthy Milk Mix","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --choco-dark: #3e2723;\n    --choco-mid: #5d4037;\n    --kraft-dark: #8d6e63;\n    --kraft-light: #d7ccc8;\n    --kraft-pale: #efebe9;\n    --cream: #faf6ef;\n    --white: #ffffff;\n    --accent: #ff9800; \/* Subtle orange to match brand warmth *\/\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #8d6e63;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--kraft-pale);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--kraft-light);\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.5;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--choco-dark);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--choco-dark);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--choco-mid);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-pure { background: var(--choco-dark); color: #fff; }\n  .badge-mix { background: var(--kraft-dark); color: #fff; }\n  .badge-fresh { background: var(--accent); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 160px;\n    height: 220px;\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(62, 39, 35, 0.2));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col { padding-top: 0.4rem; }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--muted);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--kraft-light);\n    opacity: 0.5;\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--choco-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--choco-mid);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  .divider {\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--kraft-dark), transparent);\n    margin: 2rem 0;\n    opacity: 0.2;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--kraft-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--choco-mid);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(93, 64, 55, 0.15);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--choco-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .specs-block {\n    background: var(--choco-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.05) 41px,\n      rgba(255,255,255,0.05) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--kraft-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--kraft-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: #fff;\n  }\n\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--choco-dark);\n    background: var(--white);\n    border: 1.5px solid var(--kraft-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--choco-mid);\n    color: #fff;\n    border-color: var(--choco-dark);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNatural Beverage · Vel's Foods\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eChocolate\u003cbr\u003e\u003cem\u003eNuts Powder\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA powerhouse of nutrition in every delicious sip. Infused with real cocoa powder, premium nuts, and super seeds.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-pure\"\u003e🌰 Mixed Nuts\u003c\/span\u003e \u003cspan class=\"badge badge-mix\"\u003e🍫 Real Cocoa\u003c\/span\u003e \u003cspan class=\"badge badge-fresh\"\u003e🌾 Super Seeds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SVG Kraft Pouch --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 140 200\" height=\"200\" width=\"140\" class=\"product-svg\"\u003e\n          \n          \u003cpath fill=\"#bcaaa4\" d=\"M 20 20 L 120 20 L 130 180 Q 70 190 10 180 Z\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.3\" fill=\"url(#pouchTexture)\" d=\"M 20 20 L 120 20 L 130 180 Q 70 190 10 180 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003crect fill=\"#a1887f\" height=\"3\" width=\"100\" y=\"35\" x=\"20\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#faf6ef\" height=\"2\" width=\"5\" y=\"28\" x=\"15\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#faf6ef\" height=\"2\" width=\"5\" y=\"28\" x=\"120\"\u003e\u003c\/rect\u003e\n\n          \n          \u003crect fill=\"#d2b48c\" height=\"100\" width=\"80\" y=\"60\" x=\"30\"\u003e\u003c\/rect\u003e\n          \u003crect fill=\"#6d4c41\" height=\"40\" width=\"80\" y=\"120\" x=\"30\"\u003e\u003c\/rect\u003e\n          \n          \n          \u003ccircle fill=\"none\" stroke-width=\"1\" stroke=\"#8d6e63\" r=\"10\" cy=\"75\" cx=\"45\"\u003e\u003c\/circle\u003e\n          \n          \n          \u003cpath fill=\"#3e2723\" d=\"M 40 110 Q 50 90 70 115 Q 90 100 100 110 Q 80 130 60 125 Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"2\" stroke=\"#3e2723\" d=\"M 45 105 Q 40 95 35 100\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"2\" stroke=\"#3e2723\" d=\"M 95 105 Q 105 90 110 95\"\u003e\u003c\/path\u003e\n          \n          \n          \u003cellipse transform=\"rotate(15 70 110)\" fill=\"#ffb74d\" ry=\"15\" rx=\"8\" cy=\"110\" cx=\"70\"\u003e\u003c\/ellipse\u003e\n          \u003cpath fill=\"none\" stroke-width=\"1\" stroke=\"#f57c00\" d=\"M 68 98 Q 72 110 65 120\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Story\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Give your daily glass of milk a delicious, nutrient-packed upgrade with Vel's Foods Home Made Nuts Powder.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eExpertly crafted with a powerhouse blend of premium nuts—including Badam, Pista, Cashew, and Walnuts—this mix is designed to boost your daily energy. It is further fortified with an impressive array of super-seeds: Pumpkin Seeds, Cucumber Seeds, Sunflower Seeds, Chia Seeds, and Flax Seeds.\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eNaturally sweetened with Country sugar and Dry dates, and infused with real Cocoa powder for that irresistible chocolate taste, it makes healthy drinking incredibly delicious for both kids and adults. Proudly brought to you by Founder Divya Arunkumar, this FSSAI-certified blend also includes Makhana for added wholesome goodness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" 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\"\u003ePowerhouse Blend\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePacked with Badam, Pista, Cashew, Walnuts, Makhana, and 5 types of super seeds\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\"\u003eRich Chocolate Flavor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eInfused with real Cocoa powder to give your daily milk a delicious twist\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\"\u003eNaturally Sweetened\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eUses healthier alternatives like Country sugar and Dry dates\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 Prepare\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSimply add 2 spoons of nuts powder to a glass of hot milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🍫\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eChocolate Nuts Powder\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e👩🍳\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eVel's Foods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌾\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eKey Ingredients\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMixed Nuts, Super Seeds, Cocoa\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🥄\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eUsage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2 spoons per hot milk glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🥛 Morning Kids Drink\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e💪 Immunity Boosting\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🍫 Chocolate Drink Lovers\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e☕ Warm Evening Beverages\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌿 Healthy Lifestyles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63688602485105,"sku":null,"price":389.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63688602517873,"sku":null,"price":779.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63688632369521,"sku":null,"price":1559.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/a1.jpg?v=1779971787"},{"product_id":"glow-and-grow-biotin-mix-vels-foods","title":"Premium Glow and Grow Biotin Mix | Natural Hair \u0026 Skin Supplement","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  \/* Base variables adapted for a natural, wellness-focused aesthetic *\/\n  :root {\n    --brand-dark: #1b5e20;\n    --brand-mid: #4caf50;\n    --brand-light: #c8e6c9;\n    --brand-pale: #e8f5e9;\n    --cream: #fbfdf9;\n    --cream2: #f1f8e9;\n    --accent: #f57c00; \n    --accent-light: #ffb74d;\n    --blue: #0288d1;\n    --ink: #1a2c1b;\n    --ink2: #2d4a2e;\n    --muted: #6b8e6d;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--cream2);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--brand-pale);\n  }\n\n  \/* Texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.6;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--brand-mid);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--brand-mid);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--brand-dark);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--accent);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-primary { background: var(--brand-dark); color: var(--cream); }\n  .badge-accent { background: var(--accent); color: #fff; }\n  .badge-secondary { background: var(--brand-mid); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 180px;\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(27, 94, 32, 0.15));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--brand-mid);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--brand-pale);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--brand-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--accent);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .nature-divider {\n    height: 8px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--brand-dark) 0px,\n      var(--brand-mid) 20px,\n      var(--brand-light) 40px,\n      var(--brand-mid) 60px,\n      var(--brand-dark) 80px\n    );\n    border-radius: 4px;\n    margin: 2rem 0;\n    opacity: 0.25;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--brand-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--brand-mid);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.12);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--brand-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.04) 41px,\n      rgba(255,255,255,0.04) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--brand-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--brand-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--cream);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--brand-dark);\n    background: var(--cream2);\n    border: 1.5px solid var(--brand-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--brand-mid);\n    color: #fff;\n    border-color: var(--brand-mid);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 150px; height: 135px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eNatural Wellness · Superfoods\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eGlow \u0026amp; Grow\u003cbr\u003e\u003cem\u003eBiotin Mix\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eNourish your beauty from within. A powerhouse blend of premium nuts, wholesome seeds, and traditional spices to enhance natural keratin production.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-primary\"\u003e🌿 100% Natural\u003c\/span\u003e \u003cspan class=\"badge badge-accent\"\u003e✨ Radiant Skin\u003c\/span\u003e \u003cspan class=\"badge badge-secondary\"\u003e🥜 Nutrient-Rich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration (Powder Bowl \u0026 Leaves) --\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=\"#8b5e3c\" d=\"M 30 90 C 30 130 60 150 90 150 C 120 150 150 130 150 90 Z\"\u003e\u003c\/path\u003e\n          \u003cellipse fill=\"#a06c45\" ry=\"15\" rx=\"60\" cy=\"90\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n          \n          \n          \u003cpath fill=\"#e8e5df\" d=\"M 45 90 C 45 60 70 50 90 45 C 110 50 135 60 135 90 C 135 95 110 100 90 100 C 70 100 45 95 45 90 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#d5d0c5\" d=\"M 60 75 C 70 70 85 65 95 75 C 105 85 115 70 120 80\"\u003e\u003c\/path\u003e\n          \n          \n          \u003cpath fill=\"#4caf50\" d=\"M 130 70 C 140 50 160 40 160 40 C 160 40 165 60 150 75 C 140 85 130 70 130 70 Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1b5e20\" d=\"M 130 70 L 155 48\"\u003e\u003c\/path\u003e\n          \n          \u003cpath fill=\"#66bb6a\" d=\"M 40 80 C 25 70 15 50 15 50 C 15 50 35 45 50 60 C 60 70 40 80 40 80 Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1b5e20\" d=\"M 40 80 L 22 55\"\u003e\u003c\/path\u003e\n          \n          \n          \u003cpath opacity=\"0.8\" fill=\"#f57c00\" d=\"M 80 20 L 85 30 L 95 35 L 85 40 L 80 50 L 75 40 L 65 35 L 75 30 Z\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.9\" fill=\"#ffb74d\" d=\"M 110 35 L 113 42 L 120 45 L 113 48 L 110 55 L 107 48 L 100 45 L 107 42 Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Blend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"True vitality starts from within, rooted in the timeless wisdom of native ingredients.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eElevate your daily wellness routine with Vel's Foods Glow \u0026amp; Grow Biotin Mix, proudly featured on Inaiyan.in. Drawing inspiration from traditional health practices, this mix is carefully crafted using a nutrient-dense harmony of almonds, pistachios, chia seeds, and makhana. Free from artificial additives, it naturally supports keratin production—the essential protein for strong hair, resilient nails, and a radiant complexion. Simply stir two spoons into warm milk or water and embrace a healthier, glowing you every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\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\"\u003eRadiant Skin\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAids in natural keratin production for a smoother, brighter complexion.\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\"\u003eHealthy Hair\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNourishes roots and follicles to support thicker, stronger hair growth.\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\"\u003eStrong Nails\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFortifies nail beds to significantly reduce daily breakage.\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\"\u003ePremium Mix\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePacked with badam, pista, walnuts, and powerhouse seeds like chia and flax.\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 Use\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eJust add two spoons to a glass of warm milk or water daily.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌱\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eForm\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFinely Milled Powder\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePurity\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNo Artificial Additives\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🍽️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eServing Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2 Spoons Daily\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eQuality\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFSSAI Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e☀️ Morning Wellness Routines\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🧘♀️ Post-Workout Nourishment\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e💆♀️ Natural Beauty Care\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🥛 Evening Warm Drinks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63688831074673,"sku":null,"price":449.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63688831107441,"sku":null,"price":909.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63688831140209,"sku":null,"price":1819.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/B1.jpg?v=1779973578"},{"product_id":"home-made-abc-milk-mix-apple-beetroot-carrot-power-blend","title":"Home-made ABC Milk Mix | Apple, Beetroot, Carrot Power Blend","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  \/* Base variables adapted for a rich, beetroot and carrot aesthetic *\/\n  :root {\n    --brand-dark: #6a1b41; \/* Deep maroon\/beetroot *\/\n    --brand-mid: #9c27b0; \n    --brand-light: #f8bbd0;\n    --brand-pale: #fce4ec;\n    --cream: #fbfdf9;\n    --cream2: #fff5f8;\n    --accent: #ef6c00; \/* Carrot orange *\/\n    --accent-light: #ffb74d;\n    --apple-red: #d32f2f;\n    --ink: #2b111c;\n    --ink2: #4a2333;\n    --muted: #8e586f;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--cream2);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--brand-pale);\n  }\n\n  \/* Texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.6;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--brand-dark);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--brand-dark);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--accent);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-primary { background: var(--brand-dark); color: var(--cream); }\n  .badge-accent { background: var(--accent); color: #fff; }\n  .badge-secondary { background: var(--apple-red); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 180px;\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(106, 27, 65, 0.15));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--brand-pale);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--brand-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--accent);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .nature-divider {\n    height: 8px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--brand-dark) 0px,\n      var(--apple-red) 20px,\n      var(--accent) 40px,\n      var(--brand-light) 60px,\n      var(--brand-dark) 80px\n    );\n    border-radius: 4px;\n    margin: 2rem 0;\n    opacity: 0.25;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--brand-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--brand-dark);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(106, 27, 65, 0.12);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--brand-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.04) 41px,\n      rgba(255,255,255,0.04) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--brand-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--brand-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--cream);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--brand-dark);\n    background: var(--cream2);\n    border: 1.5px solid var(--brand-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--brand-dark);\n    color: #fff;\n    border-color: var(--brand-dark);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 150px; height: 135px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eDaily Health · Superfoods\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eHome-made\u003cbr\u003e\u003cem\u003eABC Milk Mix\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eExperience the magic of Apple, Beetroot, and Carrot. A traditional, immunity-boosting health mix perfectly balanced with premium nuts.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-primary\"\u003e🍎 Real ABC Blend\u003c\/span\u003e \u003cspan class=\"badge badge-accent\"\u003e💪 Immunity Booster\u003c\/span\u003e \u003cspan class=\"badge badge-secondary\"\u003e🥜 Premium Nuts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration (Glass with Milk Mix) --\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 stroke-linejoin=\"round\" stroke-width=\"4\" stroke=\"#6a1b41\" fill=\"#fff5f8\" d=\"M 60 30 L 50 130 C 50 145 60 150 90 150 C 120 150 130 145 130 130 L 120 30 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003cpath fill=\"#d3778a\" d=\"M 62 45 L 53 130 C 53 140 62 145 90 145 C 118 145 127 140 127 130 L 118 45 Z\"\u003e\u003c\/path\u003e\n          \u003cellipse fill=\"#ecb4c1\" ry=\"6\" rx=\"28\" cy=\"45\" cx=\"90\"\u003e\u003c\/ellipse\u003e\n          \n          \n          \n          \u003ccircle opacity=\"0.9\" fill=\"#d32f2f\" r=\"12\" cy=\"80\" cx=\"75\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath opacity=\"0.9\" fill=\"#ef6c00\" d=\"M 95 100 L 115 105 L 105 125 Z\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle opacity=\"0.9\" fill=\"#6a1b41\" r=\"10\" cy=\"65\" cx=\"105\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cpath fill=\"#ffb74d\" d=\"M 40 110 L 45 115 L 40 120 L 35 115 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#ffb74d\" d=\"M 140 70 L 145 75 L 140 80 L 135 75 Z\"\u003e\u003c\/path\u003e\n          \u003ccircle fill=\"#8d6e63\" r=\"3\" cy=\"115\" cx=\"135\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Blend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"The classic powerhouse combination of Apple, Beetroot, and Carrot, now enriched with wholesome nuts for your daily routine.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eMake nutrition simple and delicious with Vel's Foods Home-made ABC Milk Mix. We've taken the highly revered ABC formula—known for naturally boosting immunity and giving the skin a healthy glow—and transformed it into an easy-to-use powder. Fortified with badam, cashews, pista, and makhana, this comforting hot milk mix provides a powerful dose of sustained energy, essential vitamins, and traditional goodness. Perfect for the whole family!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\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\"\u003eThe ABC Magic\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReal apple, beetroot, and carrot extracts for natural detoxification.\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\"\u003eImmunity Boost\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePacked with essential antioxidants to keep you healthy and active.\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\"\u003ePremium Nuts\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnriched with badam, cashew, and pista for healthy fats and 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\"\u003eGut Friendly\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eInfused with cardamom and makhana for easy, soothing digestion.\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 Make\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSimply stir 1 spoon into hot milk and sweeten to taste.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🏠\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHome-made Recipe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🌱\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eForm\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFinely Milled Powder\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🍽️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eServing Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1 Spoon per Glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eQuality\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eFSSAI Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🌅 Morning Energy Boosts\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🧒 Healthy Kids' Drinks\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🏃♀️ Post-Workout Recovery\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌙 Evening Warm Milk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63689013330289,"sku":null,"price":659.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63689013363057,"sku":null,"price":1379.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63689013395825,"sku":null,"price":2759.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/C1.jpg?v=1779974850"},{"product_id":"home-made-badam-drink-pre-mix-naturally-sweetened-almond-milk-powder-experience-the-rich-authentic-taste-of-traditiona","title":"Home-made Badam Drink Pre Mix | Naturally Sweetened Almond Milk Powder","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\u003ePremium Home-made Badam Drink Pre Mix\u003c\/title\u003e\n\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\n\u003cstyle\u003e\n  \/* Base variables adapted for a fresh blue and warm almond\/saffron aesthetic *\/\n  :root {\n    --brand-dark: #8d4e00; \/* Deep almond brown *\/\n    --brand-mid: #d97706; \/* Warm almond\/amber *\/\n    --brand-light: #fcd34d; \/* Saffron yellow *\/\n    --brand-pale: #fef3c7;\n    --cream: #fbfdf9;\n    --bg-blue: #e0f2fe; \/* Matching the pouch background *\/\n    --accent: #b45309; \n    --accent-light: #fbbf24;\n    --ink: #291c0e;\n    --ink2: #4a3319;\n    --muted: #785a3c;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--bg-blue);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid #bae6fd;\n  }\n\n  \/* Texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.6;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--brand-dark);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--brand-dark);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--brand-mid);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--ink2);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-primary { background: var(--brand-dark); color: var(--cream); }\n  .badge-accent { background: var(--brand-light); color: var(--brand-dark); }\n  .badge-secondary { background: var(--brand-mid); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 180px;\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(141, 78, 0, 0.15));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 6px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: #e2e8f0;\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--brand-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--brand-light);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .nature-divider {\n    height: 8px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--brand-dark) 0px,\n      var(--brand-mid) 20px,\n      var(--brand-light) 40px,\n      var(--brand-mid) 60px,\n      var(--brand-dark) 80px\n    );\n    border-radius: 4px;\n    margin: 2rem 0;\n    opacity: 0.3;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid #f1f5f9;\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--brand-mid);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.12);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--brand-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--brand-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.04) 41px,\n      rgba(255,255,255,0.04) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--brand-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--brand-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--cream);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--brand-dark);\n    background: #f8fafc;\n    border: 1.5px solid #e2e8f0;\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--brand-mid);\n    color: #fff;\n    border-color: var(--brand-mid);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 150px; height: 135px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003cdiv class=\"eyebrow\"\u003eTraditional Wellness · Pure Ingredients\u003c\/div\u003e\n      \u003ch1 class=\"hero-title\"\u003eHome-made\u003cbr\u003e\u003cem\u003eBadam Drink\u003c\/em\u003e Pre Mix\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eThe rich, authentic taste of roasted almonds, naturally sweetened with Panakarkandu (Palm Candy) and perfectly colored with Turmeric and Saffron.\u003c\/p\u003e\n      \u003cdiv class=\"badge-row\"\u003e\n        \u003cspan class=\"badge badge-primary\"\u003e🌴 Palm Candy Sweetened\u003c\/span\u003e\n        \u003cspan class=\"badge badge-accent\"\u003e✨ Saffron \u0026amp; Turmeric\u003c\/span\u003e\n        \u003cspan class=\"badge badge-secondary\"\u003e🥜 Real Almonds\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Animated Product Illustration (Glass with Milk Splash \u0026 Almonds) --\u003e\n    \u003cdiv class=\"hero-art\"\u003e\n      \u003cdiv class=\"product-wrap\"\u003e\n        \u003csvg class=\"product-svg\" width=\"180\" height=\"160\" viewbox=\"0 0 180 160\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003c!-- Stylized Drink Glass (Tilted) --\u003e\n          \u003cg transform=\"translate(90, 80) rotate(-15) translate(-90, -80)\"\u003e\n            \u003cpath d=\"M 60 30 L 70 130 C 70 140 80 145 90 145 C 100 145 110 140 110 130 L 120 30 Z\" fill=\"#ffffff\" stroke=\"#e2e8f0\" stroke-width=\"3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003c!-- Badam Milk Inside --\u003e\n            \u003cpath d=\"M 64 50 L 72 128 C 72 135 80 140 90 140 C 100 140 108 135 108 128 L 116 50 Z\" fill=\"#fef08a\"\u003e\u003c\/path\u003e\n            \u003cellipse cx=\"90\" cy=\"50\" rx=\"26\" ry=\"6\" fill=\"#fde047\"\u003e\u003c\/ellipse\u003e\n          \u003c\/g\u003e\n          \n          \u003c!-- Milk Splash Effects --\u003e\n          \u003cpath d=\"M 40 90 C 30 70 50 60 60 80\" stroke=\"#fef08a\" stroke-width=\"6\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"45\" cy=\"55\" r=\"4\" fill=\"#fef08a\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M 130 110 C 150 120 140 140 120 130\" stroke=\"#fef08a\" stroke-width=\"6\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"145\" cy=\"135\" r=\"3\" fill=\"#fef08a\"\u003e\u003c\/circle\u003e\n\n          \u003c!-- Floating Almonds --\u003e\n          \u003cg transform=\"translate(45, 100) rotate(45)\"\u003e\n            \u003cellipse cx=\"0\" cy=\"0\" rx=\"10\" ry=\"5\" fill=\"#92400e\"\u003e\u003c\/ellipse\u003e\n          \u003c\/g\u003e\n          \u003cg transform=\"translate(135, 60) rotate(-30)\"\u003e\n            \u003cellipse cx=\"0\" cy=\"0\" rx=\"8\" ry=\"4\" fill=\"#92400e\"\u003e\u003c\/ellipse\u003e\n          \u003c\/g\u003e\n          \u003cg transform=\"translate(100, 20) rotate(15)\"\u003e\n            \u003cellipse cx=\"0\" cy=\"0\" rx=\"9\" ry=\"4.5\" fill=\"#92400e\"\u003e\u003c\/ellipse\u003e\n          \u003c\/g\u003e\n\n          \u003c!-- Saffron Strands --\u003e\n          \u003cpath d=\"M 70 25 C 75 20 80 25 85 20\" stroke=\"#dc2626\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M 120 80 C 125 75 130 85 135 80\" stroke=\"#dc2626\" stroke-width=\"1.5\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- Story --\u003e\n  \u003cdiv class=\"story-section\"\u003e\n    \u003cdiv class=\"story-label-col\"\u003e\n      \u003cdiv class=\"section-label\"\u003eThe Heritage\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"pull-quote\"\u003e\"A warm embrace of culture and health, skipping refined sugars for the earthy sweetness of native Palm Candy.\"\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eRediscover the joy of traditional beverages with Vel's Foods Home-made Badam Drink Pre Mix. Staying true to native roots, we have entirely replaced refined white sugar with nutrient-rich Panakarkandu (Palm Candy), offering a healthier, low-glycemic energy boost. Combined with the natural immunity-boosting powers of Turmeric and pure Saffron, and enriched with premium badam, cashews, and pista, this pre-mix delivers an authentic, soul-warming experience in every single sip.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nature-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Features --\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\"\u003eNaturally Sweetened\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eMade exclusively with Panakarkandu (Palm Candy) for healthier sweetness.\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\"\u003eThe Golden Glow\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eNaturally colored and fortified with immunity-boosting Turmeric and Saffron.\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\"\u003ePremium Nuts\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eA rich, energy-dense base of real Badam, Cashews, and Pista.\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\"\u003eGut Friendly\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eInfused with aromatic Cardamom and Makkana for easy digestion.\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\"\u003ePure Goodness\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eAbsolutely zero artificial coloring agents or refined sugars.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nature-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Specifications --\u003e\n  \u003cdiv class=\"specs-block\"\u003e\n    \u003cdiv class=\"specs-title\"\u003eProduct Details\u003c\/div\u003e\n    \u003cdiv class=\"specs-row\"\u003e\n      \u003cdiv class=\"spec-pill\"\u003e\n        \u003cspan class=\"spec-icon\"\u003e🍯\u003c\/span\u003e\n        \u003cdiv class=\"spec-info\"\u003e\n          \u003cdiv class=\"spec-label\"\u003eSweetener\u003c\/div\u003e\n          \u003cdiv class=\"spec-value\"\u003e100% Palm Candy\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-pill\"\u003e\n        \u003cspan class=\"spec-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cdiv class=\"spec-info\"\u003e\n          \u003cdiv class=\"spec-label\"\u003eColoring\u003c\/div\u003e\n          \u003cdiv class=\"spec-value\"\u003eNatural Turmeric \u0026amp; Saffron\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-pill\"\u003e\n        \u003cspan class=\"spec-icon\"\u003e🥛\u003c\/span\u003e\n        \u003cdiv class=\"spec-info\"\u003e\n          \u003cdiv class=\"spec-label\"\u003eUsage\u003c\/div\u003e\n          \u003cdiv class=\"spec-value\"\u003eMix with Hot or Cold Milk\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-pill\"\u003e\n        \u003cspan class=\"spec-icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv class=\"spec-info\"\u003e\n          \u003cdiv class=\"spec-label\"\u003eQuality\u003c\/div\u003e\n          \u003cdiv class=\"spec-value\"\u003eFSSAI Certified\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Perfect For --\u003e\n  \u003cdiv class=\"section-label\" style=\"margin-bottom:1rem\"\u003ePerfect For\u003c\/div\u003e\n  \u003cdiv class=\"ideal-strip\"\u003e\n    \u003cspan class=\"ideal-tag\"\u003e🌙 Comforting Nightcaps\u003c\/span\u003e\n    \u003cspan class=\"ideal-tag\"\u003e🧒 Wholesome Kids' Drinks\u003c\/span\u003e\n    \u003cspan class=\"ideal-tag\"\u003e🎉 Festive Servings\u003c\/span\u003e\n    \u003cspan class=\"ideal-tag\"\u003e⚡ Natural Energy Boosts\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nature-divider\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Vels Food","offers":[{"title":"250 G","offer_id":63689829319025,"sku":null,"price":419.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63689829351793,"sku":null,"price":839.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63689829384561,"sku":null,"price":1639.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/F1.jpg?v=1779980952"},{"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":319.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63690185015665,"sku":null,"price":649.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63690185048433,"sku":null,"price":1299.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":339.0,"currency_code":"INR","in_stock":true},{"title":"500 G","offer_id":63690305732977,"sku":null,"price":679.0,"currency_code":"INR","in_stock":true},{"title":"1 KG","offer_id":63690305765745,"sku":null,"price":1359.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/E3.jpg?v=1779983669"}],"url":"https:\/\/inaiyan.in\/collections\/new-launch.oembed","provider":"Inaiyan","version":"1.0","type":"link"}