{"title":"Hair Care","description":"","products":[{"product_id":"elevate-redensyl-pro-complex-serum","title":"Elevate Advanced Hair Growth Serum","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 — Hair Growth Serum\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter: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--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--gold: #C59B27;\n--gold-dark: #9E7A18;\n--gold-light: #FDF9EE;\n--border-gold: rgba(197, 155, 39, 0.35);\n--green: #059669;\n--green-dim: #D1FAE5;\n--red: #DC2626;\n--red-dim: #FEE2E2;\n--border: #E5E7EB;\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@keyframes pulse {\n  0%,100% { opacity:1; transform:scale(1); }\n  50%      { opacity:0.4; transform:scale(0.7); }\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 {\n  background: var(--bg-body);\n  color: var(--text-main);\n  font-family: 'Inter', system-ui, -apple-system, sans-serif;\n  direction: ltr;\n  text-align: left;\n}\n.page {\n  background: var(--bg-main);\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 20px 16px 40px;\n  box-shadow: 0 0 30px rgba(0,0,0,0.03);\n  min-height: 100vh;\n}\n\n\/* ── HERO ── *\/\n.hero {\n  text-align: center;\n  padding: 36px 20px 28px;\n  border-bottom: 1px solid var(--border);\n  margin-bottom: 32px;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content:'';\n  position:absolute; top:-80px; left:50%;\n  transform:translateX(-50%);\n  width:400px; height:250px;\n  background:radial-gradient(ellipse, rgba(197,155,39,0.08) 0%, transparent 70%);\n  pointer-events:none;\n}\n.hero-brand { font-size:13px; font-weight:800; letter-spacing:2px; color:var(--gold-dark); margin-bottom:10px; text-transform: uppercase; }\n.hero-title { font-size:clamp(24px,5vw,34px); font-weight:900; line-height:1.4; color:var(--text-main); margin-bottom:14px; }\n.hero-title span { color:var(--gold); }\n\n\/* ── SECTION TITLE ── *\/\n.sec-title { font-size:22px; font-weight:900; color:var(--text-main); margin-bottom:18px; display:flex; align-items:center; gap:10px; }\n.sec-title::after { content:''; flex:1; height:1px; background:linear-gradient(to right, transparent, var(--border-gold)); }\n\n\/* ── SHORT INTRO ── *\/\n.short-intro {\n  background:var(--bg-warm);\n  border:1px solid var(--border-gold);\n  border-left:4px solid var(--gold);\n  border-radius:var(--radius);\n  padding:18px 22px;\n  font-size:15px; line-height:1.8;\n  color:var(--text-mid);\n  margin-bottom:28px;\n  box-shadow:var(--shadow);\n}\n.short-intro strong { color:var(--text-main); }\n\n\/* ── QUICK BENEFITS ── *\/\n.quick-benefits { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:32px; }\n.qb {\n  background:var(--bg-main);\n  border:1px solid var(--border);\n  border-radius:var(--radius-sm);\n  padding:16px;\n  display:flex; align-items:flex-start; gap:12px;\n  transition:var(--transition);\n  box-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.6; }\n.qb-text strong { color:var(--text-main); display:block; font-size:14.5px; margin-bottom:4px; }\n@media (max-width:600px) { .quick-benefits { grid-template-columns:1fr; } }\n\n\/* ── STATS ── *\/\n.stats-section { margin-bottom:32px; }\n.stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }\n.stat-card {\n  background:var(--bg-main);\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  padding:22px 14px;\n  text-align:center;\n  position:relative; overflow:hidden;\n  transition:var(--transition);\n  box-shadow:var(--shadow);\n}\n.stat-card:hover { border-color:var(--gold); transform:translateY(-3px); box-shadow:var(--shadow-lg); }\n.stat-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#D4AF37,#FFF3A1,#AA8C2C); }\n.stat-icon { font-size:28px; margin-bottom:10px; display:block; }\n.stat-number { font-size:38px; font-weight:900; color:var(--gold); line-height:1; display:block; margin-bottom:6px; }\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\n\/* ── PROMISE BANNER ── *\/\n.promise-banner {\n  background:var(--bg-main);\n  border:1px solid var(--border-gold);\n  border-radius:var(--radius);\n  padding:26px 20px;\n  text-align:center;\n  margin:20px 0 32px;\n  position:relative; overflow:hidden;\n  box-shadow:var(--shadow-lg);\n}\n.promise-banner::before { content:''; position:absolute; top:-40px; left:50%; transform:translateX(-50%); width:260px; height:120px; background:radial-gradient(ellipse,rgba(197,155,39,0.08) 0%,transparent 70%); }\n.promise-title { font-size:19px; font-weight:900; color:var(--gold-dark); margin-bottom:22px; }\n.promise-steps { display:flex; justify-content:center; align-items:center; gap:8px; flex-wrap:wrap; }\n.promise-step { display:flex; flex-direction:column; align-items:center; gap:6px; min-width:85px; }\n.ps-num { width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:900; box-shadow:var(--shadow-gold); }\n.ps-num-1,.ps-num-2,.ps-num-3 { background:linear-gradient(135deg,#D4AF37 0%,#FFF3A1 50%,#AA8C2C 100%); color:var(--text-main) !important; }\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 { margin-top:18px; padding:14px 16px; background:var(--bg-sec); border:1px solid var(--border); border-radius:var(--radius-sm); font-size:12.5px; color:var(--text-muted); line-height:1.6; }\n.clinical-note strong { color:var(--gold-dark); }\n.live-count { margin-top:14px; background:var(--green-dim); border:1px solid rgba(5,150,105,0.2); border-radius:var(--radius-sm); padding:10px 18px; font-size:13.5px; color:var(--green); font-weight:800; text-align:center; }\n.live-dot { display:inline-block; width:8px; height:8px; background:var(--green); border-radius:50%; margin-right:6px; animation:pulse 1.5s ease-in-out infinite; }\n\n\/* ── ACCORDIONS ── *\/\n.acc-section { margin-bottom:32px; display:flex; flex-direction:column; gap:10px; }\n.acc-item { background:var(--bg-main); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }\n.acc-toggle { width:100%; background:transparent; border:none; padding:18px 20px; display:flex; justify-content:space-between; align-items:center; font-family:inherit; font-size:15px; font-weight:800; color:var(--text-main); cursor:pointer; text-align:left; transition:var(--transition); }\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 { max-height:0; overflow:hidden; transition:max-height 0.5s ease; border-top:0px solid transparent; }\n.acc-body.open { max-height:6000px; border-top:1px solid var(--border); background:var(--bg-main); }\n.acc-inner { padding:20px; }\n.ing-card { background:var(--bg-sec); border-left:4px solid var(--gold); border-radius:var(--radius-sm); padding:14px 16px; margin-bottom:10px; border-top:1px solid var(--border); border-bottom:1px solid var(--border); border-right:1px solid var(--border); }\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.6; margin:0; }\n.usage-step { display:flex; gap:14px; margin-bottom:14px; align-items:flex-start; }\n.u-num { min-width:34px; height:34px; background:linear-gradient(135deg,#D4AF37 0%,#FFF3A1 50%,#AA8C2C 100%); color:#111; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:14px; flex-shrink:0; box-shadow:0 3px 8px rgba(197,155,39,0.2); }\n.usage-step p { font-size:14px; color:var(--text-mid); line-height:1.6; margin:0; padding-top:4px; }\n.usage-step p strong { color:var(--text-main); }\n.timeline-box { background:var(--bg-warm); border:1px solid var(--border-gold); border-radius:var(--radius-sm); padding:22px; margin-top:20px; box-shadow:var(--shadow); }\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 { min-width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:16px; flex-shrink:0; }\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.6; margin:0; }\n\n\/* ── COMPARE TABLE ── *\/\n.compare-table { width:100%; border-collapse:collapse; font-size:13.5px; }\n.compare-table th { padding:12px 10px; text-align:center; border-bottom:1px solid var(--border-gold); }\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 { padding:14px 10px; border-bottom:1px solid var(--border); vertical-align:middle; line-height:1.6; }\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 { display:inline-block; background:var(--green-dim); color:var(--green); padding:4px 11px; border-radius:20px; font-size:11.5px; font-weight:700; line-height:1.5; }\n.tag-no  { display:inline-block; background:var(--red-dim); color:var(--red); padding:4px 11px; border-radius:20px; font-size:11.5px; font-weight:700; }\n\n\/* ── REVIEWS ── *\/\n.reviews-section { margin-bottom:32px; }\n.reviews-grid { display:grid; gap:12px; }\n.review-card { background:var(--bg-main); border:1px solid var(--border); border-radius:var(--radius); padding:18px 20px; transition:var(--transition); box-shadow:var(--shadow); }\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 { font-size:15px; color:var(--text-mid); line-height:1.6; font-style:italic; margin-bottom:10px; font-weight:700; }\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 { display:inline-block; background:var(--green-dim); color:var(--green); padding:2px 9px; border-radius:20px; font-size:10.5px; font-weight:700; }\n.review-summary { background:#FDF9EE; border:1px solid rgba(197,155,39,0.25); padding:14px; border-radius:12px; text-align:center; font-size:14px; font-weight:800; color:#9E7A18; margin-bottom:18px; }\n\n\/* ── TRUST SECTION ── *\/\n.trust-section { margin-bottom:32px; }\n.trust-card { background:linear-gradient(135deg,#FFFEFA 0%,#FFFFFF 100%); border:1px solid var(--border-gold); border-radius:var(--radius); padding:28px 24px; text-align:center; position:relative; overflow:hidden; box-shadow:var(--shadow-lg); }\n.trust-card::before { content:''; position:absolute; top:0; right:0; left:0; height:3px; background:linear-gradient(90deg,#D4AF37,#FFF3A1,#D4AF37); }\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 { font-size:14.5px; color:var(--text-mid); line-height:1.8; max-width:500px; margin:0 auto 20px; }\n.trust-text strong { color:var(--text-main); }\n.trust-pillars { display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px; margin-bottom:22px; }\n.trust-pillar { background:var(--bg-main); border:1px solid var(--border); border-radius:var(--radius-sm); padding:14px 10px; font-size:13px; color:var(--text-muted); line-height:1.5; box-shadow:var(--shadow); }\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 { display:inline-flex; align-items:center; gap:8px; padding:12px 30px; border-radius:var(--radius-sm); font-family:inherit; font-size:15px; font-weight:800; text-decoration:none; transition:var(--transition); box-shadow:var(--shadow-gold); }\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\n\/* ── FAQ ── *\/\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 { width:100%; background:transparent; border:none; font-family:inherit; font-size:15px; font-weight:800; color:var(--text-main); padding:18px 0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; text-align:left; gap:10px; transition:color 0.2s; }\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 { font-size:14px; color:var(--text-mid); line-height:1.6; padding-left:4px; max-height:0; overflow:hidden; transition:max-height 0.4s ease, padding 0.3s; padding-bottom:0; }\n.faq-a.open { max-height:300px; padding-bottom:18px; }\n\n\/* ── OFFERS ── *\/\n.offers-section { margin-bottom:32px; }\n.offers-heading { text-align:center; margin-bottom:24px; }\n.offers-heading h2 { font-size:26px; font-weight:900; color:var(--text-main); margin-bottom:6px; }\n.offers-heading h2 span { color:var(--gold-dark); }\n.offers-heading p { font-size:14px; color:var(--text-muted); font-weight:600; }\n\n.offer-card {\n  background:var(--bg-main);\n  border:2px solid var(--border);\n  border-radius:var(--radius);\n  padding:20px 18px 18px;\n  margin-bottom:14px;\n  cursor:pointer;\n  transition:var(--transition);\n  position:relative;\n  box-shadow:var(--shadow);\n  user-select:none;\n}\n.offer-card:hover { border-color:var(--border-gold); box-shadow:var(--shadow-lg); transform:translateY(-1px); }\n.offer-card.selected {\n  border-color:var(--gold);\n  background:linear-gradient(135deg,#FFFFFF 0%,#FFF8E1 100%);\n  box-shadow:0 8px 25px rgba(197,155,39,0.2);\n  transform:translateY(-2px);\n}\n.offer-card-badge { position:absolute; top:-1px; right:18px; padding:4px 14px; border-radius:0 0 9px 9px; font-size:11px; font-weight:800; color:#fff; z-index:2; text-transform: uppercase;}\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 { display:flex; align-items:center; justify-content:space-between; gap:14px; }\n.offer-card-left { display:flex; align-items:center; gap:14px; }\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 { background:var(--green-dim); color:var(--green); padding:2px 10px; border-radius:20px; font-size:12px; font-weight:800; }\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:6px; justify-content:flex-end; }\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 { font-size:11.5px; font-weight:800; color:var(--text-mid); margin-top:4px; text-align:center; }\n@media (max-width:580px) {\n  .offer-card-row { flex-direction:column; align-items:stretch; }\n  .offer-card-right { display:flex; justify-content:space-between; align-items:center; border-top:1px dashed var(--border); padding-top:14px; margin-top:4px; text-align:left; }\n  .offer-card.selected .offer-card-right { border-top-color:var(--border-gold); }\n  .offer-per-unit { text-align:right; }\n  .offer-price-row { flex-direction:row; }\n}\n\n.cta-btn { display:block; width:100%; padding:18px; border-radius:var(--radius-sm); font-family:inherit; font-size:19px; font-weight:900; cursor:pointer; text-align:center; text-decoration:none; margin-top:18px; transition:var(--transition); box-shadow:var(--shadow-gold); }\n.cta-btn:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(197,155,39,0.4); }\n\n\/* ── PAYMENT METHODS ── *\/\n.payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 18px; }\n.pay-badge { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 6px 10px; font-size: 12px; font-weight: 700; color: var(--text-mid); box-shadow: 0 1px 2px rgba(0,0,0,0.04); gap: 6px; }\n\n\/* ── FOOTER ── *\/\n.page-footer { text-align:center; padding-top:24px; margin-top:20px; border-top:1px solid var(--border); font-size:12px; font-weight:600; color:var(--text-muted); line-height:2; }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"page\"\u003e\n\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\"\u003eStart Caring for Your Hair at the First Signs of Loss\u003cbr\u003e\u003cspan\u003eRegain Hair Density and Strength in Just 40 Days\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHORT INTRO --\u003e\n  \u003cdiv class=\"short-intro\"\u003e\n    Elevate serum combines the scientific power of advanced, globally proven compounds: \u003cstrong\u003eRedensyl™\u003c\/strong\u003e at a 3% concentration by the Swiss company Givaudan, and \u003cstrong\u003eProcapil™\u003c\/strong\u003e at a 2% concentration by the French company Sederma. To ensure maximum protection, the formula is enriched with Biotin to strengthen the hair structure, Arginine to stimulate root nutrition, and Saw Palmetto extract, a natural DHT blocker.\u003cbr\u003e\u003cbr\u003e\n    Because Elevate serum is completely free of Minoxidil, it provides you with a safe alternative for daily use without its annoying side effects, and spares you from the shock of sudden hair loss if you decide to stop using it.\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"quick-benefits\"\u003e\n    \u003cdiv class=\"qb\"\u003e\n\u003cspan class=\"qb-icon\"\u003e🧬\u003c\/span\u003e\u003cdiv class=\"qb-text\"\u003e\n\u003cstrong\u003eRedensyl™ 3%\u003c\/strong\u003e Stem cell technology for hair regrowth from the roots\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n\u003cspan class=\"qb-icon\"\u003e🛡️\u003c\/span\u003e\u003cdiv class=\"qb-text\"\u003e\n\u003cstrong\u003eProcapil™ 2%\u003c\/strong\u003e Protection against the baldness hormone and follicle anchoring\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n\u003cspan class=\"qb-icon\"\u003e💪\u003c\/span\u003e\u003cdiv class=\"qb-text\"\u003e\n\u003cstrong\u003eBiotin \u0026amp; Arginine\u003c\/strong\u003e Intensive nourishment and internal keratin building\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"qb\"\u003e\n\u003cspan class=\"qb-icon\"\u003e🌿\u003c\/span\u003e\u003cdiv class=\"qb-text\"\u003e\n\u003cstrong\u003eSaw Palmetto Extract\u003c\/strong\u003e Natural DHT blocker against genetic baldness\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"stats-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e📊 Scientifically Proven Results\u003c\/div\u003e\n    \u003cdiv class=\"stats-grid\"\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e📉\u003c\/span\u003e\u003cspan class=\"stat-number\" data-target=\"85\" data-suffix=\"%\"\u003e0%\u003c\/span\u003e\u003cdiv class=\"stat-label\"\u003eReduction in hair loss\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\u003cspan class=\"stat-number\" data-target=\"214\" data-suffix=\"%\"\u003e0%\u003c\/span\u003e\u003cdiv class=\"stat-label\"\u003eIncrease in hair growth\u003c\/div\u003e\n\u003cdiv class=\"stat-sub\"\u003eAfter 90 continuous days\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"stat-card\"\u003e\n\u003cspan class=\"stat-icon\"\u003e👥\u003c\/span\u003e\u003cspan class=\"stat-number\" data-target=\"4800\" data-suffix=\"+\"\u003e0+\u003c\/span\u003e\u003cdiv class=\"stat-label\"\u003eCustomers 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\u003cspan class=\"stat-number\" data-target=\"4.8\" data-suffix=\"\/5\" data-decimal=\"true\"\u003e0\/5\u003c\/span\u003e\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📅 Results Roadmap — What to Expect?\u003c\/div\u003e\n      \u003cdiv class=\"promise-steps\"\u003e\n        \u003cdiv class=\"promise-step\"\u003e\n\u003cdiv class=\"ps-num ps-num-1\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eFirst 14 Days\u003c\/strong\u003eHair loss decreases\u003cbr\u003e\u0026amp; follicles 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\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eAfter 40 Days\u003c\/strong\u003eNew hair starts appearing\u003cbr\u003e\u0026amp; noticeable 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\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"ps-text\"\u003e\n\u003cstrong\u003eAfter 90 Days\u003c\/strong\u003eFull result,\u003cbr\u003estronger and thicker hair\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"clinical-note\"\u003e🔬 The \u003cstrong\u003e85% reduction in hair loss\u003c\/strong\u003e and \u003cstrong\u003e214% increase in growth\u003c\/strong\u003e are based on published clinical studies for Redensyl™ conducted on 26 volunteers for 90 days.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"live-count\"\u003e\n\u003cspan class=\"live-dot\"\u003e\u003c\/span\u003e Over \u003cstrong\u003e4,800\u003c\/strong\u003e customers in Egypt have chosen Elevate — join them today\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- REVIEWS --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e💬 Customer Experiences\u003c\/div\u003e\n    \u003cdiv class=\"review-summary\"\u003e⭐ Rated 4.8\/5 by over 4,800 customers across Egypt\u003c\/div\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"I was losing a lot of hair in the shower every day, and after the first 3 weeks, I noticed the hair loss decreased significantly and my hair got stronger.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eAhmed M. — Cairo\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 30 • ✓ 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 tried many products before and they left my scalp dry, but Elevate is very light, comfortable, and I can use it daily without any irritation.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eMahmoud A. — Alexandria\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 35 • ✓ 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 biggest difference for me was that the small empty patches in the front started filling up gradually, and even my hair looks thicker in pictures.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eSarah N. — Giza\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 27 • ✓ 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 childbirth, my hair was falling out terribly. With continuous use of the serum, I started noticing a real difference and the density returning gradually.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eReem A. — Mansoura\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 32 • ✓ 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 serum absorbs quickly and doesn't make the hair greasy at all, which was the most important point for me because I use it daily before work.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eYoussef K. — Tanta\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 26 • ✓ 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\"People around me started noticing my hair getting healthier and shinier. I truly feel more confident leaving it without a cap now.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eKarim J. — Assiut\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"verified\" style=\"margin-top:4px;\"\u003eAge 28 • ✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDIONS --\u003e\n  \u003cdiv class=\"acc-section\"\u003e\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cbutton class=\"acc-toggle\" data-target=\"ing\"\u003e\u003cspan\u003e🧪 Active Ingredients Details\u003c\/span\u003e\u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\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🧬 Redensyl™ — 3% Concentration\u003c\/h4\u003e\n\u003cp\u003eTargets follicle stem cells and stimulates them to enter the active growth phase. A safe and effective alternative to minoxidil without its known side effects.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ing-card\"\u003e\n\u003ch4\u003e🛡️ Procapil™ — 2% Concentration\u003c\/h4\u003e\n\u003cp\u003eA triple-action formula that stops hair loss and strengthens follicles; enhances blood circulation in the scalp and provides strong protection against the baldness hormone (DHT).\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ing-card\"\u003e\n\u003ch4\u003e💪 Biotin and Arginine\u003c\/h4\u003e\n\u003cp\u003eBiotin promotes keratin building, while Arginine dilates blood vessels to increase nutrient flow to the roots. Intensive nourishment for stronger, thicker hair.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ing-card\"\u003e\n\u003ch4\u003e🌿 Saw Palmetto Extract\u003c\/h4\u003e\n\u003cp\u003eA natural inhibitor of the 5-Alpha Reductase enzyme; it reduces the conversion of testosterone into DHT and protects follicles from gradual atrophy.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cbutton class=\"acc-toggle\" data-target=\"usage\"\u003e\u003cspan\u003e📋 Usage Instructions \u0026amp; Treatment Roadmap\u003c\/span\u003e\u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\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\u003eUsing the dropper, apply \u003cstrong\u003econcentrated drops\u003c\/strong\u003e directly to the scalp. Focus on thinning areas and receding hairlines.\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 your scalp\u003c\/strong\u003e with your fingertips for a minute to ensure good 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\u003c\/strong\u003e — to keep the product active for as long as possible, ensuring the best results.\u003c\/p\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"timeline-box\"\u003e\n            \u003ch3\u003e📊 Detailed Treatment Roadmap\u003c\/h3\u003e\n            \u003cdiv class=\"tl-step\"\u003e\n\u003cdiv class=\"tl-num tl-1\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eFirst 14 Days — Follicle Activation\u003c\/h4\u003e\n\u003cp\u003eHair loss gradually decreases. Stem cells are activated and prepare for the regrowth phase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tl-step\"\u003e\n\u003cdiv class=\"tl-num tl-2\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAfter 40 Days — Regrowth Begins\u003c\/h4\u003e\n\u003cp\u003eNew hair appears in thinning areas with a clear increase in density and vitality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tl-step\"\u003e\n\u003cdiv class=\"tl-num tl-3\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAfter 90 Days — Full Result\u003c\/h4\u003e\n\u003cp\u003eCompletely different density — stronger, thicker hair from the roots — a result that lasts with continuation.\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\n    \u003cdiv class=\"acc-item\"\u003e\n      \u003cbutton class=\"acc-toggle\" data-target=\"compare\"\u003e\u003cspan\u003e⚖️ Why is Elevate the Smartest Choice? (Comparison)\u003c\/span\u003e\u003cspan class=\"acc-arrow\"\u003e▼\u003c\/span\u003e\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 License\u003c\/td\u003e\n\u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eMin. of Health Registered\u003cbr\u003e\u003csmall\u003eCOSMTOL26126167\u003c\/small\u003e\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\"\u003eRedensyl™ + French Procapil™\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\u003eSafety (No loss after stopping)\u003c\/td\u003e\n\u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eSafe — Minoxidil Free\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eRisk of hair loss when stopping\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003eTreats the Root Cause\u003c\/td\u003e\n\u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eInhibits DHT Hormone\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\u003eSuitability\u003c\/td\u003e\n\u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eFor Men and Women\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eMay not suit everyone\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd\u003eValue for Money\u003c\/td\u003e\n\u003ctd class=\"el-col\"\u003e\u003cspan class=\"tag-yes\"\u003eBest value for a full course\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"ot-col\"\u003e\u003cspan class=\"tag-no\"\u003eHigh cost with no guarantee\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  \u003c\/div\u003e\n\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're With You Step by Step — Free Consultation\u003c\/div\u003e\n      \u003cp class=\"trust-text\"\u003eWe believe the relationship doesn't end at purchase. Our medical and pharmacy team is available to personally follow up on your results, answer all your questions, and provide a \u003cstrong\u003efree consultation\u003c\/strong\u003e to ensure you get the best possible outcome.\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\u003cstrong\u003ePersonal Follow-up\u003c\/strong\u003eWe contact you to track your results step by step\u003c\/div\u003e\n        \u003cdiv class=\"trust-pillar\"\u003e\n\u003cspan class=\"trust-pillar-icon\"\u003e💊\u003c\/span\u003e\u003cstrong\u003ePharmacist Supervision\u003c\/strong\u003eA team of pharmacists ready to answer your inquiries\u003c\/div\u003e\n        \u003cdiv class=\"trust-pillar\"\u003e\n\u003cspan class=\"trust-pillar-icon\"\u003e🔄\u003c\/span\u003e\u003cstrong\u003eAfter-Sales Support\u003c\/strong\u003eCustomized tips to achieve the best result\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-cta-group\"\u003e\u003ca href=\"https:\/\/wa.me\/201229981898\" class=\"trust-btn shiny-element\"\u003e💬 Contact us on WhatsApp\u003c\/a\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003cdiv class=\"sec-title\"\u003e❓ Important Questions Before Buying\u003c\/div\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eDoes the product have any side effects?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eThe formula is completely free of minoxidil and hormones. All ingredients are natural, globally certified, and safe for daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eDoes it work for genetic baldness?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eYes. Redensyl™ works by directly targeting stem cells, and studies have proven its effectiveness for genetic baldness with results showing within 90 days.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eWhen do the results show?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eReduced shedding: Within the first 14 days. New hair appearance: Starting from day 40. Full result: After 90 continuous days.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eIs it suitable for women too?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eYes. The serum is suitable for both men and women with the same effectiveness.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eWhat are the delivery areas?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eAll governorates of Egypt. Cairo and Giza: 2-3 days. Other governorates: 3-5 working days. Shipping is completely free.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eHow many days does one bottle last?\u003cspan class=\"faq-q-arrow\"\u003e▼\u003c\/span\u003e\u003c\/button\u003e\u003cdiv class=\"faq-a\"\u003eA 60ml bottle lasts for a full month. The formula is highly concentrated — a few drops each time are enough.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OFFERS SECTION --\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\u003eEnjoy free shipping on 2-bottle and 3-bottle packages!\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 1 --\u003e\n    \u003cdiv class=\"offer-card\" role=\"button\" tabindex=\"0\" data-variant-id=\"55636561461321\" data-cta-text=\"🛒 Order Now — 379 EGP\" data-cta-href=\"\/cart\/55636561461321:1\"\u003e\n      \u003cdiv class=\"offer-card-badge badge-try\"\u003ePerfect 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\"\u003eStarter Package — 1 Bottle\u003c\/div\u003e\n            \u003cdiv class=\"offer-card-meta\"\u003e\n\u003cspan class=\"offer-card-saving\"\u003eSave 220 EGP\u003c\/span\u003e \u003cspan class=\"offer-card-sub\"\u003eOriginal 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\u003cspan class=\"offer-new\"\u003e379 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 2 --\u003e\n    \u003cdiv class=\"offer-card\" role=\"button\" tabindex=\"0\" data-variant-id=\"55636561494089\" data-cta-text=\"🛒 Order Now — 749 EGP (Free Shipping)\" data-cta-href=\"\/cart\/55636561494089:1\"\u003e\n      \u003cdiv class=\"offer-card-badge badge-pop\"\u003e🔥 Best Seller\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\"\u003eBest Seller Package — 2 Bottles\u003c\/div\u003e\n            \u003cdiv class=\"offer-card-meta\"\u003e\n\u003cspan class=\"offer-card-saving\"\u003eSave 449 EGP\u003c\/span\u003e \u003cspan class=\"offer-card-sub\"\u003eOriginal 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\u003cspan class=\"offer-new\"\u003e749 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\u003c\/div\u003e\n          \u003cdiv class=\"offer-per-unit\"\u003ePer Bottle: 374.5 EGP (Free Shipping)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARD 3 --\u003e\n    \u003cdiv class=\"offer-card selected\" role=\"button\" tabindex=\"0\" data-variant-id=\"55636561526857\" data-cta-text=\"🛒 Order Now — 999 EGP (Free Shipping)\" data-cta-href=\"\/cart\/55636561526857:1\"\u003e\n      \u003cdiv class=\"offer-card-badge badge-best shiny-element\"\u003e👑 Biggest Savings\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\"\u003eFull Treatment Course — 3 Bottles ⭐ Most Requested\u003c\/div\u003e\n            \u003cdiv class=\"offer-card-meta\"\u003e\n\u003cspan class=\"offer-card-saving\"\u003eSave 798 EGP (44%)\u003c\/span\u003e \u003cspan class=\"offer-card-sub\"\u003eOriginal 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\u003cspan class=\"offer-new\"\u003e999 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\u003c\/div\u003e\n          \u003cdiv class=\"offer-per-unit\"\u003e🏆 Per Bottle: Only 333 EGP (Free Shipping)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"\/cart\/55636561526857:1\" class=\"cta-btn shiny-element\" id=\"mainCtaBtn\"\u003e🛒 Order Now — 999 EGP (Free Shipping)\u003c\/a\u003e\n\n    \u003c!-- PAYMENT METHODS --\u003e\n    \u003cdiv class=\"payment-methods\"\u003e\n      \u003cdiv class=\"pay-badge\"\u003e💵 Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"pay-badge\"\u003e\u003cspan style=\"color:#1a1f71; font-weight:900; font-style:italic; font-family:sans-serif; font-size:14px; letter-spacing:1px;\"\u003eVISA\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pay-badge\" style=\"display:flex; align-items:center;\"\u003e\n        \u003csvg width=\"24\" height=\"15\" viewbox=\"0 0 32 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#EB001B\" opacity=\"0.9\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"22\" cy=\"10\" r=\"10\" fill=\"#F79E1B\" opacity=\"0.9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pay-badge\" style=\"font-weight:700; font-family:-apple-system, BlinkMacSystemFont, sans-serif; font-size:14px;\"\u003e Pay\u003c\/div\u003e\n      \u003cdiv class=\"pay-badge\" style=\"color:#57217A; font-weight:900; font-family:sans-serif; font-size:13px;\"\u003eInstaPay\u003c\/div\u003e\n      \u003cdiv class=\"pay-badge\"\u003e📱 E-Wallets\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- END OFFERS SECTION --\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"page-footer\"\u003eSize: 60 ml | For external use only | Store in a cool, dry place\u003cbr\u003eRegistration No: COSMTOL26126167 | © Elevate Hair Care — Dema Cosmetics\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n\n  \/* ── OFFER CARD SELECTOR ── *\/\n  const cards  = document.querySelectorAll('.offer-card');\n  const ctaBtn = document.getElementById('mainCtaBtn');\n\n  function selectCard(card) {\n    cards.forEach(c =\u003e c.classList.remove('selected'));\n    card.classList.add('selected');\n    if (ctaBtn) {\n      ctaBtn.textContent = card.dataset.ctaText;\n      ctaBtn.href        = card.dataset.ctaHref;\n    }\n  }\n\n  cards.forEach(card =\u003e {\n    card.addEventListener('click', () =\u003e selectCard(card));\n    card.addEventListener('keydown', e =\u003e {\n      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); selectCard(card); }\n    });\n  });\n\n  \/* ── ACCORDION ── *\/\n  document.querySelectorAll('.acc-toggle').forEach(btn =\u003e {\n    btn.addEventListener('click', () =\u003e {\n      const target = document.getElementById(btn.dataset.target);\n      const isOpen = btn.classList.contains('open');\n      btn.classList.toggle('open', !isOpen);\n      target.classList.toggle('open', !isOpen);\n    });\n  });\n\n  \/* ── FAQ ── *\/\n  document.querySelectorAll('.faq-q').forEach(btn =\u003e {\n    btn.addEventListener('click', () =\u003e {\n      const answer  = btn.nextElementSibling;\n      const isOpen  = btn.classList.contains('open');\n      \/\/ close all\n      document.querySelectorAll('.faq-q').forEach(b =\u003e {\n        b.classList.remove('open');\n        b.setAttribute('aria-expanded', 'false');\n        b.nextElementSibling.classList.remove('open');\n      });\n      if (!isOpen) {\n        btn.classList.add('open');\n        btn.setAttribute('aria-expanded', 'true');\n        answer.classList.add('open');\n      }\n    });\n  });\n\n  \/* ── STAT COUNTER ANIMATION ── *\/\n  function animateCount(el) {\n    const target   = parseFloat(el.dataset.target);\n    const suffix   = el.dataset.suffix  || '';\n    const decimal  = el.dataset.decimal === 'true';\n    const duration = 1400;\n    const start    = performance.now();\n\n    el.classList.add('counted');\n    (function tick(now) {\n      const progress = Math.min((now - start) \/ duration, 1);\n      const ease     = 1 - Math.pow(1 - progress, 3);\n      const value    = target * ease;\n      el.textContent = (decimal ? value.toFixed(1) : Math.round(value)) + suffix;\n      if (progress \u003c 1) requestAnimationFrame(tick);\n    })(start);\n  }\n\n  const observer = new IntersectionObserver(entries =\u003e {\n    entries.forEach(entry =\u003e {\n      if (entry.isIntersecting) {\n        animateCount(entry.target);\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.3 });\n\n  document.querySelectorAll('.stat-number[data-target]').forEach(el =\u003e observer.observe(el));\n\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"\"عبوة واحدة – 479 ج.م (وفّر  120ج.م)\"","offer_id":55636561461321,"sku":null,"price":479.0,"currency_code":"EGP","in_stock":true},{"title":"\"عبوتين – 749 ج.م (وفّر 449 ج.م) 🔥\"","offer_id":55636561494089,"sku":null,"price":749.0,"currency_code":"EGP","in_stock":true},{"title":"\" 3 عبوات – الكورس الكامل 999 ج.م (وفّر 798 ج.م) ⭐\"","offer_id":55636561526857,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/Elevatehairserum_b45cb7de-c7eb-41c2-89c6-f73924b57c35.png?v=1776427012"},{"product_id":"elevate-hair-mask","title":"Elevate Keratin Conditioning Mask","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 — Keratin Conditioning Mask\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--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-sm:  0 8px 24px rgba(197, 155, 39, 0.15);\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: 760px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 30px 20px 24px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 28px;\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(22px, 5vw, 30px);\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.8;\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\n\/* ═══════════════════════════════\nBENEFITS\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 20px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px; text-align: center;\n}\n.quick-benefits {\ndisplay: grid; grid-template-columns: 1fr 1fr;\ngap: 12px; margin-bottom: 24px;\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;\nbox-shadow: var(--shadow);\n}\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 4px; }\n\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nUSAGE PROTOCOL\n═══════════════════════════════ *\/\n.usage-grid {\ndisplay: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px;\n}\n.usage-card {\nbackground: var(--bg-sec);\nborder: 1px solid var(--border);\nborder-top: 4px solid var(--gold);\nborder-radius: var(--radius-sm);\npadding: 18px 16px;\ntext-align: center;\n}\n.usage-card h4 { color: var(--text-main); font-size: 15px; font-weight: 900; margin-bottom: 8px; }\n.usage-card p { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin: 0; }\n@media (max-width: 600px) { .usage-grid { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nRESULTS BANNER\n═══════════════════════════════ *\/\n.results-banner {\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: 1.8;\ncolor: var(--text-mid);\nmargin-bottom: 32px;\nbox-shadow: var(--shadow);\n}\n.results-banner strong { color: var(--text-main); }\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;\nbox-shadow: var(--shadow);\n}\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 10px; font-weight: 600; }\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 { display: inline-block; background: var(--green-dim); color: var(--green); padding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700; }\n\n\/* ═══════════════════════════════\nDISCOUNT SECTION\n═══════════════════════════════ *\/\n.discount-box {\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nborder: 2px dashed var(--gold);\nborder-radius: var(--radius);\npadding: 24px;\ntext-align: center;\nposition: relative;\nbox-shadow: var(--shadow-sm);\nmargin-bottom: 16px;\n}\n.discount-badge {\nposition: absolute; top: -14px; left: 50%; transform: translateX(-50%);\nbackground: var(--red); color: #fff;\npadding: 6px 20px; border-radius: 20px;\nfont-size: 13px; font-weight: 900; letter-spacing: 1px;\nbox-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);\nwhite-space: nowrap;\n}\n.discount-text { font-size: 18px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; }\n.price-block {\ndisplay: flex; justify-content: center; align-items: baseline; gap: 12px;\nmargin-bottom: 16px;\n}\n.price-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }\n.price-new { font-size: 38px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.price-new small { font-size: 18px; color: var(--gold); }\n\n.trust-row {\ndisplay: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\npadding-top: 14px;\nborder-top: 1px solid var(--border-gold);\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 13px; font-weight: 700; color: var(--text-mid);\n}\n\n\/* Mobile specific styling for a \"Full\" appearance *\/\n@media (max-width: 600px) {\n  .discount-box {\n    margin-left: -8px;\n    margin-right: -8px;\n    padding: 24px 16px;\n    border-radius: 8px;\n  }\n  .discount-text { font-size: 16px; }\n  .price-new { font-size: 34px; }\n}\n\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 20px; 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      Keratin Conditioning Mask\u003cbr\u003e\n      \u003cspan\u003eTriple-Action Advanced Repair\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      Rebuild damaged, stressed, and chemically treated hair with a rich blend of Amino Acids, Proteins, and 5 Natural Oils.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-badge-row\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e✨ 3-in-1 Treatment\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🛡️ Safe for Treated Hair\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ BENEFITS ══════════ --\u003e\n  \u003ch2 class=\"sec-title\"\u003eAdvanced Formula for Ultimate Care\u003c\/h2\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\u003eAmino Acid \u0026amp; Protein Complex\u003c\/strong\u003e\n        Keratin \u0026amp; Collagen strengthen weak hair, repair broken bonds, and prevent breakage and fall.\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\u003e5-Oil Blend \u0026amp; Shea Butter\u003c\/strong\u003e\n        Argan, Jojoba, Almond, Olive, and Coconut oils provide intense slip for instant detangling and color protection.\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\u003ePanthenol (Pro-Vit B5)\u003c\/strong\u003e\n        Locks moisture deep inside the hair shaft to add a glass-like shine and silky-soft texture.\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\u003eTriple-Action Formula\u003c\/strong\u003e\n        Designed for your routine: use as a fast daily conditioner, a deep repair mask, or a rich cream bath.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ USAGE PROTOCOL ══════════ --\u003e\n  \u003ch2 class=\"sec-title\"\u003eUsage Protocol\u003c\/h2\u003e\n  \u003cdiv class=\"usage-grid\"\u003e\n    \u003cdiv class=\"usage-card\"\u003e\n      \u003ch4\u003e🚿 Daily Use (As Conditioner)\u003c\/h4\u003e\n      \u003cp\u003eApply to wet hair lengths (avoid scalp), then rinse immediately. Perfect for instant detangling and light hydration.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-card\"\u003e\n      \u003ch4\u003e💆‍♀️ Deep Repair (Mask \/ Cream Bath)\u003c\/h4\u003e\n      \u003cp\u003eApply generously to hair and leave for 30 minutes (preferably use a thermal cap or hot towel). Rinse thoroughly.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ RESULTS ══════════ --\u003e\n  \u003cdiv class=\"results-banner\"\u003e\n    \u003cstrong\u003eVisible Results:\u003c\/strong\u003e Instant damage repair, effortless detangling from the first use, and stronger, shinier hair protected against breakage and hair fall.\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ REVIEWS ══════════ --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003ch2 class=\"sec-title\"\u003e💬 What Our Customers Say\u003c\/h2\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"This mask is a lifesaver for my bleached hair! It detangles my curls in seconds and leaves them super soft and hydrated without being sticky.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eMona T. — Cairo\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"I use it as a 30-minute deep conditioning treatment once a week. The glass-like shine it gives is unbelievable, and it smells amazing.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eYasmine A. — Alexandria\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Goodbye breakage! My hair feels so much stronger and doesn't snap when I brush it. I love that it's a 3-in-1 so I don't need a separate conditioner anymore.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eFarah M. — Mansoura\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ DISCOUNT SECTION (Full Width Mobile) ══════════ --\u003e\n  \u003cdiv class=\"discount-box\"\u003e\n    \u003cdiv class=\"discount-badge\"\u003eLIMITED TIME OFFER\u003c\/div\u003e\n    \u003cdiv class=\"discount-text\"\u003eEnjoy an exclusive 30% discount on the full size (250 g)\u003c\/div\u003e\n    \n    \u003cdiv class=\"price-block\"\u003e\n      \u003cspan class=\"price-old\"\u003e450 EGP\u003c\/span\u003e\n      \u003cspan class=\"price-new\"\u003e315 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e💵\u003c\/span\u003e Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note: Your default Shopify Add to Cart button will naturally appear here --\u003e\n\n  \u003c!-- ══════════ FOOTER ══════════ --\u003e\n  \u003cdiv class=\"page-footer\"\u003e\n    Size: 250 g | For external use only | Avoid contact with eyes\u003cbr\u003e\n    © Elevate Hair Care — Dema Cosmetics\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"Default Title","offer_id":55563226579017,"sku":null,"price":315.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/1772527447310811759.png?v=1778588351"},{"product_id":"elevate-natural-care-hair-stick-wax","title":"Elevate Seek\u0026Finish Hair Stick","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 — Seek\u0026amp;Finish Hair Stick\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--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-sm:  0 8px 24px rgba(197, 155, 39, 0.15);\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: 760px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 30px 20px 24px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 28px;\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(22px, 5vw, 30px);\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.8;\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\n\/* ═══════════════════════════════\nBENEFITS\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 20px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px; text-align: center;\n}\n.quick-benefits {\ndisplay: grid; grid-template-columns: 1fr 1fr;\ngap: 12px; margin-bottom: 24px;\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;\nbox-shadow: var(--shadow);\n}\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 4px; }\n\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nRESULTS BANNER\n═══════════════════════════════ *\/\n.results-banner {\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: 1.8;\ncolor: var(--text-mid);\nmargin-bottom: 32px;\nbox-shadow: var(--shadow);\n}\n.results-banner strong { color: var(--text-main); }\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;\nbox-shadow: var(--shadow);\n}\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 10px; font-weight: 600; }\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 { display: inline-block; background: var(--green-dim); color: var(--green); padding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700; }\n\n\/* ═══════════════════════════════\nDISCOUNT SECTION\n═══════════════════════════════ *\/\n.discount-box {\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nborder: 2px dashed var(--gold);\nborder-radius: var(--radius);\npadding: 24px;\ntext-align: center;\nposition: relative;\nbox-shadow: var(--shadow-sm);\nmargin-bottom: 16px;\n}\n.discount-badge {\nposition: absolute; top: -14px; left: 50%; transform: translateX(-50%);\nbackground: var(--red); color: #fff;\npadding: 6px 20px; border-radius: 20px;\nfont-size: 13px; font-weight: 900; letter-spacing: 1px;\nbox-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);\nwhite-space: nowrap;\n}\n.discount-text { font-size: 18px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; }\n.price-block {\ndisplay: flex; justify-content: center; align-items: baseline; gap: 12px;\nmargin-bottom: 16px;\n}\n.price-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }\n.price-new { font-size: 38px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.price-new small { font-size: 18px; color: var(--gold); }\n\n.trust-row {\ndisplay: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\npadding-top: 14px;\nborder-top: 1px solid var(--border-gold);\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 13px; font-weight: 700; color: var(--text-mid);\n}\n\n\/* Mobile specific styling for a \"Full\" appearance *\/\n@media (max-width: 600px) {\n  .discount-box {\n    margin-left: -8px;\n    margin-right: -8px;\n    padding: 24px 16px;\n    border-radius: 8px;\n  }\n  .discount-text { font-size: 16px; }\n  .price-new { font-size: 34px; }\n}\n\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 20px; 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      Seek \u0026amp; Finish Hair Stick\u003cbr\u003e\n      \u003cspan\u003eProfessional Styling \u0026amp; Flyaway Control\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      An advanced formula combining professional styling with deep fiber care. The perfect solution for controlling flyaways and baby hair without dryness or stiffness.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-badge-row\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e✨ Long-lasting Hold\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e💧 Non-Greasy Finish\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ BENEFITS ══════════ --\u003e\n  \u003ch2 class=\"sec-title\"\u003eProfessional Styling Meets Deep Care\u003c\/h2\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\u003eNatural Beeswax\u003c\/strong\u003e\n        Provides firm texture, long-lasting hold, and forms a humidity barrier to prevent frizz and flyaways completely.\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\u003eShea Butter\u003c\/strong\u003e\n        A deep emollient that penetrates to moisturize, maintaining softness and flexibility during styling.\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\u003eRepair Oil Complex (Argan \u0026amp; Jojoba)\u003c\/strong\u003e\n        Nourishes follicles and ends, adds a healthy shine, and protects against daily styling breakage.\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\u003eNo Stiffness or Flakes\u003c\/strong\u003e\n        Delivers a sleek, polished look with a clean, non-greasy finish that holds your style all day.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ RESULTS BANNER ══════════ --\u003e\n  \u003cdiv class=\"results-banner\"\u003e\n    \u003cstrong\u003eVisible Results:\u003c\/strong\u003e Perfect long-lasting style, full control of flyaways and baby hair, and a healthy polished look without any sticky or greasy residue.\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ REVIEWS ══════════ --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003ch2 class=\"sec-title\"\u003e💬 What Our Customers Say\u003c\/h2\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Absolutely perfect for taming baby hairs. It holds my style all day without making my hair feel crunchy or sticky like gel does.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eMarwa A. — Cairo\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Super convenient size for my bag. I use it before the gym or work. It smells great and gives a nice healthy shine while keeping everything neat.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eNada S. — Alexandria\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"The best hair stick I've tried! Doesn't leave any white residue or flakes, and makes my updos look so sleek and professional.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eReem K. — Giza\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ DISCOUNT SECTION (Full Width Mobile) ══════════ --\u003e\n  \u003cdiv class=\"discount-box\"\u003e\n    \u003cdiv class=\"discount-badge\"\u003eLIMITED TIME OFFER\u003c\/div\u003e\n    \u003cdiv class=\"discount-text\"\u003eEnjoy an exclusive 30% discount on the full size (60 g)\u003c\/div\u003e\n    \n    \u003cdiv class=\"price-block\"\u003e\n      \u003cspan class=\"price-old\"\u003e245 EGP\u003c\/span\u003e\n      \u003cspan class=\"price-new\"\u003e170 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e💵\u003c\/span\u003e Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note: Your default Shopify Add to Cart button will naturally appear here --\u003e\n\n  \u003c!-- ══════════ FOOTER ══════════ --\u003e\n  \u003cdiv class=\"page-footer\"\u003e\n    Size: 60 g | For external use only\u003cbr\u003e\n    © Elevate Hair Care — Dema Cosmetics\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"Default Title","offer_id":55563226677321,"sku":null,"price":170.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/1772811206667747097.png?v=1778588193"},{"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"},{"product_id":"elevate-leave-in-hair-cream","title":"Elevate Leave-in Hair Cream","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800;900\u0026amp;display=swap\"\u003e\u003c\/p\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--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-sm:  0 8px 24px rgba(197, 155, 39, 0.15);\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: 760px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 30px 20px 24px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 28px;\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(22px, 5vw, 30px);\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.8;\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\n\/* ═══════════════════════════════\nBENEFITS\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 20px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px; text-align: center;\n}\n.quick-benefits {\ndisplay: grid; grid-template-columns: 1fr 1fr;\ngap: 12px; margin-bottom: 24px;\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;\nbox-shadow: var(--shadow);\n}\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 4px; }\n\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nUSAGE PROTOCOL\n═══════════════════════════════ *\/\n.usage-grid {\ndisplay: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 32px;\n}\n.usage-card {\nbackground: var(--bg-sec);\nborder: 1px solid var(--border);\nborder-top: 4px solid var(--gold);\nborder-radius: var(--radius-sm);\npadding: 18px 16px;\ntext-align: center;\n}\n.usage-card h4 { color: var(--text-main); font-size: 15px; font-weight: 900; margin-bottom: 8px; }\n.usage-card p { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin: 0; }\n\n\/* ═══════════════════════════════\nRESULTS BANNER\n═══════════════════════════════ *\/\n.results-banner {\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: 1.8;\ncolor: var(--text-mid);\nmargin-bottom: 32px;\nbox-shadow: var(--shadow);\n}\n.results-banner strong { color: var(--text-main); }\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;\nbox-shadow: var(--shadow);\n}\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 10px; font-weight: 600; }\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 { display: inline-block; background: var(--green-dim); color: var(--green); padding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700; }\n\n\/* ═══════════════════════════════\nDISCOUNT SECTION\n═══════════════════════════════ *\/\n.discount-box {\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nborder: 2px dashed var(--gold);\nborder-radius: var(--radius);\npadding: 24px;\ntext-align: center;\nposition: relative;\nbox-shadow: var(--shadow-sm);\nmargin-bottom: 16px;\n}\n.discount-badge {\nposition: absolute; top: -14px; left: 50%; transform: translateX(-50%);\nbackground: var(--red); color: #fff;\npadding: 6px 20px; border-radius: 20px;\nfont-size: 13px; font-weight: 900; letter-spacing: 1px;\nbox-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);\nwhite-space: nowrap;\n}\n.discount-text { font-size: 18px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; }\n.price-block {\ndisplay: flex; justify-content: center; align-items: baseline; gap: 12px;\nmargin-bottom: 16px;\n}\n.price-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }\n.price-new { font-size: 38px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.price-new small { font-size: 18px; color: var(--gold); }\n\n.trust-row {\ndisplay: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\npadding-top: 14px;\nborder-top: 1px solid var(--border-gold);\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 13px; font-weight: 700; color: var(--text-mid);\n}\n\n\/* Mobile specific styling for a \"Full\" appearance *\/\n@media (max-width: 600px) {\n  .discount-box {\n    margin-left: -8px;\n    margin-right: -8px;\n    padding: 24px 16px;\n    border-radius: 8px;\n  }\n  .discount-text { font-size: 16px; }\n  .price-new { font-size: 34px; }\n}\n\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 20px; 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\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\"\u003eIntensive Hair Treatment Cream\u003cbr\u003e\u003cspan\u003eDaily Styling \u0026amp; Frizz Control\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eA rich nourishing formula infused with vitamins and natural oils to provide a complete solution for styling, deep hydration, and reviving dry, dull hair.\u003c\/p\u003e\n\u003cdiv class=\"hero-badge-row\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Suitable for All Hair Types\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e💧 Non-Greasy \u0026amp; Lightweight\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════ BENEFITS ══════════ --\u003e\n\u003ch2 class=\"sec-title\"\u003eNourish Your Hair with Liquid Gold\u003c\/h2\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\u003eArgan, Jojoba \u0026amp; Avocado Oils\u003c\/strong\u003e \"Liquid gold\" oils and vitamins that repair hair structure from within, enhancing healthy shine and smoothness.\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\u003eShea Butter\u003c\/strong\u003e An intensive moisturizer acting as a protective barrier against frizz and split ends, leaving hair soft and defined.\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\u003ePanthenol (Pro-Vit B5)\u003c\/strong\u003e Moisture-lock technology that coats hair with a thin protective layer for effortless styling and a silky texture.\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\u003eDaily Styling \u0026amp; Care\u003c\/strong\u003e Full frizz control, natural-looking volume, and a healthy shiny finish with a distinctive fragrance that lasts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════ USAGE PROTOCOL ══════════ --\u003e\n\u003ch2 class=\"sec-title\"\u003eUsage Protocol\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch4\u003e✨ For Daily Styling\u003c\/h4\u003e\n\u003cp\u003eApply a small amount of cream to wet or dry hair. Distribute evenly from the ends upward to detangle, control frizz, and give the hair an instant healthy, shiny look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════ RESULTS BANNER ══════════ --\u003e\n\u003cdiv class=\"results-banner\"\u003e\n\u003cstrong\u003eVisible Results:\u003c\/strong\u003e Complete frizz control, instant softness, natural-looking volume, and a healthy shiny finish without any greasy residue.\u003c\/div\u003e\n\u003c!-- ══════════ REVIEWS ══════════ --\u003e\n\u003cdiv class=\"reviews-section\"\u003e\n\u003ch2 class=\"sec-title\"\u003e💬 What Our Customers Say\u003c\/h2\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e\"Best styling cream I've used. It tames my frizz perfectly and leaves my curls defined and smelling amazing without any crunch.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eNour A. — Cairo\u003c\/span\u003e \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 use it every morning on dry hair to smooth out flyaways. It's so lightweight and doesn't make my hair look greasy at all.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eLaila M. — Alexandria\u003c\/span\u003e \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 hydration is unreal. My colored hair used to look so dull, but this cream gives it a beautiful, healthy glass-like shine from the very first use.\"\u003c\/div\u003e\n\u003cdiv class=\"review-meta\"\u003e\n\u003cspan class=\"review-name\"\u003eHeba S. — Giza\u003c\/span\u003e \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════ DISCOUNT SECTION (Full Width Mobile) ══════════ --\u003e\n\u003cdiv class=\"discount-box\"\u003e\n\u003cdiv class=\"discount-badge\"\u003eLIMITED TIME OFFER\u003c\/div\u003e\n\u003cdiv class=\"discount-text\"\u003eEnjoy an exclusive 30% discount on the large size (275 g)\u003c\/div\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-old\"\u003e464 EGP\u003c\/span\u003e \u003cspan class=\"price-new\"\u003e325 \u003csmall\u003eEGP\u003c\/small\u003e\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 Cash on Delivery\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Note: Your default Shopify Add to Cart button will naturally appear here --\u003e \u003c!-- ══════════ FOOTER ══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003eSize: 300 g | For external use only | Avoid contact with eyes\u003cbr\u003e© Elevate Hair Care — Dema Cosmetics\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elevate","offers":[{"title":"Default Title","offer_id":55563226775625,"sku":null,"price":325.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/1772528035919555029.png?v=1778588272"},{"product_id":"elevate-complete-protection-repair-serum","title":"Elevate Sensitech Hair Serum","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 — Sensitech Hair Serum\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--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-sm:  0 8px 24px rgba(197, 155, 39, 0.15);\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: 760px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 30px 20px 24px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 28px;\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(22px, 5vw, 30px);\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.8;\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\n\/* ═══════════════════════════════\nBENEFITS\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 20px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px; text-align: center;\n}\n.quick-benefits {\ndisplay: grid; grid-template-columns: 1fr 1fr;\ngap: 12px; margin-bottom: 24px;\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;\nbox-shadow: var(--shadow);\n}\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 4px; }\n\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nRESULTS BANNER\n═══════════════════════════════ *\/\n.results-banner {\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: 1.8;\ncolor: var(--text-mid);\nmargin-bottom: 32px;\nbox-shadow: var(--shadow);\n}\n.results-banner strong { color: var(--text-main); }\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;\nbox-shadow: var(--shadow);\n}\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 10px; font-weight: 600; }\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 { display: inline-block; background: var(--green-dim); color: var(--green); padding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700; }\n\n\/* ═══════════════════════════════\nDISCOUNT SECTION\n═══════════════════════════════ *\/\n.discount-box {\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nborder: 2px dashed var(--gold);\nborder-radius: var(--radius);\npadding: 24px;\ntext-align: center;\nposition: relative;\nbox-shadow: var(--shadow-sm);\nmargin-bottom: 16px;\n}\n.discount-badge {\nposition: absolute; top: -14px; left: 50%; transform: translateX(-50%);\nbackground: var(--red); color: #fff;\npadding: 6px 20px; border-radius: 20px;\nfont-size: 13px; font-weight: 900; letter-spacing: 1px;\nbox-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);\nwhite-space: nowrap;\n}\n.discount-text { font-size: 18px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; }\n.price-block {\ndisplay: flex; justify-content: center; align-items: baseline; gap: 12px;\nmargin-bottom: 16px;\n}\n.price-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }\n.price-new { font-size: 38px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.price-new small { font-size: 18px; color: var(--gold); }\n\n.trust-row {\ndisplay: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\npadding-top: 14px;\nborder-top: 1px solid var(--border-gold);\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 13px; font-weight: 700; color: var(--text-mid);\n}\n\n\/* Mobile specific styling for a \"Full\" appearance *\/\n@media (max-width: 600px) {\n  .discount-box {\n    margin-left: -8px;\n    margin-right: -8px;\n    padding: 24px 16px;\n    border-radius: 8px;\n  }\n  .discount-text { font-size: 16px; }\n  .price-new { font-size: 34px; }\n}\n\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 20px; 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      Sensitech Hair Serum\u003cbr\u003e\n      \u003cspan\u003eUltimate Heat \u0026amp; Humidity Protection\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      A balanced scientific formula combining a powerful natural oil blend with intensive therapeutic care. Ideal for treated, frizzy, and very dry hair.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-badge-row\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e✨ Perfect for Protein Treated Hair\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🛡️ Ultimate Heat Protection\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ BENEFITS ══════════ --\u003e\n  \u003ch2 class=\"sec-title\"\u003e4 Active Ingredients for Unmatched Shine\u003c\/h2\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\u003eArgan Oil\u003c\/strong\u003e\n        Deeply nourishes layers, restores elasticity to stressed fibers, and instantly repairs split ends.\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\u003eJojoba Oil\u003c\/strong\u003e\n        Mimics scalp's natural oils for deep hydration and fast absorption without any greasy residue.\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\u003eVitamin E\u003c\/strong\u003e\n        A powerful antioxidant shield protecting hair protein from heat styling and humidity damage.\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\u003eShea Butter\u003c\/strong\u003e\n        Coats the hair shaft and seals cuticles to lock in moisture, eliminate frizz, and provide a silky texture.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ RESULTS ══════════ --\u003e\n  \u003cdiv class=\"results-banner\"\u003e\n    \u003cstrong\u003eVisible Results:\u003c\/strong\u003e Hair perfectly protected from heat and humidity, frizz-free, tangle-free, and full of brilliant shine and vitality in seconds.\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ REVIEWS ══════════ --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003ch2 class=\"sec-title\"\u003e💬 What Our Customers Say\u003c\/h2\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Finally a serum that doesn't make my hair sticky or greasy! It tames my frizz in seconds, gives a gorgeous shine, and smells incredible.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eSarah K. — Cairo\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"I use this before blow-drying and ironing, and it protects my hair perfectly. The result is just like stepping out of a salon, and my hair stays soft.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eNada T. — Alexandria\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Excellent for protein-treated hair like mine. It maintains the smoothness and protects it from humidity all day long without weighing it down.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eReem M. — Mansoura\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ DISCOUNT SECTION (Full Width Mobile) ══════════ --\u003e\n  \u003cdiv class=\"discount-box\"\u003e\n    \u003cdiv class=\"discount-badge\"\u003eLIMITED TIME OFFER\u003c\/div\u003e\n    \u003cdiv class=\"discount-text\"\u003eEnjoy an exclusive 30% discount on the full size (120 ml)\u003c\/div\u003e\n    \n    \u003cdiv class=\"price-block\"\u003e\n      \u003cspan class=\"price-old\"\u003e320 EGP\u003c\/span\u003e\n      \u003cspan class=\"price-new\"\u003e225 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e💵\u003c\/span\u003e Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note: Your default Shopify Add to Cart button will naturally appear here --\u003e\n\n  \u003c!-- ══════════ FOOTER ══════════ --\u003e\n  \u003cdiv class=\"page-footer\"\u003e\n    Size: 120 ml | For external use only | Avoid contact with eyes\u003cbr\u003e\n    © Elevate Hair Care — Dema Cosmetics\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"Default Title","offer_id":55563226808393,"sku":null,"price":225.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/1769364162774344721.png?v=1778588642"},{"product_id":"elevate-premium-strengthening-moisturizing-shampoo","title":"Elevate Anti Hair Loss Shampoo","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 — Anti Hair Loss Shampoo\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--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\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: 760px;\nmargin: 0 auto;\npadding: 20px 16px 40px;\nbox-shadow: 0 0 30px rgba(0,0,0,0.03);\nmin-height: 100vh;\n}\n\n\/* ═══════════════════════════════\nHERO HEADER\n═══════════════════════════════ *\/\n.hero {\ntext-align: center;\npadding: 30px 20px 24px;\nborder-bottom: 1px solid var(--border);\nmargin-bottom: 28px;\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, 32px);\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.8;\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\n\/* ═══════════════════════════════\nQUICK BENEFITS\n═══════════════════════════════ *\/\n.sec-title {\nfont-size: 20px; font-weight: 900; color: var(--text-main);\nmargin-bottom: 18px; text-align: center;\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;\nbox-shadow: var(--shadow);\n}\n.qb-icon { font-size: 26px; flex-shrink: 0; }\n.qb-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }\n.qb-text strong { color: var(--text-main); display: block; font-size: 14.5px; margin-bottom: 4px; }\n@media (max-width: 600px) { .quick-benefits { grid-template-columns: 1fr; } }\n\n\/* ═══════════════════════════════\nRESULTS BANNER\n═══════════════════════════════ *\/\n.results-banner {\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: 1.8;\ncolor: var(--text-mid);\nmargin-bottom: 32px;\nbox-shadow: var(--shadow);\n}\n.results-banner strong { color: var(--text-main); }\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;\nbox-shadow: var(--shadow);\n}\n.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }\n.review-text { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 10px; font-weight: 600; }\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 { display: inline-block; background: var(--green-dim); color: var(--green); padding: 2px 9px; border-radius: 20px; font-size: 10.5px; font-weight: 700; }\n\n\/* ═══════════════════════════════\nDISCOUNT SECTION\n═══════════════════════════════ *\/\n.discount-box {\nbackground: linear-gradient(135deg, #FFFFFF 0%, #FFF8E1 100%);\nborder: 2px dashed var(--gold);\nborder-radius: var(--radius);\npadding: 24px;\ntext-align: center;\nposition: relative;\nbox-shadow: var(--shadow-sm);\nmargin-bottom: 16px;\n}\n.discount-badge {\nposition: absolute; top: -14px; left: 50%; transform: translateX(-50%);\nbackground: var(--red); color: #fff;\npadding: 6px 20px; border-radius: 20px;\nfont-size: 13px; font-weight: 900; letter-spacing: 1px;\nbox-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);\nwhite-space: nowrap;\n}\n.discount-text { font-size: 18px; font-weight: 800; color: var(--text-main); margin-bottom: 12px; }\n.price-block {\ndisplay: flex; justify-content: center; align-items: baseline; gap: 12px;\nmargin-bottom: 16px;\n}\n.price-old { font-size: 18px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }\n.price-new { font-size: 38px; font-weight: 900; color: var(--gold-dark); line-height: 1; }\n.price-new small { font-size: 18px; color: var(--gold); }\n\n.trust-row {\ndisplay: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\npadding-top: 14px;\nborder-top: 1px solid var(--border-gold);\n}\n.trust-item {\ndisplay: flex; align-items: center; gap: 6px;\nfont-size: 13px; font-weight: 700; color: var(--text-mid);\n}\n\n\/* Mobile specific styling for a \"Full\" appearance *\/\n@media (max-width: 600px) {\n  .discount-box {\n    margin-left: -8px;\n    margin-right: -8px;\n    padding: 24px 16px;\n    border-radius: 8px;\n  }\n  .discount-text { font-size: 16px; }\n  .price-new { font-size: 34px; }\n}\n\n\/* footer *\/\n.page-footer {\ntext-align: center; padding-top: 20px; 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      Anti Hair Loss Shampoo\u003cbr\u003e\n      \u003cspan\u003eNature Meets Therapeutic Care\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e\n      Developed with a balanced scientific formula to revive stressed, weak, and thinning hair. Cleanses gently while supporting stronger, faster hair growth.\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-badge-row\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e💧 100% Sulfate Free\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🛡️ Safe for Treated Hair\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🚚 Free Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ BENEFITS ══════════ --\u003e\n  \u003ch2 class=\"sec-title\"\u003e3 Active Ingredients + Pure Care\u003c\/h2\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\u003c\/strong\u003e\n        Targets DHT-related hair fall and energizes follicle cells for stronger, faster growth.\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\u003ePanthenol (Pro-Vit B5)\u003c\/strong\u003e\n        Penetrates deep into the hair fiber to repair damage, retain moisture, and reduce breakage.\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\u003eAloe Vera Extract\u003c\/strong\u003e\n        A powerful soothing agent that reduces frizz, calms the scalp, and leaves hair silky.\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\u003eAdvantage: 0% Sulfates\u003c\/strong\u003e\n        A gentle cleansing system that cleans deeply without stripping natural oils or fading hair color.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ RESULTS ══════════ --\u003e\n  \u003cdiv class=\"results-banner\"\u003e\n    \u003cstrong\u003eVisible Results:\u003c\/strong\u003e Experience thicker-looking hair, significantly reduced hair fall, and a healthier, more vibrant shine with every single wash.\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ REVIEWS ══════════ --\u003e\n  \u003cdiv class=\"reviews-section\"\u003e\n    \u003ch2 class=\"sec-title\"\u003e💬 What Our Customers Say\u003c\/h2\u003e\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"Finally a sulfate-free shampoo that actually lathers well! It cleans my scalp perfectly without drying out my ends, and I've noticed way less hair in the shower drain.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eNoha S. — Cairo\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"I have color-treated hair and this is the only hair loss shampoo that hasn't faded my color. The caffeine and panthenol blend leaves my hair feeling incredibly strong and soft.\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eAmina T. — Alexandria\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"review-text\"\u003e\"I use it alongside the Elevate serum. My hair looks visibly thicker and feels much healthier after just three weeks of washing. Highly recommended!\"\u003c\/div\u003e\n        \u003cdiv class=\"review-meta\"\u003e\n          \u003cspan class=\"review-name\"\u003eDalia H. — Giza\u003c\/span\u003e\n          \u003cspan class=\"verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══════════ DISCOUNT SECTION (Full Width Mobile) ══════════ --\u003e\n  \u003cdiv class=\"discount-box\"\u003e\n    \u003cdiv class=\"discount-badge\"\u003eLIMITED TIME OFFER\u003c\/div\u003e\n    \u003cdiv class=\"discount-text\"\u003eEnjoy an exclusive 30% discount on the full size (220 ml)\u003c\/div\u003e\n    \n    \u003cdiv class=\"price-block\"\u003e\n      \u003cspan class=\"price-old\"\u003e399 EGP\u003c\/span\u003e\n      \u003cspan class=\"price-new\"\u003e279 \u003csmall\u003eEGP\u003c\/small\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e💵\u003c\/span\u003e Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Note: Your default Shopify Add to Cart button will naturally appear here --\u003e\n\n  \u003c!-- ══════════ FOOTER ══════════ --\u003e\n  \u003cdiv class=\"page-footer\"\u003e\n    Size: 220 ml | For external use only | Avoid contact with eyes\u003cbr\u003e\n    © Elevate Hair Care — Dema Cosmetics\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Elevate","offers":[{"title":"3","offer_id":55666275221577,"sku":null,"price":279.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/files\/1772527471936918016.png?v=1778588566"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/2512\/9545\/collections\/ChatGPT_Image_Mar_13_2026_10_20_35_PM.png?v=1773433296","url":"https:\/\/www.demacosmetics.store\/collections\/hair-care.oembed","provider":"Dema Cosmetics","version":"1.0","type":"link"}