{"product_id":"elates-biotin-zinc-hair-skin-nails","title":"Elate’s Biotin with Zinc Supplement","description":"\u003cstyle\u003e\n  \/* --- CUSTOM COLORS BASED ON PURPLE BOTTLE --- *\/\n  :root {\n    --biotin-primary: #4a148c;   \/* Dark Purple Text *\/\n    --biotin-accent: #7b1fa2;    \/* Medium Purple *\/\n    --biotin-soft-bg: #f3e5f5;   \/* Very Light Purple Tint *\/\n    --biotin-grad-start: #8e24aa;\/* Gradient Start *\/\n    --biotin-grad-end: #ba68c8;  \/* Gradient End *\/\n    --teal-accent: #00897b;      \/* Matches the Logo Leaf *\/\n  }\n\n  .biotin-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: var(--biotin-soft-bg);\n    color: #2d3436;\n    line-height: 1.6;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 20px;\n    border-radius: 20px;\n  }\n\n  .biotin-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 24px;\n    border: 1px solid rgba(123, 31, 162, 0.15);\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    opacity: 0; \n    animation: biotinSlideUp 0.7s ease-out forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .biotin-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(123, 31, 162, 0.15);\n    border-color: rgba(123, 31, 162, 0.35);\n  }\n\n  \/* Staggered Animation *\/\n  .biotin-section:nth-child(1) { animation-delay: 0.1s; }\n  .biotin-section:nth-child(2) { animation-delay: 0.2s; }\n  .biotin-section:nth-child(3) { animation-delay: 0.3s; }\n  .biotin-section:nth-child(4) { animation-delay: 0.4s; }\n  .biotin-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .biotin-header {\n    text-align: center;\n  }\n\n  .biotin-title {\n    font-size: 1.8rem;\n    font-weight: 800;\n    margin-bottom: 10px;\n    background: linear-gradient(135deg, var(--biotin-grad-start), var(--biotin-grad-end));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n  }\n\n  .biotin-subtitle {\n    font-size: 1rem;\n    color: var(--biotin-primary);\n    max-width: 600px;\n    margin: 0 auto 14px;\n    font-weight: 500;\n  }\n\n  .biotin-badge-container {\n    display: flex;\n    gap: 8px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  .biotin-badge {\n    background: linear-gradient(135deg, var(--biotin-grad-start), var(--biotin-grad-end));\n    color: #fff;\n    padding: 6px 14px;\n    border-radius: 50px;\n    font-size: 0.75rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    box-shadow: 0 4px 10px rgba(123, 31, 162, 0.2);\n  }\n\n  .biotin-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .biotin-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .biotin-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--biotin-accent);\n    margin-bottom: 12px;\n  }\n\n  .biotin-icon-box {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: rgba(123, 31, 162, 0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--biotin-accent);\n    font-size: 1.1rem;\n    flex-shrink: 0;\n  }\n\n  .biotin-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .biotin-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 10px;\n    font-size: 0.95rem;\n    color: #444;\n  }\n\n  .biotin-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: var(--biotin-accent);\n    font-weight: 800;\n  }\n\n  .biotin-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 10px;\n    background: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid #e1bee7;\n  }\n\n  .biotin-table th, .biotin-table td {\n    padding: 12px 14px;\n    border-bottom: 1px solid #e1bee7;\n    font-size: 0.95rem;\n  }\n\n  .biotin-table th {\n    background: #f3e5f5;\n    color: var(--biotin-primary);\n    font-weight: 700;\n  }\n\n  .biotin-note {\n    font-size: 0.85rem;\n    background: #f3e5f5;\n    color: var(--biotin-primary);\n    padding: 12px;\n    border-radius: 8px;\n    border-left: 4px solid var(--biotin-accent);\n    margin-top: 12px;\n  }\n\n  \/* FAQ BLOCKS *\/\n  .biotin-faq-item {\n    border: 1px solid rgba(123, 31, 162, 0.15);\n    background: linear-gradient(180deg, #ffffff, #f3e5f5);\n    border-radius: 14px;\n    padding: 14px 16px;\n    margin-top: 12px;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.04);\n  }\n\n  .biotin-faq-q {\n    display: flex;\n    gap: 10px;\n    font-weight: 800;\n    color: var(--biotin-accent);\n    margin-bottom: 6px;\n  }\n\n  .biotin-faq-q span {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    background: rgba(123, 31, 162, 0.15);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.9rem;\n  }\n\n  .biotin-faq-a {\n    font-size: 0.95rem;\n    color: #555;\n    line-height: 1.55;\n    padding-left: 36px;\n  }\n\n  @keyframes biotinSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"biotin-wrapper\"\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-header\"\u003e\n\u003ch2 class=\"biotin-title\"\u003eElate’s Biotin with Zinc\u003c\/h2\u003e\n\u003cp class=\"biotin-subtitle\"\u003eDaily Nutritional Support for Healthy Hair, Skin \u0026amp; Nails.\u003c\/p\u003e\n\u003cdiv class=\"biotin-badge-container\"\u003e\n\u003cspan class=\"biotin-badge\"\u003eHair Support\u003c\/span\u003e \u003cspan class=\"biotin-badge\"\u003eNail Strength\u003c\/span\u003e \u003cspan class=\"biotin-badge\"\u003eSkin Health\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-grid\"\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e✨\u003c\/div\u003e\nProduct Overview\u003c\/div\u003e\n\u003cp\u003eBiotin (Vitamin B7) is a key nutrient known for its role in beauty and wellness. Elate’s formula combines \u003cstrong\u003eBiotin with Zinc\u003c\/strong\u003e to help support keratin production, which is essential for maintaining the strength and appearance of hair and nails.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e★\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"biotin-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHair Health:\u003c\/strong\u003e Supports the maintenance of normal, healthy hair.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNail Support:\u003c\/strong\u003e Helps improve nail strength and structure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSkin Balance:\u003c\/strong\u003e Zinc contributes to the maintenance of normal skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnergy Metabolism:\u003c\/strong\u003e Biotin contributes to normal energy-yielding metabolism.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e🧪\u003c\/div\u003e\nIngredients \u0026amp; Facts\u003c\/div\u003e\n\u003ctable class=\"biotin-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003eAmount Per Serving\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBiotin (Vitamin B7)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2500 mcg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eZinc Sulphate\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e15 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 0.85rem; color: #666; margin-top: 10px;\"\u003e\u003cstrong\u003eOther Ingredients:\u003c\/strong\u003e Softgel shell, Glycerin, Sorbitol, Soya bean oil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-grid\"\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"biotin-list\"\u003e\n\u003cli\u003eIndividuals looking to support hair thickness and volume.\u003c\/li\u003e\n\u003cli\u003eThose wanting to maintain strong and healthy nails.\u003c\/li\u003e\n\u003cli\u003eAnyone seeking a daily beauty supplement for skin balance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e💊\u003c\/div\u003e\nHow to Use\u003c\/div\u003e\n\u003cul class=\"biotin-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily Dose:\u003c\/strong\u003e Take 1 softgel daily.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest Time:\u003c\/strong\u003e Take with a meal or water to support absorption.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsistency:\u003c\/strong\u003e Regular use for 3 months is recommended for best results.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"biotin-note\"\u003eStore in a cool, dry place. Keep out of reach of children.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-section\"\u003e\n\u003cdiv class=\"biotin-card-heading\"\u003e\n\u003cdiv class=\"biotin-icon-box\"\u003e❓\u003c\/div\u003e\nFrequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-item\"\u003e\n\u003cdiv class=\"biotin-faq-q\"\u003e\n\u003cspan\u003eQ\u003c\/span\u003e How does this support hair?\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-a\"\u003eBiotin supports the production of keratin, a protein that is the structural building block of hair, helping to maintain its strength and texture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-item\"\u003e\n\u003cdiv class=\"biotin-faq-q\"\u003e\n\u003cspan\u003eQ\u003c\/span\u003e Is Zinc important for skin?\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-a\"\u003eYes, Zinc plays a role in cell division and repair, which is essential for maintaining a clear and healthy complexion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-item\"\u003e\n\u003cdiv class=\"biotin-faq-q\"\u003e\n\u003cspan\u003eQ\u003c\/span\u003e What is the shipping time?\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-a\"\u003eOrders are processed within 24 hours. Delivery takes 3-5 working days via our courier partners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-item\"\u003e\n\u003cdiv class=\"biotin-faq-q\"\u003e\n\u003cspan\u003eQ\u003c\/span\u003e Can I take this with other vitamins?\u003c\/div\u003e\n\u003cdiv class=\"biotin-faq-a\"\u003eGenerally, yes. However, if you are taking other medications or supplements, it is always best to consult your healthcare provider.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-size: 0.8rem; color: #aaa; margin-top: 10px;\"\u003eDisclaimer: These statements have not been evaluated by the FDA. This product is not intended to diagnose, treat, cure, or prevent any disease. Consult a healthcare professional before use.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elate Pharma","offers":[{"title":"Default Title","offer_id":42140718563375,"sku":"ELATE2003","price":1250.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/BiotnLabel3Sides2.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/elates-biotin-zinc-hair-skin-nails","provider":"Elate Pharma","version":"1.0","type":"link"}