{"product_id":"lydmsf","title":"Lymphatic Drainage Facial Brush 2.0","description":"\u003c!-- ============================================================\n     LYMPHATIC DRAINAGE FACIAL BRUSH 2.0 — Shopify Product Description\n     Mobile-First | Cold Audience | Meta Ads Ready\n     Paste inside: Products \u003e [Product] \u003e Description (HTML mode)\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;600;700\u0026family=Jost:wght@300;400;500;600\u0026display=swap');\n\n  \/* ── MASTER THEME ISOLATION ── \n     Forces all text inside .lpd-wrap to use OUR colors, not the theme's global text color.\n     This prevents theme's #212121 from turning white headings black. *\/\n  .lpd-urgency, .lpd-urgency *,\n  .lpd-ba-header, .lpd-ba-header *,\n  .lpd-cta, .lpd-cta * {\n    color: #ffffff !important;\n  }\n  .lpd-urgency strong { color: #ffd98e !important; }\n  .lpd-cta-note { color: rgba(255,255,255,0.65) !important; }\n\n  :root {\n    --cream: #fdf6f0;\n    --blush: #f2e0d6;\n    --rose:  #c9806a;\n    --deep:  #5c3d2e;\n    --gold:  #c4974a;\n    --text:  #3b2a22;\n    --muted: #9a7c72;\n    --white: #ffffff;\n    --radius: 14px;\n    --shadow: 0 4px 24px rgba(92,61,46,0.10);\n  }\n\n  \/* ── ISOLATION: prevent theme global text\/heading color from bleeding in ── *\/\n  .lpd-wrap * { box-sizing: border-box; margin: 0; padding: 0; color: inherit; }\n  .lpd-wrap h1, .lpd-wrap h2, .lpd-wrap h3, .lpd-wrap h4,\n  .lpd-wrap h5, .lpd-wrap h6, .lpd-wrap p, .lpd-wrap span,\n  .lpd-wrap li, .lpd-wrap div, .lpd-wrap button { color: inherit; }\n\n  .lpd-wrap {\n    font-family: 'Jost', sans-serif;\n    color: var(--text) !important;\n    background: var(--cream);\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* ── URGENCY BANNER ── *\/\n  .lpd-urgency {\n    background: linear-gradient(135deg, var(--deep), #7a4f3a);\n    color: #ffffff !important;\n    text-align: center;\n    padding: 12px 16px;\n    border-radius: var(--radius) var(--radius) 0 0;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n  }\n  .lpd-urgency strong { font-size: 15px; color: #ffd98e !important; }\n  .lpd-urgency .fire { font-size: 18px; color: #ffffff !important; }\n\n  \/* ── HERO HOOK ── *\/\n  .lpd-hero {\n    background: linear-gradient(160deg, #fff7f4 0%, var(--blush) 100%);\n    padding: 28px 20px 24px;\n    text-align: center;\n    border-bottom: 1px solid #f0d8ce;\n  }\n  .lpd-hero-eyebrow {\n    display: inline-block;\n    background: var(--blush);\n    color: var(--rose);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 99px;\n    border: 1px solid #e8bfb0;\n    margin-bottom: 14px;\n  }\n  .lpd-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(26px, 6vw, 36px);\n    font-weight: 700;\n    color: var(--deep);\n    line-height: 1.2;\n    margin-bottom: 12px;\n  }\n  .lpd-hero h1 em { color: var(--rose); font-style: italic; }\n  .lpd-hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    max-width: 360px;\n    margin: 0 auto 18px;\n  }\n\n  \/* Stars *\/\n  .lpd-stars { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 6px; }\n  .lpd-stars span { font-size: 18px; color: var(--gold); }\n  .lpd-stars-label { font-size: 12px; color: var(--muted); }\n\n  \/* ── TRUST PILLS ── *\/\n  .lpd-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    padding: 16px 20px;\n    background: #fff;\n    border-bottom: 1px solid #f0d8ce;\n    justify-content: center;\n  }\n  .lpd-pill {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--cream);\n    border: 1px solid #e8cfc5;\n    border-radius: 99px;\n    padding: 6px 14px;\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--deep);\n    white-space: nowrap;\n  }\n  .lpd-pill .icon { font-size: 15px; }\n\n  \/* ── OFFER BOX ── *\/\n  .lpd-offer {\n    margin: 20px 16px;\n    background: linear-gradient(135deg, #fff8f4, #fdeee7);\n    border: 2px solid var(--rose);\n    border-radius: var(--radius);\n    padding: 18px 20px;\n    position: relative;\n    overflow: hidden;\n  }\n  .lpd-offer::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 100px; height: 100px;\n    background: radial-gradient(circle, rgba(201,128,106,0.15), transparent 70%);\n  }\n  .lpd-offer-tag {\n    display: inline-block;\n    background: var(--rose);\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 99px;\n    margin-bottom: 10px;\n  }\n  .lpd-offer h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--deep);\n    margin-bottom: 10px;\n    line-height: 1.3;\n  }\n  .lpd-offer-items { list-style: none; display: flex; flex-direction: column; gap: 7px; }\n  .lpd-offer-items li {\n    font-size: 13.5px;\n    color: var(--text);\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .lpd-offer-items li .chk { color: var(--rose); font-size: 15px; flex-shrink: 0; margin-top: 2px; }\n  .lpd-offer-countdown {\n    margin-top: 14px;\n    padding-top: 12px;\n    border-top: 1px dashed #e8bfb0;\n    font-size: 12.5px;\n    color: var(--rose);\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  \/* ── SECTION TITLE ── *\/\n  .lpd-section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--deep);\n    padding: 24px 20px 4px;\n    line-height: 1.3;\n  }\n  .lpd-section-title span { color: var(--rose); }\n  .lpd-section-sub {\n    font-size: 13.5px;\n    color: var(--muted);\n    padding: 0 20px 16px;\n  }\n\n  \/* ── FEATURE BLOCKS ── *\/\n  .lpd-feature {\n    padding: 0 16px 20px;\n  }\n  .lpd-feature-card {\n    background: #fff;\n    border-radius: var(--radius);\n    overflow: hidden;\n    box-shadow: var(--shadow);\n    margin-bottom: 20px;\n  }\n  .lpd-feature-card img,\n  .lpd-feature-card .lpd-gif-wrap img {\n    width: 100%;\n    display: block;\n    max-height: 280px;\n    object-fit: cover;\n  }\n  .lpd-feature-card-body {\n    padding: 18px 18px 20px;\n  }\n  .lpd-feature-card-body h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--deep);\n    margin-bottom: 8px;\n  }\n  .lpd-feature-card-body p {\n    font-size: 13.5px;\n    color: #6b5249;\n    line-height: 1.7;\n  }\n  .lpd-feature-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    background: var(--blush);\n    color: var(--rose);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 99px;\n    margin-bottom: 10px;\n  }\n\n  \/* ── BEFORE AFTER ── *\/\n  .lpd-ba {\n    margin: 4px 16px 24px;\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n  .lpd-ba-header {\n    background: linear-gradient(135deg, var(--deep), #8a5642);\n    color: #ffffff !important;\n    text-align: center;\n    padding: 14px 16px;\n  }\n  .lpd-ba-header h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 2px;\n    color: #ffffff !important;\n  }\n  .lpd-ba-header p { font-size: 12px; opacity: 0.8; color: #ffffff !important; }\n  .lpd-ba-slides { position: relative; overflow: hidden; }\n  .lpd-ba-slide { display: none; padding: 20px; }\n  .lpd-ba-slide.active { display: block; }\n  .lpd-ba-imgs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 14px;\n  }\n  .lpd-ba-img-wrap { position: relative; border-radius: 10px; overflow: hidden; }\n  .lpd-ba-img-wrap img {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    object-position: top;\n    display: block;\n  }\n  .lpd-ba-img-label {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    background: rgba(0,0,0,0.55);\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-align: center;\n    padding: 5px;\n  }\n  .lpd-ba-text h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    color: var(--deep);\n    margin-bottom: 6px;\n    font-weight: 700;\n  }\n  .lpd-ba-text p { font-size: 13px; color: var(--muted); }\n  .lpd-ba-nav {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n    padding: 12px;\n    border-top: 1px solid #f0d8ce;\n  }\n  .lpd-ba-btn {\n    background: none;\n    border: 1px solid #e0c4b8;\n    border-radius: 99px;\n    width: 34px; height: 34px;\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    color: var(--deep);\n    font-size: 16px;\n    transition: background 0.2s;\n  }\n  .lpd-ba-btn:hover { background: var(--blush); }\n  .lpd-ba-counter { font-size: 13px; font-weight: 600; color: var(--muted); }\n\n  \/* ── HOW TO USE ── *\/\n  .lpd-howto {\n    margin: 0 16px 24px;\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    padding: 20px;\n  }\n  .lpd-howto h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--deep);\n    margin-bottom: 16px;\n  }\n  .lpd-step {\n    display: flex;\n    gap: 14px;\n    margin-bottom: 16px;\n    align-items: flex-start;\n  }\n  .lpd-step-num {\n    background: var(--rose);\n    color: #fff;\n    width: 30px; height: 30px;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px;\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .lpd-step-body strong { display: block; font-size: 14px; color: var(--deep); margin-bottom: 2px; }\n  .lpd-step-body span { font-size: 13px; color: var(--muted); }\n\n  \/* ── SPECS ── *\/\n  .lpd-specs {\n    margin: 0 16px 24px;\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n  .lpd-specs-header {\n    background: var(--blush);\n    padding: 14px 18px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--deep);\n  }\n  .lpd-spec-row {\n    display: flex;\n    padding: 11px 18px;\n    border-bottom: 1px solid #f5e8e2;\n    font-size: 13.5px;\n  }\n  .lpd-spec-row:last-child { border-bottom: none; }\n  .lpd-spec-key { color: var(--muted); flex: 0 0 130px; font-weight: 500; }\n  .lpd-spec-val { color: var(--text); font-weight: 500; }\n\n  \/* ── REVIEWS ── *\/\n  .lpd-reviews {\n    margin: 0 16px 24px;\n  }\n  .lpd-reviews-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--deep);\n    margin-bottom: 14px;\n    padding: 0 4px;\n  }\n  .lpd-review-card {\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    padding: 16px 18px;\n    margin-bottom: 14px;\n    border-left: 3px solid var(--rose);\n  }\n  .lpd-review-top {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n  .lpd-reviewer-avatar {\n    width: 36px; height: 36px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--rose), var(--gold));\n    display: flex; align-items: center; justify-content: center;\n    font-size: 14px;\n    color: #fff;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .lpd-reviewer-info strong { display: block; font-size: 13.5px; color: var(--deep); }\n  .lpd-reviewer-info span { font-size: 11px; color: var(--muted); }\n  .lpd-review-stars { color: var(--gold); font-size: 14px; margin-left: auto; }\n  .lpd-review-text { font-size: 13.5px; color: #5c4036; line-height: 1.65; font-style: italic; }\n  .lpd-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #4caf7d; font-weight: 600; margin-top: 8px; }\n\n  \/* ── FAQ ACCORDION ── *\/\n  .lpd-faq {\n    margin: 0 16px 24px;\n  }\n  .lpd-faq-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--deep);\n    margin-bottom: 14px;\n    padding: 0 4px;\n  }\n  .lpd-acc-item {\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .lpd-acc-trigger {\n    width: 100%;\n    background: none;\n    border: none;\n    text-align: left;\n    padding: 16px 18px;\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--deep);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n  }\n  .lpd-acc-icon {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    background: var(--blush);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    font-size: 14px;\n    color: var(--rose);\n    transition: transform 0.3s, background 0.2s;\n  }\n  .lpd-acc-item.open .lpd-acc-icon {\n    transform: rotate(45deg);\n    background: var(--rose);\n    color: #fff;\n  }\n  .lpd-acc-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease;\n  }\n  .lpd-acc-body-inner {\n    padding: 0 18px 16px;\n    font-size: 13.5px;\n    color: #6b5249;\n    line-height: 1.7;\n    border-top: 1px solid #f5e8e2;\n    padding-top: 12px;\n  }\n\n  \/* ── FINAL CTA ── *\/\n  .lpd-cta {\n    margin: 0 16px 28px;\n    background: linear-gradient(135deg, var(--deep), #7a4f3a);\n    border-radius: var(--radius);\n    padding: 24px 20px;\n    text-align: center;\n    color: #ffffff !important;\n  }\n  .lpd-cta h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    line-height: 1.3;\n    color: #ffffff !important;\n  }\n  .lpd-cta p { font-size: 13px; opacity: 0.82; margin-bottom: 18px; color: #ffffff !important; }\n  .lpd-cta-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    justify-content: center;\n    margin-bottom: 18px;\n  }\n  .lpd-cta-badge {\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.25);\n    border-radius: 99px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 500;\n    color: #ffffff !important;\n  }\n  .lpd-cta-note { font-size: 11.5px; opacity: 0.65; color: #ffffff !important; }\n\n  \/* ── SHIPPING STRIP ── *\/\n  .lpd-shipping {\n    background: #fff8f4;\n    border: 1px solid #f0d8ce;\n    border-radius: var(--radius);\n    margin: 0 16px 28px;\n    padding: 16px 18px;\n  }\n  .lpd-shipping h4 { font-size: 14px; font-weight: 700; color: var(--deep); margin-bottom: 12px; }\n  .lpd-ship-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 9px;\n    font-size: 13px;\n  }\n  .lpd-ship-row .ico { font-size: 16px; flex-shrink: 0; margin-top: 1px; }\n  .lpd-ship-row div strong { display: block; color: var(--deep); font-size: 13px; }\n  .lpd-ship-row div span { color: var(--muted); font-size: 12px; }\n\n  @media (max-width: 480px) {\n    .lpd-ba-imgs { gap: 8px; }\n    .lpd-ba-img-wrap img { height: 150px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lpd-wrap\"\u003e\n\n  \u003c!-- URGENCY BANNER --\u003e\n  \u003cdiv class=\"lpd-urgency\"\u003e\n    \u003cspan class=\"fire\"\u003e🔥\u003c\/span\u003e\n    \u003cspan\u003e\u003cstrong\u003eLAST DAY OFFER — 50% OFF\u003c\/strong\u003e ends at midnight tonight!\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"lpd-hero\"\u003e\n    \u003cdiv class=\"lpd-hero-eyebrow\"\u003e✦ New \u0026amp; Improved Version 2.0\u003c\/div\u003e\n    \u003ch1\u003eWake Up to a \u003cem\u003eSculpted,\u003c\/em\u003e\u003cbr\u003eDe-Puffed Face — Every Day\u003c\/h1\u003e\n    \u003cp class=\"lpd-hero-sub\"\u003eThe at-home facial tool thousands of Indian women now swear by — no salon visits, no expensive creams needed.\u003c\/p\u003e\n    \u003cdiv class=\"lpd-stars\"\u003e\n      \u003cspan\u003e★★★★★\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-stars-label\"\u003e4.8 \/ 5 · 2,340+ Happy Customers\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST PILLS --\u003e\n  \u003cdiv class=\"lpd-trust\"\u003e\n    \u003cdiv class=\"lpd-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🚚\u003c\/span\u003e Free Cash On Delivery — All India\u003c\/div\u003e\n    \u003cdiv class=\"lpd-pill\"\u003e\n\u003cspan class=\"icon\"\u003e💳\u003c\/span\u003e Extra 10% Off on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"lpd-pill\"\u003e\n\u003cspan class=\"icon\"\u003e📦\u003c\/span\u003e Ships in 24 Hours\u003c\/div\u003e\n    \u003cdiv class=\"lpd-pill\"\u003e\n\u003cspan class=\"icon\"\u003e↩️\u003c\/span\u003e Easy Returns\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OFFER BOX --\u003e\n  \u003cdiv class=\"lpd-offer\"\u003e\n    \u003cdiv class=\"lpd-offer-tag\"\u003e⚡ Last Day Deal\u003c\/div\u003e\n    \u003ch3\u003eToday Only: 50% Off\u003cbr\u003eLymphatic Brush 2.0\u003c\/h3\u003e\n    \u003cul class=\"lpd-offer-items\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"chk\"\u003e✔\u003c\/span\u003e Visible de-puffing from \u003cstrong\u003eDay 1\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"chk\"\u003e✔\u003c\/span\u003e Pay on delivery — \u003cstrong\u003ezero risk\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"chk\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eExtra 10% off\u003c\/strong\u003e if you pay online (UPI \/ card)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"chk\"\u003e✔\u003c\/span\u003e Free shipping across India — no minimum order\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"chk\"\u003e✔\u003c\/span\u003e Comes with a \u003cstrong\u003estep-by-step usage guide\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"lpd-offer-countdown\"\u003e⏰ Offer expires at midnight — don't miss it!\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT IT DOES --\u003e\n  \u003cdiv class=\"lpd-section-title\"\u003eWhat Does It Actually Do?\u003c\/div\u003e\n  \u003cdiv class=\"lpd-section-sub\"\u003eMost of us wake up with a puffy face — especially under the eyes and jawline. Here's how the brush helps:\u003c\/div\u003e\n\n  \u003c!-- FEATURE 1 --\u003e\n  \u003cdiv class=\"lpd-feature\"\u003e\n    \u003cdiv class=\"lpd-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/AQMqFmQDL8kXXtiuFcUOXEFwmAcy837tMlMxO0V7XMVWxlG_OC4R8WFSGCQKGUgvwJzhC3lzZVsYgEVH0p4yca1IqG9tL9OmDdKrjzIKXCwb3w_1.gif?v=1777732327\" alt=\"Gentle Daily De-Puffing Ritual\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"lpd-feature-card-body\"\u003e\n        \u003cdiv class=\"lpd-feature-badge\"\u003e✦ Step 1\u003c\/div\u003e\n        \u003ch3\u003eGentle Daily De-Puffing Ritual\u003c\/h3\u003e\n        \u003cp\u003eA simple 2-minute morning routine that helps your face look visibly less puffy and more awake — no complicated techniques, no harsh pressure. Just gentle, consistent strokes.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURE 2 --\u003e\n    \u003cdiv class=\"lpd-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/AQOacFcAAi8CkYo95KexuLZeLQgh0lB3_vF2rhYded1cD_Bl1C1s3mTh72Vc98MQX_3czrRtX7Gp8uzhIzEQmxD18A7Oh2ALASDDzJXfXNfSrA_1.gif?v=1777732376\" alt=\"Soft Bristles Even Pressure\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"lpd-feature-card-body\"\u003e\n        \u003cdiv class=\"lpd-feature-badge\"\u003e✦ Step 2\u003c\/div\u003e\n        \u003ch3\u003eSoft Bristles. Even Pressure.\u003c\/h3\u003e\n        \u003cp\u003eUltra-soft synthetic bristles glide smoothly along facial contours — applying even, calming stimulation that feels like a mini facial massage. Safe for sensitive skin too.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURE 3 --\u003e\n    \u003cdiv class=\"lpd-feature-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/AQOsjZ1sIHbxUR5CmZBnRM4M54xv8u8h1ToJHNEUQjlDuuYjLw4Wpsie0wvUFFAP648S-ujeTFE-kxogU-C_v6x7PvITWb6Rnjgnmw_P0A6Mew.gif?v=1777732438\" alt=\"Beginner Friendly\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"lpd-feature-card-body\"\u003e\n        \u003cdiv class=\"lpd-feature-badge\"\u003e✦ Step 3\u003c\/div\u003e\n        \u003ch3\u003eBeginner-Friendly \u0026amp; Easy to Use\u003c\/h3\u003e\n        \u003cp\u003eSimple upward strokes are all it takes — no angles to master, no special skills. Perfect for total beginners. Most customers notice a difference after their very first use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BEFORE \/ AFTER --\u003e\n  \u003cdiv class=\"lpd-ba\"\u003e\n    \u003cdiv class=\"lpd-ba-header\"\u003e\n      \u003ch3\u003eReal Results. Real People.\u003c\/h3\u003e\n      \u003cp\u003eBefore \u0026amp; After — no filters, no editing\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-ba-slides\"\u003e\n\n      \u003c!-- Slide 1 --\u003e\n      \u003cdiv class=\"lpd-ba-slide active\"\u003e\n        \u003cdiv class=\"lpd-ba-imgs\"\u003e\n          \u003cdiv class=\"lpd-ba-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/befo2_430x.jpg\" alt=\"Before\"\u003e\n            \u003cdiv class=\"lpd-ba-img-label\"\u003eBEFORE\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lpd-ba-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/afte1_430x.jpg\" alt=\"After\"\u003e\n            \u003cdiv class=\"lpd-ba-img-label\"\u003eAFTER\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-ba-text\"\u003e\n          \u003ch4\u003eFrom Puffy to Sculpted in Minutes ✨\u003c\/h4\u003e\n          \u003cp\u003eVisible reduction in puffiness, more defined jawline \u0026amp; a natural glow — after just one use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Slide 2 --\u003e\n      \u003cdiv class=\"lpd-ba-slide\"\u003e\n        \u003cdiv class=\"lpd-ba-imgs\"\u003e\n          \u003cdiv class=\"lpd-ba-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/befor1_430x.jpg\" alt=\"Before\"\u003e\n            \u003cdiv class=\"lpd-ba-img-label\"\u003eBEFORE\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lpd-ba-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0743\/3791\/0975\/files\/after1_430x.jpg\" alt=\"After\"\u003e\n            \u003cdiv class=\"lpd-ba-img-label\"\u003eAFTER\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-ba-text\"\u003e\n          \u003ch4\u003eFew Strokes. Real Results 🔥\u003c\/h4\u003e\n          \u003cp\u003eJoin thousands upgrading their morning routine for a sculpted, refreshed appearance — every single day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-ba-nav\"\u003e\n      \u003cbutton class=\"lpd-ba-btn\" id=\"lpd-ba-prev\"\u003e←\u003c\/button\u003e\n      \u003cspan class=\"lpd-ba-counter\"\u003e\u003cspan id=\"lpd-ba-cur\"\u003e1\u003c\/span\u003e \/ \u003cspan id=\"lpd-ba-tot\"\u003e2\u003c\/span\u003e\u003c\/span\u003e\n      \u003cbutton class=\"lpd-ba-btn\" id=\"lpd-ba-next\"\u003e→\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"lpd-howto\"\u003e\n    \u003ch3\u003eHow to Use — 2 Minutes a Day\u003c\/h3\u003e\n    \u003cdiv class=\"lpd-step\"\u003e\n      \u003cdiv class=\"lpd-step-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"lpd-step-body\"\u003e\n        \u003cstrong\u003eCleanse your face\u003c\/strong\u003e\n        \u003cspan\u003eStart with a freshly washed face. You can apply a light serum or facial oil first for extra glide.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-step\"\u003e\n      \u003cdiv class=\"lpd-step-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"lpd-step-body\"\u003e\n        \u003cstrong\u003eUse upward strokes\u003c\/strong\u003e\n        \u003cspan\u003eBegin at the neck, glide upward toward the ear. Repeat along the jawline, cheeks, and forehead.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-step\"\u003e\n      \u003cdiv class=\"lpd-step-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"lpd-step-body\"\u003e\n        \u003cstrong\u003e2 minutes, done!\u003c\/strong\u003e\n        \u003cspan\u003eNo pressure needed — let the bristles do the work. Use daily for best results.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-step\"\u003e\n      \u003cdiv class=\"lpd-step-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"lpd-step-body\"\u003e\n        \u003cstrong\u003eRinse \u0026amp; air dry\u003c\/strong\u003e\n        \u003cspan\u003eRinse the brush gently under water after each use. Let it air dry completely before next session.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"lpd-specs\"\u003e\n    \u003cdiv class=\"lpd-specs-header\"\u003e📋 Product Specifications\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eBrand\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eFabby\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eUltra-soft synthetic bristles + Ergonomic ABS handle\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eColor\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eNatural Brown\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003e9 × 7 × 3 cm\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eBristle Type\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003ePremium ultra-soft synthetic fibers\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eOperation\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eManual (no battery needed)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eCare\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eRinse with water, air dry\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"lpd-spec-row\"\u003e\n\u003cspan class=\"lpd-spec-key\"\u003eSkin Type\u003c\/span\u003e\u003cspan class=\"lpd-spec-val\"\u003eAll skin types including sensitive\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHIPPING --\u003e\n  \u003cdiv class=\"lpd-shipping\"\u003e\n    \u003ch4\u003e🚚 Delivery \u0026amp; Payment Options\u003c\/h4\u003e\n    \u003cdiv class=\"lpd-ship-row\"\u003e\n      \u003cspan class=\"ico\"\u003e📦\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eFree Cash on Delivery — All Across India\u003c\/strong\u003e\n        \u003cspan\u003eNo prepayment needed. Pay when your order arrives at your door.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-ship-row\"\u003e\n      \u003cspan class=\"ico\"\u003e💳\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eExtra 10% Off on Prepaid Orders\u003c\/strong\u003e\n        \u003cspan\u003ePay via UPI, debit\/credit card, or net banking to unlock an additional discount automatically.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-ship-row\"\u003e\n      \u003cspan class=\"ico\"\u003e⚡\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eShips Within 24 Hours\u003c\/strong\u003e\n        \u003cspan\u003eDelivered in 3–6 business days. Tracking link sent via WhatsApp\/SMS.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- REVIEWS --\u003e\n  \u003cdiv class=\"lpd-reviews\"\u003e\n    \u003cdiv class=\"lpd-reviews-title\"\u003eWhat Customers Are Saying 💬\u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-review-card\"\u003e\n      \u003cdiv class=\"lpd-review-top\"\u003e\n        \u003cdiv class=\"lpd-reviewer-avatar\"\u003eP\u003c\/div\u003e\n        \u003cdiv class=\"lpd-reviewer-info\"\u003e\n          \u003cstrong\u003ePriya M.\u003c\/strong\u003e\n          \u003cspan\u003eMumbai, Maharashtra\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lpd-review-text\"\u003e\"I was super sceptical at first — I've wasted money on so many face tools. But honestly? My face looks SO much less puffy in the morning now. I use it for 2 mins after washing my face and the difference is real. My husband even noticed!\"\u003c\/div\u003e\n      \u003cdiv class=\"lpd-verified\"\u003e✔ Verified Purchase · Used for 3 weeks\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-review-card\"\u003e\n      \u003cdiv class=\"lpd-review-top\"\u003e\n        \u003cdiv class=\"lpd-reviewer-avatar\"\u003eA\u003c\/div\u003e\n        \u003cdiv class=\"lpd-reviewer-info\"\u003e\n          \u003cstrong\u003eAnanya S.\u003c\/strong\u003e\n          \u003cspan\u003eBangalore, Karnataka\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lpd-review-text\"\u003e\"Got it COD so there was zero risk. After one use my jawline already looked more defined. Using it every morning with my face oil — absolutely love it. The bristles are so soft, nothing like I expected.\"\u003c\/div\u003e\n      \u003cdiv class=\"lpd-verified\"\u003e✔ Verified Purchase · Used for 5 weeks\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-review-card\"\u003e\n      \u003cdiv class=\"lpd-review-top\"\u003e\n        \u003cdiv class=\"lpd-reviewer-avatar\"\u003eR\u003c\/div\u003e\n        \u003cdiv class=\"lpd-reviewer-info\"\u003e\n          \u003cstrong\u003eRitu K.\u003c\/strong\u003e\n          \u003cspan\u003eDelhi, NCR\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lpd-review-text\"\u003e\"Great product! The de-puffing effect is genuine — not a gimmick. Took about 3 days of daily use to see a real change but now my skin looks so much fresher. The handle is comfortable to hold and the bristles are nice and gentle.\"\u003c\/div\u003e\n      \u003cdiv class=\"lpd-verified\"\u003e✔ Verified Purchase · Used for 2 weeks\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-review-card\"\u003e\n      \u003cdiv class=\"lpd-review-top\"\u003e\n        \u003cdiv class=\"lpd-reviewer-avatar\"\u003eN\u003c\/div\u003e\n        \u003cdiv class=\"lpd-reviewer-info\"\u003e\n          \u003cstrong\u003eNeha T.\u003c\/strong\u003e\n          \u003cspan\u003ePune, Maharashtra\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lpd-review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lpd-review-text\"\u003e\"Ordered 2 — one for me and one for my mom. She has really sensitive skin and even she loves it! No redness, no irritation. My face just looks so much more sculpted and awake now. Worth every rupee.\"\u003c\/div\u003e\n      \u003cdiv class=\"lpd-verified\"\u003e✔ Verified Purchase · Used for 1 month\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ ACCORDION --\u003e\n  \u003cdiv class=\"lpd-faq\"\u003e\n    \u003cdiv class=\"lpd-faq-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        I'm completely new to facial tools — is this easy to use?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eYes, 100%. This was designed for beginners. You just do simple upward strokes — there are no angles to learn, no pressure to calculate. Most customers use it confidently from day one. We also include a step-by-step guide in the box.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        Will I see results on day 1?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eMany customers notice a visible difference — less puffiness, more defined jawline — after their very first use. For deeper, longer-lasting results, consistent daily use over 2–4 weeks makes a significant difference.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        Is it safe for sensitive skin?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eAbsolutely. The bristles are premium ultra-soft synthetic fibers — much gentler than natural bristles. They're safe for all skin types including sensitive and acne-prone skin. Just avoid broken skin or active irritation areas.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        Can I really pay cash on delivery?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eYes! We offer Free Cash on Delivery across all of India. You pay only when the product is in your hands — zero upfront risk. If you prefer to pay online (UPI, card, net banking), you also get an extra 10% off automatically.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        How often should I use it?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eDaily use gives the best results — even just 2 minutes in the morning. You can also use it in the evening as part of your skincare routine. It's gentle enough for everyday use.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        How long does shipping take?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eWe ship within 24 hours of your order. Delivery takes 3–6 business days depending on your location. You'll receive a tracking link on WhatsApp or SMS once your order is dispatched.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lpd-acc-item\"\u003e\n      \u003cbutton class=\"lpd-acc-trigger\"\u003e\n        What if I don't like the product?\n        \u003cspan class=\"lpd-acc-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"lpd-acc-body\"\u003e\n        \u003cdiv class=\"lpd-acc-body-inner\"\u003eWe have a hassle-free return and replacement policy. If you have any issue with your order, reach out to our support team and we'll sort it out quickly. Your satisfaction is our priority.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"lpd-cta\"\u003e\n    \u003ch3\u003eYour Face Deserves Better Mornings ✨\u003c\/h3\u003e\n    \u003cp\u003eJoin 2,300+ Indian women who've made this their #1 morning ritual. Today only — 50% off with free delivery.\u003c\/p\u003e\n    \u003cdiv class=\"lpd-cta-badges\"\u003e\n      \u003cspan class=\"lpd-cta-badge\"\u003e🚚 Free Cash on Delivery\u003c\/span\u003e\n      \u003cspan class=\"lpd-cta-badge\"\u003e💳 10% Off Prepaid\u003c\/span\u003e\n      \u003cspan class=\"lpd-cta-badge\"\u003e⚡ Ships in 24 hrs\u003c\/span\u003e\n      \u003cspan class=\"lpd-cta-badge\"\u003e↩️ Easy Returns\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lpd-cta-note\"\u003e⏰ Last Day Offer — Price goes back up tomorrow\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  \/* ── Accordion ── *\/\n  document.querySelectorAll('.lpd-acc-trigger').forEach(function(btn) {\n    btn.addEventListener('click', function() {\n      var item = this.closest('.lpd-acc-item');\n      var body = item.querySelector('.lpd-acc-body');\n      var isOpen = item.classList.contains('open');\n\n      \/\/ close all\n      document.querySelectorAll('.lpd-acc-item').forEach(function(el) {\n        el.classList.remove('open');\n        el.querySelector('.lpd-acc-body').style.maxHeight = '0';\n      });\n\n      if (!isOpen) {\n        item.classList.add('open');\n        body.style.maxHeight = body.scrollHeight + 40 + 'px';\n      }\n    });\n  });\n\n  \/* ── Before\/After Slider ── *\/\n  (function() {\n    var slides = document.querySelectorAll('.lpd-ba-slide');\n    var cur = 0;\n    var curEl = document.getElementById('lpd-ba-cur');\n\n    function show(i) {\n      slides.forEach(function(s){ s.classList.remove('active'); });\n      slides[i].classList.add('active');\n      cur = i;\n      if (curEl) curEl.textContent = i + 1;\n    }\n\n    var prevBtn = document.getElementById('lpd-ba-prev');\n    var nextBtn = document.getElementById('lpd-ba-next');\n    if (prevBtn) prevBtn.addEventListener('click', function(){ show((cur - 1 + slides.length) % slides.length); });\n    if (nextBtn) nextBtn.addEventListener('click', function(){ show((cur + 1) % slides.length); });\n  })();\n\u003c\/script\u003e","brand":"Empower Initiatives","offers":[{"title":"Default Title","offer_id":46978262728879,"sku":"31671618","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/5181\/4575\/files\/1_4.webp?v=1779966021","url":"https:\/\/fabby.in\/products\/lydmsf","provider":"Fabby","version":"1.0","type":"link"}