{"product_id":"toenail","title":"Toenail Nail Repair Oil - BUY 1 GET 1 FREE🔥🔥","description":"\u003cstyle\u003e\n  \/* --- GLOBAL RESETS \u0026 LAYOUT --- *\/\n  *, *::before, *::after {\n    box-sizing: border-box;\n  }\n  \n  .main-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1a1a1a;\n    max-width: 600px;\n    margin: 0 auto;\n    background-color: #ffffff;\n    box-shadow: 0 0 20px rgba(0,0,0,0.05);\n    padding: 15px;\n    overflow-x: hidden;\n  }\n\n  img {\n    max-width: 100%;\n    height: auto;\n    border-radius: 10px;\n    display: block;\n    margin: 0 auto;\n  }\n\n  \/* --- URGENCY BANNER --- *\/\n  .offer-banner.redwhite {\n    background: repeating-linear-gradient(45deg, #d50000, #d50000 10px, #ffffff 10px, #ffffff 20px);\n    padding: 3px; \n    border-radius: 12px;\n    box-shadow: 0 6px 20px rgba(213, 0, 0, 0.25);\n    margin-bottom: 25px;\n    animation: pulseBorder 2s infinite;\n  }\n    \n  .banner-inner {\n    background: #d50000;\n    padding: 20px 15px;\n    border-radius: 10px;\n    text-align: center;\n    color: #fff;\n  }\n\n  .offer-banner .price-tag {\n    font-size: 38px;\n    font-weight: 900;\n    color: #fff;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n    display: block;\n    line-height: 1.1;\n    margin: 8px 0;\n    letter-spacing: -1px;\n  }\n\n  .offer-banner .limited-text {\n    background: #ffea00;\n    color: #d50000;\n    font-weight: 900;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 15px;\n    display: inline-block;\n    margin-bottom: 10px;\n    box-shadow: 0 3px 8px rgba(0,0,0,0.2);\n    letter-spacing: 0.5px;\n  }\n\n  \/* --- ANIMATIONS --- *\/\n  @keyframes pulseBorder {\n    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(213, 0, 0, 0.4); }\n    70% { transform: scale(1.01); box-shadow: 0 0 0 12px rgba(213, 0, 0, 0); }\n    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(213, 0, 0, 0); }\n  }\n    \n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-4px); }\n    100% { transform: translateY(0px); }\n  }\n\n  \/* --- HEADINGS \u0026 TYPOGRAPHY --- *\/\n  h2 {\n    color: #b71c1c;\n    text-align: center;\n    font-size: 26px;\n    margin: 35px 0 15px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: -0.5px;\n    line-height: 1.2;\n  }\n  h3 {\n    color: #004d40;\n    font-size: 22px;\n    text-align: center;\n    font-weight: 800;\n    margin: 0 0 15px;\n  }\n\n  \/* --- TRUST ICONS --- *\/\n  .trust-row {\n    display: flex; \n    justify-content: space-between; \n    align-items: center;\n    gap: 8px; \n    margin-bottom: 25px; \n    font-weight: 700; \n    font-size: 13px;\n    background: #f1f8e9;\n    border: 1px solid #c5e1a5;\n    padding: 12px;\n    border-radius: 8px;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n  }\n  .trust-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 4px;\n    color: #2e7d32;\n  }\n  .trust-item span.icon-txt {\n    font-size: 20px;\n  }\n\n  \/* --- LIVE VISITOR COUNTER --- *\/\n  .live-viewers {\n    background: #fff3e0;\n    color: #e65100;\n    text-align: center;\n    padding: 8px;\n    border-radius: 6px;\n    font-size: 14px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n  }\n  .pulsing-dot {\n    width: 10px; height: 10px;\n    background: #ff3d00;\n    border-radius: 50%;\n    animation: pulseBorder 1.5s infinite;\n  }\n\n  \/* --- FEATURE BOXES --- *\/\n  .problem-box {\n    background-color: #fff5f5;\n    border: 2px solid #ef9a9a;\n    padding: 25px 20px;\n    border-radius: 12px;\n    margin: 25px 0;\n    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.08);\n  }\n  .problem-box p {\n    font-size: 18px;\n    margin: 0;\n    line-height: 1.8;\n    color: #333;\n  }\n    \n  .highlight-box {\n    background: linear-gradient(180deg, #f1f8e9 0%, #ffffff 100%);\n    border: 2px solid #7cb342;\n    padding: 25px 20px;\n    border-radius: 12px;\n    margin: 25px 0;\n    box-shadow: 0 8px 20px rgba(124, 179, 66, 0.15);\n  }\n\n  .check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .check-list li {\n    padding-bottom: 15px;\n    font-size: 16px;\n    display: flex;\n    align-items: flex-start;\n    line-height: 1.5;\n    color: #2c3e50;\n  }\n  .check-list li:last-child { padding-bottom: 0; }\n  .check-list .icon {\n    margin-right: 12px;\n    font-size: 20px;\n    min-width: 25px;\n  }\n\n  \/* --- INGREDIENTS GRID --- *\/\n  .ingredient-grid {\n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));\n    gap: 12px; \n    text-align: center;\n  }\n  .ingredient-card {\n    background: #fff; \n    border: 1px solid #e0e0e0;\n    padding: 15px 10px; \n    border-radius: 10px; \n    box-shadow: 0 4px 6px rgba(0,0,0,0.04);\n    transition: transform 0.2s;\n  }\n  .ingredient-card:hover { transform: translateY(-3px); }\n\n  \/* --- REVIEWS --- *\/\n  .review-section-title {\n    background: #ffca28;\n    color: #3e2723;\n    padding: 10px;\n    border-radius: 8px;\n    text-align: center;\n    font-weight: 900;\n    font-size: 20px;\n    margin: 30px 0 20px;\n  }\n  .review-box {\n    background: #fafafa;\n    border: 1px solid #eeeeee;\n    border-left: 6px solid #ffb300;\n    padding: 18px;\n    margin-bottom: 15px;\n    border-radius: 8px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n  }\n  .verified {\n    color: #2e7d32;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    display: block;\n    margin-bottom: 6px;\n  }\n  .review-stars {\n    color: #ff9800;\n    font-size: 18px;\n    letter-spacing: 2px;\n  }\n\n  \/* --- PRICING TABLE --- *\/\n  .price-table {\n    border: 3px solid #ff3d00;\n    background: #fff;\n    border-radius: 15px;\n    padding: 35px 20px 25px;\n    text-align: center;\n    margin-top: 45px;\n    position: relative;\n    box-shadow: 0 15px 35px rgba(255, 61, 0, 0.15);\n  }\n  .price-row.highlighted {\n    border: 2px solid #00c853;\n    background: #f0fdf4;\n    transform: scale(1.03);\n    box-shadow: 0 8px 25px rgba(0,200,83,0.2);\n    z-index: 2;\n    padding: 20px;\n    border-radius: 10px;\n    position: relative;\n  }\n  .best-seller {\n    background: #ff3d00;\n    color: white;\n    padding: 10px 25px;\n    border-radius: 30px;\n    font-size: 16px;\n    font-weight: 900;\n    position: absolute;\n    top: -22px;\n    left: 50%;\n    transform: translateX(-50%);\n    box-shadow: 0 6px 15px rgba(255, 61, 0, 0.3);\n    white-space: nowrap;\n  }\n    \n  \/* --- STOCK BAR --- *\/\n  .stock-bar-container {\n    background: #eeeeee;\n    height: 12px;\n    border-radius: 6px;\n    margin: 12px 10%;\n    overflow: hidden;\n    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);\n  }\n  .stock-bar-fill {\n    height: 100%;\n    width: 92%;\n    background: linear-gradient(90deg, #ff9800, #d50000);\n    border-radius: 6px;\n    animation: loadStock 2s ease-out forwards;\n  }\n  @keyframes loadStock { \n    from { width: 0%; } \n    to { width: 92%; } \n  }\n\n  \/* --- SLIDER STYLES --- *\/\n  .vrs-wrap { margin: 25px 0; }\n  .vrs-h { font-weight: 900; text-align: center; margin: 0 0 15px; font-size: 18px; color: #333; }\n  .vrs-box { border: 1px solid rgba(0,0,0,.08); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.08); }\n  .vrs-track { display: flex; transition: transform .6s cubic-bezier(0.25, 0.8, 0.25, 1); will-change: transform; }\n  .vrs-card { min-width: 100%; box-sizing: border-box; padding: 20px; }\n  .vrs-txt { font-size: 16px; line-height: 1.6; margin-bottom: 15px; color: #444; font-style: italic; }\n  .vrs-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 5px; }\n  .vrs-b { font-size: 11px; font-weight: 800; padding: 4px 8px; border-radius: 4px; background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }\n  .vrs-loc { font-size: 13px; color: #757575; }\n  .vrs-dots { display: flex; justify-content: center; gap: 10px; padding: 15px; background: #fafafa; border-top: 1px solid #eee; }\n  .vrs-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #bdbdbd; background: #e0e0e0; cursor: pointer; transition: 0.3s; }\n  .vrs-dot.on { background: #424242; border-color: #424242; transform: scale(1.2); }\n\n  @media(max-width: 480px) {\n    .offer-banner .price-tag { font-size: 32px; }\n    h2 { font-size: 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"main-container\"\u003e\n\u003cdiv class=\"offer-banner redwhite\"\u003e\n\u003cdiv class=\"banner-inner\"\u003e\n\u003cspan class=\"limited-text\"\u003e🔥 BUY 1 GET 1 FREE 🔥\u003c\/span\u003e\n\u003cdiv style=\"font-size: 16px; font-weight: bold; margin-top: 4px; color: #ffcdd2;\"\u003ePremium Toenail Drops\u003c\/div\u003e\n\u003cspan class=\"price-tag\"\u003e₹369 ONLY\u003c\/span\u003e\n\u003cdiv style=\"font-size: 13px; color: #fff; margin-top: 4px; font-weight: 600;\"\u003eCash On Delivery • Fast Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"live-viewers\"\u003e\n\u003cdiv class=\"pulsing-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n64 people are looking at this right now\u003c\/div\u003e\n\u003cdiv class=\"live-viewers\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_37_PM_8.png?v=1781014920\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"trust-row\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"icon-txt\"\u003e🌿\u003c\/span\u003e \u003cspan\u003ePure \u0026amp; Herbal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"icon-txt\"\u003e🚚\u003c\/span\u003e \u003cspan\u003eFree Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"icon-txt\"\u003e🛡️\u003c\/span\u003e \u003cspan\u003eSafe to Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"font-size: 28px; line-height: 1.3;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_35_PM_1.png?v=1781014920\" alt=\"\"\u003eHealthy Looking Nails Start Here ✨\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 18px; color: #555; margin-bottom: 25px;\"\u003eSupport cleaner, smoother \u0026amp; healthier-looking nails with daily care.\u003c\/p\u003e\n\u003cimg alt=\"Nail Results\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_May_17_2026_08_28_08_PM.png?v=1779030858\" style=\"margin-bottom: 10px;\"\u003e\n\u003ch2\u003e😣 Are You Hiding Your Feet?\u003c\/h2\u003e\n\u003cdiv class=\"problem-box\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_36_PM_5.png?v=1781014920\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e❌ \u003cstrong\u003eYellow or Discolored\u003c\/strong\u003e damaged-looking nails?\u003c\/p\u003e\n\u003cp\u003e❌ \u003cstrong\u003eThick \u0026amp; Rough\u003c\/strong\u003e unnatural nail texture?\u003c\/p\u003e\n\u003cp\u003e❌ \u003cstrong\u003eWeak \u0026amp; Brittle\u003c\/strong\u003e nails that break easily?\u003c\/p\u003e\n\u003cp\u003e❌ \u003cstrong\u003eEmbarrassment\u003c\/strong\u003e showing your feet in public or wearing sandals?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_37_PM_7.png?v=1781014920\" alt=\"\"\u003e💎 Why Customers Love It\u003c\/h3\u003e\n\u003cul class=\"check-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSupports Healthy Growth:\u003c\/strong\u003e Designed specifically for regular maintenance and clear appearance.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy \u0026amp; Precise Application:\u003c\/strong\u003e Features a clean white dropper cap that lets you apply the exact amount without wasting a single drop.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNon-Sticky Feel:\u003c\/strong\u003e Lightweight oil that absorbs quickly so you can put on socks immediately.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"icon\"\u003e🦶\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSmooths Texture:\u003c\/strong\u003e Helps improve overall nail look and softens rough edges.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/ChatGPT_Image_May_9_2026_12_24_28_PM.png?v=1778309757\" style=\"margin-top: 15px;\" alt=\"Product Application\"\u003e\n\u003c\/div\u003e\n\u003ch3\u003e🌿 Powerful Herbal Ingredients\u003c\/h3\u003e\n\u003cdiv class=\"ingredient-grid\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cstrong style=\"color: #2e7d32; font-size: 16px;\"\u003e🌱 Tea Tree Oil\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 13px; color: #666;\"\u003eDeep Cleansing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cstrong style=\"color: #00695c; font-size: 16px;\"\u003e🌿 Neem Extract\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 13px; color: #666;\"\u003eNail Hygiene\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cstrong style=\"color: #f57f17; font-size: 16px;\"\u003e💧 Vitamin E\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 13px; color: #666;\"\u003eDeep Nourishment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cstrong style=\"color: #4a148c; font-size: 16px;\"\u003e✨ Herbal Oils\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 13px; color: #666;\"\u003eDaily Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #e8f5e9; border: 2px solid #81c784; padding: 25px 15px; border-radius: 12px; margin-top: 35px; text-align: center;\"\u003e\n\u003ch3 style=\"margin-top: 0; color: #2e7d32;\"\u003e🧴 How To Use For Best Results\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; margin-bottom: 5px; font-weight: 600;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_37_PM_9.png?v=1781014920\" alt=\"\"\u003e👉 \u003cstrong\u003eStep 1:\u003c\/strong\u003e Wash \u0026amp; dry nails properly.\u003c\/p\u003e\n\u003cp style=\"font-size: 17px; margin-bottom: 5px; font-weight: 600;\"\u003e👉 \u003cstrong\u003eStep 2:\u003c\/strong\u003e Apply 2–3 drops directly on the affected area.\u003c\/p\u003e\n\u003cp style=\"font-size: 17px; margin-bottom: 10px; font-weight: 600;\"\u003e👉 \u003cstrong\u003eStep 3:\u003c\/strong\u003e Gently massage for full absorption.\u003c\/p\u003e\n\u003cp style=\"font-weight: 900; color: #d32f2f; margin-top: 15px; font-size: 18px;\"\u003e🔁 Use Morning \u0026amp; Night Daily\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0919\/9832\/2988\/files\/ChatGPT_Image_May_9_2026_12_22_58_PM.png?v=1778309755\" style=\"margin-top: 30px;\" alt=\"Beautiful Feet\"\u003e \u003c!-- ✅ Customer Reviews Slider --\u003e\n\u003cdiv class=\"vrs-wrap\"\u003e\n\u003cdiv class=\"review-section-title\"\u003e⭐ Real Customer Reviews\u003c\/div\u003e\n\u003cdiv id=\"vrsBox\" class=\"vrs-box\"\u003e\n\u003cdiv id=\"vrsTrack\" class=\"vrs-track\"\u003e\n\u003cdiv class=\"vrs-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"vrs-txt\"\u003e\"Very easy to use and my nails look much cleaner now. The dropper makes it mess-free.\"\u003c\/div\u003e\n\u003cdiv class=\"vrs-meta\"\u003e\n\u003cb\u003eRahul Sharma\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-loc\"\u003eDelhi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"vrs-txt\"\u003e\"I avoided sandals earlier because of my yellow nails. Feeling much more confident now!\"\u003c\/div\u003e\n\u003cdiv class=\"vrs-meta\"\u003e\n\u003cb\u003ePriya Das\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-loc\"\u003eKolkata\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"vrs-txt\"\u003e\"Good quality product and delivery was very quick. Cash on delivery made it easy to trust.\"\u003c\/div\u003e\n\u003cdiv class=\"vrs-meta\"\u003e\n\u003cb\u003eAmit Kumar\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-loc\"\u003eLucknow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"vrs-txt\"\u003e\"Lightweight oil and fits perfectly into my easy daily routine. Absorbs fast without sticky feeling.\"\u003c\/div\u003e\n\u003cdiv class=\"vrs-meta\"\u003e\n\u003cb\u003eSneha Patel\u003c\/b\u003e \u003cspan class=\"vrs-b\"\u003e✅ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrs-loc\"\u003eAhmedabad\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"vrsDots\" class=\"vrs-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n  (function(){\n    var t=document.getElementById(\"vrsTrack\"), d=document.getElementById(\"vrsDots\"), b=document.getElementById(\"vrsBox\");\n    if(!t||!d) return; var n=t.children.length,i=0,ms=4000,timer;\n\n    for(let k=0;k\u003cn;k++){\n      let s=document.createElement(\"span\");\n      s.className=\"vrs-dot\"+(k? \"\":\" on\");\n      s.onclick=function(){i=k;draw();reset();}; \n      d.appendChild(s);\n    }\n    var dots=d.children;\n\n    function draw(){\n      t.style.transform=\"translateX(-\"+(i*100)+\"%)\";\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    function start(){timer=setInterval(next,ms);} \n    function stop(){clearInterval(timer);} \n    function reset(){stop();start();}\n\n    if(b){b.onmouseenter=stop; b.onmouseleave=start; b.addEventListener('touchstart', stop); b.addEventListener('touchend', start);}\n    start();\n  })();\n  \u003c\/script\u003e\n\u003cdiv style=\"background: #ffffff; border: 2px solid #ececec; padding: 25px; border-radius: 12px; margin-top: 35px;\"\u003e\n\u003ch3 style=\"margin-top: 0; color: #333;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_36_PM_6.png?v=1781014919\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 style=\"margin-top: 0; color: #333;\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003cstrong style=\"font-size: 16px; color: #b71c1c;\"\u003eQ: Is it suitable for both hands \u0026amp; feet?\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #444;\"\u003eA: Yes, it can be used for both fingernails \u0026amp; toenails.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003cstrong style=\"font-size: 16px; color: #b71c1c;\"\u003eQ: Is it sticky or greasy?\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #444;\"\u003eA: No, it has a lightweight, fast-absorbing texture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003cstrong style=\"font-size: 16px; color: #b71c1c;\"\u003eQ: How long should I use it?\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #444;\"\u003eA: Regular daily use is recommended for best and lasting results.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"font-size: 16px; color: #b71c1c;\"\u003eQ: Is Cash On Delivery available?\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #444;\"\u003eA: Yes, you can pay directly to the delivery agent.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-table\"\u003e\n\u003cspan class=\"best-seller\"\u003e🔥 MEGA BOGO DEAL\u003c\/span\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 25px;\"\u003e\n\u003cspan style=\"color: #d32f2f; font-weight: 900; font-size: 18px;\"\u003eHurry! Stock Running Out Fast.\u003c\/span\u003e\n\u003cdiv class=\"stock-bar-container\"\u003e\n\u003cdiv class=\"stock-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csmall style=\"color: #d32f2f; font-weight: bold;\"\u003e92% Claimed Today\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 25px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_Jun_9_2026_07_48_35_PM_3.png?v=1781014920\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"price-row highlighted\"\u003e\n\u003cdiv style=\"background: #00c853; color: white; display: inline-block; padding: 4px 15px; border-radius: 20px; font-size: 13px; font-weight: 900; margin-bottom: 8px; letter-spacing: 1px; box-shadow: 0 2px 5px rgba(0,200,83,0.3);\"\u003e⭐️ BUY 1 GET 1 FREE\u003c\/div\u003e\n\u003ch3 style=\"margin: 5px 0; color: #004d40; font-size: 24px;\"\u003e2 Bottles of Nail Drop Oil\u003c\/h3\u003e\n\u003cp style=\"font-size: 40px; font-weight: 900; color: #d50000; margin: 5px 0; animation: float 2.5s infinite ease-in-out;\"\u003e₹369\u003c\/p\u003e\n\u003csmall style=\"color: #616161; font-weight: 600; text-decoration: line-through;\"\u003eActual Value: ₹1299\u003c\/small\u003e\u003cbr\u003e\n\u003cdiv style=\"color: #fff; font-weight: 800; background: #d50000; display: inline-block; padding: 6px 15px; border-radius: 6px; font-size: 15px; margin-top: 10px;\"\u003eYou Save: ₹930!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff8e1; padding: 15px; border-radius: 8px; border: 2px dashed #ffb300; margin-top: 25px; font-size: 16px;\"\u003e\u003cstrong\u003e📦 Free Shipping + 💵 Cash on Delivery\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Urban-Stuff","offers":[{"title":"⚡ Buy 1 Get 1 FREE – ₹369!⚡","offer_id":45806798012614,"sku":"Toenail-2-fb","price":369.0,"currency_code":"INR","in_stock":true},{"title":"💫 Trial Pack of 1 – ₹269!⚡","offer_id":45806798045382,"sku":"Toenail-1-fb","price":269.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/3212\/8966\/files\/ChatGPT_Image_May_9_2026_12_42_24_PM.png?v=1778514049","url":"https:\/\/urbanstuffzz.shop\/products\/toenail","provider":"Urban Stuffz","version":"1.0","type":"link"}