{"product_id":"elevate-leave-in-hair-fall-lotion","title":"Elevate Anti-Hair Loss Lotion","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eElevate — Women's Anti-Hair Loss Lotion\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n:root {\n\/* Light surface colors and text *\/\n--bg-body:    #F4F5F7;\n--bg-main:    #FFFFFF;\n--bg-sec:     #F9FAFB;\n--bg-warm:    #FCFBF8;\n--text-main:  #111827;\n--text-mid:   #4B5563;\n--text-muted: #6B7280;\n\n\/* Gold colors compatible with light backgrounds *\/\n--gold:       #C59B27; \n--gold-dark:  #9E7A18;\n--gold-light: #FDF9EE;\n--border-gold: rgba(197, 155, 39, 0.35);\n\n\/* System colors and borders *\/\n--green:      #059669;\n--green-dim:  #D1FAE5;\n--red:        #DC2626;\n--red-dim:    #FEE2E2;\n--border:     #E5E7EB;\n\n\/* Design variables *\/\n--radius:     14px;\n--radius-sm:  9px;\n--transition: all 0.3s cubic-bezier(0.4,0,0.2,1);\n--shadow:     0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n--shadow-gold: 0 8px 24px rgba(197, 155, 39, 0.2);\n}\n\n@keyframes goldShine {\n  0% { background-position: 0% 50%; }\n  100% { background-position: 200% 50%; }\n}\n\n.shiny-element {\n  background: linear-gradient(to right, #D4AF37 0%, #FFF3A1 25%, #D4AF37 50%, #AA8C2C 100%);\n  background-size: 200% auto;\n  color: #111 !important;\n  animation: goldShine 3.5s linear infinite;\n  border: none;\n}\n\nbody {\nbackground: var(--bg-body);\ncolor: var(--text-main);\nfont-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;\ndirection: ltr;\ntext-align: left;\n}\n.page {\nbackground: var(--bg-main);\nmax-width: 820px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 36px 20px 28px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 32px;\nposition: relative;\noverflow: hidden;\n}\n.hero::before {\ncontent: '';\nposition: absolute;\ntop: -80px; left: 50%;\ntransform: translateX(-50%);\nwidth: 400px; height: 250px;\nbackground: radial-gradient(ellipse, rgba(197, 155, 39, 0.08) 0%, transparent 70%);\npointer-events: none;\n}\n.hero-brand {\nfont-size: 13px; font-weight: 800; letter-spacing: 3px;\ncolor: var(--gold-dark); text-transform: uppercase; margin-bottom: 10px;\n}\n.hero-title {\nfont-size: clamp(24px, 5vw, 34px);\nfont-weight: 900; line-height: 1.3;\ncolor: var(--text-main); margin-bottom: 14px;\n}\n.hero-title span { color: var(--gold); }\n.hero-tagline {\nfont-size: 15px; color: var(--text-mid); line-height: 1.9;\nmax-width: 560px; margin: 0 auto 18px;\n}\n.hero-badge-row {\ndisplay: flex; justify-content: center; gap: 10px; flex-wrap: wrap;\n}\n.hero-badge {\ndisplay: inline-flex; align-items: center; gap: 6px;\nbackground: var(--gold-light);\nborder: 1px solid var(--border-gold);\npadding: 5px 14px; border-radius: 30px;\nfont-size: 12.5px; font-weight: 700; color: var(--gold-dark);\n}\n\/* ═══════════════════════════════\nSECTION TITLES\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 22px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px;\ndisplay: flex; align-items: center; gap: 10px;\n}\n.sec-title::after {\ncontent: ''; flex: 1; height: 1px;\nbackground: linear-gradient(to right, transparent, var(--border-gold));\n}\n\/* ═══════════════════════════════\nSHORT INTRO\n═══════════════════════════════ *\/\n.short-intro {\nbackground: var(--bg-warm);\nborder: 1px solid var(--border-gold);\nborder-left: 4px solid var(--gold);\nborder-radius: var(--radius);\npadding: 18px 22px;\nfont-size: 15px; line-height: 2;\ncolor: var(--text-mid);\nmargin-bottom: 28px;\nbox-shadow: var(--shadow);\n}\n.short-intro strong { color: var(--text-main); }\n\/* ═══════════════════════════════\nQUICK BENEFITS\n═══════════════════════════════ *\/\n.quick-benefits {\ndisplay: grid; grid-template-columns: 1fr 1fr;\ngap: 12px; margin-bottom: 32px;\n}\n.qb {\nbackground: var(--bg-main);\nborder: 1px solid var(--border);\nborder-radius: var(--radius-sm);\npadding: 16px;\ndisplay: flex; align-items: flex-start; gap: 12px;\ntransition: var(--transition);\nbox-shadow: var(--shadow);\n}\n.qb:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow-lg); }\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 2px; }\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\/* ═══════════════════════════════\nSTATS\n═══════════════════════════════ *\/\n.stats-section { margin-bottom: 32px; }\n.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.stat-card {\nbackground: var(--bg-main);\nborder: 1px solid var(--border);\nborder-radius: var(--radius);\npadding: 22px 14px;\ntext-align: center;\nposition: relative; overflow: hidden;\ntransition: var(--transition);\nbox-shadow: var(--shadow);\n}\n.stat-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-lg); }\n.stat-card::before {\ncontent: '';\nposition: absolute; top: 0; right: 0; left: 0; height: 3px;\nbackground: linear-gradient(90deg, #D4AF37, #FFF3A1, #AA8C2C);\n}\n.stat-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n.stat-number {\nfont-size: 38px; font-weight: 900; color: var(--gold);\nline-height: 1; display: block; margin-bottom: 6px;\n}\n.stat-number small { font-size: 18px; color: var(--gold-dark); }\n.stat-number[data-target] { opacity: 0; transform: translateY(8px); transition: opacity 0.6s ease, transform 0.6s ease; }\n.stat-number.counted { opacity: 1; transform: translateY(0); }\n.stat-label { font-size: 13px; font-weight: 800; color: var(--text-main); margin-bottom: 3px; }\n.stat-sub { font-size: 11.5px; color: var(--text-muted); }\n.stat-stars { color: var(--gold); font-size: 15px; margin-top: 6px; letter-spacing: 2px; }\n\/* ═══════════════════════════════\nPROMISE BANNER\n═══════════════════════════════ *\/\n.promise-banner {\nbackground: var(--bg-main);\nborder: 1px solid var(--border-gold);\nborder-radius: var(--radius);\npadding: 26px 20px;\ntext-align: center;\nmargin: 20px 0 32px;\nposition: relative; overflow: hidden;\nbox-shadow: var(--shadow-lg);\n}\n.promise-banner::before {\ncontent: '';\nposition: absolute; top: -40px; left: 50%;\ntransform: translateX(-50%);\nwidth: 260px; height: 120px;\nbackground: radial-gradient(ellipse, rgba(197, 155, 39, 0.08) 0%, transparent 70%);\n}\n.promise-title {\nfont-size: 19px; font-weight: 900; color: var(--gold-dark); margin-bottom: 22px;\n}\n.promise-steps {\ndisplay: flex; justify-content: center; align-items: center;\ngap: 8px; flex-wrap: wrap;\n}\n.promise-step {\ndisplay: flex; flex-direction: column; align-items: center;\ngap: 6px; min-width: 85px;\n}\n.ps-num {\nwidth: 46px; height: 46px; border-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-size: 20px; font-weight: 900;\nbox-shadow: var(--shadow-gold);\n}\n.ps-num-1, .ps-num-2, .ps-num-3 { @extend .shiny-element; background: linear-gradient(135deg, #D4AF37 0%, #FFF3A1 50%, #AA8C2C 100%); color: var(--text-main) !important; }\n\n.ps-text { font-size: 12px; color: var(--text-mid); line-height: 1.4; text-align: center; }\n.ps-text strong { color: var(--text-main); display: block; font-size: 13px; margin-bottom: 2px; }\n.ps-arrow { color: var(--gold); font-size: 20px; opacity: 0.7; }\n.clinical-note {\nmargin-top: 18px; padding: 14px 16px;\nbackground: var(--bg-sec);\nborder: 1px solid var(--border);\nborder-radius: var(--radius-sm);\nfont-size: 12.5px; color: var(--text-muted); line-height: 1.7;\ntext-align: left;\n}\n.clinical-note strong { color: var(--gold-dark); }\n.live-count {\nmargin-top: 14px;\nbackground: var(--green-dim);\nborder: 1px solid rgba(5, 150, 105, 0.2);\nborder-radius: var(--radius-sm);\npadding: 10px 18px;\nfont-size: 13.5px; color: var(--green); font-weight: 800; text-align: center;\n}\n.live-dot {\ndisplay: inline-block; width: 8px; height: 8px;\nbackground: var(--green); border-radius: 50%; margin-right: 6px;\nanimation: pulse 1.5s ease-in-out infinite;\n}\n@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} }\n\/* ═══════════════════════════════\nACCORDION\n═══════════════════════════════ *\/\n.acc-section { margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }\n.acc-item {\nbackground: var(--bg-main);\nborder: 1px solid var(--border);\nborder-radius: var(--radius);\noverflow: hidden;\nbox-shadow: var(--shadow);\n}\n.acc-toggle {\nwidth: 100%; background: transparent; border: none;\npadding: 18px 20px; display: flex; justify-content: space-between; align-items: center;\nfont-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 800;\ncolor: var(--text-main); cursor: pointer; text-align: left;\ntransition: var(--transition);\n}\n.acc-toggle:hover { background: var(--bg-sec); }\n.acc-toggle.open { color: var(--gold-dark); background: var(--gold-light); }\n.acc-arrow { color: var(--gold); font-size: 13px; transition: transform 0.3s ease; flex-shrink: 0; }\n.acc-toggle.open .acc-arrow { transform: rotate(180deg); }\n.acc-body {\nmax-height: 0; overflow: hidden;\ntransition: max-height 0.5s ease;\nborder-top: 0px solid transparent;\n}\n.acc-body.open {\nmax-height: 6000px;\nborder-top: 1px solid var(--border);\nbackground: var(--bg-main);\n}\n.acc-inner { padding: 20px; }\n.ing-card {\nbackground: var(--bg-sec);\nborder-left: 4px solid var(--gold);\nborder-radius: var(--radius-sm);\npadding: 14px 16px; margin-bottom: 10px;\nborder: 1px solid var(--border);\nborder-left-width: 4px;\n}\n.ing-card h4 { font-size: 15px; color: var(--text-main); margin-bottom: 5px; font-weight: 800; }\n.ing-card p { font-size: 13.5px; color: var(--text-mid); line-height: 1.8; margin: 0; }\n.usage-step { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }\n.u-num {\nmin-width: 34px; height: 34px;\nbackground: linear-gradient(135deg, #D4AF37 0%, #FFF3A1 50%, #AA8C2C 100%);\ncolor: #111; border-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-weight: 900; font-size: 14px; flex-shrink: 0;\nbox-shadow: 0 3px 8px rgba(197, 155, 39, 0.2);\n}\n.usage-step p { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin: 0; padding-top: 4px; }\n.usage-step p strong { color: var(--text-main); }\n.timeline-box {\nbackground: var(--bg-warm);\nborder: 1px solid var(--border-gold);\nborder-radius: var(--radius-sm); padding: 22px;\nmargin-top: 20px;\nbox-shadow: var(--shadow);\n}\n.timeline-box h3 { text-align: center; color: var(--gold-dark); font-size: 17px; margin-bottom: 18px; font-weight: 900; }\n.tl-step { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }\n.tl-num {\nmin-width: 38px; height: 38px; border-radius: 50%;\ndisplay: flex; align-items: center; justify-content: center;\nfont-weight: 900; font-size: 16px; flex-shrink: 0;\n}\n.tl-1 { background: linear-gradient(135deg, #D4AF37 0%, #FFF3A1 50%, #AA8C2C 100%); color: #000; }\n.tl-2 { background: linear-gradient(135deg, #c7a436, #9c7f21); color: #fff; }\n.tl-3 { background: linear-gradient(135deg, var(--green), #1e9e58); color: #fff; }\n.tl-step h4 { font-size: 14px; color: var(--gold-dark); margin-bottom: 3px; font-weight: 800; }\n.tl-step p { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin: 0; }\n\/* compare table *\/\n.compare-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }\n.compare-table th {\npadding: 12px 10px; text-align: center;\nborder-bottom: 1px solid var(--border-gold);\n}\n.compare-table th:first-child { text-align: left; }\n.compare-table th.elevate-th { color: var(--gold-dark); font-size: 15px; font-weight: 900; }\n.compare-table th.other-th { color: var(--text-muted); }\n.compare-table td {\npadding: 14px 10px; border-bottom: 1px solid var(--border);\nvertical-align: middle; line-height: 1.6;\n}\n.compare-table td:first-child { color: var(--text-main); font-weight: 700; text-align: left; }\n.compare-table td.el-col { text-align: center; background: var(--gold-light); }\n.compare-table td.ot-col { text-align: center; }\n.tag-yes {\ndisplay: inline-block; background: var(--green-dim); color: var(--green);\npadding: 4px 11px; border-radius: 20px; font-size: 11.5px; font-weight: 700; line-height: 1.5;\n}\n.tag-no {\ndisplay: inline-block; background: var(--red-dim); color: var(--red);\npadding: 4px 11px; border-radius: 20px; font-size: 11.5px; font-weight: 700;\n}\n\/* ═══════════════════════════════\nREVIEWS\n═══════════════════════════════ *\/\n.reviews-section { margin-bottom: 32px; }\n.reviews-grid { display: grid; gap: 12px; }\n.review-card {\nbackground: var(--bg-main);\nborder: 1px solid var(--border);\nborder-radius: var(--radius);\npadding: 18px 20px;\ntransition: var(--transition);\nbox-shadow: var(--shadow);\n}\n.review-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); }\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text {\nfont-size: 14px; color: var(--text-mid); line-height: 1.8;\nfont-style: italic; margin-bottom: 10px; font-weight: 600;\n}\n.review-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; }\n.review-name { color: var(--text-muted); font-weight: 800; }\n.verified {\ndisplay: inline-block; background: var(--green-dim); color: var(--green);\npadding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700;\n}\n\/* ═══════════════════════════════\nTRUST SECTION\n═══════════════════════════════ *\/\n.trust-section { margin-bottom: 32px; }\n.trust-card {\nbackground: linear-gradient(135deg, #FFFEFA 0%, #FFFFFF 100%);\nborder: 1px solid var(--border-gold);\nborder-radius: var(--radius);\npadding: 28px 24px;\ntext-align: center;\nposition: relative; overflow: hidden;\nbox-shadow: var(--shadow-lg);\n}\n.trust-card::before {\ncontent: '';\nposition: absolute; top: 0; right: 0; left: 0; height: 3px;\nbackground: linear-gradient(90deg, #D4AF37, #FFF3A1, #D4AF37);\n}\n.trust-icon { font-size: 42px; margin-bottom: 12px; display: block; }\n.trust-title { font-size: 20px; font-weight: 900; color: var(--gold-dark); margin-bottom: 10px; }\n.trust-text {\nfont-size: 14.5px; color: var(--text-mid); line-height: 2;\nmax-width: 500px; margin: 0 auto 20px;\n}\n.trust-text strong { color: var(--text-main); }\n.trust-pillars {\ndisplay: grid; grid-template-columns: 1fr 1fr 1fr;\ngap: 12px; margin-bottom: 22px;\n}\n.trust-pillar {\nbackground: var(--bg-main);\nborder: 1px solid var(--border);\nborder-radius: var(--radius-sm);\npadding: 14px 10px; font-size: 13px; color: var(--text-muted); line-height: 1.6;\nbox-shadow: var(--shadow);\n}\n.trust-pillar-icon { font-size: 22px; display: block; margin-bottom: 6px; }\n.trust-pillar strong { color: var(--text-main); display: block; margin-bottom: 3px; font-size: 13.5px; font-weight: 800; }\n.trust-cta-group { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }\n.trust-btn {\ndisplay: inline-flex; align-items: center; gap: 8px;\npadding: 12px 30px; border-radius: var(--radius-sm);\nfont-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 800;\ntext-decoration: none; transition: var(--transition);\nbox-shadow: var(--shadow-gold);\n}\n.trust-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(197, 155, 39, 0.4); }\n@media (max-width: 600px) {\n.trust-pillars { grid-template-columns: 1fr; }\n.trust-cta-group { flex-direction: column; align-items: stretch; }\n.trust-btn { justify-content: center; }\n}\n\/* ═══════════════════════════════\nFAQ\n═══════════════════════════════ *\/\n.faq-section { margin-bottom: 32px; }\n.faq-list { display: flex; flex-direction: column; gap: 0; }\n.faq-item { border-bottom: 1px solid var(--border); }\n.faq-q {\nwidth: 100%; background: transparent; border: none;\nfont-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 800;\ncolor: var(--text-main); padding: 18px 0;\ndisplay: flex; justify-content: space-between; align-items: center;\ncursor: pointer; text-align: left; gap: 10px; transition: color 0.2s;\n}\n.faq-q:hover { color: var(--gold-dark); }\n.faq-q.open { color: var(--gold-dark); }\n.faq-q-arrow { color: var(--gold); font-size: 12px; flex-shrink: 0; transition: transform 0.3s; }\n.faq-q.open .faq-q-arrow { transform: rotate(180deg); }\n.faq-a {\nfont-size: 14px; color: var(--text-mid); line-height: 1.9;\npadding-left: 4px; max-height: 0; overflow: hidden;\ntransition: max-height 0.4s ease, padding 0.3s;\npadding-bottom: 0;\n}\n.faq-a.open { max-height: 300px; padding-bottom: 18px; }\n\/* ═══════════════════════════════\nOFFERS\n═══════════════════════════════ *\/\n.offers-section { margin-bottom: 32px; }\n.offers-heading {\ntext-align: center; margin-bottom: 24px;\n}\n.offers-heading h2 {\nfont-size: 26px; font-weight: 900; color: var(--text-main); margin-bottom: 6px;\n}\n.offers-heading h2 span { color: var(--gold-dark); }\n.offers-heading p { font-size: 14px; color: var(--text-muted); font-weight: 600; }\n.offer-card {\nbackground: var(--bg-main);\nborder: 2px solid var(--border);\nborder-radius: var(--radius);\npadding: 20px 18px 18px;\nmargin-bottom: 14px;\ncursor: pointer;\ntransition: var(--transition);\nposition: relative;\nbox-shadow: var(--shadow);\n}\n.offer-card:hover { border-color: var(--border-gold); box-shadow: var(--shadow-lg); transform: translateY(-1px); }\n.offer-card.selected {\nborder-color: var(--gold);\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nbox-shadow: 0 8px 25px rgba(197, 155, 39, 0.2);\ntransform: translateY(-2px);\n}\n.offer-card-badge {\nposition: absolute; top: -1px; right: 18px;\npadding: 4px 14px; border-radius: 0 0 9px 9px;\nfont-size: 11px; font-weight: 800; color: #fff; z-index: 2;\n}\n.badge-try   { background: #555; }\n.badge-pop   { background: linear-gradient(135deg, #e74c3c, #c0392b); }\n.badge-best  { color: #111 !important; font-weight: 900; }\n.offer-card-row {\ndisplay: flex; align-items: center; justify-content: space-between; gap: 14px;\n}\n.offer-card-left { display: flex; align-items: center; gap: 14px; }\n.offer-card-info { }\n.offer-card-title { font-size: 16px; font-weight: 900; color: var(--text-main); margin-bottom: 4px; transition: color 0.3s; }\n.offer-card.selected .offer-card-title { color: var(--gold-dark); }\n.offer-card-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }\n.offer-card-saving {\nbackground: var(--green-dim); color: var(--green);\npadding: 2px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 800;\n}\n.offer-card-sub { font-size: 12px; color: var(--text-muted); text-decoration: line-through; }\n.offer-card-right { text-align: right; flex-shrink: 0; }\n.offer-price-row { display: flex; align-items: baseline; gap: 8px; justify-content: flex-end; }\n.offer-old { font-size: 14px; color: var(--text-muted); text-decoration: line-through; font-weight: 600; display: none; }\n.offer-new { font-size: 26px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.offer-new small { font-size: 13px; color: var(--gold); }\n.offer-per-unit {\nfont-size: 11.5px; font-weight: 800; color: var(--text-mid);\nmargin-top: 4px; text-align: center;\n}\n@media (max-width: 580px) {\n.offer-card-row { flex-direction: column; align-items: stretch; }\n.offer-card-right {\ndisplay: flex; justify-content: space-between; align-items: center;\nborder-top: 1px dashed var(--border); padding-top: 14px; margin-top: 4px;\n}\n.offer-card.selected .offer-card-right { border-top-color: var(--border-gold); }\n.offer-per-unit { text-align: left; }\n.offer-price-row { flex-direction: row; }\n}\n\/* CTA *\/\n.cta-btn {\ndisplay: block; width: 100%; padding: 18px;\nborder-radius: var(--radius-sm);\nfont-family: 'Cairo', sans-serif; font-size: 19px; font-weight: 900;\ncursor: pointer; text-align: center; text-decoration: none;\nmargin-top: 18px; transition: var(--transition);\nbox-shadow: var(--shadow-gold);\n}\n.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(197, 155, 39, 0.4); }\n.delivery-note {\ntext-align: center; margin-top: 12px;\nfont-size: 13.5px; font-weight: 700; color: var(--text-mid);\n}\n.delivery-note span { margin: 0 8px; }\n.trust-row {\ndisplay: flex; justify-content: center; gap: 14px; flex-wrap: wrap;\nmargin-top: 16px;\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 12.5px; font-weight: 600; color: var(--text-muted);\n}\n.trust-item span:first-child { font-size: 16px; }\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 24px; margin-top: 20px;\nborder-top: 1px solid var(--border);\nfont-size: 12px; font-weight: 600; color: var(--text-muted); line-height: 2;\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"page\"\u003e\n  \u003c!-- ══════════ HERO ══════════ --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-brand\"\u003eElevate Hair Care\u003c\/div\u003e\n    \u003ch1 class=\"hero-title\"\u003e\n      Women's Anti-Hair Loss Lotion\u003cbr\u003e\n      \u003cspan\u003ePowered by Procapil™ \u0026amp; Caffeine\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      Don't let stress and hormones control your hair — just two minutes a day can bring back what was lost over the years. Lightweight watery texture, Minoxidil-free.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-badge-row\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e✨ Specially formulated for women's hair\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e💵 Cash on Delivery\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- ══════════ INTRO ══════════ --\u003e\n  \u003cdiv class=\"short-intro\"\u003e\n    \u003cstrong\u003eElevate\u003c\/strong\u003e Women's Lotion — a lightweight watery texture with a complete therapeutic formula of \u003cstrong\u003eProcapil™\u003c\/strong\u003e and \u003cstrong\u003eCaffeine \u0026amp; Capsicum Extract\u003c\/strong\u003e to revive dormant follicles and stop hair loss in \u003cstrong\u003e14 days\u003c\/strong\u003e. \u003cstrong\u003eMinoxidil-free\u003c\/strong\u003e — and no side effects.\n  \u003c\/div\u003e\n  \u003c!-- ══════════ BENEFITS ══════════ --\u003e\n  \u003cdiv class=\"quick-benefits\"\u003e\n    \u003cdiv class=\"qb\"\u003e\n      \u003cspan class=\"qb-icon\"\u003e🌿\u003c\/span\u003e\n      \u003cdiv class=\"qb-text\"\u003e\n        \u003cstrong\u003eCaffeine + Capsicum\u003c\/strong\u003e\n        Stimulates blood circulation and awakens dormant follicles\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n      \u003cspan class=\"qb-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv class=\"qb-text\"\u003e\n        \u003cstrong\u003eProcapil™\u003c\/strong\u003e\n        Anchors roots and stops shedding in 14 days\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n      \u003cspan class=\"qb-icon\"\u003e💊\u003c\/span\u003e\n      \u003cdiv class=\"qb-text\"\u003e\n        \u003cstrong\u003eBiotin + Horsetail\u003c\/strong\u003e\n        Thickens the hair shaft and grows new Baby Hair\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n      \u003cspan class=\"qb-icon\"\u003e💧\u003c\/span\u003e\n      \u003cdiv class=\"qb-text\"\u003e\n        \u003cstrong\u003eLightweight Watery Texture\u003c\/strong\u003e\n        Absorbs quickly — doesn't weigh down or grease hair\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- ══════════ STATS ══════════ --\u003e\n  \u003cdiv class=\"stats-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e📊 Real Results — No Exaggeration\u003c\/div\u003e\n    \u003cdiv class=\"stats-grid\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-icon\"\u003e📉\u003c\/span\u003e\n        \u003cspan class=\"stat-number\" data-target=\"90\" data-suffix=\"%\"\u003e0%\u003c\/span\u003e\n        \u003cdiv class=\"stat-label\"\u003eReduction in Shedding\u003c\/div\u003e\n        \u003cdiv class=\"stat-sub\"\u003eWithin the first 14 days\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-icon\"\u003e🌱\u003c\/span\u003e\n        \u003cspan class=\"stat-number\" data-target=\"78\" data-suffix=\"%\"\u003e0%\u003c\/span\u003e\n        \u003cdiv class=\"stat-label\"\u003eBaby Hair Growth\u003c\/div\u003e\n        \u003cdiv class=\"stat-sub\"\u003eAfter 45 continuous days\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-icon\"\u003e👩\u003c\/span\u003e\n        \u003cspan class=\"stat-number\" data-target=\"3200\" data-suffix=\"+\"\u003e0+\u003c\/span\u003e\n        \u003cdiv class=\"stat-label\"\u003eWomen in Egypt\u003c\/div\u003e\n        \u003cdiv class=\"stat-sub\"\u003eHave tried Elevate so far\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n        \u003cspan class=\"stat-icon\"\u003e⭐\u003c\/span\u003e\n        \u003cspan class=\"stat-number\" data-target=\"4.9\" data-suffix=\"\/5\" data-decimal=\"true\"\u003e0\/5\u003c\/span\u003e\n        \u003cdiv class=\"stat-label\"\u003eCustomer Rating\u003c\/div\u003e\n        \u003cdiv class=\"stat-sub\"\u003eFrom verified buyers\u003c\/div\u003e\n        \u003cdiv class=\"stat-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003cdiv class=\"promise-banner\"\u003e  \n  \u003cdiv class=\"promise-title\"\u003e⏱️ Two Minutes a Day — Your Results Timeline\u003c\/div\u003e  \n  \u003cdiv class=\"promise-steps\"\u003e    \n    \u003cdiv class=\"promise-step\"\u003e      \n      \u003cdiv class=\"ps-num ps-num-1\"\u003e14\u003c\/div\u003e      \n      \u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eDays\u003c\/strong\u003eShedding stops\u003cbr\u003eFollicles activate\u003c\/div\u003e    \n    \u003c\/div\u003e    \n    \u003cspan class=\"ps-arrow\"\u003e→\u003c\/span\u003e    \n    \u003cdiv class=\"promise-step\"\u003e      \n      \u003cdiv class=\"ps-num ps-num-2\"\u003e45\u003c\/div\u003e      \n      \u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eDays\u003c\/strong\u003eBaby Hair appears\u003cbr\u003eNoticeable density\u003c\/div\u003e    \n    \u003c\/div\u003e    \n    \u003cspan class=\"ps-arrow\"\u003e→\u003c\/span\u003e    \n    \u003cdiv class=\"promise-step\"\u003e      \n      \u003cdiv class=\"ps-num ps-num-3\"\u003e90\u003c\/div\u003e      \n      \u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eDays\u003c\/strong\u003eThicker and longer hair\u003cbr\u003eFull result\u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e  \n  \u003cdiv class=\"clinical-note\"\u003e    \n    🔬 A formula with a \u003cstrong\u003elightweight watery texture\u003c\/strong\u003e that absorbs in seconds without weighing down the hair — combining \u003cstrong\u003eProcapil™\u003c\/strong\u003e to anchor roots and \u003cstrong\u003eCaffeine\u003c\/strong\u003e to stimulate blood circulation. Internationally certified ingredients, \u003cstrong\u003efree of Minoxidil and hormones\u003c\/strong\u003e.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"live-count\"\u003e  \n  \u003cspan class=\"live-dot\"\u003e\u003c\/span\u003e  \n  Over \u003cstrong\u003e3,200\u003c\/strong\u003e women in Egypt have chosen Elevate — Join them today\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- ══════════ ACCORDIONS ══════════ --\u003e\n  \u003cdiv class=\"acc-section\"\u003e\n\n\u003cdiv class=\"acc-item\"\u003e  \n  \u003cbutton class=\"acc-toggle\" data-target=\"ing\"\u003e    \n    \u003cspan\u003e🧪 Active Ingredients Details\u003c\/span\u003e    \n    \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e  \n  \u003c\/button\u003e  \n  \u003cdiv class=\"acc-body\" id=\"ing\"\u003e    \n    \u003cdiv class=\"acc-inner\"\u003e      \n      \u003cdiv class=\"ing-card\"\u003e        \n        \u003ch4\u003e🌿 Caffeine \u0026amp; Capsicum Extract\u003c\/h4\u003e        \n        \u003cp\u003eA powerful active blend ensuring strong blood flow and nutrients to dormant follicles. Caffeine stimulates scalp circulation, while Capsicum extract reaches deep layers to revive follicles.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"ing-card\"\u003e        \n        \u003ch4\u003e🛡️ Procapil™\u003c\/h4\u003e        \n        \u003cp\u003eThe core ingredient to anchor roots in the scalp and stop shedding. It enhances follicle nourishment, protects against degradation, and stimulates stronger hair growth from the root.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"ing-card\"\u003e        \n        \u003ch4\u003e💊 Biotin \u0026amp; Horsetail\u003c\/h4\u003e        \n        \u003cp\u003eBiotin builds keratin and increases original hair thickness, while Horsetail naturally stimulates new baby hair growth in thinning areas.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"ing-card\"\u003e        \n        \u003ch4\u003e💧 Panthenol (Pro-Vit B5)\u003c\/h4\u003e        \n        \u003cp\u003eDeep hydration that penetrates the hair shaft and surrounds it with a protective layer. Prevents scalp dryness and gives hair noticeable shine and softness from the first use.\u003c\/p\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acc-item\"\u003e  \n  \u003cbutton class=\"acc-toggle\" data-target=\"usage\"\u003e    \n    \u003cspan\u003e📋 How to Use \u0026amp; Treatment Timeline\u003c\/span\u003e    \n    \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e  \n  \u003c\/button\u003e  \n  \u003cdiv class=\"acc-body\" id=\"usage\"\u003e    \n    \u003cdiv class=\"acc-inner\"\u003e      \n      \u003cdiv class=\"usage-step\"\u003e        \n        \u003cdiv class=\"u-num\"\u003e1\u003c\/div\u003e        \n        \u003cp\u003eEnsure hair and scalp are \u003cstrong\u003eclean and dry\u003c\/strong\u003e. Apply \u003cstrong\u003ethe lotion in straight lines\u003c\/strong\u003e directly onto the scalp — focusing on thinning and shedding areas.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"usage-step\"\u003e        \n        \u003cdiv class=\"u-num\"\u003e2\u003c\/div\u003e        \n        \u003cp\u003e\u003cstrong\u003eGently massage the scalp\u003c\/strong\u003e with your fingertips for \u003cstrong\u003etwo minutes\u003c\/strong\u003e — to ensure maximum ingredient absorption and stimulate blood circulation.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"usage-step\"\u003e        \n        \u003cdiv class=\"u-num\"\u003e3\u003c\/div\u003e        \n        \u003cp\u003eUse it \u003cstrong\u003eonce daily without washing it out\u003c\/strong\u003e — so the ingredients keep working all day to achieve the best possible result.\u003c\/p\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"timeline-box\"\u003e        \n        \u003ch3\u003e📊 Detailed Treatment Timeline\u003c\/h3\u003e        \n        \u003cdiv class=\"tl-step\"\u003e          \n          \u003cdiv class=\"tl-num tl-1\"\u003e14\u003c\/div\u003e          \n          \u003cdiv\u003e            \n            \u003ch4\u003eDays — Shedding Stops\u003c\/h4\u003e            \n            \u003cp\u003eShedding stops noticeably. Procapil anchors the roots and Capsicum extract deeply stimulates blood circulation.\u003c\/p\u003e          \n          \u003c\/div\u003e        \n        \u003c\/div\u003e        \n        \u003cdiv class=\"tl-step\"\u003e          \n          \u003cdiv class=\"tl-num tl-2\"\u003e45\u003c\/div\u003e          \n          \u003cdiv\u003e            \n            \u003ch4\u003eDays — Baby Hair Appears\u003c\/h4\u003e            \n            \u003cp\u003eTiny new hairs emerge in thinning areas. A clear increase in density and vitality — thicker and longer hair.\u003c\/p\u003e          \n          \u003c\/div\u003e        \n        \u003c\/div\u003e        \n        \u003cdiv class=\"tl-step\"\u003e          \n          \u003cdiv class=\"tl-num tl-3\"\u003e90\u003c\/div\u003e          \n          \u003cdiv\u003e            \n            \u003ch4\u003eDays — Full Transformation\u003c\/h4\u003e            \n            \u003cp\u003eNoticeably thicker, denser hair — faster growth — real shine and softness that lasts with continuous use.\u003c\/p\u003e          \n          \u003c\/div\u003e        \n        \u003c\/div\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acc-item\"\u003e  \n  \u003cbutton class=\"acc-toggle\" data-target=\"compare\"\u003e    \n    \u003cspan\u003e⚖️ Why is Elevate the Smartest Choice? (Comparison)\u003c\/span\u003e    \n    \u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e  \n  \u003c\/button\u003e  \n  \u003cdiv class=\"acc-body\" id=\"compare\"\u003e    \n    \u003cdiv class=\"acc-inner\" style=\"padding:0;\"\u003e      \n      \u003ctable class=\"compare-table\"\u003e        \n        \u003cthead\u003e          \n          \u003ctr\u003e            \n            \u003cth\u003e\u003c\/th\u003e            \n            \u003cth class=\"elevate-th\"\u003eElevate ⭐\u003c\/th\u003e            \n            \u003cth class=\"other-th\"\u003eOther Options\u003c\/th\u003e          \n          \u003c\/tr\u003e        \n        \u003c\/thead\u003e        \n        \u003ctbody\u003e          \n          \u003ctr\u003e            \n            \u003ctd\u003eOfficial Registration\u003c\/td\u003e            \n            \u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eLicensed by Egyptian MOH\u003c\/span\u003e\u003c\/td\u003e            \n            \u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eUnregistered\u003c\/span\u003e\u003c\/td\u003e          \n          \u003c\/tr\u003e          \n          \u003ctr\u003e            \n            \u003ctd\u003eActive Ingredients\u003c\/td\u003e            \n            \u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eProcapil™ \u0026amp; Natural Caffeine\u003c\/span\u003e\u003c\/td\u003e            \n            \u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eUnknown traditional compounds\u003c\/span\u003e\u003c\/td\u003e          \n          \u003c\/tr\u003e          \n          \u003ctr\u003e            \n            \u003ctd\u003eTexture\u003c\/td\u003e            \n            \u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eLightweight watery texture, non-greasy\u003c\/span\u003e\u003c\/td\u003e            \n            \u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eOily and heavy on the hair\u003c\/span\u003e\u003c\/td\u003e          \n          \u003c\/tr\u003e          \n          \u003ctr\u003e            \n            \u003ctd\u003eTreats Hormonal Shedding\u003c\/td\u003e            \n            \u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eTreats the root cause of shedding\u003c\/span\u003e\u003c\/td\u003e            \n            \u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eSuperficial stimulation only\u003c\/span\u003e\u003c\/td\u003e          \n          \u003c\/tr\u003e          \n          \u003ctr\u003e            \n            \u003ctd\u003eSafety \u0026amp; Rebound Loss\u003c\/td\u003e            \n            \u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eSafe and Minoxidil-free\u003c\/span\u003e\u003c\/td\u003e            \n            \u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eNoticeable shedding when stopped\u003c\/span\u003e\u003c\/td\u003e          \n          \u003c\/tr\u003e          \n        \u003c\/tbody\u003e      \n      \u003c\/table\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/acc-section --\u003e\n  \u003c!-- ══════════ REVIEWS ══════════ --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e💬 Our Customers' Experiences\u003c\/div\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n\n  \u003cdiv class=\"review-card\"\u003e    \n    \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e    \n    \u003cdiv class=\"review-text\"\u003e\"From the very first week I noticed a huge difference — the shedding almost completely stopped. After a month I started seeing tiny new hairs and I'm so happy.\"\u003c\/div\u003e    \n    \u003cdiv class=\"review-meta\"\u003e      \n      \u003cspan class=\"review-name\"\u003eNorhan M. — Cairo\u003c\/span\u003e      \n      \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e  \n  \u003cdiv class=\"review-card\"\u003e    \n    \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e    \n    \u003cdiv class=\"review-text\"\u003e\"I was scared to try it because of past experiences with exhausting products — Elevate is completely different. My hair is softer and thicker than before and I'm only in my first month.\"\u003c\/div\u003e    \n    \u003cdiv class=\"review-meta\"\u003e      \n      \u003cspan class=\"review-name\"\u003eManar A. — Alexandria\u003c\/span\u003e      \n      \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e  \n  \u003cdiv class=\"review-card\"\u003e    \n    \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e    \n    \u003cdiv class=\"review-text\"\u003e\"After giving birth, my hair fell out a lot and I was stressed — this product changed everything. My hair is stronger and growing back from the roots.\"\u003c\/div\u003e    \n    \u003cdiv class=\"review-meta\"\u003e      \n      \u003cspan class=\"review-name\"\u003eSarah Y. — Mansoura\u003c\/span\u003e      \n      \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e  \n  \u003cdiv class=\"review-card\"\u003e    \n    \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e    \n    \u003cdiv class=\"review-text\"\u003e\"The scent is light and beautiful, neither greasy nor heavy on the hair. For the first time, I'm seeing genuinely less shedding, not just empty promises.\"\u003c\/div\u003e    \n    \u003cdiv class=\"review-meta\"\u003e      \n      \u003cspan class=\"review-name\"\u003eDina K. — Tanta\u003c\/span\u003e      \n      \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e  \n  \u003cdiv class=\"review-card\"\u003e    \n    \u003cdiv class=\"review-stars\"\u003e★★★★☆\u003c\/div\u003e    \n    \u003cdiv class=\"review-text\"\u003e\"I've been using it for two months. Shedding stopped from the first week and my hair got noticeably softer. But I need more time to judge the density — I'll order two more bottles.\"\u003c\/div\u003e    \n    \u003cdiv class=\"review-meta\"\u003e      \n      \u003cspan class=\"review-name\"\u003eReham S. — Assiut\u003c\/span\u003e      \n      \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- ══════════ TRUST ══════════ --\u003e\n  \u003cdiv class=\"trust-section\"\u003e\n    \u003cdiv class=\"trust-card\"\u003e\n      \u003cspan class=\"trust-icon\"\u003e🤝\u003c\/span\u003e\n      \u003cdiv class=\"trust-title\"\u003eWe are with you every step — Free Consultation\u003c\/div\u003e\n      \u003cp class=\"trust-text\"\u003e\n        We believe the relationship doesn't end at purchase. Our pharmaceutical team is available to personally track your results, answer all your questions, and provide a\n        \u003cstrong\u003efree consultation\u003c\/strong\u003e to ensure you get the best possible outcome.\n      \u003c\/p\u003e\n      \u003cdiv class=\"trust-pillars\"\u003e\n        \u003cdiv class=\"trust-pillar\"\u003e\n          \u003cspan class=\"trust-pillar-icon\"\u003e📞\u003c\/span\u003e\n          \u003cstrong\u003ePersonal Follow-up\u003c\/strong\u003e\n          We will contact you to track your results step by step\n        \u003c\/div\u003e\n        \u003cdiv class=\"trust-pillar\"\u003e\n          \u003cspan class=\"trust-pillar-icon\"\u003e💊\u003c\/span\u003e\n          \u003cstrong\u003ePharmaceutical Supervision\u003c\/strong\u003e\n          A team of pharmacists will answer your inquiries\n        \u003c\/div\u003e\n        \u003cdiv class=\"trust-pillar\"\u003e\n          \u003cspan class=\"trust-pillar-icon\"\u003e🔄\u003c\/span\u003e\n          \u003cstrong\u003ePost-Purchase Support\u003c\/strong\u003e\n          Customized tips to achieve the best result\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-cta-group\"\u003e\n        \u003ca href=\"https:\/\/wa.me\/201229981898\" class=\"trust-btn shiny-element\"\u003e💬 Contact us on WhatsApp\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- ══════════ FAQ ══════════ --\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e❓ Important Questions Before Ordering\u003c\/div\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          Is the lotion safe for pregnant or nursing women?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes, the product is completely safe to use during pregnancy and nursing. The formula is natural, made of safe materials, entirely free of hormones and Minoxidil, and causes no harm.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          Is the product suitable for children and teenagers?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes, the lotion is completely safe and suitable for children aged 12 and above, thanks to its medically approved formula free of harsh chemicals and Minoxidil.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          Does it have any side effects?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eNo. The formula is completely safe for daily use. All ingredients are natural and globally certified — no hormones, no Minoxidil, and no rebound effects when you stop using it.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          When will I see results?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eShedding stops: within the first 14 days. Baby Hair appearance and thicker, longer hair: after 45 days. Full density: with continuous use for 90 days.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          Does it work for shedding caused by hormones or childbirth?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes. Procapil anchors the roots and protects the follicles from hormonal effects, and Biotin with Horsetail stimulates new hair growth even after hormonal shedding.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003e\n          How long does one bottle last?\n          \u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003eEach 125ml bottle lasts a full month with daily use. The large size ensures comfortable coverage for all hair and the entire scalp.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- ══════════ OFFERS (at bottom) ══════════ --\u003e\n  \u003cdiv class=\"offers-section\" id=\"offersSection\"\u003e\n    \u003cdiv class=\"offers-heading\"\u003e\n      \u003ch2\u003e🛒 Choose your \u003cspan\u003eOffer\u003c\/span\u003e Now\u003c\/h2\u003e\n      \u003cp\u003eAll offers include free shipping and cash on delivery\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c!-- Offer 1 --\u003e\n\u003cdiv class=\"offer-card\" data-variant-id=\"55658508288073\" data-price=\"449\" role=\"button\" tabindex=\"0\"\u003e  \n  \u003cdiv class=\"offer-card-badge badge-try\"\u003eThe Perfect Start\u003c\/div\u003e  \n  \u003cdiv class=\"offer-card-row\"\u003e    \n    \u003cdiv class=\"offer-card-left\"\u003e      \n      \u003cdiv class=\"offer-card-info\"\u003e        \n        \u003cdiv class=\"offer-card-title\"\u003eBuy 1 — One Bottle\u003c\/div\u003e        \n        \u003cdiv class=\"offer-card-meta\"\u003e          \n          \u003cspan class=\"offer-card-saving\"\u003eSave 150 EGP\u003c\/span\u003e          \n          \u003cspan class=\"offer-card-sub\"\u003eRegular Price 599 EGP\u003c\/span\u003e        \n        \u003c\/div\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e    \n    \u003cdiv class=\"offer-card-right\"\u003e      \n      \u003cdiv class=\"offer-price-row\"\u003e        \n        \u003cspan class=\"offer-new\"\u003e449 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Offer 2 --\u003e\n\u003cdiv class=\"offer-card\" data-variant-id=\"55658508320841\" data-price=\"749\" role=\"button\" tabindex=\"0\"\u003e  \n  \u003cdiv class=\"offer-card-badge badge-pop\"\u003e🔥 Most Popular\u003c\/div\u003e  \n  \u003cdiv class=\"offer-card-row\"\u003e    \n    \u003cdiv class=\"offer-card-left\"\u003e      \n      \u003cdiv class=\"offer-card-info\"\u003e        \n        \u003cdiv class=\"offer-card-title\"\u003eBuy 2 — Two Months\u003c\/div\u003e        \n        \u003cdiv class=\"offer-card-meta\"\u003e          \n          \u003cspan class=\"offer-card-saving\"\u003eExtra 37% Off\u003c\/span\u003e          \n          \u003cspan class=\"offer-card-sub\"\u003eRegular Price 1,198 EGP\u003c\/span\u003e        \n        \u003c\/div\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e    \n    \u003cdiv class=\"offer-card-right\"\u003e      \n      \u003cdiv class=\"offer-price-row\"\u003e        \n        \u003cspan class=\"offer-new\"\u003e749 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"offer-per-unit\"\u003ePer Bottle: 375 EGP\u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Offer 3 --\u003e\n\u003cdiv class=\"offer-card selected\" data-variant-id=\"55658508353609\" data-price=\"999\" role=\"button\" tabindex=\"0\"\u003e  \n  \u003cdiv class=\"offer-card-badge badge-best shiny-element\"\u003e👑 Best Value\u003c\/div\u003e  \n  \u003cdiv class=\"offer-card-row\"\u003e    \n    \u003cdiv class=\"offer-card-left\"\u003e      \n      \u003cdiv class=\"offer-card-info\"\u003e        \n        \u003cdiv class=\"offer-card-title\"\u003eBuy 3 — Full Course\u003c\/div\u003e        \n        \u003cdiv class=\"offer-card-meta\"\u003e          \n          \u003cspan class=\"offer-card-saving\"\u003eExtra 44% Off\u003c\/span\u003e          \n          \u003cspan class=\"offer-card-sub\"\u003eRegular Price 1,797 EGP\u003c\/span\u003e        \n        \u003c\/div\u003e      \n      \u003c\/div\u003e    \n    \u003c\/div\u003e    \n    \u003cdiv class=\"offer-card-right\"\u003e      \n      \u003cdiv class=\"offer-price-row\"\u003e        \n        \u003cspan class=\"offer-new\"\u003e999 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e      \n      \u003c\/div\u003e      \n      \u003cdiv class=\"offer-per-unit\"\u003e🏆 Bottle: 333 EGP only\u003c\/div\u003e    \n    \u003c\/div\u003e  \n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/cart\/55658508353609:1\" class=\"cta-btn shiny-element\" id=\"mainCtaBtn\"\u003e🛒 Order Now — 999 EGP\u003c\/a\u003e\n\u003cdiv class=\"delivery-note\"\u003e  \n  \u003cspan\u003e🚚 Free Shipping to All Governorates\u003c\/span\u003e  \n  \u003cspan\u003e•\u003c\/span\u003e  \n  \u003cspan\u003e💵 Cash on Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-row\"\u003e  \n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🔒\u003c\/span\u003e\u003cspan\u003eSecure \u0026amp; Encrypted Order\u003c\/span\u003e\n\u003c\/div\u003e  \n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🧾\u003c\/span\u003e\u003cspan\u003eLicensed by Egyptian MOH\u003c\/span\u003e\n\u003c\/div\u003e  \n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e📦\u003c\/span\u003e\u003cspan\u003eDiscreet \u0026amp; Secure Packaging\u003c\/span\u003e\n\u003c\/div\u003e  \n  \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e📞\u003c\/span\u003e\u003cspan\u003ePost-Purchase Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n  \u003cdiv class=\"page-footer\"\u003e\n    Size: 125 ml | For external use only | Store in a cool, dry place\u003cbr\u003e\n    Licensed by Egyptian MOH | © Elevate Hair Care — Dema Cosmetics\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/page --\u003e\n\u003cscript\u003e\n(function() {\n  'use strict';\n  \/\/ ── Offer selection ──\n  var offerCards = document.querySelectorAll('.offer-card');\n  var ctaBtn = document.getElementById('mainCtaBtn');\n  offerCards.forEach(function(card) {\n    card.addEventListener('click', function() {\n      offerCards.forEach(function(c) { c.classList.remove('selected'); });\n      this.classList.add('selected');\n      var vid   = this.getAttribute('data-variant-id');\n      var price = this.getAttribute('data-price');\n      if (ctaBtn) {\n        ctaBtn.href = '\/cart\/' + vid + ':1';\n        ctaBtn.textContent = '🛒 Order Now — ' + price + ' EGP';\n      }\n    });\n    card.addEventListener('keydown', function(e) {\n      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); this.click(); }\n    });\n  });\n  if (ctaBtn) {\n    ctaBtn.addEventListener('click', function(e) {\n      e.preventDefault();\n      var sel = document.querySelector('.offer-card.selected');\n      if (!sel) return;\n      var vid = sel.getAttribute('data-variant-id');\n      fetch('\/cart\/add.js', {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/json', 'Accept': 'application\/json' },\n        body: JSON.stringify({ items: [{ id: Number(vid), quantity: 1 }] })\n      })\n      .then(function(r) { if (!r.ok) throw new Error(); return r.json(); })\n      .then(function() { window.location.href = '\/checkout'; })\n      .catch(function() { window.location.href = '\/cart\/' + vid + ':1'; });\n    });\n  }\n  \/\/ ── Accordion ──\n  document.querySelectorAll('.acc-toggle').forEach(function(btn) {\n    btn.addEventListener('click', function() {\n      var targetId = this.getAttribute('data-target');\n      var body     = document.getElementById(targetId);\n      var isOpen   = body.classList.contains('open');\n      document.querySelectorAll('.acc-body').forEach(function(b) { b.classList.remove('open'); });\n      document.querySelectorAll('.acc-toggle').forEach(function(b) { b.classList.remove('open'); });\n      if (!isOpen) { body.classList.add('open'); this.classList.add('open'); }\n    });\n  });\n  \/\/ ── FAQ ──\n  document.querySelectorAll('.faq-q').forEach(function(q) {\n    q.addEventListener('click', function() {\n      var ans    = this.nextElementSibling;\n      var isOpen = ans.classList.contains('open');\n      document.querySelectorAll('.faq-a').forEach(function(a) { a.classList.remove('open'); });\n      document.querySelectorAll('.faq-q').forEach(function(x) { x.classList.remove('open'); x.setAttribute('aria-expanded','false'); });\n      if (!isOpen) { ans.classList.add('open'); this.classList.add('open'); this.setAttribute('aria-expanded','true'); }\n    });\n  });\n  \/\/ ── Counters ──\n  function animateCounter(el) {\n    var target   = parseFloat(el.getAttribute('data-target'));\n    var suffix   = el.getAttribute('data-suffix') || '';\n    var isDecimal= el.getAttribute('data-decimal') === 'true';\n    var duration = 2000;\n    var startTime= null;\n    el.classList.add('counted');\n    function step(ts) {\n      if (!startTime) startTime = ts;\n      var progress = Math.min((ts - startTime) \/ duration, 1);\n      var eased    = 1 - Math.pow(1 - progress, 3);\n      var current  = eased * target;\n      var suffix_el= el.querySelector('small');\n      var sfx      = suffix_el ? '' : suffix;\n      if (isDecimal)         el.innerHTML = current.toFixed(1) + suffix;\n      else if (target \u003e= 1000) el.innerHTML = Math.floor(current).toLocaleString('en') + suffix;\n      else                   el.innerHTML = Math.floor(current) + suffix;\n      if (progress \u003c 1) requestAnimationFrame(step);\n    }\n    requestAnimationFrame(step);\n  }\n  if (window.IntersectionObserver) {\n    var obs = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.querySelectorAll('.stat-number[data-target]').forEach(function(c, i) {\n            setTimeout(function() { animateCounter(c); }, i * 200);\n          });\n          obs.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.3 });\n    var grid = document.querySelector('.stats-grid');\n    if (grid) obs.observe(grid);\n  }\n})();\n\u003c\/script\u003e\n\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"\"عبوة واحدة – 449 ج.م (وفّر 150 ج.م)\"","offer_id":55658508288073,"sku":null,"price":449.0,"currency_code":"EGP","in_stock":true},{"title":"\"عبوتين – 749 ج.م (وفّر 499 ج.م) 🔥\"","offer_id":55658508320841,"sku":null,"price":749.0,"currency_code":"EGP","in_stock":true},{"title":"\" 3 عبوات – الكورس الكامل 999 ج.م (وفّر 798 ج.م) ⭐\"","offer_id":55658508353609,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/ChatGPTImageMay12_2026_06_32_06AM_8c091bb8-0832-4ce4-afd1-86a79899a2e1.png?v=1778587998","url":"https:\/\/www.demacosmetics.store\/products\/elevate-leave-in-hair-fall-lotion","provider":"Dema Cosmetics","version":"1.0","type":"link"}