{"product_id":"bi-c-vitamin-c-500mg-chewable","title":"Bi-C Vitamin C 500 mg Chewable Tablets","description":"\u003cstyle\u003e\n  \/* BI-C THEME: Vitamin Orange \u0026 Deep Blue *\/\n  \n  .bic-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #fff3e0, #ffffff); \/* Soft Orange Fade *\/\n    color: #263238;\n    line-height: 1.6;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 24px;\n    border-radius: 24px;\n    box-shadow: 0 10px 40px rgba(255, 152, 0, 0.15);\n  }\n\n  .bic-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(255, 152, 0, 0.15); \/* Orange Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: bicSlideUp 0.7s ease-out forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  \/* Animation Stagger *\/\n  .bic-section:nth-child(1) { animation-delay: 0.1s; }\n  .bic-section:nth-child(2) { animation-delay: 0.2s; }\n  .bic-section:nth-child(3) { animation-delay: 0.3s; }\n  .bic-section:nth-child(4) { animation-delay: 0.4s; }\n  .bic-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .bic-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(255, 152, 0, 0.2);\n    border-color: #ff9800; \/* Vibrant Orange on Hover *\/\n  }\n\n  .bic-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .bic-brand {\n    font-size: 1rem;\n    color: #3f51b5; \/* Deep Blue from Logo *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .bic-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #ef6c00; \/* Dark Orange *\/\n    line-height: 1.2;\n  }\n\n  .bic-subtitle {\n    font-size: 1.05rem;\n    color: #546e7a;\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .bic-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .bic-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .bic-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #e65100; \/* Deep Orange *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #ffe0b2;\n    padding-bottom: 10px;\n  }\n\n  .bic-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #ff9800, #ffb74d); \/* Orange Gradient *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.3);\n  }\n\n  .bic-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .bic-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #455a64;\n  }\n\n  .bic-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #ff9800; \/* Orange Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .bic-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .bic-badge {\n    background: #fff3e0; \/* Light Orange Bg *\/\n    color: #e65100; \/* Deep Orange Text *\/\n    border: 1px solid #e65100;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .bic-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin-top: 10px;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ffe0b2;\n  }\n\n  .bic-table th, .bic-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #fff3e0;\n  }\n\n  .bic-table th {\n    background: #fff3e0;\n    color: #e65100;\n    font-weight: 700;\n  }\n  \n  .bic-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .bic-note {\n    font-size: 0.9rem;\n    background: #fff3e0;\n    color: #ef6c00;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #ff9800;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .bic-faq-item {\n    border-bottom: 1px dashed #ffb74d;\n    padding: 14px 0;\n  }\n  .bic-faq-item:last-child { border-bottom: none; }\n   \n  .bic-faq-q {\n    font-weight: 700;\n    color: #3f51b5; \/* Blue for Questions to match Logo *\/\n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .bic-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes bicSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bic-wrapper\"\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-header\"\u003e\n\u003cspan class=\"bic-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"bic-title\"\u003eBi-C \u003cspan style=\"font-size: 0.7em; color: #3f51b5;\"\u003eVitamin C 500mg\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"bic-subtitle\"\u003eDelicious Chewable Tablets for \u003cspan style=\"font-weight: bold; color: #ef6c00;\"\u003eImmune Defense\u003c\/span\u003e \u0026amp; Radiant Skin.\u003c\/p\u003e\n\u003cdiv class=\"bic-badge-container\"\u003e\n\u003cspan class=\"bic-badge\"\u003eChewable\u003c\/span\u003e \u003cspan class=\"bic-badge\"\u003eImmune Support\u003c\/span\u003e \u003cspan class=\"bic-badge\"\u003eSkin Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-grid\"\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e🍊\u003c\/div\u003e\nWhy Bi-C?\u003c\/div\u003e\n\u003cp style=\"color: #455a64;\"\u003eBi-C delivers a precise 500mg daily dose of Vitamin C. Known as a powerhouse antioxidant, it helps support your body’s natural defenses and plays a vital role in maintaining collagen for fresh, healthy-looking skin—all in a convenient \u003cstrong\u003echewable\u003c\/strong\u003e form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"bic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eImmune Function:\u003c\/strong\u003e Supports a healthy immune system year-round.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSkin Radiance:\u003c\/strong\u003e Essential for collagen production and skin glow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnergy Boost:\u003c\/strong\u003e Helps reduce feelings of tiredness and fatigue.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCell Protection:\u003c\/strong\u003e Defends cells against environmental stressors.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e🧪\u003c\/div\u003e\nSupplement Facts\u003c\/div\u003e\n\u003ctable class=\"bic-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003ePer Tablet\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVitamin C (Ascorbic Acid)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e500 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 0.85rem; color: #78909c; margin-top: 10px;\"\u003e\u003cstrong\u003eFormat:\u003c\/strong\u003e Chewable Tablet (Orange Flavor).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-grid\"\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e💊\u003c\/div\u003e\nHow to Use\u003c\/div\u003e\n\u003cul class=\"bic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily Dose:\u003c\/strong\u003e Chew 1 tablet daily.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest Time:\u003c\/strong\u003e After Breakfast or Lunch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydration:\u003c\/strong\u003e Drink water throughout the day for best results.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bic-note\"\u003e\n\u003cstrong\u003eGentle Tip:\u003c\/strong\u003e Always take after a meal to prevent acidity or stomach discomfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"bic-list\"\u003e\n\u003cli\u003eThose looking to support their immunity.\u003c\/li\u003e\n\u003cli\u003eAnyone wanting a brighter, more radiant complexion.\u003c\/li\u003e\n\u003cli\u003ePeople exposed to city pollution or smoke.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-section\"\u003e\n\u003cdiv class=\"bic-card-heading\"\u003e\n\u003cdiv class=\"bic-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-item\"\u003e\n\u003cdiv class=\"bic-faq-q\"\u003eQ: Is this good for glowing skin?\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-a\"\u003eA: Yes! Vitamin C helps support collagen formation, which is key for maintaining firm, smooth, and radiant-looking skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-item\"\u003e\n\u003cdiv class=\"bic-faq-q\"\u003eQ: Do I swallow or chew this?\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-a\"\u003eA: Bi-C is a \u003cstrong\u003echewable\u003c\/strong\u003e tablet, making it easy and delicious to take without needing to swallow a large pill.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-item\"\u003e\n\u003cdiv class=\"bic-faq-q\"\u003eQ: Does it cause acidity?\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-a\"\u003eA: While Vitamin C is acidic by nature, taking it \u003cstrong\u003eafter a meal\u003c\/strong\u003e (never on an empty stomach) ensures it stays gentle on your digestion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-item\"\u003e\n\u003cdiv class=\"bic-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"bic-faq-a\"\u003eA: We process orders within 24 hours. Delivery takes 3-5 working days via our courier partners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-size: 0.8rem; color: #b0bec5; margin-top: 10px;\"\u003eDisclaimer: Dietary Supplement. Not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elate Pharma","offers":[{"title":"Default Title","offer_id":43663940223023,"sku":"","price":890.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/Bi-CTabletf.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/bi-c-vitamin-c-500mg-chewable","provider":"Elate Pharma","version":"1.0","type":"link"}