{"product_id":"herbal-wooden-tumbler","title":"Ayurvedic Vijaysar Wooden Glass 🌿 – Natural Sugar Balance Tumble 🩺✨","description":"\u003cstyle\u003e\n  * { box-sizing: border-box; }\n  .vj-wrapper {\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    background: #fcf9f2; \/* Warm, natural Ayurvedic tone *\/\n    font-family: 'Segoe UI', Arial, sans-serif;\n    color: #374151;\n    overflow: hidden;\n  }\n  .vj-section { padding: 20px 14px; }\n  .vj-card {\n    background: #fff;\n    border-radius: 16px;\n    padding: 20px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.04);\n    border: 1px solid #f3eed8;\n  }\n  .vj-img-responsive {\n    width: 100%;\n    border-radius: 14px;\n    margin-bottom: 16px;\n    display: block;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n  }\n  .vj-title {\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 0 0 12px;\n    font-weight: 800;\n    color: #451a03; \/* Deep wood brown *\/\n  }\n  .vj-highlight-text { color: #d97706; }\n  \n  \/* --- Prepaid Offer Banner --- *\/\n  .vj-offer-box {\n    background: linear-gradient(135deg, #16a34a, #15803d);\n    color: #fff;\n    border-radius: 14px;\n    padding: 18px;\n    text-align: center;\n    margin-bottom: 20px;\n    box-shadow: 0 6px 15px rgba(22, 163, 74, 0.2);\n    animation: vj-pop 0.5s ease-out forwards;\n  }\n  @keyframes vj-pop {\n    0% { transform: scale(0.95); opacity: 0; }\n    100% { transform: scale(1); opacity: 1; }\n  }\n  .vj-offer-title {\n    font-size: 14px;\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n    color: #fef08a;\n  }\n  .vj-offer-main {\n    font-size: 22px;\n    font-weight: 800;\n    margin: 0 0 5px;\n  }\n  .vj-offer-sub { font-size: 13px; opacity: 0.9; margin: 0; }\n\n  \/* --- Top Review Badge --- *\/\n  .vj-top-review {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: #fff;\n    padding: 12px;\n    border-radius: 12px;\n    margin-bottom: 20px;\n    border: 1px solid #e5e7eb;\n  }\n  .vj-stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px;}\n  .vj-top-review-text { font-size: 13px; font-weight: 700; margin: 0; color: #111827;}\n\n  \/* --- Grid Benefits --- *\/\n  .vj-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 16px;\n  }\n  .vj-mini-card {\n    background: #fffbf0;\n    border-radius: 14px;\n    padding: 16px;\n    border: 1px solid #fde68a;\n    text-align: left;\n  }\n  .vj-mini-card h4 { margin: 0 0 6px; font-size: 15px; color: #451a03; }\n  .vj-mini-card p { margin: 0; font-size: 13px; line-height: 1.5; color: #6b7280; }\n\n  \/* --- How it works Steps --- *\/\n  .vj-step-container { margin-top: 15px; }\n  .vj-step {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 15px;\n    align-items: flex-start;\n  }\n  .vj-step-num {\n    background: #d97706;\n    color: #fff;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    flex-shrink: 0;\n  }\n  .vj-step-text h4 { margin: 0 0 4px; font-size: 16px; color: #451a03; }\n  .vj-step-text p { margin: 0; font-size: 14px; color: #4b5563; line-height: 1.5; }\n\n  \/* --- Trust Icons --- *\/\n  .vj-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 8px;\n    text-align: center;\n    margin-top: 25px;\n  }\n  .vj-trust-item {\n    font-size: 11px;\n    font-weight: 700;\n    color: #4b5563;\n  }\n  .vj-trust-item img {\n    width: 35px;\n    height: 35px;\n    margin: 0 auto 6px;\n    display: block;\n  }\n\n  \/* --- Reviews Section --- *\/\n  .vj-review-card {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    padding: 16px;\n    margin-bottom: 12px;\n  }\n  .vj-review-card p { font-size: 14px; line-height: 1.6; margin: 8px 0; color: #4b5563; font-style: italic;}\n  .vj-reviewer { font-size: 13px; font-weight: 700; color: #111827; }\n  .vj-verified { font-size: 12px; color: #16a34a; font-weight: 700; }\n  \n  \/* --- Video Section --- *\/\n  .vj-video-container { margin-top: 35px; }\n  .vj-video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%; \/* 16:9 Aspect Ratio *\/\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    background: #e5e7eb;\n    border: 1px solid #f3eed8;\n  }\n  .vj-video-wrapper video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n    object-fit: cover;\n  }\n\n  @media(max-width: 480px) {\n    .vj-grid-2 { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vj-wrapper\"\u003e\n  \u003cdiv class=\"vj-section\"\u003e\n    \n    \u003cdiv class=\"vj-offer-box\"\u003e\n      \u003cdiv class=\"vj-offer-title\"\u003e⚡ Exclusive Prepaid Offer ⚡\u003c\/div\u003e\n      \u003ch3 class=\"vj-offer-main\"\u003eSave ₹100 Extra on Prepaid\u003c\/h3\u003e\n      \u003cp class=\"vj-offer-sub\"\u003ePay via UPI\/Card for instant discount + FREE Priority Shipping!\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"vj-top-review\"\u003e\n      \u003cdiv class=\"vj-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"vj-top-review-text\"\u003e4.9\/5 Rating • Trusted by 14,500+ Indians\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003ch2 class=\"vj-title\"\u003eAncient Ayurveda.\u003cbr\u003eModern \u003cspan class=\"vj-highlight-text\"\u003eSugar Balance.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp style=\"font-size: 15px; line-height: 1.6; margin-bottom: 20px;\"\u003eFor over 2,000 years, Ayurveda has relied on the healing properties of the Indian Kino Tree. Handcrafted from premium \u003cstrong\u003eVijaysar heartwood\u003c\/strong\u003e, this tumbler is your simple, 100% natural daily ritual for healthy sugar management.\u003c\/p\u003e\n    \n    \u003cp style=\"font-size: 15px; line-height: 1.6; margin-bottom: 20px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0653\/3198\/6520\/files\/1_90b25d8f-209f-46a5-aac6-6261554cb0a9.svg?v=1774527547\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\n    \u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-top: 20px;\" class=\"vj-card\"\u003e\n      \u003ch3 style=\"font-size: 20px; font-weight: 800; margin-top: 0; color: #451a03;\"\u003eWhy Every Home Needs This 🌿\u003c\/h3\u003e\n      \u003cdiv class=\"vj-grid-2\"\u003e\n        \u003cdiv class=\"vj-mini-card\"\u003e\n          \u003ch4\u003e🩸 Natural Sugar Balance\u003c\/h4\u003e\n          \u003cp\u003eGradually supports healthy glucose metabolism and insulin function.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vj-mini-card\"\u003e\n          \u003ch4\u003e⚡ Boosts Morning Energy\u003c\/h4\u003e\n          \u003cp\u003eReduces sluggishness and stimulates healthy digestion to start your day.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vj-mini-card\"\u003e\n          \u003ch4\u003e🌱 100% Chemical-Free\u003c\/h4\u003e\n          \u003cp\u003eNo pills, powders, or side effects. Works safely alongside any existing routine.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vj-mini-card\"\u003e\n          \u003ch4\u003e🎁 The Perfect Gift\u003c\/h4\u003e\n          \u003cp\u003eA meaningful, practical gift that shows your diabetic parents you care.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"margin-top: 30px;\"\u003e\n      \u003ch2 style=\"font-size: 22px; text-align: center;\" class=\"vj-title\"\u003eFill. Sleep. Drink.\u003c\/h2\u003e\n      \u003cp\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0806\/4856\/9069\/files\/20779e69-cd6b-4147-ab8f-0bd0f34492c1_1.webp?v=1779288592\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\n      \u003c\/p\u003e\n      \u003cdiv style=\"background: #fff;\" class=\"vj-card\"\u003e\n        \u003cdiv class=\"vj-step-container\"\u003e\n          \u003cdiv class=\"vj-step\"\u003e\n            \u003cdiv class=\"vj-step-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"vj-step-text\"\u003e\n              \u003ch4\u003eFill Overnight\u003c\/h4\u003e\n              \u003cp\u003ePour drinking water into the glass before going to sleep.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vj-step\"\u003e\n            \u003cdiv class=\"vj-step-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv class=\"vj-step-text\"\u003e\n              \u003ch4\u003eWatch the Magic\u003c\/h4\u003e\n              \u003cp\u003eLeave it for 6-8 hours. The water will turn slightly reddish—proof of the genuine, high-quality Vijaysar essence releasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vj-step\"\u003e\n            \u003cdiv class=\"vj-step-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv class=\"vj-step-text\"\u003e\n              \u003ch4\u003eDrink Empty Stomach\u003c\/h4\u003e\n              \u003cp\u003eConsume the infused water first thing in the morning. Repeat daily.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"vj-trust-grid\"\u003e\n      \u003cdiv class=\"vj-trust-item\"\u003e\n\u003cspan style=\"font-size: 24px; display: block; margin-bottom: 5px;\"\u003e🌿\u003c\/span\u003e 100% Pure Wood\u003c\/div\u003e\n      \u003cdiv class=\"vj-trust-item\"\u003e\n\u003cspan style=\"font-size: 24px; display: block; margin-bottom: 5px;\"\u003e🚚\u003c\/span\u003e Fast Shipping\u003c\/div\u003e\n      \u003cdiv class=\"vj-trust-item\"\u003e\n\u003cspan style=\"font-size: 24px; display: block; margin-bottom: 5px;\"\u003e💵\u003c\/span\u003e COD Available\u003c\/div\u003e\n      \u003cdiv class=\"vj-trust-item\"\u003e\n\u003cspan style=\"font-size: 24px; display: block; margin-bottom: 5px;\"\u003e🛡️\u003c\/span\u003e Secure Checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"margin-top: 35px;\"\u003e\n      \u003ch2 style=\"font-size: 22px; text-align: center;\" class=\"vj-title\"\u003eWhat Customers Say\u003c\/h2\u003e\n      \u003cdiv class=\"vj-review-card\"\u003e\n        \u003cdiv class=\"vj-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp\u003e\"Papa ki sugar 10 saal se problem thi. Maine unhe yeh gift kiya and 4 hafto se wo roz subah pee rahe hain. He feels much more energetic now. Very genuine product, paani sach mein laal ho jata hai raat bhar mein.\"\u003c\/p\u003e\n        \u003cspan class=\"vj-reviewer\"\u003eMukesh K.\u003c\/span\u003e \u003cspan class=\"vj-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vj-review-card\"\u003e\n        \u003cdiv class=\"vj-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp\u003e\"2 hafte use kiya. Subah uthna easy ho gaya, wo heavy sluggish feeling nahi hoti ab. Simple product, zero side effects, aur itna affordable bhi. Prepaid offer mein 100 extra off mil gaya!\"\u003c\/p\u003e\n        \u003cspan class=\"vj-reviewer\"\u003eParesh P.\u003c\/span\u003e \u003cspan class=\"vj-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vj-review-card\"\u003e\n        \u003cdiv class=\"vj-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp\u003e\"A very thoughtful gift for anyone dealing with sugar issues. My mother loves this routine now. Wood quality is premium and doesn't leak.\"\u003c\/p\u003e\n        \u003cspan class=\"vj-reviewer\"\u003eAnjali M.\u003c\/span\u003e \u003cspan class=\"vj-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vj-video-container\"\u003e\n      \u003cdiv class=\"vj-card\"\u003e\n        \u003ch2 style=\"font-size: 22px; text-align: center; margin-top: 0;\" class=\"vj-title\"\u003ePacked With Care 📦\u003c\/h2\u003e\n        \u003cp style=\"font-size: 14px; text-align: center; color: #6b7280; margin-top: -5px; margin-bottom: 20px; line-height: 1.5;\"\u003e\n          Watch how we carefully inspect and sanitize every single Vijaysar tumbler before packing it securely for its journey to your home.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"vj-video-wrapper\"\u003e\n          \u003cvideo controls playsinline loop muted autoplay\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2dcf85a66b8b42529d1c6d8c8d4a3a23.mp4\" type=\"video\/mp4\"\u003e\n            Your browser does not support the video tag.\n          \u003c\/source\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \n        \u003cp style=\"font-size: 13px; text-align: center; color: #16a34a; font-weight: 700; margin-top: 15px; margin-bottom: 0;\"\u003e\n          ✔ Quality Checked ✔ Sanitized ✔ Securely Sealed\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dropdash","offers":[{"title":"1. Herbal Wooden Tumbler","offer_id":49994820485357,"sku":"Wooden Tumbler","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/4856\/9069\/files\/9956492f-df21-49cb-9cd5-17023d1965d8.webp?v=1779288742","url":"https:\/\/glamroo.shop\/products\/herbal-wooden-tumbler","provider":"Glamroo","version":"1.0","type":"link"}