{"product_id":"bioblas-collagen-keratin-hair-mask-shampoo-free","title":"Bioblas Collagen \u0026 Keratin Hair Mask + Shampoo FREE","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;\n        background: #f8fafe;\n        padding: 15px;\n        line-height: 1.5;\n    }\n\n    .container {\n        max-width: 700px;\n        margin: 15px auto;\n        background: #f5f9ff;\n        border-radius: 12px;\n        box-shadow: 0 6px 16px rgba(9, 46, 82, 0.15);\n        overflow: hidden;\n        border: 1px solid #e6f0ff;\n        transform: scale(0.9);\n        transform-origin: center;\n    }\n\n    .header {\n        background: linear-gradient(135deg, #092E52, #061F37);\n        padding: 20px;\n        color: white;\n        text-align: center;\n    }\n\n    .title {\n        margin: 0;\n        font-size: 20px;\n        font-weight: bold;\n        letter-spacing: 0.3px;\n        line-height: 1.2;\n    }\n\n    .subtitle {\n        margin: 12px 0 0;\n        font-size: 14px;\n        letter-spacing: 0.5px;\n    }\n\n    .content {\n        padding: 25px 20px;\n        background: #fff;\n    }\n\n    .section {\n        background: white;\n        border-radius: 12px;\n        box-shadow: 0 6px 15px rgba(9, 46, 82, 0.08);\n        overflow: hidden;\n        margin-bottom: 20px;\n    }\n\n    .header-line {\n        height: 6px;\n        background: linear-gradient(to right, #092E52, #0F4369);\n    }\n\n    .card-content {\n        padding: 20px;\n    }\n\n    .section-title {\n        color: #092E52;\n        font-size: 18px;\n        margin: 0 0 15px;\n        font-weight: bold;\n    }\n\n    .intro-text {\n        color: #061F37;\n        font-size: 15px;\n        font-weight: 500;\n        background: #E6EFF8;\n        padding: 15px;\n        border-radius: 10px;\n        margin-bottom: 15px;\n    }\n\n    .benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin: 15px 0;\n    }\n\n    .benefit-item {\n        background: #F1F6FC;\n        border-radius: 10px;\n        padding: 15px;\n        border-left: 3px solid #092E52;\n    }\n\n    .benefit-title {\n        color: #092E52;\n        font-size: 13px;\n        font-weight: bold;\n        margin-bottom: 6px;\n    }\n\n    .benefit-text {\n        color: #546e7a;\n        font-size: 13px;\n    }\n\n    .step-block {\n        background: #F1F6FC;\n        border-radius: 10px;\n        padding: 16px;\n        margin-bottom: 14px;\n        border-left: 4px solid #092E52;\n    }\n\n    .step-header {\n        display: flex;\n        align-items: center;\n        margin-bottom: 10px;\n    }\n\n    .step-number {\n        background: #092E52;\n        color: white;\n        width: 26px;\n        height: 26px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 13px;\n        font-weight: bold;\n        flex-shrink: 0;\n        margin-right: 10px;\n    }\n\n    .step-title {\n        color: #092E52;\n        font-size: 14px;\n        font-weight: bold;\n    }\n\n    .step-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .step-list li {\n        padding: 5px 0;\n        display: flex;\n        align-items: flex-start;\n        border-bottom: 1px solid #e0ecf8;\n        font-size: 13px;\n        color: #546e7a;\n    }\n\n    .step-list li:last-child {\n        border-bottom: none;\n    }\n\n    .step-list li::before {\n        content: \"•\";\n        color: #092E52;\n        font-weight: bold;\n        margin-right: 8px;\n        flex-shrink: 0;\n    }\n\n    .ingredients-list {\n        list-style: none;\n        padding: 0;\n        margin: 15px 0;\n    }\n\n    .ingredients-list li {\n        padding: 8px 0;\n        display: flex;\n        align-items: flex-start;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    .ingredients-list li:last-child {\n        border-bottom: none;\n    }\n\n    .ingredient-icon {\n        width: 16px;\n        height: 16px;\n        background: #E6EFF8;\n        border-radius: 50%;\n        margin-right: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #092E52;\n        font-size: 10px;\n        font-weight: bold;\n        flex-shrink: 0;\n        margin-top: 2px;\n    }\n\n    .ingredient-text {\n        color: #546e7a;\n        font-size: 13px;\n    }\n\n    .why-choose {\n        background: linear-gradient(135deg, #CCE0F2, #B3D4ED);\n        border-radius: 10px;\n        padding: 18px;\n        margin: 15px 0;\n    }\n\n    .why-choose-title {\n        color: #061F37;\n        font-size: 16px;\n        font-weight: bold;\n        margin-bottom: 12px;\n    }\n\n    .final-cta {\n        background: linear-gradient(135deg, #092E52, #0F4369);\n        color: white;\n        padding: 18px;\n        border-radius: 10px;\n        text-align: center;\n        font-size: 14px;\n        line-height: 1.5;\n    }\n\n    @media (max-width: 768px) {\n        .container {\n            margin: 10px;\n            transform: scale(0.95);\n        }\n        .content { padding: 20px 15px; }\n        .header { padding: 18px 15px; }\n        .title { font-size: 18px; }\n        .card-content { padding: 18px 15px; }\n    }\n\n    @media (max-width: 480px) {\n        .container { transform: scale(0.9); }\n        .title { font-size: 16px; }\n        .card-content { padding: 15px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch2 style=\"color: #ffffff;\" class=\"title\"\u003eBioblas Collagen \u0026amp; Keratin Shampoo + Hair Mask\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eA complete hair care routine with Collagen, Keratin, and BIOCOMPLEX B19 to gently cleanse, deeply nourish, strengthen hair, and leave it soft, smooth, and shiny.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Introduction --\u003e\u003c!-- Key Ingredients --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Ingredients \u0026amp; Benefits\u003c\/h2\u003e\n\u003c!-- Keratin --\u003e\n\u003cdiv class=\"step-block\"\u003e\n\u003cdiv class=\"step-header\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eKeratin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"step-list\"\u003e\n\u003cli\u003eReplenishes and repairs the hair shafts by filling in split ends.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eHelps restore smoothness and reduces frizz for a polished finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Collagen --\u003e\n\u003cdiv class=\"step-block\"\u003e\n\u003cdiv class=\"step-header\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eCollagen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"step-list\"\u003e\n\u003cli\u003eEnhances moisture retention within the hair shafts for lasting hydration.\u003c\/li\u003e\n\u003cli\u003eImproves elasticity to reduce breakage and increase flexibility.\u003c\/li\u003e\n\u003cli\u003eGives hair a fuller, more voluminous appearance with every use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BIOCOMPLEX B19 --\u003e\n\u003cdiv class=\"step-block\"\u003e\n\u003cdiv class=\"step-header\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eBIOCOMPLEX B19\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"step-list\"\u003e\n\u003cli\u003eSupports overall hair health by improving strength and resilience.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Benefits --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-text\"\u003e\n\u003cp\u003eSulfate-free shampoo for a gentle cleansing experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-text\"\u003eDeeply nourishes dry and damaged hair\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-text\"\u003eHelps improve softness, smoothness, elasticity, and shine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-text\"\u003eHelps strengthen hair and reduce breakage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use --\u003e\u003c!-- Why Choose --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-content\"\u003e\n\u003cdiv class=\"why-choose\"\u003e\n\u003ch2 class=\"why-choose-title\"\u003eWhy Choose BioBlas Keratin \u0026amp; Collagen ?\u003c\/h2\u003e\n\u003cul class=\"ingredients-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e \u003cspan class=\"ingredient-text\"\u003ePowerful triple-action formula: Keratin + Collagen + BIOCOMPLEX B19 for complete hair repair and renewal.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e \u003cspan class=\"ingredient-text\"\u003eTargets the root causes of damage — dryness, breakage, and loss of elasticity — for lasting transformation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e \u003cspan class=\"ingredient-text\"\u003eHelps repair and strengthen damaged hair while improving its softness and shine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ingredient-icon\"\u003e★\u003c\/span\u003e \u003cspan class=\"ingredient-text\"\u003eSuitable for all hair types, especially those prone to frizz, split ends, or chemical or heat damage.\u003c\/span\u003e\u003cspan class=\"ingredient-icon\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vamer Pharma","offers":[{"title":"Default Title","offer_id":51225185452255,"sku":"900338","price":390.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0285\/9135\/8026\/files\/bioblashairmask-shampoo..webp?v=1787049147","url":"https:\/\/shop.vamerpharma.com\/products\/bioblas-collagen-keratin-hair-mask-shampoo-free","provider":"Vamer Pharma","version":"1.0","type":"link"}