{"title":"DHT","description":null,"products":[{"product_id":"dht-block-max-hair-oil-100ml","title":"DHT-Block Max Hair Oil - 100ML","description":"\u003cstyle\u003e\n  \/* Base Container \u0026 Variable Styling *\/\n  .dht-landing-wrapper {\n    --dht-primary: #1a365d;\n    --dht-accent: #2b6cb0;\n    --dht-highlight: #f6ad55;\n    --dht-bg-light: #f7fafc;\n    --dht-card-bg: #ffffff;\n    --dht-text-dark: #2d3748;\n    --dht-text-muted: #4a5568;\n    --dht-border-color: #e2e8f0;\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--dht-text-dark);\n    line-height: 1.6;\n    background-color: #ffffff;\n    padding: 40px 20px;\n  }\n\n  .dht-landing-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .dht-container {\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  \/* Header Styling *\/\n  .dht-header {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n\n  .dht-badge {\n    display: inline-block;\n    background-color: #ebf8ff;\n    color: var(--dht-accent);\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    margin-bottom: 12px;\n  }\n\n  .dht-main-heading {\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--dht-primary);\n    margin: 0 0 12px 0;\n    line-height: 1.25;\n  }\n\n  .dht-main-heading span {\n    color: var(--dht-accent);\n  }\n\n  .dht-lead {\n    font-size: 18px;\n    color: var(--dht-text-muted);\n    margin: 0;\n  }\n\n  \/* Self-Diagnosis Checklist Card *\/\n  .dht-card {\n    background-color: var(--dht-bg-light);\n    border: 1px solid var(--dht-border-color);\n    border-radius: 12px;\n    padding: 28px;\n    margin-bottom: 24px;\n  }\n\n  .dht-card-title {\n    font-size: 20px;\n    color: var(--dht-primary);\n    margin-top: 0;\n    margin-bottom: 16px;\n    font-weight: 700;\n  }\n\n  .dht-checklist {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0;\n  }\n\n  .dht-checklist li {\n    display: flex;\n    align-items: flex-start;\n    font-size: 16px;\n    margin-bottom: 12px;\n  }\n\n  .dht-checklist li:last-child {\n    margin-bottom: 0;\n  }\n\n  .dht-check-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #38a169;\n    color: #ffffff;\n    font-weight: bold;\n    font-size: 12px;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    margin-right: 12px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .dht-diagnosis-note {\n    font-size: 15px;\n    color: var(--dht-text-muted);\n    background-color: #ffffff;\n    padding: 16px;\n    border-left: 4px solid var(--dht-accent);\n    border-radius: 0 6px 6px 0;\n    margin: 0;\n  }\n\n  \/* 2-Column Action Grid *\/\n  .dht-action-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-bottom: 24px;\n  }\n\n  @media (min-width: 600px) {\n    .dht-action-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .dht-action-box {\n    background: var(--dht-card-bg);\n    border: 1px solid var(--dht-border-color);\n    border-radius: 12px;\n    padding: 24px;\n  }\n\n  .dht-action-tag {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--dht-accent);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 8px;\n  }\n\n  .dht-action-box h3 {\n    font-size: 18px;\n    color: var(--dht-primary);\n    margin: 0 0 8px 0;\n  }\n\n  .dht-action-box p {\n    font-size: 14px;\n    color: var(--dht-text-muted);\n    margin: 0;\n  }\n\n  \/* Summary Banner *\/\n  .dht-summary-banner {\n    background-color: var(--dht-primary);\n    color: #ffffff;\n    text-align: center;\n    border-radius: 12px;\n    padding: 20px;\n    margin-bottom: 48px;\n  }\n\n  .dht-summary-text {\n    font-size: 20px;\n    font-weight: 700;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    align-items: center;\n    justify-content: center;\n  }\n\n  @media (min-width: 500px) {\n    .dht-summary-text {\n      flex-direction: row;\n      gap: 16px;\n    }\n  }\n\n  .dht-summary-text .dht-highlight {\n    color: var(--dht-highlight);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* --- NEW: 3-MONTH TIMELINE SECTION STYLES --- *\/\n  .dht-timeline-section {\n    border-top: 2px dashed var(--dht-border-color);\n    padding-top: 40px;\n  }\n\n  .dht-timeline-header {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n\n  .dht-timeline-header h3 {\n    font-size: 24px;\n    color: var(--dht-primary);\n    font-weight: 800;\n    margin: 0 0 10px 0;\n  }\n\n  .dht-timeline-header p {\n    font-size: 16px;\n    color: var(--dht-text-muted);\n    margin: 0;\n  }\n\n  .dht-timeline-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-bottom: 28px;\n  }\n\n  @media (min-width: 768px) {\n    .dht-timeline-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  .dht-timeline-card {\n    background: var(--dht-bg-light);\n    border: 1px solid var(--dht-border-color);\n    border-radius: 12px;\n    padding: 24px;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .dht-month-badge {\n    background-color: var(--dht-accent);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 6px;\n    align-self: flex-start;\n    margin-bottom: 12px;\n  }\n\n  .dht-timeline-card h4 {\n    font-size: 18px;\n    color: var(--dht-primary);\n    margin: 0 0 10px 0;\n  }\n\n  .dht-timeline-card p {\n    font-size: 14px;\n    color: var(--dht-text-muted);\n    margin: 0 0 16px 0;\n    flex-grow: 1;\n  }\n\n  .dht-timeline-expectation {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--dht-primary);\n    background: #ffffff;\n    padding: 10px 12px;\n    border-radius: 6px;\n    border-left: 3px solid var(--dht-accent);\n  }\n\n  .dht-commitment-box {\n    background-color: #fffaf0;\n    border: 1px solid #feebc8;\n    border-radius: 12px;\n    padding: 20px 24px;\n    text-align: center;\n  }\n\n  .dht-commitment-box h4 {\n    color: #c05621;\n    margin: 0 0 8px 0;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .dht-commitment-box p {\n    color: #7b341e;\n    font-size: 14px;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dht-landing-wrapper\"\u003e\n  \u003cdiv class=\"dht-container\"\u003e\n    \n    \u003c!-- 1. MAIN PRODUCT DESCRIPTION --\u003e\n    \u003csection class=\"dht-description-section\"\u003e\n      \u003cheader class=\"dht-header\"\u003e\n        \u003cspan class=\"dht-badge\"\u003eTargeted Hair Science\u003c\/span\u003e\n        \u003ch2 class=\"dht-main-heading\"\u003eHormonal hair fall needs a \u003cspan\u003ehormonal answer.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"dht-lead\"\u003e\n          \u003cstrong\u003eDHT-Block Max\u003c\/strong\u003e is engineered to work where DHT actually attacks — \u003cem\u003eat the root.\u003c\/em\u003e\n        \u003c\/p\u003e\n      \u003c\/header\u003e\n\n      \u003c!-- Self-Diagnosis Checklist Box --\u003e\n      \u003cdiv class=\"dht-card dht-checklist-card\"\u003e\n        \u003ch3 class=\"dht-card-title\"\u003eDoes your hair fall look like this?\u003c\/h3\u003e\n        \u003cul class=\"dht-checklist\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dht-check-icon\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003eStarted \u003cstrong\u003egradually\u003c\/strong\u003e over months or years\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dht-check-icon\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003eThins mostly at the \u003cstrong\u003ecrown or hairline\u003c\/strong\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"dht-check-icon\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003eDoesn't respond to \u003cstrong\u003e\"regular\" oils\u003c\/strong\u003e or surface treatments\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"dht-diagnosis-note\"\u003e\n          If this sounds like your hair journey, the trigger likely isn't stress or nutrition. \n          It's \u003cstrong\u003eDHT\u003c\/strong\u003e: a hormone that quietly shrinks hair follicles from the root, cycle after cycle, until the strand simply stops growing back.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Targeted Action Section --\u003e\n      \u003cdiv class=\"dht-action-grid\"\u003e\n        \u003cdiv class=\"dht-action-box\"\u003e\n          \u003cdiv class=\"dht-action-tag\"\u003eThe Formulation\u003c\/div\u003e\n          \u003ch3\u003eTargeted, Not Generic\u003c\/h3\u003e\n          \u003cp\u003e\n            DHT-Block Max is formulated specifically for hormonal thinning. Not a general-purpose oil hoping to help — a targeted formulation engineered to work at the follicle level, where DHT actually does its damage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dht-action-box\"\u003e\n          \u003cdiv class=\"dht-action-tag\"\u003eThe 1 in 4\u003c\/div\u003e\n          \u003ch3\u003eIt's Not Your Fault\u003c\/h3\u003e\n          \u003cp\u003e\n            This is the oil we built for the \u003cstrong\u003eone in four people\u003c\/strong\u003e whose hair fall isn't about what they're doing wrong. It's about a hormone doing exactly what it's designed to do — \u003cem\u003euntil now.\u003c\/em\u003e\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Conclusion Banner --\u003e\n      \u003cdiv class=\"dht-summary-banner\"\u003e\n        \u003cp class=\"dht-summary-text\"\u003e\n          \u003cspan\u003eOne root cause.\u003c\/span\u003e\n          \u003cspan\u003eOne oil.\u003c\/span\u003e\n          \u003cspan class=\"dht-highlight\"\u003eNo guesswork.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- 2. NEW: 3-MONTH EXPECTATION TIMELINE --\u003e\n    \u003csection class=\"dht-timeline-section\"\u003e\n      \u003cdiv class=\"dht-timeline-header\"\u003e\n        \u003cspan class=\"dht-badge\"\u003eBiological Growth Timeline\u003c\/span\u003e\n        \u003ch3\u003eWhy a 3-Month Commitment Matters\u003c\/h3\u003e\n        \u003cp\u003eHormonal hair loss didn't happen overnight, and follicle recovery follows the natural biological hair growth cycle.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dht-timeline-grid\"\u003e\n        \u003c!-- Month 1 --\u003e\n        \u003cdiv class=\"dht-timeline-card\"\u003e\n          \u003cspan class=\"dht-month-badge\"\u003eMonth 1\u003c\/span\u003e\n          \u003ch4\u003eFollicle Neutralization\u003c\/h4\u003e\n          \u003cp\u003eThe formulation begins targeting localized DHT binding at the scalp level. Scalp condition improves and hair fall starts to stabilize as miniaturization slows down.\u003c\/p\u003e\n          \u003cdiv class=\"dht-timeline-expectation\"\u003e\n            🎯 What to expect: Reduced excessive shedding \u0026amp; healthier scalp feel.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Month 2 --\u003e\n        \u003cdiv class=\"dht-timeline-card\"\u003e\n          \u003cspan class=\"dht-month-badge\"\u003eMonth 2\u003c\/span\u003e\n          \u003ch4\u003eRoot Strengthening\u003c\/h4\u003e\n          \u003cp\u003eAs DHT sensitivity is controlled, dormant follicles enter an active recovery phase. Existing hair strands gain structural anchor strength at the root.\u003c\/p\u003e\n          \u003cdiv class=\"dht-timeline-expectation\"\u003e\n            🎯 What to expect: Thicker strand diameter and noticeably stronger roots.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Month 3 --\u003e\n        \u003cdiv class=\"dht-timeline-card\"\u003e\n          \u003cspan class=\"dht-month-badge\"\u003eMonth 3\u003c\/span\u003e\n          \u003ch4\u003eVisible Density\u003c\/h4\u003e\n          \u003cp\u003eProtected follicles complete a full growth cycle without DHT interference, paving the way for renewed coverage and sustained hair retention.\u003c\/p\u003e\n          \u003cdiv class=\"dht-timeline-expectation\"\u003e\n            🎯 What to expect: Fuller appearance around hairline \u0026amp; crown areas.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Honest Expectation Note --\u003e\n      \u003cdiv class=\"dht-commitment-box\"\u003e\n        \u003ch4\u003e💡 The Real Science of Patience\u003c\/h4\u003e\n        \u003cp\u003eBecause hair follicles operate on strict 90-day biological cycles, \u003cstrong\u003econsistency for at least 3 months is essential\u003c\/strong\u003e. Quick fixes only treat symptoms; real hormonal stabilization takes time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dr.Drops","offers":[{"title":"1 Bottle","offer_id":47464874213564,"sku":"DRPDHT-100","price":499.0,"currency_code":"INR","in_stock":true},{"title":"2 Bottles","offer_id":47464874246332,"sku":"DRPDHT-101","price":998.0,"currency_code":"INR","in_stock":true},{"title":"3 Bottles","offer_id":47464874279100,"sku":"DRPDHT-102","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/6228\/6012\/files\/DHTBlockMaxHairOil_1.webp?v=1787499844"},{"product_id":"dr-drops-am-pm-system-morning-activation-night-repair","title":"Oral Drops AM-PM System — Prescribed Morning Activation + Night Repair","description":"\u003cp dir=\"ltr\"\u003eMost homeopathic hair drops put every remedy in one bottle — which sounds efficient, but classical homeopathy has long recognised that certain remedies can antidote (cancel out) each other when combined. Put your strongest actives in a single dose, and some of them may simply undo each other's work.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eThe AM-PM System solves this by splitting your formula across two bottles, timed to how your body actually works:\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003e☀ AM — Activation\u003c\/strong\u003e\u003cbr\u003eTaken each morning, this bottle is built around lighter, stimulating potencies formulated to support scalp circulation and follicle activity through the day.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003e☾ PM — Repair\u003c\/strong\u003e\u003cbr\u003eTaken each night, this bottle carries deeper-acting constitutional remedies formulated to support structural rebuilding and root strength while you rest.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eBecause the two are never mixed in the same dose, each remedy gets to act at full strength — no cross-cancelling, no diluted effect.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003eWhat's inside your bottles\u003c\/strong\u003e\u003cbr\u003eYour exact AM and PM formulation isn't generic — it's determined after our doctor reviews your case history and scalp assessment, so what you receive is matched to your specific pattern of hair fall, not a one-size-fits-all blend.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003eHow to use\u003c\/strong\u003e\u003cbr\u003eAs directed on your bottle label \/ by your prescribing doctor — typically a measured number of drops in water, once each in the morning and once at night. Avoid coffee, camphor, and strong mint\/menthol products within 30 minutes of dosing.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003ePack:\u003c\/strong\u003e 2 × 15ml bottles (AM + PM)\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eNOTE\u003c\/strong\u003e - These drops are for our registered patient only and given only with Prescription. This is not an OTC Medicine. If you want to register yourself as our patient, please fill up this form here - \u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cem\u003eFor oral use only. Keep out of reach of children. Not evaluated for use in pregnancy, lactation, or under 18 without physician guidance. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/em\u003e\u003c\/p\u003e\n\u003chr\u003e","brand":"Dr.Drops","offers":[{"title":"Default Title","offer_id":47322793181372,"sku":"DRP-30","price":1299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/6228\/6012\/files\/DrDropHomeopathyOralDrops.png?v=1787727491"},{"product_id":"homoeopathic-case-based-regimen-external-oil-internal-drops-prescribed-after-individual-case-assessment","title":"Homeopathic Case-Based Regimen — Prescribed External Oil + Internal Drops and Doctor Consultation","description":"\u003cp\u003e\u003cstrong\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cspan\u003eA Complete Homeopathic Regimen — Oil for the Root, Drops for the Cause. As Prescribed.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003eConsultation - On call with doctor.\u003c\/strong\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eNo two cases of hair fall are identical — even when they look the same on the surface. What triggers it, how long it's been building, and what the body needs to reverse it varies from person to person. That's the foundation homeopathy is built on, and it's the foundation Dr.Drops is built on too.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eYour case is assessed first — not guessed at. Based on that assessment, you're prescribed a regimen built specifically for what's happening in your case: a Hair Oil to work externally, at the scalp and follicle, and Oral Drops to work internally, supporting the body's own response. Not a fixed bundle. A prescription — decided by what your case actually needs, not by what's already sitting on a shelf.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eThis is what \"personalized homeopathy\" is supposed to mean: the treatment follows the case, not the other way around.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003eAssessed first. Prescribed after.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Dr.Drops","offers":[{"title":"Default Title","offer_id":47323553890492,"sku":null,"price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/6228\/6012\/files\/DrDropscompleteHaircarepackage.webp?v=1787731460"},{"product_id":"homoeopathic-case-assessment-on-call-consultation-with-a-registered-doctor","title":"Homoeopathic Case Assessment — On-Call Consultation with a Registered Doctor","description":"\u003cp dir=\"ltr\"\u003e\u003cstrong\u003eBefore Any Prescription, a Conversation.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eNothing gets prescribed without a case being heard first. Before your regimen is decided, you speak directly with a doctor — on call, one-on-one — who looks at your specific case: how your hair fall started, how it's progressed, and what's actually driving it.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eThis isn't a quiz that sorts you into a category. It's a real consultation, the way homeopathy is meant to be practiced — where the case comes first, and the prescription is written for that case specifically, not pulled off a shelf.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003eAt the end of the call, you don't walk away with a guess. You walk away with a regimen — external, internal, or both — prescribed for what your case actually needs.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cstrong\u003eYour case, heard first. Then prescribed for.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Dr.Drops","offers":[{"title":"Default Title","offer_id":47323723432124,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/6228\/6012\/files\/DrConsultation.webp?v=1787732533"}],"url":"https:\/\/drdrops.in\/collections\/dht.oembed","provider":"Dr.Drops","version":"1.0","type":"link"}