{"product_id":"wlsbytpfortiktok","title":"Weightloss Solution (40 Days Plan) By TabeebPure","description":"\u003cstyle\u003e\n  .tp-page,\n  .tp-page * {\n    box-sizing: border-box;\n  }\n\n  .tp-page {\n    --tp-green-dark: #0d4f2a;\n    --tp-green: #147a43;\n    --tp-soft: #eef8f1;\n    --tp-cream: #fffaf0;\n    --tp-text: #10231c;\n    --tp-muted: #64736d;\n    --tp-border: #d7e9dc;\n    --tp-gold: #f2b84b;\n    --tp-shadow: 0 14px 34px rgba(13, 79, 42, 0.10);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    overflow: hidden;\n    color: var(--tp-text);\n    background: linear-gradient(180deg, #fffdf7 0%, #fbf8ef 55%, #fffdf7 100%);\n    border: 1px solid rgba(13, 79, 42, 0.08);\n    border-radius: 24px;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.5;\n  }\n\n  .tp-page a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .tp-section {\n    width: 100%;\n    padding: clamp(34px, 5vw, 56px) clamp(16px, 4vw, 42px);\n  }\n\n  .tp-section-heading {\n    max-width: 860px;\n    margin: 0 auto clamp(24px, 4vw, 34px);\n    text-align: center;\n  }\n\n  .tp-eyebrow {\n    margin-bottom: 8px;\n    color: var(--tp-green);\n    font-size: clamp(12px, 1.5vw, 14px);\n    font-weight: 900;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .tp-section-heading h2 {\n    margin: 0;\n    color: var(--tp-text);\n    font-size: clamp(26px, 4.4vw, 44px);\n    font-weight: 900;\n    line-height: 1.12;\n    letter-spacing: -0.8px;\n  }\n\n  .tp-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: clamp(12px, 2vw, 16px);\n    width: 100%;\n  }\n\n  .tp-benefit-card {\n    min-width: 0;\n    min-height: 150px;\n    padding: clamp(20px, 3vw, 28px) clamp(14px, 2.5vw, 18px);\n    text-align: center;\n    background: rgba(255, 255, 255, 0.84);\n    border: 1px solid var(--tp-border);\n    border-radius: 20px;\n    box-shadow: 0 10px 26px rgba(13, 79, 42, 0.06);\n  }\n\n  .tp-benefit-icon,\n  .tp-trust-icon {\n    width: 58px;\n    height: 58px;\n    min-width: 58px;\n    margin: 0 auto 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--tp-green);\n    background: var(--tp-soft);\n    border: 1px solid #cce5d2;\n    border-radius: 50%;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .tp-benefit-card h3 {\n    margin: 0;\n    color: var(--tp-text);\n    font-size: clamp(15px, 2vw, 18px);\n    font-weight: 900;\n    line-height: 1.28;\n  }\n\n  .tp-problem-solution {\n    display: grid;\n    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);\n    gap: clamp(20px, 3vw, 34px);\n    align-items: stretch;\n  }\n\n  .tp-dark-card {\n    min-width: 0;\n    padding: clamp(26px, 4vw, 40px);\n    color: #fff;\n    background:\n      radial-gradient(circle at 92% 88%, rgba(255,255,255,0.16), transparent 24%),\n      linear-gradient(145deg, var(--tp-green-dark), #116337);\n    border-radius: 28px;\n    box-shadow: var(--tp-shadow);\n  }\n\n  .tp-dark-card h2 {\n    margin: 0 0 16px;\n    color: #fff;\n    font-size: clamp(28px, 4vw, 38px);\n    font-weight: 900;\n    line-height: 1.12;\n  }\n\n  .tp-dark-card p {\n    margin: 0;\n    color: #e9f5ed;\n    font-size: clamp(15px, 2vw, 18px);\n  }\n\n  .tp-steps {\n    display: grid;\n    gap: 15px;\n    min-width: 0;\n  }\n\n  .tp-step-card {\n    display: grid;\n    grid-template-columns: 52px minmax(0, 1fr) 58px;\n    align-items: center;\n    gap: 16px;\n    min-width: 0;\n    padding: clamp(16px, 2.5vw, 20px);\n    background: #fff;\n    border: 1px solid var(--tp-border);\n    border-radius: 20px;\n  }\n\n  .tp-step-num {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    background: var(--tp-green);\n    border-radius: 50%;\n    font-size: 21px;\n    font-weight: 900;\n    flex-shrink: 0;\n  }\n\n  .tp-step-card h3 {\n    margin: 0 0 2px;\n    color: var(--tp-text);\n    font-size: clamp(17px, 2.2vw, 21px);\n    font-weight: 900;\n    line-height: 1.25;\n  }\n\n  .tp-step-card p {\n    margin: 0;\n    color: var(--tp-muted);\n    font-size: clamp(14px, 1.8vw, 16px);\n  }\n\n  .tp-step-icon {\n    width: 54px;\n    height: 54px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--tp-green);\n    background: var(--tp-soft);\n    border-radius: 50%;\n    font-size: 26px;\n  }\n\n  .tp-how-to {\n    display: grid;\n    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);\n    gap: clamp(20px, 3vw, 28px);\n    align-items: center;\n  }\n\n  .tp-image-slot {\n    min-height: 360px;\n    padding: 30px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--tp-green-dark);\n    text-align: center;\n    background:\n      radial-gradient(circle at 16% 18%, rgba(20, 122, 67, 0.10), transparent 26%),\n      radial-gradient(circle at 88% 78%, rgba(20, 122, 67, 0.10), transparent 28%),\n      linear-gradient(145deg, #f9fcf7, #eef8f1);\n    border: 2px dashed #c9dfcf;\n    border-radius: 26px;\n  }\n\n  .tp-placeholder-icon {\n    width: 78px;\n    height: 78px;\n    margin: 0 auto 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #fff;\n    border: 4px solid var(--tp-green);\n    border-radius: 18px;\n    font-size: 32px;\n  }\n\n  .tp-placeholder-content {\n    color: var(--tp-green-dark);\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 900;\n    line-height: 1.25;\n  }\n\n  .tp-instructions {\n    display: grid;\n    gap: 12px;\n    min-width: 0;\n  }\n\n  .tp-instruction-card {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    min-width: 0;\n    padding: clamp(13px, 2vw, 16px) clamp(14px, 2.5vw, 20px);\n    color: var(--tp-text);\n    background: #fff;\n    border: 1px solid var(--tp-border);\n    border-radius: 16px;\n    direction: rtl;\n    text-align: right;\n    font-size: clamp(14px, 1.8vw, 18px);\n    font-weight: 800;\n  }\n\n  .tp-instruction-card span {\n    direction: ltr;\n    display: inline-block;\n  }\n\n  .tp-instruction-icon {\n    width: 50px;\n    height: 50px;\n    min-width: 50px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--tp-soft);\n    border-radius: 14px;\n    font-size: 24px;\n  }\n\n  .tp-trust-strip {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1px;\n    width: 100%;\n    margin-top: 30px;\n    overflow: hidden;\n    background: var(--tp-border);\n    border: 1px solid var(--tp-border);\n    border-radius: 20px;\n  }\n\n  .tp-trust-item {\n    min-width: 0;\n    padding: clamp(16px, 2.5vw, 22px) 14px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    color: #18362b;\n    background: #f8fcf8;\n    font-size: clamp(13px, 1.7vw, 15px);\n    font-weight: 900;\n  }\n\n  .tp-trust-item small {\n    display: block;\n    color: var(--tp-muted);\n    font-weight: 700;\n  }\n\n  .tp-trust-icon {\n    width: 50px;\n    height: 50px;\n    min-width: 50px;\n    margin: 0;\n    font-size: 22px;\n  }\n\n  .tp-proof-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1.65fr);\n    gap: 16px;\n    width: 100%;\n  }\n\n  .tp-proof-card {\n    position: relative;\n    min-width: 0;\n    min-height: 210px;\n    padding: 22px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    text-align: center;\n    background: #fff;\n    border: 1px solid var(--tp-border);\n    border-radius: 20px;\n  }\n\n  .tp-quote {\n    position: absolute;\n    top: 14px;\n    left: 18px;\n    color: #a9d4b4;\n    font-family: Georgia, serif;\n    font-size: 42px;\n    line-height: 1;\n  }\n\n  .tp-proof-placeholder {\n    min-height: 128px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--tp-green-dark);\n    background: #fbfff9;\n    border: 2px dashed #cde5d2;\n    border-radius: 16px;\n    font-weight: 900;\n    line-height: 1.3;\n  }\n\n  .tp-stars {\n    margin-top: 18px;\n    color: var(--tp-gold);\n    font-size: 20px;\n    letter-spacing: 2px;\n  }\n\n  .tp-proof-caption {\n    margin: 16px 0 0;\n    color: var(--tp-muted);\n    text-align: center;\n    font-size: 15px;\n  }\n\n  .tp-faq-list {\n    display: grid;\n    gap: 10px;\n    width: 100%;\n  }\n\n  .tp-faq-item {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    width: 100%;\n    min-width: 0;\n    padding: 16px 20px;\n    color: var(--tp-text);\n    background: #fff;\n    border: 1px solid var(--tp-border);\n    border-radius: 14px;\n    font-weight: 900;\n  }\n\n  .tp-final-cta {\n    margin: clamp(20px, 4vw, 36px) clamp(16px, 4vw, 42px) clamp(34px, 5vw, 54px);\n    padding: clamp(34px, 5vw, 46px) clamp(18px, 4vw, 28px);\n    color: #fff;\n    text-align: center;\n    background:\n      radial-gradient(circle at 8% 30%, rgba(255,255,255,0.13), transparent 16%),\n      radial-gradient(circle at 92% 70%, rgba(255,255,255,0.13), transparent 16%),\n      linear-gradient(145deg, var(--tp-green-dark), #0d6b3a);\n    border-radius: 28px;\n    box-shadow: var(--tp-shadow);\n  }\n\n  .tp-final-cta h2 {\n    margin: 0 0 12px;\n    color: #fff;\n    font-size: clamp(30px, 4.5vw, 44px);\n    font-weight: 900;\n    line-height: 1.12;\n  }\n\n  .tp-final-cta p {\n    margin: 0 0 24px;\n    color: #e7f4ea;\n    font-size: clamp(15px, 2vw, 18px);\n    font-weight: 700;\n  }\n\n  .tp-cta-row {\n    max-width: 680px;\n    margin: 0 auto 18px;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .tp-btn {\n    width: 100%;\n    min-height: 54px;\n    padding: 15px 18px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    background: var(--tp-green);\n    border: 2px solid transparent;\n    border-radius: 14px;\n    font-size: clamp(14px, 1.8vw, 17px);\n    font-weight: 900;\n    line-height: 1.2;\n    text-align: center;\n  }\n\n  .tp-btn-primary {\n    background: #fff;\n    color: var(--tp-green-dark);\n  }\n\n  .tp-btn-outline {\n    background: transparent;\n    color: #fff;\n    border-color: rgba(255, 255, 255, 0.58);\n  }\n\n  .tp-footer-line {\n    color: #f2fff5;\n    font-weight: 900;\n  }\n\n  .tp-sticky-mobile-cta {\n    display: none;\n  }\n\n  @media (max-width: 1024px) {\n    .tp-benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .tp-proof-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .tp-trust-strip {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .tp-page {\n      border-radius: 18px;\n    }\n\n    .tp-problem-solution,\n    .tp-how-to {\n      grid-template-columns: 1fr;\n    }\n\n    .tp-image-slot {\n      min-height: 300px;\n    }\n\n    .tp-step-card {\n      grid-template-columns: 48px minmax(0, 1fr);\n    }\n\n    .tp-step-icon {\n      display: none;\n    }\n\n    .tp-cta-row {\n      grid-template-columns: 1fr;\n    }\n\n    .tp-final-cta {\n      margin-bottom: 96px;\n    }\n\n    .tp-sticky-mobile-cta {\n      position: fixed;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      z-index: 9999;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      padding: 12px 16px;\n      background: rgba(255, 255, 255, 0.96);\n      border-top: 1px solid var(--tp-border);\n      box-shadow: 0 -12px 28px rgba(13, 79, 42, 0.13);\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .tp-sticky-mobile-cta small {\n      color: #64736d;\n      font-size: 12px;\n      font-weight: 700;\n    }\n\n    .tp-sticky-mobile-cta strong {\n      color: var(--tp-green-dark);\n      font-size: 17px;\n      font-weight: 900;\n    }\n\n    .tp-sticky-mobile-cta .tp-btn {\n      width: auto;\n      min-height: 44px;\n      padding: 12px 20px;\n      background: var(--tp-green);\n      color: #fff;\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .tp-section {\n      padding-left: 14px;\n      padding-right: 14px;\n    }\n\n    .tp-benefit-grid,\n    .tp-trust-strip,\n    .tp-proof-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .tp-benefit-card {\n      min-height: auto;\n    }\n\n    .tp-dark-card {\n      border-radius: 22px;\n    }\n\n    .tp-instruction-card {\n      gap: 10px;\n      line-height: 1.55;\n    }\n\n    .tp-instruction-icon {\n      width: 42px;\n      height: 42px;\n      min-width: 42px;\n      font-size: 20px;\n    }\n\n    .tp-trust-item {\n      justify-content: flex-start;\n    }\n\n    .tp-final-cta {\n      border-radius: 22px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"tp-page\"\u003e\n\u003csection id=\"tp-benefits\" class=\"tp-section\"\u003e\n\u003cdiv class=\"tp-section-heading\"\u003e\n\u003cdiv class=\"tp-eyebrow\"\u003eWhat You Get\u003c\/div\u003e\n\u003ch2\u003eIt's not only the product — it's a complete system.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-grid\"\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003ePersonalized Meal Plan\u003cbr\u003eAccording to You\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003e40 Din Ka Professional\u003cbr\u003eSupport on WhatsApp\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e🍃\u003c\/div\u003e\n\u003ch3\u003eNatural \u0026amp; Organic\u003cbr\u003eWeight Loss Formula\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003e30 Days Money-Back\u003cbr\u003eGuarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e🚚\u003c\/div\u003e\n\u003ch3\u003eFree Delivery\u003cbr\u003eAll Over Pakistan\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-benefit-card\"\u003e\n\u003cdiv class=\"tp-benefit-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eOpen Parcel\u003cbr\u003eAllowed\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tp-section tp-problem-solution\"\u003e\n\u003cdiv class=\"tp-dark-card\"\u003e\n\u003ch2\u003eWhy most people\u003cbr\u003estop weight loss\u003c\/h2\u003e\n\u003cp\u003eUsually problem product mein nahi hoti — problem hoti hai no plan, cravings, oily food, routine issues aur consistency ki kami. TabeebPure is designed as a guided 40-day support system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-steps\"\u003e\n\u003cdiv class=\"tp-step-card\"\u003e\n\u003cdiv class=\"tp-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e1. Choose Your Plan\u003c\/h3\u003e\n\u003cp\u003e40 Days ya 80 Days plan choose karein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-step-icon\"\u003e📋\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-step-card\"\u003e\n\u003cdiv class=\"tp-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e2. Get Guidance\u003c\/h3\u003e\n\u003cp\u003eMeal plan + professional WhatsApp support milega.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-step-icon\"\u003e🎧\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-step-card\"\u003e\n\u003cdiv class=\"tp-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e3. Follow Consistently\u003c\/h3\u003e\n\u003cp\u003eRoutine follow karein aur better discipline build karein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-step-icon\"\u003e🎯\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"tp-how-to-use\" class=\"tp-section\"\u003e\n\u003cdiv class=\"tp-section-heading\"\u003e\n\u003cdiv class=\"tp-eyebrow\"\u003eHow To Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-how-to\"\u003e\n\u003cdiv class=\"tp-instructions\"\u003e\n\u003cdiv class=\"tp-instruction-card\"\u003e\n\u003cdiv class=\"tp-instruction-icon\"\u003e🥄\u003c\/div\u003e\nمقدار: آدھا چائے کا چمچ \u003cspan\u003e(Half Tea Spoon)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-instruction-card\"\u003e\n\u003cdiv class=\"tp-instruction-icon\"\u003e⏰\u003c\/div\u003e\nوقت: ہر کھانے کے 20 سے 30 منٹ بعد استعمال کریں\u003c\/div\u003e\n\u003cdiv class=\"tp-instruction-card\"\u003e\n\u003cdiv class=\"tp-instruction-icon\"\u003e🥛\u003c\/div\u003e\nطریقہ: پاؤڈر کو نیم گرم پانی کے ساتھ لیں\u003c\/div\u003e\n\u003cdiv class=\"tp-instruction-card\"\u003e\n\u003cdiv class=\"tp-instruction-icon\"\u003e📅\u003c\/div\u003e\nمدت: مستقل نتائج کے لیے اسے مسلسل 40 دن تک جاری رکھیں\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-trust-strip\"\u003e\n\u003cdiv class=\"tp-trust-item\"\u003e\n\u003cdiv class=\"tp-trust-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003eFree Delivery\u003csmall\u003eAll Over Pakistan\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-trust-item\"\u003e\n\u003cdiv class=\"tp-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv\u003eWhatsApp\u003csmall\u003eSupport\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-trust-item\"\u003e\n\u003cdiv class=\"tp-trust-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e30-Day Money-Back\u003csmall\u003eGuarantee\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-trust-item\"\u003e\n\u003cdiv class=\"tp-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003eOpen Parcel\u003csmall\u003eAllowed\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"tp-order\" class=\"tp-final-cta\"\u003e\n\u003ch2\u003eReady to Start Your Weight Loss Journey?\u003c\/h2\u003e\n\u003cp\u003eOrder your plan today and get product + personalized meal plan + 40 days support.\u003c\/p\u003e\n\u003cdiv class=\"tp-cta-row\"\u003e\n\u003ca href=\"#\" class=\"tp-btn tp-btn-primary\"\u003e🛒 Order Now\u003c\/a\u003e \u003ca href=\"https:\/\/wa.me\/923713555161\" class=\"tp-btn tp-btn-outline\"\u003eWhatsApp: 0371-3555161\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-footer-line\"\u003eTabeebPure • Lahore, Pakistan\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e\n\u003cp data-path-to-node=\"4,3,0\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/WhatsApp_Image_2026-02-18_at_16.55.00.jpg?v=1772100059\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/WhatsApp_Image_2026-02-18_at_16.55.00_3.jpg?v=1772100059\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/WhatsApp_Image_2026-02-18_at_16.55.00.jpg?v=1772100059\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/2.png?v=1778662252\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/3.png?v=1778662278\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/6.png?v=1778662362\" alt=\"\"\u003e\u003cimg\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"40 Days Plan Lose Upto 7 Kg","offer_id":45693144924262,"sku":"bb346567","price":1999.0,"currency_code":"PKR","in_stock":true},{"title":"80 Days Plan Lose Upto 13 Kg","offer_id":45693144957030,"sku":null,"price":3799.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0697\/2381\/6038\/files\/ChatGPT_Image_May_2_2026_12_49_51_PM.png?v=1777708221","url":"https:\/\/tabeebpure.com\/products\/wlsbytpfortiktok","provider":"tabeebpure","version":"1.0","type":"link"}