{"product_id":"premium-detox-foot-patch-pack-of-10","title":"Sleep \u0026 Detox Foot Patches- 10 Nights pack","description":"\u003cstyle\u003e\n  :root {\n    --cream: #f5f0e8;\n    --warm-white: #faf8f3;\n    --forest: #2d4a35;\n    --forest-light: #3d6348;\n    --gold: #c8a84b;\n    --gold-light: #e8c96a;\n    --text: #1e2d22;\n    --text-muted: #5a6e5e;\n    --card-bg: #ffffff;\n    --border: #e2dbd0;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    min-height: 100vh;\n  }\n\n  \/* ── Hero Banner ── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--forest) 0%, #1a3024 60%, #0f1f17 100%);\n    padding: 60px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse 80% 60% at 50% 120%, rgba(200,168,75,.25) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(200,168,75,.15);\n    border: 1px solid rgba(200,168,75,.5);\n    color: var(--gold-light);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 30px;\n    margin-bottom: 20px;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 6vw, 3.4rem);\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.15;\n    margin-bottom: 16px;\n  }\n  .hero h1 span { color: var(--gold-light); }\n  .hero p {\n    color: rgba(255,255,255,.65);\n    font-size: 15px;\n    max-width: 420px;\n    margin: 0 auto 32px;\n    line-height: 1.7;\n  }\n  .hero-price {\n    display: inline-flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n  }\n  .price-label { color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }\n  .price-value {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.4rem;\n    color: var(--gold-light);\n    font-weight: 700;\n  }\n  .price-sub { color: rgba(255,255,255,.5); font-size: 12px; text-decoration: line-through; }\n\n  \/* ── Main Content ── *\/\n  .container {\n    max-width: 540px;\n    margin: 0 auto;\n    padding: 0 16px 60px;\n  }\n\n  \/* ── Cards ── *\/\n  .card {\n    background: var(--card-bg);\n    border-radius: 20px;\n    padding: 28px 24px;\n    margin-top: 20px;\n    box-shadow: 0 2px 20px rgba(45,74,53,.06);\n    border: 1px solid var(--border);\n    animation: fadeUp .5s ease both;\n  }\n  .card:nth-child(2) { animation-delay: .1s; }\n  .card:nth-child(3) { animation-delay: .2s; }\n  .card:nth-child(4) { animation-delay: .3s; }\n  .card:nth-child(5) { animation-delay: .4s; }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n  .card-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: var(--forest);\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .card-body {\n    font-size: 14.5px;\n    color: var(--text-muted);\n    line-height: 1.75;\n  }\n  .card-body strong { color: var(--text); font-weight: 600; }\n\n  \/* ── Benefits List ── *\/\n  .benefits-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-top: 4px;\n  }\n  .benefits-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 14.5px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n  .benefit-icon {\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--gold), var(--gold-light));\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .benefit-icon svg { width: 11px; height: 11px; fill: #fff; }\n\n  \/* ── Ingredients Grid ── *\/\n  .ingredients-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .ingredient-tag {\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 10px 14px;\n    font-size: 13px;\n    color: var(--forest);\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .ingredient-tag span { font-size: 16px; }\n\n  \/* ── How To Use ── *\/\n  .steps {\n    counter-reset: step;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    margin-top: 8px;\n  }\n  .step {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n  .step-num {\n    counter-increment: step;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: var(--forest);\n    color: #fff;\n    font-family: 'Playfair Display', serif;\n    font-size: 14px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .step-text { font-size: 14px; color: var(--text-muted); line-height: 1.6; padding-top: 5px; }\n  .step-text strong { color: var(--text); }\n\n  \/* ── Badges Row ── *\/\n  .badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 8px;\n  }\n  .badge {\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-radius: 30px;\n    padding: 7px 14px;\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--forest);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── CTA ── *\/\n  .cta-card {\n    background: linear-gradient(135deg, var(--forest), #1a3024);\n    border: none;\n    text-align: center;\n    padding: 36px 24px;\n  }\n  .cta-card .card-title { color: #fff; justify-content: center; }\n  .cta-card .card-body { color: rgba(255,255,255,.65); text-align: center; margin-bottom: 24px; }\n  .btn-primary {\n    display: inline-block;\n    width: 100%;\n    background: linear-gradient(135deg, var(--gold), var(--gold-light));\n    color: var(--forest);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-align: center;\n    padding: 16px 24px;\n    border-radius: 14px;\n    border: none;\n    cursor: pointer;\n    letter-spacing: .04em;\n    transition: transform .15s, box-shadow .15s;\n    text-decoration: none;\n    margin-bottom: 12px;\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,168,75,.4); }\n  .btn-secondary {\n    display: inline-block;\n    width: 100%;\n    background: rgba(255,255,255,.08);\n    color: rgba(255,255,255,.75);\n    font-size: 14px;\n    font-weight: 500;\n    text-align: center;\n    padding: 14px 24px;\n    border-radius: 14px;\n    border: 1px solid rgba(255,255,255,.15);\n    cursor: pointer;\n    transition: background .2s;\n    text-decoration: none;\n  }\n  .btn-secondary:hover { background: rgba(255,255,255,.12); }\n  .guarantee {\n    color: rgba(255,255,255,.45);\n    font-size: 12px;\n    margin-top: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n  }\n\n  \/* ── Divider ── *\/\n  .divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--border), transparent);\n    margin: 4px 0 16px;\n  }\n\n  \/* ── Stars ── *\/\n  .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 6px; }\n  .rating-text { font-size: 12px; color: var(--text-muted); }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cdiv class=\"section-label\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/7403\/3281\/files\/AQMHneoGk0iv_ad1IkRhG6JnVfu7kJHev2ftLQR9FymH4A2dXr3WkbKP2-K6FrQa-12UQDpQVzwORVt_SYhnej4QwlrsdrcUQOvxiaH9OA.gif?v=1775838059\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e🔥 Foot Pads Kya Hain?\u003c\/div\u003e\n\u003cp class=\"card-body\"\u003eFoot Pads specially designed \u003cstrong\u003eherbal pads\u003c\/strong\u003e hote hain jo raat ke time pairon ke sole par lagaye jaate hain. Yeh pads \u003cstrong\u003e100% herbal \u0026amp; gentle ingredients\u003c\/strong\u003e se bane hote hain aur skin ke saath comfortably kaam karte hain — comfort aur freshness ka feel dene mein madad karte hain.\u003c\/p\u003e\n\u003cp class=\"card-body\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/7403\/3281\/files\/AQMHneoGk0iv_ad1IkRhG6JnVfu7kJHev2ftLQR9FymH4A2dXr3WkbKP2-K6FrQa-12UQDpQVzwORVt_SYhnej4QwlrsdrcUQOvxiaH9OA_1.gif?v=1775838225\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- KEY BENEFITS --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eBenefits\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e💪 Key Benefits\u003c\/div\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Daily tired feet ke liye comforting care\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Herbal \u0026amp; gentle ingredient-based pads\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Easy night-time use\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Skin-friendly aur non-irritating feel\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Relaxed aur fresh feeling provide karta hai\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Home use ke liye convenient\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#fff\" d=\"M2 6l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Men \u0026amp; Women dono ke liye suitable\u003c\/li\u003e\n\u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/7403\/3281\/files\/AQN509tEeJ1YVIdHSaDWooDVE__oW8g7N3Yc8sVhFNIOsZNH4Kag8aSA4iohuOKwsM2dpg1Pcguo-zU2l0EylI-6p5yQMgG8-8fBXPRqRQ_2.gif?v=1775838927\" alt=\"\"\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eIngredients\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e🌿 Key Ingredients\u003c\/div\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🍃\u003c\/span\u003e Bamboo Vinegar\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🌱\u003c\/span\u003e Wood Vinegar\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🍄\u003c\/span\u003e Tourmaline\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🌿\u003c\/span\u003e Chitosan\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🌾\u003c\/span\u003e Houttuynia\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tag\"\u003e\n\u003cspan\u003e🍀\u003c\/span\u003e Loquat Leaf\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eHow To Use\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e📋 Use Kaise Karein?\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003ePair saaf karein\u003c\/strong\u003e — Sone se pehle pairon ko achhi tarah dhoke sukha lein.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003ePad lagayein\u003c\/strong\u003e — Pad ko peel karke sole ke beech mein chipka dein.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eRaat bhar rakhen\u003c\/strong\u003e — 6–8 ghante tak lagaye rakhen, so jaayein aaram se.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eSubah utaarein\u003c\/strong\u003e — Pad ko hataake pair dhol lein. Fresh feel karein!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST BADGES --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhy Trust Us\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e✅ Quality Assurance\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cdiv class=\"badge\"\u003e🌿 100% Herbal\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🚫 No Chemicals\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🧪 Derma Tested\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e♻️ Eco-Friendly\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e👨👩👧 Family Safe\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e🇮🇳 Made in India\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 16px;\" class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-text\"\u003e4.8\/5 · 2,400+ happy customers relief — 100% herbal, safe aur effect\u003ca class=\"btn-primary\" href=\"#\"\u003e\u003c\/a\u003e\u003ca class=\"btn-secondary\" href=\"#\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container --\u003e","brand":"Dropdash","offers":[{"title":"1. Premium Detox Foot Patch( Pack of 10)","offer_id":40673148502145,"sku":"Premium123","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/7403\/3281\/files\/footpads_4_85031efc-1547-476a-94ca-9fd0522e46e6.webp?v=1775816946","url":"https:\/\/risoo.store\/products\/premium-detox-foot-patch-pack-of-10","provider":"RISO","version":"1.0","type":"link"}