{"product_id":"cognitive-drops","title":"Cognitive Drops – Natural Memory \u0026 Focus Support for Kids \u0026 Students | 30ml","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n*{box-sizing:border-box;margin:0;padding:0;}\n\n:root{\n  --gold:#b9985a;\n  --gold-light:#d8c49a;\n  --gold-pale:#f5efe3;\n  --bark:#3d3428;\n  --bark-mid:#6d6256;\n  --bark-light:#9a8e80;\n  --cream:#fffdf9;\n  --parchment:#f6f1e8;\n  --border:#e3d7c5;\n  --serif:'Cormorant Garamond',Georgia,serif;\n  --sans:'DM Sans',sans-serif;\n}\n.rw {\n  width: 100vw;\n  position: relative;\n  left: 50%;\n  transform: translateX(-50%);\n  max-width: 100%;\n}\n.rw{\n  font-family:var(--sans);\n  color:var(--bark);\n  background:var(--cream);\n  max-width:860px;\n  margin:0 auto;\n  padding:0 0 60px;\n}\n\n\/* ── HERO BAND ─────────────────── *\/\n.rw-hero{\n  background:var(--bark);\n  border-radius:20px;\n  padding:44px 48px;\n  margin-bottom:48px;\n  display:flex;\n  align-items:center;\n  gap:36px;\n  position:relative;\n  overflow:hidden;\n}\n.rw-hero::before{\n  content:'';\n  position:absolute;\n  top:-60px;right:-60px;\n  width:260px;height:260px;\n  border-radius:50%;\n  border:1px solid rgba(185,152,90,0.18);\n}\n.rw-hero::after{\n  content:'';\n  position:absolute;\n  bottom:-80px;right:40px;\n  width:180px;height:180px;\n  border-radius:50%;\n  border:1px solid rgba(185,152,90,0.12);\n}\n.rw-hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:rgba(185,152,90,0.15);\n  border:1px solid rgba(185,152,90,0.35);\n  border-radius:100px;\n  padding:6px 16px;\n  font-size:11px;\n  font-weight:500;\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n  color:var(--gold-light);\n  margin-bottom:16px;\n}\n.rw-hero-badge::before{\n  content:'';\n  width:6px;height:6px;\n  border-radius:50%;\n  background:var(--gold);\n}\n.rw-hero-text{flex:1;position:relative;z-index:1;}\n.rw-hero h1{\n  font-family:var(--serif);\n  font-size:38px;\n  font-weight:600;\n  color:#fff;\n  line-height:1.25;\n  margin-bottom:14px;\n  letter-spacing:-0.3px;\n}\n.rw-hero h1 em{\n  font-style:italic;\n  color:var(--gold-light);\n}\n.rw-hero-sub{\n  font-size:14px;\n  color:rgba(255,255,255,0.6);\n  line-height:1.75;\n  max-width:460px;\n}\n.rw-hero-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:22px;\n}\n.rw-hero-pill{\n  background:rgba(255,255,255,0.07);\n  border:1px solid rgba(255,255,255,0.13);\n  border-radius:100px;\n  padding:6px 14px;\n  font-size:12px;\n  color:rgba(255,255,255,0.75);\n}\n.rw-hero-img{\n  flex-shrink:0;\n  width:170px;\n  height:170px;\n  border-radius:16px;\n  overflow:hidden;\n  border:1px solid rgba(185,152,90,0.3);\n  position:relative;\n  z-index:1;\n}\n.rw-hero-img img{\n  width:100%;height:100%;\n  object-fit:cover;\n}\n\n\/* ── SECTION ─────────────────── *\/\n.rw-section{margin-bottom:48px;}\n.rw-section-label{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  margin-bottom:28px;\n}\n.rw-section-label::before{\n  content:'';\n  width:3px;height:28px;\n  background:linear-gradient(180deg,var(--gold),var(--gold-light));\n  border-radius:4px;\n  flex-shrink:0;\n}\n.rw-section-label h2{\n  font-family:var(--serif);\n  font-size:26px;\n  font-weight:600;\n  color:var(--bark);\n  letter-spacing:-0.2px;\n}\n\n\/* ── INTRO PANEL ─────────────────── *\/\n.rw-intro-panel{\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:16px;\n  padding:32px;\n}\n.rw-intro-panel p{\n  font-size:15px;\n  line-height:1.9;\n  color:var(--bark-mid);\n}\n\n\/* ── BENEFITS GRID ─────────────── *\/\n.rw-benefits{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n}\n.rw-benefit-card{\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:14px;\n  padding:22px 20px;\n}\n.rw-benefit-icon{\n  width:40px;height:40px;\n  border-radius:10px;\n  background:var(--bark);\n  display:flex;align-items:center;justify-content:center;\n  margin-bottom:14px;\n}\n.rw-benefit-icon svg{stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}\n.rw-benefit-card h3{\n  font-family:var(--serif);\n  font-size:17px;\n  font-weight:600;\n  color:var(--bark);\n  margin-bottom:8px;\n}\n.rw-benefit-card p{\n  font-size:13px;\n  color:var(--bark-mid);\n  line-height:1.7;\n}\n\n\/* ── WHO CAN USE ─────────────────── *\/\n.rw-users{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n.rw-user-card{\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:20px;\n  display:flex;\n  gap:14px;\n  align-items:flex-start;\n}\n.rw-user-icon{\n  flex-shrink:0;\n  width:36px;height:36px;\n  border-radius:8px;\n  background:var(--bark);\n  display:flex;align-items:center;justify-content:center;\n}\n.rw-user-icon svg{stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}\n.rw-user-card p{\n  font-size:13.5px;\n  color:var(--bark-mid);\n  line-height:1.65;\n  padding-top:2px;\n}\n\n\/* ── INGREDIENTS TABLE ─────────────── *\/\n.rw-ing-table{\n  width:100%;\n  border-collapse:collapse;\n  border:1px solid var(--border);\n  border-radius:14px;\n  overflow:hidden;\n}\n.rw-ing-table thead tr{\n  background:var(--bark);\n}\n.rw-ing-table th{\n  font-size:10px;\n  font-weight:500;\n  letter-spacing:0.18em;\n  text-transform:uppercase;\n  color:var(--gold-light);\n  padding:14px 18px;\n  text-align:left;\n}\n.rw-ing-table td{\n  padding:14px 18px;\n  font-size:13.5px;\n  color:var(--bark-mid);\n  line-height:1.55;\n  border-bottom:1px solid var(--border);\n  vertical-align:top;\n}\n.rw-ing-table tr:last-child td{border-bottom:none;}\n.rw-ing-table tr:nth-child(even) td{background:var(--parchment);}\n.rw-ing-table tr:nth-child(odd) td{background:var(--cream);}\n.rw-ing-table td:first-child{\n  font-family:var(--serif);\n  font-size:15px;\n  font-weight:600;\n  color:var(--bark);\n  width:38%;\n}\n\n\/* ── USAGE STEPS ─────────────────── *\/\n.rw-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:0;\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:16px;\n  overflow:hidden;\n}\n.rw-step{\n  padding:28px 24px;\n}\n.rw-step:not(:last-child){\n  border-right:1px solid var(--border);\n}\n.rw-step-num{\n  font-family:var(--serif);\n  font-size:54px;\n  font-weight:600;\n  color:var(--border);\n  line-height:1;\n  margin-bottom:10px;\n  letter-spacing:-2px;\n}\n.rw-step h3{\n  font-family:var(--serif);\n  font-size:17px;\n  font-weight:600;\n  color:var(--bark);\n  margin-bottom:8px;\n}\n.rw-step p{\n  font-size:13px;\n  color:var(--bark-mid);\n  line-height:1.7;\n}\n\n\/* ── STORAGE BAND ─────────────────── *\/\n.rw-storage{\n  display:flex;\n  align-items:center;\n  gap:18px;\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:20px 24px;\n  margin-bottom:48px;\n}\n.rw-storage-bar{\n  width:3px;height:40px;\n  background:linear-gradient(180deg,var(--gold),var(--gold-light));\n  border-radius:4px;\n  flex-shrink:0;\n}\n.rw-storage-label{\n  font-size:10px;\n  font-weight:500;\n  letter-spacing:0.18em;\n  text-transform:uppercase;\n  color:var(--gold);\n  margin-bottom:4px;\n}\n.rw-storage-text{\n  font-size:13.5px;\n  color:var(--bark-mid);\n  line-height:1.5;\n}\n\n\/* ── PRODUCT DETAILS GRID ─────────────── *\/\n.rw-details{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n.rw-detail-cell{\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:16px;\n}\n.rw-detail-label{\n  font-size:10px;\n  font-weight:500;\n  letter-spacing:0.18em;\n  text-transform:uppercase;\n  color:var(--bark-light);\n  margin-bottom:6px;\n}\n.rw-detail-value{\n  font-family:var(--serif);\n  font-size:15px;\n  font-weight:600;\n  color:var(--bark);\n  line-height:1.3;\n}\n\n\/* ── WHY CHOOSE ─────────────────── *\/\n.rw-why{\n  background:var(--bark);\n  border-radius:20px;\n  padding:44px 48px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:40px;\n  align-items:center;\n}\n.rw-why-left h2{\n  font-family:var(--serif);\n  font-size:32px;\n  font-weight:600;\n  color:#fff;\n  line-height:1.3;\n  margin-bottom:16px;\n}\n.rw-why-left h2 em{\n  font-style:italic;\n  color:var(--gold-light);\n}\n.rw-why-left p{\n  font-size:14px;\n  color:rgba(255,255,255,0.6);\n  line-height:1.8;\n}\n.rw-why-right{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n.rw-why-fact{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  background:rgba(255,255,255,0.06);\n  border:1px solid rgba(255,255,255,0.1);\n  border-radius:12px;\n  padding:14px 18px;\n}\n.rw-why-fact-num{\n  font-family:var(--serif);\n  font-size:22px;\n  font-weight:600;\n  color:var(--gold);\n  flex-shrink:0;\n  min-width:36px;\n}\n.rw-why-fact span{\n  font-size:13px;\n  color:rgba(255,255,255,0.75);\n  line-height:1.5;\n}\n\n\/* ── DISCLAIMER ─────────────────── *\/\n.rw-disclaimer{\n  margin-top:32px;\n  padding:18px 22px;\n  background:var(--parchment);\n  border:1px solid var(--border);\n  border-radius:12px;\n  font-size:11.5px;\n  color:var(--bark-light);\n  line-height:1.7;\n  text-align:center;\n}\n\n\/* ── MOBILE ─────────────────────── *\/\n@media(max-width:680px){\n  .rw{padding:0 0 40px;}\n  .rw-hero{flex-direction:column;padding:30px 24px;gap:24px;border-radius:14px;}\n  .rw-hero h1{font-size:28px;}\n  .rw-hero-img{width:100%;height:200px;}\n  .rw-benefits{grid-template-columns:1fr;}\n  .rw-users{grid-template-columns:1fr;}\n  .rw-steps{grid-template-columns:1fr;}\n  .rw-step:not(:last-child){border-right:none;border-bottom:1px solid var(--border);}\n  .rw-details{grid-template-columns:1fr 1fr;}\n  .rw-why{grid-template-columns:1fr;padding:30px 24px;}\n  .rw-section-label h2{font-size:22px;}\n  .rw-ing-table th,.rw-ing-table td{padding:10px 12px;font-size:12.5px;}\n  .rw-ing-table td:first-child{font-size:13.5px;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"rw\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"rw-hero\"\u003e\n\u003cdiv class=\"rw-hero-text\"\u003e\n\u003cdiv class=\"rw-hero-badge\"\u003eRaza Wellness · Homeopathic Formula\u003c\/div\u003e\n\u003ch1\u003eCognitive Drops\u003cbr\u003e\u003cem\u003eClarity, Naturally\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"rw-hero-sub\"\u003eA specially designed homeopathic formula crafted to support memory, focus, and mental performance in children, students, adults, and the elderly.\u003c\/p\u003e\n\u003cdiv class=\"rw-hero-pills\"\u003e\n\u003cspan class=\"rw-hero-pill\"\u003eHomeopathic Medicine\u003c\/span\u003e \u003cspan class=\"rw-hero-pill\"\u003e30ml Drops\u003c\/span\u003e \u003cspan class=\"rw-hero-pill\"\u003eNon-Habit Forming\u003c\/span\u003e \u003cspan class=\"rw-hero-pill\"\u003eAll Ages\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-hero-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ABOUT --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eAbout Cognitive Drops\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-intro-panel\"\u003e\n\u003cp\u003eCognitive Drops are a specially designed homeopathic formula created to support memory, focus, and mental performance. Many children and students face difficulty concentrating on studies or remembering lessons. Cognitive Drops are made to provide gentle support for mental clarity and learning ability, and can be used as part of a daily wellness routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- KEY BENEFITS --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefits\"\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M12 2a7 7 0 0 1 7 7c0 3.5-2 6-5 7v2H10v-2c-3-1-5-3.5-5-7a7 7 0 0 1 7-7z\"\u003e\u003c\/path\u003e\u003cline y2=\"22\" x2=\"14\" y1=\"22\" x1=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMemory \u0026amp; Learning\u003c\/h3\u003e\n\u003cp\u003eSupports memory retention and the ability to learn and recall information during study and daily activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eConcentration \u0026amp; Focus\u003c\/h3\u003e\n\u003cp\u003eHelps improve the ability to concentrate and stay focused, particularly during periods of intense study or mental effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96-.46 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 4.44-1.14\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96-.46 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-4.44-1.14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eBrain Development\u003c\/h3\u003e\n\u003cp\u003eSupports healthy brain development in children and teens, complementing balanced nutrition and active daily habits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCognitive Performance\u003c\/h3\u003e\n\u003cp\u003eSupports overall cognitive performance including mental clarity, processing speed, and information retention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eGentle \u0026amp; Safe\u003c\/h3\u003e\n\u003cp\u003eA non-habit forming homeopathic formulation offering gentle, well-tolerated support for everyday cognitive wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-benefit-card\"\u003e\n\u003cdiv class=\"rw-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDaily Wellness Routine\u003c\/h3\u003e\n\u003cp\u003eDesigned for consistent daily use as part of a healthy cognitive wellness routine for all ages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHO CAN USE IT --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eWho Can Use It\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-users\"\u003e\n\u003cdiv class=\"rw-user-card\"\u003e\n\u003cdiv class=\"rw-user-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle r=\"4\" cy=\"8\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 20v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp\u003eChildren with slow learning or weak concentration who need gentle cognitive support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-user-card\"\u003e\n\u003cdiv class=\"rw-user-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp\u003eStudents who want improved focus, retention, and mental clarity while studying\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-user-card\"\u003e\n\u003cdiv class=\"rw-user-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"14\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp\u003eAdults who want to support memory, sharpness, and sustained mental clarity in daily life\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-user-card\"\u003e\n\u003cdiv class=\"rw-user-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"7\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp\u003eElderly individuals experiencing age-related memory decline who seek gentle natural support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eKey Ingredients — Per 1ml\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"rw-ing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient\u003c\/th\u003e\n\u003cth\u003eTraditional Role\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAlfalfa Q\u003c\/td\u003e\n\u003ctd\u003eSupports overall mental and physical vitality\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnacardium 6C\u003c\/td\u003e\n\u003ctd\u003eTraditionally used for memory and concentration support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGinkgo Biloba 3D\u003c\/td\u003e\n\u003ctd\u003eSupports brain circulation and cognitive function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGinseng Q\u003c\/td\u003e\n\u003ctd\u003eHelps support mental energy and sustained focus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKali Phos 6C\u003c\/td\u003e\n\u003ctd\u003eKnown as a nerve tonic for mental fatigue and clarity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eHow To Use\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-steps\"\u003e\n\u003cdiv class=\"rw-step\"\u003e\n\u003cdiv class=\"rw-step-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eConsult First\u003c\/h3\u003e\n\u003cp\u003eAlways use as directed by a qualified homeopathic doctor for the most appropriate dosage and routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-step\"\u003e\n\u003cdiv class=\"rw-step-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eTake Daily\u003c\/h3\u003e\n\u003cp\u003eAdminister the prescribed number of drops directly or in a small amount of water as part of your daily routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-step\"\u003e\n\u003cdiv class=\"rw-step-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eStay Consistent\u003c\/h3\u003e\n\u003cp\u003eConsistent daily use alongside healthy habits is recommended for a sustained cognitive wellness experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STORAGE --\u003e\n\u003cdiv class=\"rw-storage\"\u003e\n\u003cdiv class=\"rw-storage-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rw-storage-label\"\u003eStorage Instructions\u003c\/div\u003e\n\u003cdiv class=\"rw-storage-text\"\u003eStore in a cool, dry place away from direct sunlight. Keep out of reach of children. Do not use past the expiry date.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-section-label\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-details\"\u003e\n\u003cdiv class=\"rw-detail-cell\"\u003e\n\u003cdiv class=\"rw-detail-label\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-value\"\u003eCognitive Drops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-cell\"\u003e\n\u003cdiv class=\"rw-detail-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-value\"\u003eHomeopathic Medicine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-cell\"\u003e\n\u003cdiv class=\"rw-detail-label\"\u003eVolume\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-value\"\u003e30ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-cell\"\u003e\n\u003cdiv class=\"rw-detail-label\"\u003eSuitable For\u003c\/div\u003e\n\u003cdiv class=\"rw-detail-value\"\u003eChildren, Students, Adults \u0026amp; Elderly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY CHOOSE --\u003e\n\u003cdiv class=\"rw-section\"\u003e\n\u003cdiv class=\"rw-why\"\u003e\n\u003cdiv class=\"rw-why-left\"\u003e\n\u003ch2\u003eWhy Choose\u003cbr\u003e\u003cem\u003eCognitive Drops?\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eRaza Wellness is inspired by the wisdom of traditional homeopathic medicine, presented with modern quality standards. Cognitive Drops are thoughtfully crafted for individuals at every stage of life who value gentle, natural cognitive support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-why-right\"\u003e\n\u003cdiv class=\"rw-why-fact\"\u003e\n\u003cdiv class=\"rw-why-fact-num\"\u003e5\u003c\/div\u003e\n\u003cspan\u003eCarefully selected homeopathic ingredients per 1ml dose\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-why-fact\"\u003e\n\u003cdiv class=\"rw-why-fact-num\"\u003e30ml\u003c\/div\u003e\n\u003cspan\u003eConvenient drop format — easy to administer for all ages\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-why-fact\"\u003e\n\u003cdiv class=\"rw-why-fact-num\"\u003e0\u003c\/div\u003e\n\u003cspan\u003eNon-habit forming — no artificial additives or harsh chemicals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rw-why-fact\"\u003e\n\u003cdiv class=\"rw-why-fact-num\"\u003e4×\u003c\/div\u003e\n\u003cspan\u003eSuitable for children, students, adults, and the elderly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cp class=\"rw-disclaimer\"\u003eThis product is designed to support natural cognitive wellness. It is not intended to diagnose, treat, cure, or prevent any disease. Always consult a qualified homeopathic practitioner before use, especially for children or individuals with existing medical conditions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Dr Mohsin Saeed","offers":[{"title":"Default Title","offer_id":47694402551946,"sku":null,"price":1950.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/7392\/8842\/files\/image_3.jpg?v=1772880982","url":"https:\/\/razawellness.com\/products\/cognitive-drops","provider":"Raza Wellness","version":"1.0","type":"link"}