{"product_id":"turmeric-varicose-veins","title":"Turmeric Herbal VV Care Spray 🌿","description":"\u003cstyle\u003e\n\n  \/* --- GLOBAL FONTS \u0026 LAYOUT --- *\/\n\n  .main-container {\n\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n\n    line-height: 1.6;\n\n    color: #333;\n\n    max-width: 100%;\n\n    overflow-x: hidden;\n\n  }\n\n\n\n  \/* --- URGENCY BANNER (RED\/WHITE STRIPES) --- *\/\n\n  .offer-banner.redwhite {\n\n    background: repeating-linear-gradient(\n\n      45deg,\n\n      #ff0000,\n\n      #ff0000 10px,\n\n      #ffffff 10px,\n\n      #ffffff 20px\n\n    );\n\n    color: #fff;\n\n    text-align: center;\n\n    padding: 2px; \/* creates the border effect *\/\n\n    border-radius: 12px;\n\n    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);\n\n    margin-bottom: 20px;\n\n    animation: pulseBorder 2s infinite;\n\n  }\n\n   \n\n  .banner-inner {\n\n    background: #c00;\n\n    padding: 15px;\n\n    border-radius: 10px;\n\n  }\n\n\n\n  .offer-banner .price-tag {\n\n    font-size: 32px;\n\n    font-weight: 900;\n\n    color: #fff;\n\n    text-shadow: 2px 2px 0 #000;\n\n    display: block;\n\n    line-height: 1.2;\n\n    margin: 5px 0;\n\n  }\n\n   \n\n  .offer-banner .mrp-cut {\n\n    text-decoration: line-through;\n\n    font-size: 16px;\n\n    opacity: 0.8;\n\n    font-weight: normal;\n\n  }\n\n\n\n  .offer-banner .limited-text {\n\n    background: #ffeb3b;\n\n    color: #d50000;\n\n    font-weight: bold;\n\n    text-transform: uppercase;\n\n    padding: 4px 12px;\n\n    border-radius: 50px;\n\n    font-size: 14px;\n\n    display: inline-block;\n\n    margin-bottom: 5px;\n\n    box-shadow: 0 2px 5px rgba(0,0,0,0.2);\n\n  }\n\n\n\n  \/* --- ANIMATIONS --- *\/\n\n  @keyframes pulseBorder {\n\n    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }\n\n    70% { transform: scale(1.01); box-shadow: 0 0 0 10px rgba(255, 0, 0, 0); }\n\n    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }\n\n  }\n\n   \n\n  @keyframes float {\n\n    0% { transform: translateY(0px); }\n\n    50% { transform: translateY(-5px); }\n\n    100% { transform: translateY(0px); }\n\n  }\n\n\n\n  \/* --- HEADINGS --- *\/\n\n  h2 {\n\n    color: #b71c1c;\n\n    text-align: center;\n\n    font-size: 26px;\n\n    margin-top: 35px;\n\n    font-weight: 800;\n\n    text-transform: uppercase;\n\n    letter-spacing: -0.5px;\n\n  }\n\n  h3 {\n\n    color: #00695c;\n\n    font-size: 22px;\n\n    text-align: center;\n\n    font-weight: 700;\n\n    margin-bottom: 15px;\n\n  }\n\n\n\n  \/* --- FEATURE BOXES --- *\/\n\n  .problem-box {\n\n    background-color: #fff5f5;\n\n    border: 2px solid #ffcdd2;\n\n    padding: 20px;\n\n    border-radius: 15px;\n\n    margin: 20px 0;\n\n    text-align: center;\n\n  }\n\n   \n\n  .highlight-box {\n\n    background: linear-gradient(180deg, #f1f8e9 0%, #fff 100%);\n\n    border: 2px solid #558b2f;\n\n    padding: 20px;\n\n    border-radius: 15px;\n\n    margin: 20px 0;\n\n    box-shadow: 0 5px 15px rgba(0,100,0,0.05);\n\n  }\n\n\n\n  .check-list {\n\n    list-style: none;\n\n    padding: 0;\n\n    margin: 0;\n\n  }\n\n  .check-list li {\n\n    padding-bottom: 12px;\n\n    font-size: 17px;\n\n    display: flex;\n\n    align-items: flex-start;\n\n    line-height: 1.4;\n\n  }\n\n  .icon {\n\n    margin-right: 12px;\n\n    font-size: 22px;\n\n    min-width: 25px;\n\n  }\n\n\n\n  \/* --- TRUST ICONS --- *\/\n\n  .trust-row {\n\n    display: flex; \n\n    justify-content: center; \n\n    gap: 10px; \n\n    margin-bottom: 25px; \n\n    font-weight: 600; \n\n    font-size: 13px;\n\n    background: #f8f9fa;\n\n    padding: 10px;\n\n    border-radius: 8px;\n\n  }\n\n  .trust-item {\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 4px;\n\n  }\n\n\n\n  \/* --- INGREDIENTS GRID --- *\/\n\n  .ingredient-grid {\n\n    display: flex; \n\n    flex-wrap: wrap; \n\n    justify-content: center; \n\n    gap: 10px; \n\n    text-align: center;\n\n  }\n\n  .ingredient-card {\n\n    background: #fff; \n\n    border: 1px solid #e0e0e0;\n\n    padding: 12px; \n\n    border-radius: 10px; \n\n    width: 44%;\n\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n\n  }\n\n\n\n  \/* --- REVIEWS --- *\/\n\n  .review-box {\n\n    background: #fff;\n\n    border: 1px solid #eee;\n\n    border-left: 5px solid #FFC107;\n\n    padding: 15px;\n\n    margin-bottom: 15px;\n\n    border-radius: 8px;\n\n    box-shadow: 0 3px 6px rgba(0,0,0,0.06);\n\n  }\n\n  .verified {\n\n    color: #2e8b57;\n\n    font-size: 11px;\n\n    font-weight: 800;\n\n    text-transform: uppercase;\n\n    letter-spacing: 0.5px;\n\n    display: block;\n\n    margin-bottom: 4px;\n\n  }\n\n\n\n  \/* --- PRICING TABLE --- *\/\n\n  .price-table {\n\n    border: 3px solid #ff3d00;\n\n    background: #fff;\n\n    border-radius: 15px;\n\n    padding: 25px 15px;\n\n    text-align: center;\n\n    margin-top: 35px;\n\n    position: relative;\n\n    box-shadow: 0 10px 25px rgba(255, 61, 0, 0.15);\n\n  }\n\n  .price-row {\n\n    background: #fff;\n\n    margin: 12px 0;\n\n    padding: 15px;\n\n    border-radius: 10px;\n\n    border: 1px solid #ddd;\n\n    transition: transform 0.2s;\n\n  }\n\n  .price-row.highlighted {\n\n    border: 2px solid #00c853;\n\n    background: #e8f5e9;\n\n    transform: scale(1.02);\n\n    box-shadow: 0 5px 15px rgba(0,200,83,0.15);\n\n  }\n\n  .best-seller {\n\n    background: #ff3d00;\n\n    color: white;\n\n    padding: 8px 20px;\n\n    border-radius: 25px;\n\n    font-size: 14px;\n\n    font-weight: 900;\n\n    position: absolute;\n\n    top: -18px;\n\n    left: 50%;\n\n    transform: translateX(-50%);\n\n    box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n\n  }\n\n   \n\n  \/* --- STOCK BAR --- *\/\n\n  .stock-bar-container {\n\n    background: #e0e0e0;\n\n    height: 10px;\n\n    border-radius: 5px;\n\n    margin: 10px 20px;\n\n    overflow: hidden;\n\n  }\n\n  .stock-bar-fill {\n\n    height: 100%;\n\n    width: 85%;\n\n    background: linear-gradient(90deg, #ff9800, #f44336);\n\n    border-radius: 5px;\n\n    animation: loadStock 1.5s ease-out;\n\n  }\n\n  @keyframes loadStock { from { width: 0%; } to { width: 85%; } }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"main-container\"\u003e\n\n\u003cdiv class=\"offer-banner redwhite\"\u003e\n\n\u003cdiv class=\"banner-inner\"\u003e\n\n\u003cspan class=\"limited-text\"\u003e⚡ Limited Time Offer\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"mrp-cut\"\u003eMRP ₹649\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cspan class=\"price-tag\"\u003e₹299 ONLY\u003c\/span\u003e\n\n\u003cdiv style=\"font-size: 14px; margin-top: 5px;\"\u003eLeg Pain Relief Spray\u003c\/div\u003e\n\n\u003cdiv style=\"font-size: 12px; color: #ffebee;\"\u003eEnds Midnight • Cash on Delivery\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-row\"\u003e\n\n\u003cdiv class=\"trust-item\"\u003e🇮🇳 \u003cspan\u003eMade in India\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e🌿 \u003cspan\u003e100% Herbal\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e🚚 \u003cspan\u003eFree Delivery\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ✅ Varicose Reviews Slider (Short, Responsive, Auto) --\u003e\n\n\u003cdiv class=\"vrs-wrap\"\u003e\n\n\u003cdiv class=\"vrs-h\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/ChatGPT_Image_Nov_16_2025_04_34_17_PM.png?v=1763291531\" alt=\"\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-h\"\u003e⭐ Real Results • Verified Reviews\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-box\" id=\"vrsBox\"\u003e\n\n\u003cdiv class=\"vrs-track\" id=\"vrsTrack\"\u003e\n\n\u003cdiv class=\"vrs-card\"\u003e\n\n\u003cdiv class=\"vrs-stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-txt\"\u003e“2–3 din mein legs noticeably lighter feel hue. Standing job mein comfort kaafi better. Daily routine mein fix ho gaya.”\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-meta\"\u003e\n\n\u003cb\u003eRohit Verma\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-loc\"\u003eBangalore, KA\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-card\"\u003e\n\n\u003cdiv class=\"vrs-stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-txt\"\u003e“Swelling-type heaviness mein relief feel hua aur veins ka look bhi cleaner lagne laga. Texture non-sticky—bahut accha.”\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-meta\"\u003e\n\n\u003cb\u003ePriya Nair\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-loc\"\u003eKochi, Kerala\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-card\"\u003e\n\n\u003cdiv class=\"vrs-stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-txt\"\u003e“Work ke baad burning sensation kam feel hoti hai. Massage karte hi soothing. Value for money honestly.”\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-meta\"\u003e\n\n\u003cb\u003eNeha Singh\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-loc\"\u003eLucknow, UP\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-card\"\u003e\n\n\u003cdiv class=\"vrs-stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-txt\"\u003e“I walk daily—ab legs less tired feel hote hain. Visible appearance bhi better lagti hai in photos. Re-ordering.”\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-meta\"\u003e\n\n\u003cb\u003eArjun Das\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-loc\"\u003eKolkata, WB\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrs-dots\" id=\"vrsDots\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n  .vrs-wrap{max-width:980px;margin:16px auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}\n\n  .vrs-h{font-weight:800;text-align:center;margin:0 0 10px;font-size:18px}\n\n  .vrs-box{border:1px solid rgba(0,0,0,.10);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.06)}\n\n  .vrs-track{display:flex;transition:transform .6s ease;will-change:transform}\n\n  .vrs-card{min-width:100%;box-sizing:border-box;padding:14px 14px 12px}\n\n  .vrs-stars{font-size:18px;letter-spacing:1px;margin-bottom:6px}\n\n  .vrs-txt{font-size:15px;line-height:1.55;margin-bottom:10px}\n\n  .vrs-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}\n\n  .vrs-b{font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35)}\n\n  .vrs-loc{font-size:13px;opacity:.8;margin-top:2px}\n\n  .vrs-dots{display:flex;justify-content:center;gap:8px;padding:10px 12px 12px}\n\n  .vrs-dot{width:9px;height:9px;border-radius:99px;border:1px solid rgba(0,0,0,.25);background:rgba(0,0,0,.10);cursor:pointer}\n\n  .vrs-dot.on{background:rgba(0,0,0,.55)}\n\n  @media(max-width:520px){.vrs-h{font-size:16px}.vrs-txt{font-size:14px}}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"main-container\"\u003e\n\n\u003cscript\u003e\n\n(function(){\n\n  var t=document.getElementById(\"vrsTrack\"), d=document.getElementById(\"vrsDots\"), b=document.getElementById(\"vrsBox\");\n\n  if(!t||!d) return; var n=t.children.length,i=0,ms=3200,timer;\n\n\n\n  for(let k=0;k\u003cn;k++){let s=document.createElement(\"span\");s.className=\"vrs-dot\"+(k? \"\":\" on\");\n\n    s.onclick=function(){i=k;draw();reset();}; d.appendChild(s);}\n\n  var dots=d.children;\n\n\n\n  function draw(){t.style.transform=\"translateX(-\"+(i*100)+\"%)\";\n\n    for(let j=0;j\u003cdots.length;j++) dots[j].className=\"vrs-dot\"+(j===i?\" on\":\"\");}\n\n  function next(){i=(i+1)%n;draw();}\n\n  function start(){timer=setInterval(next,ms);} function stop(){clearInterval(timer);} function reset(){stop();start();}\n\n\n\n  if(b){b.onmouseenter=stop; b.onmouseleave=start;}\n\n  start();\n\n})();\n\n\u003c\/script\u003e\n\n\u003ch2\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/ChatGPT_Image_Apr_30_2026_10_31_16_PM.png?v=1777600554\" alt=\"\"\u003e\u003c\/h2\u003e\n\n\u003ch2\u003e😟 Is Your Pain Ignoring You?\u003c\/h2\u003e\n\n\u003cdiv class=\"problem-box\"\u003e\n\n\u003cp style=\"text-align: left; font-size: 18px; margin: 0; line-height: 1.8;\"\u003e❌ \u003cstrong\u003eBlue\/Green Veins\u003c\/strong\u003e visible on legs?\u003cbr\u003e❌ \u003cstrong\u003eUnbearable Pain\u003c\/strong\u003e while walking?\u003cbr\u003e❌ \u003cstrong\u003eHeavy Swollen Legs\u003c\/strong\u003e after work?\u003cbr\u003e\u003c\/p\u003e\n\n\u003cbr\u003e\n\n\u003cp style=\"font-weight: bold; color: #c62828;\"\u003eDon't spend ₹50,000 on surgery yet.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight-box\"\u003e\n\n\u003ch3\u003e✨ The 10-Second Relief Solution\u003c\/h3\u003e\n\n\u003cul class=\"check-list\"\u003e\n\n\u003cli\u003e\n\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\n\u003cdiv\u003e\n\n\u003cstrong\u003eInstant Cooling:\u003c\/strong\u003e Stops the burning sensation immediately.\u003c\/div\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\n\u003cdiv\u003e\n\n\u003cstrong\u003eFades Veins:\u003c\/strong\u003e Helps ugly blue veins disappear with daily use.\u003c\/div\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\n\u003cdiv\u003e\n\n\u003cstrong\u003eSwelling Eraser:\u003c\/strong\u003e Perfect for swollen ankles after standing all day.\u003c\/div\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\n\u003cdiv\u003e\n\n\u003cstrong\u003eNon-Sticky:\u003c\/strong\u003e Absorbs fast. Wear clothes immediately.\u003c\/div\u003e\n\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg style=\"width: 100%; border-radius: 10px; border: 2px solid #ddd;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0923\/8731\/1917\/files\/Screenshot2025-08-06at10.28.48PM.png?v=1754499536\"\u003e\u003c\/p\u003e\n\n\u003ch3\u003e🍃 Ayurvedic Power Ingredients\u003c\/h3\u003e\n\n\u003cdiv class=\"ingredient-grid\"\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\n\u003cstrong style=\"color: #e65100;\"\u003eHaldi\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003eStops Swelling\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\n\u003cstrong style=\"color: #2e7d32;\"\u003eAloe Vera\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003eCooling Relief\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\n\u003cstrong style=\"color: #0277bd;\"\u003eKapoor\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003eInstant Comfort\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\n\u003cstrong style=\"color: #6a1b9a;\"\u003eWitch Hazel\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003eTightens Skin\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"text-align: center; margin-top: 30px;\"\u003e\u003cimg style=\"width: 100%; border-radius: 10px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0923\/8731\/1917\/files\/D_NQ_NP_2X_712741-CBT75455180406_042024-F.png?v=1754499591\"\u003e\u003c\/p\u003e\n\n\u003cdiv style=\"background: #f4f4f4; padding: 15px; border-radius: 10px; margin-top: 10px; text-align: center;\"\u003e\n\n\u003ch3 style=\"margin-top: 0;\"\u003e👉 Simple to Use\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 17px;\"\u003e1️⃣ \u003cstrong\u003eClean\u003c\/strong\u003e the area.\u003cbr\u003e2️⃣ \u003cstrong\u003eSpray\u003c\/strong\u003e 2-3 times directly.\u003cbr\u003e3️⃣ \u003cstrong\u003eRelax!\u003c\/strong\u003e Dries in seconds. Use 2x daily.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003chr style=\"border: 0; border-top: 1px dashed #bbb; margin: 40px 0;\"\u003e\n\n\u003ch2 style=\"font-size: 22px; color: #333;\"\u003e⭐️⭐️⭐️⭐️⭐️\u003cbr\u003eIndia Loves This Spray!\u003c\/h2\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eRajesh Kumar, Delhi\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Bhai bohot badhiya hai (Very good). My mother had leg pain for 5 years. This spray gave her relief in 1 week only. Thanks!\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eLakshmi N., Chennai\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Excellent product. My varicose veins were looking very bad, now they are fading. Delivery was very fast to Chennai.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eSneha Patil, Pune\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"After pregnancy, my legs used to swell a lot. This spray gives instant thandak (cooling) and pain relief. Will order again for my mother-in-law.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eVikram Singh, Jaipur\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Sach mein kaam karta hai. I am a driver and my legs pain after driving all day. This spray is magic. 100% recommended.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eAnjali Das, Kolkata\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Tried many oils, but they were sticky. This is non-sticky and smells good. The blue veins are looking lighter now.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eRamesh Yadav, Lucknow\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Product asli hai. COD mein mangwaya tha, koi fraud nahi. 2 bottle wala offer best hai. Bahut jald aaram mila.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003ePriya Sharma, Mumbai\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"I work in a shop and stand for 10 hours. My legs used to kill me. Now I spray this before sleeping, and morning legs feel fresh.\"\u003c\/div\u003e\n\n\u003cdiv class=\"review-box\"\u003e\n\n\u003cspan class=\"verified\"\u003e✅ Verified Purchase\u003c\/span\u003e \u003cstrong\u003eSuresh Reddy, Hyderabad\u003c\/strong\u003e \u003cspan style=\"color: #ffd700;\"\u003e★★★★★\u003c\/span\u003e\u003cbr\u003e\"Value for money. The spray mechanism is good. Pain relief starts in 2 minutes. Good packaging.\"\u003c\/div\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg style=\"width: 100%; border-radius: 10px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0923\/8731\/1917\/files\/D_NQ_NP_2X_858741-CBT75455180408_042024-F.png?v=1754499591\"\u003e\u003c\/p\u003e\n\n\u003cdiv style=\"background: #fff; border: 1px solid #ddd; padding: 15px; border-radius: 10px; margin-top: 20px;\"\u003e\n\n\u003ch3 style=\"margin-top: 0;\"\u003e❓ Common Questions\u003c\/h3\u003e\n\n\u003cp\u003e\u003cstrong\u003eQ: Is COD available?\u003c\/strong\u003e\u003cbr\u003eA: Yes! Pay cash upon delivery.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eQ: Is it safe?\u003c\/strong\u003e\u003cbr\u003eA: 100% Herbal \u0026amp; Safe for daily use.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eQ: When will I see results?\u003c\/strong\u003e\u003cbr\u003eA: Instant pain relief. Veins reduce in 3-4 weeks.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"price-table\"\u003e\n\n\u003cspan class=\"best-seller\"\u003e🔥 LOWEST PRICE EVER\u003c\/span\u003e\n\n\u003cdiv style=\"text-align: center; margin-bottom: 15px;\"\u003e\n\n\u003cspan style=\"color: #d32f2f; font-weight: bold;\"\u003eHurry! Offer Ends Soon.\u003c\/span\u003e\n\n\u003cdiv class=\"stock-bar-container\"\u003e\n\n\u003cdiv class=\"stock-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003csmall style=\"color: #666;\"\u003e85% Stock Sold Out\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"price-row\"\u003e\n\n\u003ch3 style=\"margin: 5px 0; color: #333;\"\u003eTry It (1 Bottle)\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 26px; font-weight: 900; color: #333; margin: 0;\"\u003e₹299 \u003cspan style=\"font-size: 14px; font-weight: normal; text-decoration: line-through; color: #999;\"\u003e₹649\u003c\/span\u003e\u003c\/p\u003e\n\n\u003csmall style=\"color: #2e7d32; font-weight: bold;\"\u003e(You Save ₹350)\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"price-row highlighted\"\u003e\n\n\u003cdiv style=\"background: #00c853; color: white; display: inline-block; padding: 2px 10px; border-radius: 4px; font-size: 11px; font-weight: bold; margin-bottom: 5px;\"\u003eRECOMMENDED\u003c\/div\u003e\n\n\u003ch3 style=\"margin: 5px 0; color: #00695c;\"\u003e2 Bottles (Full Cure)\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 32px; font-weight: 900; color: #d50000; margin: 0; animation: float 2s infinite ease-in-out;\"\u003e₹399\u003c\/p\u003e\n\n\u003csmall style=\"color: #333;\"\u003e(Total Value: ₹1298)\u003c\/small\u003e\u003cbr\u003e\u003csmall style=\"color: #2e7d32; font-weight: bold;\"\u003e(You Save ₹899!)\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"price-row\"\u003e\n\n\u003ch3 style=\"margin: 5px 0; color: #333;\"\u003e3 Bottles (Family)\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 26px; font-weight: 900; color: #333; margin: 0;\"\u003e₹499\u003c\/p\u003e\n\n\u003csmall style=\"color: #2e7d32; font-weight: bold;\"\u003e(Massive Saving: ₹1448)\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv style=\"background: #fdf2e9; padding: 10px; border-radius: 5px; border: 1px dashed #ff9800;\"\u003e\u003cstrong\u003e📦 Free Shipping + 💵 COD Available\u003c\/strong\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"text-align: center; margin-top: 30px;\"\u003e\u003cimg style=\"width: 100%; border-radius: 10px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/ChatGPT_Image_Nov_16_2025_03_56_21_PM.png?v=1763295491\"\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"Bluetick Ventures","offers":[{"title":"⚡Pack of 1 @ ₹299","offer_id":52340224033068,"sku":"Varicose-1-fb","price":299.0,"currency_code":"INR","in_stock":true},{"title":"🔥 Pack of 2 @ ₹399","offer_id":52340224065836,"sku":"Varicose-2-fb","price":399.0,"currency_code":"INR","in_stock":true},{"title":"🔥 Pack of 3 @ ₹499","offer_id":52342130377004,"sku":"Varicose-3-fb","price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/varicose_veins.png?v=1765642730","url":"https:\/\/thepuree.shop\/products\/turmeric-varicose-veins","provider":"Thepuree.shop","version":"1.0","type":"link"}