{"id":20786,"date":"2026-01-20T23:21:38","date_gmt":"2026-01-21T05:21:38","guid":{"rendered":"https:\/\/northwesternhair.com\/?page_id=20786"},"modified":"2026-02-02T06:58:59","modified_gmt":"2026-02-02T12:58:59","slug":"blogs","status":"publish","type":"page","link":"https:\/\/northwesternhair.com\/pl\/blogs\/","title":{"rendered":"Blogs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20786\" class=\"elementor elementor-20786\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19629de1 e-flex e-con-boxed e-con e-parent\" data-id=\"19629de1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3aae7017 e-con-full e-flex e-con e-child\" data-id=\"3aae7017\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4838b695 blog-heading elementor-widget elementor-widget-heading\" data-id=\"4838b695\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"blog-border\">Blog<\/span> Posts<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bd72305 e-con-full e-flex e-con e-parent\" data-id=\"2bd72305\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7ac4de89 e-flex e-con-boxed e-con e-child\" data-id=\"7ac4de89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46065927 elementor-widget elementor-widget-html\" data-id=\"46065927\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n  const tabs = document.querySelectorAll('.e-n-tab-title');\r\n  let activeFilter = 'All'; \/\/ Default tab on load\r\n\r\n  \/\/ \ud83e\udde0 Initialize badges: Men\/Women + Read time (idempotent)\r\n  function initBadges(root = document) {\r\n    const posts = root.querySelectorAll ? root.querySelectorAll('article.elementor-post') : [];\r\n    posts.forEach(post => {\r\n      const badge = post.querySelector('.elementor-post__badge');\r\n      if (!badge) return;\r\n\r\n      \/\/ If already processed, skip (guard by .badge-text presence)\r\n      if (badge.querySelector('.badge-text')) {\r\n        \/\/ still ensure read-time exists if has-read-time\r\n        if (post.classList.contains('has-read-time') && !badge.querySelector('.read-time-badge')) {\r\n          const match = post.className.match(\/read-time-(\\d+)\/);\r\n          if (match) {\r\n            const span = document.createElement('span');\r\n            span.className = 'read-time-badge';\r\n            span.textContent = match[1] + ' min read';\r\n            badge.appendChild(span);\r\n          }\r\n        }\r\n        return;\r\n      }\r\n\r\n      \/\/ Wrap text nodes in .badge-text if not already\r\n      const textNodes = Array.from(badge.childNodes).filter(n => n.nodeType === Node.TEXT_NODE && n.textContent.trim() !== '');\r\n      textNodes.forEach(n => {\r\n        const span = document.createElement('span');\r\n        span.className = 'badge-text';\r\n        span.textContent = n.textContent;\r\n        n.replaceWith(span);\r\n      });\r\n\r\n      \/\/ Add read-time badge if it exists and not already added\r\n      if (post.classList.contains('has-read-time')) {\r\n        const match = post.className.match(\/read-time-(\\d+)\/);\r\n        if (match && !badge.querySelector('.read-time-badge')) {\r\n          const span = document.createElement('span');\r\n          span.className = 'read-time-badge';\r\n          span.textContent = match[1] + ' min read';\r\n          badge.appendChild(span);\r\n        }\r\n      }\r\n    });\r\n  }\r\n\r\n  \/\/ \ud83e\udde0 Men \/ Women \/ All filter + badge text logic & show\/hide posts\r\n  function applyFilter(root = document) {\r\n    const posts = root.querySelectorAll ? root.querySelectorAll('article.elementor-post') : [];\r\n    posts.forEach(post => {\r\n      const hasMen = post.classList.contains('category-men');\r\n      const hasWomen = post.classList.contains('category-women');\r\n      const badge = post.querySelector('.badge-text');\r\n\r\n      \/\/ Tab logic: hide\/show posts\r\n      if (activeFilter.toLowerCase() === 'men') {\r\n        post.style.display = (hasMen) ? '' : 'none';\r\n      } else if (activeFilter.toLowerCase() === 'women') {\r\n        post.style.display = (hasWomen) ? '' : 'none';\r\n      } else {\r\n        post.style.display = '';\r\n      }\r\n\r\n      \/\/ Badge text logic: only update for Men\/Women posts\r\n      if (!badge) return;\r\n      if (!hasMen && !hasWomen) return;\r\n\r\n      if (activeFilter === 'All') {\r\n        if (hasMen && hasWomen) badge.textContent = 'Men \/ Women';\r\n        else if (hasMen) badge.textContent = 'Men';\r\n        else if (hasWomen) badge.textContent = 'Women';\r\n      } else if (activeFilter.toLowerCase() === 'men') {\r\n        badge.textContent = 'Men';\r\n      } else if (activeFilter.toLowerCase() === 'women') {\r\n        badge.textContent = 'Women';\r\n      }\r\n    });\r\n  }\r\n\r\n  \/\/ initial run\r\n  initBadges();\r\n  const allTab = Array.from(tabs).find(tab => tab.textContent.trim().toLowerCase() === 'all');\r\n  if (allTab) allTab.classList.add('active');\r\n  activeFilter = 'All';\r\n  applyFilter();\r\n\r\n  \/\/ tab click handler\r\n  tabs.forEach(tab => {\r\n    tab.addEventListener('click', () => {\r\n      tabs.forEach(t => t.classList.remove('active'));\r\n      tab.classList.add('active');\r\n      activeFilter = tab.textContent.trim();\r\n      applyFilter();\r\n    });\r\n  });\r\n\r\n  \/\/ ===== Efficient MutationObserver (only reacts to added article.elementor-post) =====\r\n  const postContainer = document.querySelector('.elementor-posts-container');\r\n  let debounceTimer = null;\r\n\r\n  function processNewPosts(rootNode) {\r\n    \/\/ rootNode can be a container or document; run init\/apply on the subtree that matters\r\n    initBadges(rootNode);\r\n    applyFilter(rootNode);\r\n    console.log('[Badges] init+filter re-applied for new posts');\r\n  }\r\n\r\n  if (postContainer) {\r\n    const observer = new MutationObserver((mutationsList) => {\r\n      let foundNewPost = false;\r\n\r\n      for (const mutation of mutationsList) {\r\n        \/\/ check added nodes only\r\n        for (const node of mutation.addedNodes) {\r\n          if (node.nodeType !== 1) continue; \/\/ element only\r\n          \/\/ if the added node IS an article.elementor-post\r\n          if (node.matches && node.matches('article.elementor-post')) {\r\n            foundNewPost = true;\r\n            break;\r\n          }\r\n          \/\/ or if the added node contains article.elementor-post\r\n          if (node.querySelector && node.querySelector('article.elementor-post')) {\r\n            foundNewPost = true;\r\n            break;\r\n          }\r\n        }\r\n        if (foundNewPost) break;\r\n      }\r\n\r\n      if (foundNewPost) {\r\n        \/\/ debounce so rapid loads don't retrigger heavy work\r\n        if (debounceTimer) clearTimeout(debounceTimer);\r\n        debounceTimer = setTimeout(() => {\r\n          \/\/ use the postContainer as root so we don't re-scan the whole document\r\n          processNewPosts(postContainer);\r\n        }, 100);\r\n      }\r\n    });\r\n\r\n    observer.observe(postContainer, { childList: true, subtree: true });\r\n    console.log('[Observer] watching .elementor-posts-container for added posts');\r\n  } else {\r\n    console.warn('[Observer] .elementor-posts-container not found \u2014 MutationObserver disabled.');\r\n  }\r\n\r\n  \/\/ Optional: fallback - if your load-more replaces the whole container, watch body but filter aggressively\r\n  \/\/ (enable only if you know your load method replaces the container element)\r\n  \/*\r\n  const fallbackObserver = new MutationObserver((mutations) => {\r\n    \/\/ same pattern: detect if a new container appeared with .elementor-posts-container\r\n    let containerAppeared = false;\r\n    for (const m of mutations) {\r\n      for (const n of m.addedNodes) {\r\n        if (n.nodeType === 1 && (n.matches && n.matches('.elementor-posts-container') || (n.querySelector && n.querySelector('.elementor-posts-container')))) {\r\n          containerAppeared = true; break;\r\n        }\r\n      }\r\n      if (containerAppeared) break;\r\n    }\r\n    if (containerAppeared) {\r\n      if (debounceTimer) clearTimeout(debounceTimer);\r\n      debounceTimer = setTimeout(() => {\r\n        const newContainer = document.querySelector('.elementor-posts-container');\r\n        if (newContainer) processNewPosts(newContainer);\r\n      }, 150);\r\n    }\r\n  });\r\n  \/\/ fallbackObserver.observe(document.body, { childList: true, subtree: true });\r\n  *\/\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22b8d649 blog-tabs e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"22b8d649\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"582538825\" aria-label=\"Karty. Otwieraj elementy za pomoc\u0105 Enter lub Spacji, zamykaj za pomoc\u0105 Escape i nawiguj za pomoc\u0105 klawiszy strza\u0142ek.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-5825388251\" data-tab-title-id=\"e-n-tab-title-5825388251\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-5825388251\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAll\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"women\" data-tab-title-id=\"e-n-tab-title-5825388252\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-5825388252\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tWomen\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"men\" data-tab-title-id=\"e-n-tab-title-5825388253\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-5825388253\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tMen\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-5825388251\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-5825388251\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-1d7da61e e-con-full e-flex e-con e-child\" data-id=\"1d7da61e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59d7ae6c elementor-posts__hover-none blog-post elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top load-more-align-center elementor-widget elementor-widget-posts\" data-id=\"59d7ae6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:64,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:71,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27400 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized category-fue-hair-replacement has-read-time read-time-9\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplant-in-chicago-what-patients-should-know-before-choosing-a-clinic\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Hair-Transplant1.jpg\" class=\"attachment-full size-full wp-image-27405\" alt=\"Hair Transplant In Chicago: What Patients Should Know Before Choosing A Clinic\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Hair-Transplant1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Hair-Transplant1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Hair-Transplant1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Hair-Transplant1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplant-in-chicago-what-patients-should-know-before-choosing-a-clinic\/\">\n\t\t\t\tHair Transplant In Chicago: What Patients Should Know Before Choosing A Clinic\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Chicago has a deep concentration of medical expertise, and hair transplant in Chicago is no exception. The number of available<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplant-in-chicago-what-patients-should-know-before-choosing-a-clinic\/\" aria-label=\"Read more about Hair Transplant In Chicago: What Patients Should Know Before Choosing A Clinic\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27392 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-9\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplants-in-your-20s-vs-30s-vs-40s-what-changes\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/transplant1.jpg\" class=\"attachment-full size-full wp-image-27396\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/transplant1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/transplant1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/transplant1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/transplant1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplants-in-your-20s-vs-30s-vs-40s-what-changes\/\">\n\t\t\t\tHair Transplants in Your 20s vs 30s vs 40s: What Changes?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss doesn\u2019t follow a fixed timeline. Some men notice early temple recession in their twenties, while others don\u2019t experience<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hair-transplants-in-your-20s-vs-30s-vs-40s-what-changes\/\" aria-label=\"Read more about Hair Transplants in Your 20s vs 30s vs 40s: What Changes?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27516 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized category-fue-hair-replacement has-read-time read-time-8\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/ethnic-hair-transplants-how-hair-type-impacts-technique-and-results\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/ethnic-hair1.jpg\" class=\"attachment-full size-full wp-image-27523\" alt=\"Ethnic Hair Transplants: How Hair Type Impacts Technique And Results\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/ethnic-hair1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/ethnic-hair1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/ethnic-hair1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/ethnic-hair1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/ethnic-hair-transplants-how-hair-type-impacts-technique-and-results\/\">\n\t\t\t\tEthnic Hair Transplants: How Hair Type Impacts Technique And Results\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair transplantation follows the same core biological principles for every patient, but in ethnic hair transplants, how those principles are<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/ethnic-hair-transplants-how-hair-type-impacts-technique-and-results\/\" aria-label=\"Read more about Ethnic Hair Transplants: How Hair Type Impacts Technique And Results\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27622 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/the-science-behind-hair-transplant-growth-cycles\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Growth-Cycles1.jpg\" class=\"attachment-full size-full wp-image-27626\" alt=\"The Science Behind Hair Transplant Growth Cycles\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Growth-Cycles1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Growth-Cycles1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Growth-Cycles1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Growth-Cycles1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/the-science-behind-hair-transplant-growth-cycles\/\">\n\t\t\t\tThe Science Behind Hair Transplant Growth Cycles\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>The question patients ask most often after a procedure isn\u2019t about the surgery itself\u2014it\u2019s what happens next: when will the<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/the-science-behind-hair-transplant-growth-cycles\/\" aria-label=\"Read more about The Science Behind Hair Transplant Growth Cycles\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27382 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-8\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/donor-area-management-why-it-determines-long-term-success\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/donor1.jpg\" class=\"attachment-full size-full wp-image-27387\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/donor1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/donor1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/donor1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/donor1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/donor-area-management-why-it-determines-long-term-success\/\">\n\t\t\t\tDonor Area Management: Why It Determines Long-Term Success\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Most patients approach a hair transplant consultation focused on the recipient area\u2014where the hair is going, what the hairline will<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/donor-area-management-why-it-determines-long-term-success\/\" aria-label=\"Read more about Donor Area Management: Why It Determines Long-Term Success\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27314 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hormonal-hair-loss-in-men-and-women\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hormonal1.jpg\" class=\"attachment-full size-full wp-image-27318\" alt=\"Hormonal Hair Loss In Men And Women: Causes, Testing, And Treatment Options\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hormonal1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hormonal1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hormonal1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hormonal1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/hormonal-hair-loss-in-men-and-women\/\">\n\t\t\t\tHormonal Hair Loss In Men And Women: Causes, Testing, And Treatment Options\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair growth is regulated by a complex network of biological systems, with the endocrine system playing a central role. In<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/hormonal-hair-loss-in-men-and-women\/\" aria-label=\"Read more about Hormonal Hair Loss In Men And Women: Causes, Testing, And Treatment Options\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27525 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-8\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-hairline-design-impacts-the-final-result-of-a-hair-transplant\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairline1.jpg\" class=\"attachment-full size-full wp-image-27529\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairline1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairline1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairline1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairline1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-hairline-design-impacts-the-final-result-of-a-hair-transplant\/\">\n\t\t\t\tHow Hairline Design Impacts The Final Result Of A Hair Transplant\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Patients researching hair transplants often focus on measurable factors like graft counts, survival rates, and recovery timelines. While these matter,<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-hairline-design-impacts-the-final-result-of-a-hair-transplant\/\" aria-label=\"Read more about How Hairline Design Impacts The Final Result Of A Hair Transplant\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27408 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/oral-vs-topical-minoxidil\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/oral2-rotated.jpg\" class=\"attachment-full size-full wp-image-27536\" alt=\"Oral Vs. Topical Minoxidil: Pros, Cons, And What To Expect\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/oral2-rotated.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/oral2-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/oral2-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/oral2-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/oral-vs-topical-minoxidil\/\">\n\t\t\t\tOral Vs. Topical Minoxidil: Pros, Cons, And What To Expect\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Minoxidil has been a cornerstone of medical hair restoration for decades. In oral vs. topical minoxidil, its origins trace back<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/oral-vs-topical-minoxidil\/\" aria-label=\"Read more about Oral Vs. Topical Minoxidil: Pros, Cons, And What To Expect\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27356 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-stop-hair-loss-without-surgery\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/stop-hair1.jpg\" class=\"attachment-full size-full wp-image-27361\" alt=\"Can You Stop Hair Loss Without Surgery? A Full Treatment Breakdown\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/stop-hair1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/stop-hair1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/stop-hair1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/stop-hair1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-stop-hair-loss-without-surgery\/\">\n\t\t\t\tCan You Stop Hair Loss Without Surgery? A Full Treatment Breakdown\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>The short answer is: often, yes. In stop hair loss without surgery, success depends on timing and realistic expectations. While<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-stop-hair-loss-without-surgery\/\" aria-label=\"Read more about Can You Stop Hair Loss Without Surgery? A Full Treatment Breakdown\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27347 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-6\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/prp-for-hair-restoration-does-it-actually-work\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/PRP1.jpg\" class=\"attachment-full size-full wp-image-27351\" alt=\"PRP For Hair Restoration: Does It Actually Work?\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/PRP1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/PRP1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/PRP1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/PRP1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/prp-for-hair-restoration-does-it-actually-work\/\">\n\t\t\t\tPRP For Hair Restoration: Does It Actually Work?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Many patients who come to Northwestern Hair Restoration have already tried PRP elsewhere\u2014at a med spa, a dermatology office, or<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/prp-for-hair-restoration-does-it-actually-work\/\" aria-label=\"Read more about PRP For Hair Restoration: Does It Actually Work?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27340 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-6\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/does-genetics-or-lifestyle-matter-more-when-it-comes-to-hair-loss\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Genetics3.jpg\" class=\"attachment-full size-full wp-image-27342\" alt=\"Genetics Or Lifestyle Matters More When It Comes To Hair Loss\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Genetics3.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Genetics3-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Genetics3-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/Genetics3-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/does-genetics-or-lifestyle-matter-more-when-it-comes-to-hair-loss\/\">\n\t\t\t\tGenetics Or Lifestyle Matters More When It Comes To Hair Loss\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss is often framed as inevitable\u2014something written into your DNA long before the first strand falls. Others point to<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/does-genetics-or-lifestyle-matter-more-when-it-comes-to-hair-loss\/\" aria-label=\"Read more about Genetics Or Lifestyle Matters More When It Comes To Hair Loss\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-27324 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized has-read-time read-time-6\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/early-signs-of-hair-loss-most-men-ignore\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"685\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairlose1.jpg\" class=\"attachment-full size-full wp-image-27335\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairlose1.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairlose1-300x171.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairlose1-1024x585.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/03\/hairlose1-768x438.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">General<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/early-signs-of-hair-loss-most-men-ignore\/\">\n\t\t\t\tEarly Signs Of Hair Loss Most Men Ignore\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss rarely begins with sudden baldness. In early signs of hair loss, it typically starts subtly\u2014often years before noticeable<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/early-signs-of-hair-loss-most-men-ignore\/\" aria-label=\"Read more about Early Signs Of Hair Loss Most Men Ignore\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"14\" data-next-page=\"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/pages\/20786\/page\/2\/\"><\/div>\n\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Load More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<div class=\"e-load-more-message\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-5825388252\" role=\"tabpanel\" aria-labelledby=\"women\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-6d1c472 e-con-full e-flex e-con e-child\" data-id=\"6d1c472\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f3dfd elementor-posts__hover-none blog-post elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top load-more-align-center elementor-widget elementor-widget-posts\" data-id=\"c1f3dfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:64,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:71,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-21981 post type-post status-publish format-standard has-post-thumbnail hentry category-men category-hair-loss category-hair-transplants category-women has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"269\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2.png\" class=\"attachment-full size-full wp-image-23781\" alt=\"Am I A Candidate For A Hair Transplant?\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2-300x170.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Men<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\">\n\t\t\t\tAm I A Candidate For A Hair Transplant?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>It\u2019s the right question to ask, and the honest answer is that not everyone qualifies. Hair transplantation is a long-term<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\" aria-label=\"Read more about Am I A Candidate For A Hair Transplant?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12829 post type-post status-publish format-standard has-post-thumbnail hentry category-women category-hair-loss category-men tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"270\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat.png\" class=\"attachment-full size-full wp-image-24513\" alt=\"Types of Hair Loss You Don\u2019t Treat\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat-300x171.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\">\n\t\t\t\tAre There Any Types Of Hair Loss You Don\u2019t Treat?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss isn\u2019t one-size-fits-all. While we successfully treat many forms of hair thinning, there are some progressive and more complex conditions that require specialized care.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\" aria-label=\"Read more about Are There Any Types Of Hair Loss You Don\u2019t Treat?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12823 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-use-my-lab-results-from-my-doctor-or-do-i-need-another-set\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_.png\" class=\"attachment-full size-full wp-image-24521\" alt=\"medical evaluation before hair transplant\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_.png 1920w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_-300x169.png 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_-1024x576.png 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_-768x432.png 768w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Can-You-Use-My-Lab-Results-from-My-Doctor-or-Do-I-Need-Another-Set_-1536x864.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-use-my-lab-results-from-my-doctor-or-do-i-need-another-set\/\">\n\t\t\t\tCan You Use My Lab Results From My Doctor, Or Do I Need Another Set?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>If you&#8217;ve recently had bloodwork done, you might be wondering:<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/can-you-use-my-lab-results-from-my-doctor-or-do-i-need-another-set\/\" aria-label=\"Read more about Can You Use My Lab Results From My Doctor, Or Do I Need Another Set?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12817 post type-post status-publish format-standard has-post-thumbnail hentry category-women category-hair-loss category-men tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"269\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss.png\" class=\"attachment-full size-full wp-image-24523\" alt=\"Do I Need A Biopsy For My Hair Loss\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss-300x170.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\">\n\t\t\t\tDo I Need A Biopsy For My Hair Loss?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Many women experiencing hair thinning ask us:<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\" aria-label=\"Read more about Do I Need A Biopsy For My Hair Loss?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12814 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-2\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-you-think-hair-products-and-styling-are-hurting-my-hair\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"269\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/can-hair-products-cause-hair-loss.png\" class=\"attachment-full size-full wp-image-24524\" alt=\"can hair products cause hair loss\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/can-hair-products-cause-hair-loss.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/can-hair-products-cause-hair-loss-300x170.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-you-think-hair-products-and-styling-are-hurting-my-hair\/\">\n\t\t\t\tDo You Think Hair Products &#038; Styling Are Hurting My Hair?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>If you\u2019re experiencing hair thinning, you may be wondering:<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-you-think-hair-products-and-styling-are-hurting-my-hair\/\" aria-label=\"Read more about Do You Think Hair Products &#038; Styling Are Hurting My Hair?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12811 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-3\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-will-results-last-understanding-the-longevity-of-your-hair-optimization-journey\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3.jpg\" class=\"attachment-full size-full wp-image-15453\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3.jpg 1920w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3-300x169.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3-1024x576.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3-768x432.jpg 768w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/09\/vinay-pic3-1536x864.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-will-results-last-understanding-the-longevity-of-your-hair-optimization-journey\/\">\n\t\t\t\tHow Long Will Results Last? Understanding the Longevity of Your Hair Optimization Journey\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss can feel like an uphill battle, but with the right approach, achieving thicker, healthier hair is possible. One of the most common questions we get is: How long will my results last?<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-will-results-last-understanding-the-longevity-of-your-hair-optimization-journey\/\" aria-label=\"Read more about How Long Will Results Last? Understanding the Longevity of Your Hair Optimization Journey\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12805 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-2\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/this-hair-loss-foam-makes-my-hair-feel-gross-do-i-need-to-use-it\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"270\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/hair-loss-foam-making-hair-feel-greasy-after-application.png\" class=\"attachment-full size-full wp-image-25416\" alt=\"hair loss foam making hair feel greasy after application\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/hair-loss-foam-making-hair-feel-greasy-after-application.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/06\/hair-loss-foam-making-hair-feel-greasy-after-application-300x171.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/this-hair-loss-foam-makes-my-hair-feel-gross-do-i-need-to-use-it\/\">\n\t\t\t\tThis hair loss foam Makes My Hair Feel Gross. Do I Need to Use It?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>For many women experiencing hair thinning, Rogaine (minoxidil) is one of the first treatments they hear about. But a common frustration we hear is:<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/this-hair-loss-foam-makes-my-hair-feel-gross-do-i-need-to-use-it\/\" aria-label=\"Read more about This hair loss foam Makes My Hair Feel Gross. Do I Need to Use It?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12803 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-2\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/should-i-check-my-labs\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/placeholder.png\" class=\"attachment-full size-full wp-image-4865\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/placeholder.png 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/placeholder-300x200.png 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/placeholder-1024x683.png 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/placeholder-768x512.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/should-i-check-my-labs\/\">\n\t\t\t\tShould I Check My Labs?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>If you&#8217;re experiencing hair loss, one of the most overlooked yet essential steps is checking your lab work.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/should-i-check-my-labs\/\" aria-label=\"Read more about Should I Check My Labs?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12129 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women-video has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-3\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"900\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/RANI_Jun-26-2024.jpg\" class=\"attachment-full size-full wp-image-1171\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/RANI_Jun-26-2024.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/RANI_Jun-26-2024-300x225.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/RANI_Jun-26-2024-1024x768.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/RANI_Jun-26-2024-768x576.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-3\/\">\n\t\t\t\tWomen Post with Video\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore <\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-3\/\" aria-label=\"Read more about Women Post with Video\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12130 post type-post status-publish format-standard has-post-thumbnail hentry category-women tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-2\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"900\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/Elle_Oct-16-2023.jpg\" class=\"attachment-full size-full wp-image-1194\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/Elle_Oct-16-2023.jpg 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/Elle_Oct-16-2023-300x225.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/Elle_Oct-16-2023-1024x768.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/09\/Elle_Oct-16-2023-768x576.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-2\/\">\n\t\t\t\tWomen Post with Image\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-2\/\" aria-label=\"Read more about Women Post with Image\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-5825388253\" role=\"tabpanel\" aria-labelledby=\"men\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-4812c5d3 e-con-full e-flex e-con e-child\" data-id=\"4812c5d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0df574 elementor-posts__hover-none blog-post elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top load-more-align-center elementor-widget elementor-widget-posts\" data-id=\"c0df574\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:64,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:71,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-21981 post type-post status-publish format-standard has-post-thumbnail hentry category-men category-hair-loss category-hair-transplants category-women has-read-time read-time-7\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"269\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2.png\" class=\"attachment-full size-full wp-image-23781\" alt=\"Am I A Candidate For A Hair Transplant?\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Untitled-2-300x170.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Men<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\">\n\t\t\t\tAm I A Candidate For A Hair Transplant?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>It\u2019s the right question to ask, and the honest answer is that not everyone qualifies. Hair transplantation is a long-term<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/am-i-a-candidate-for-a-hair-transplant\/\" aria-label=\"Read more about Am I A Candidate For A Hair Transplant?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12829 post type-post status-publish format-standard has-post-thumbnail hentry category-women category-hair-loss category-men tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"270\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat.png\" class=\"attachment-full size-full wp-image-24513\" alt=\"Types of Hair Loss You Don\u2019t Treat\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Types-of-Hair-Loss-You-Dont-Treat-300x171.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\">\n\t\t\t\tAre There Any Types Of Hair Loss You Don\u2019t Treat?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Hair loss isn\u2019t one-size-fits-all. While we successfully treat many forms of hair thinning, there are some progressive and more complex conditions that require specialized care.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/are-there-any-types-of-hair-loss-you-dont-treat\/\" aria-label=\"Read more about Are There Any Types Of Hair Loss You Don\u2019t Treat?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12817 post type-post status-publish format-standard has-post-thumbnail hentry category-women category-hair-loss category-men tag-women has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"475\" height=\"269\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss.png\" class=\"attachment-full size-full wp-image-24523\" alt=\"Do I Need A Biopsy For My Hair Loss\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss.png 475w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2026\/02\/Do-I-Need-A-Biopsy-For-My-Hair-Loss-300x170.png 300w\" sizes=\"(max-width: 475px) 100vw, 475px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Women<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\">\n\t\t\t\tDo I Need A Biopsy For My Hair Loss?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Many women experiencing hair thinning ask us:<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/do-i-need-a-biopsy-for-my-hair-loss\/\" aria-label=\"Read more about Do I Need A Biopsy For My Hair Loss?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-4580 post type-post status-publish format-standard has-post-thumbnail hentry category-men category-non-surgical tag-non-surgical-image has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-a-laser-cap-2\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/04\/8-1024x683-1.jpg\" class=\"attachment-full size-full wp-image-12151\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/04\/8-1024x683-1.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/04\/8-1024x683-1-300x200.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/04\/8-1024x683-1-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Men<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-a-laser-cap-2\/\">\n\t\t\t\tMen Non Surgical Image\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>If you\u2019re here, you\u2019ve probably decided on getting your hair transplant procedure done and figured out a laser cap could be an excellent part of your hair recovery process after your procedure is completed.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-a-laser-cap-2\/\" aria-label=\"Read more about Men Non Surgical Image\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12131 post type-post status-publish format-standard has-post-thumbnail hentry category-men category-surgical tag-surgical-image has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-the-recovery-after-a-hair-replacement-procedure\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6.png\" class=\"attachment-full size-full wp-image-12089\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6.png 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-300x200.png 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-1024x683.png 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-768x512.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Men<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-the-recovery-after-a-hair-replacement-procedure\/\">\n\t\t\t\tMen Surgical with Image\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore <\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-is-the-recovery-after-a-hair-replacement-procedure\/\" aria-label=\"Read more about Men Surgical with Image\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-4369 post type-post status-publish format-standard has-post-thumbnail hentry category-hair-transplants category-men category-surgical tag-surgical-video has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-are-the-risks-of-a-hair-replacement-procedure-2\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6.png\" class=\"attachment-full size-full wp-image-12089\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6.png 1200w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-300x200.png 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-1024x683.png 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2025\/05\/placeholder-6-768x512.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Hair Transplants<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-are-the-risks-of-a-hair-replacement-procedure-2\/\">\n\t\t\t\tMen Surgical with Video\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Instead of spending the time and effort to grow hair back, people now have the option of a reliable FUE procedure that will replace those lost or thinning locks.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/what-are-the-risks-of-a-hair-replacement-procedure-2\/\" aria-label=\"Read more about Men Surgical with Video\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-12128 post type-post status-publish format-standard has-post-thumbnail hentry category-acs category-men tag-non-surgical-video has-read-time read-time-4\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-4\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1250\" height=\"1250\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6.jpg\" class=\"attachment-full size-full wp-image-4895\" alt=\"\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6.jpg 1250w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6-300x300.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6-1024x1024.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6-150x150.jpg 150w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/10\/marshall-after6-768x768.jpg 768w\" sizes=\"(max-width: 1250px) 100vw, 1250px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">ACS<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-4\/\">\n\t\t\t\tMen Non Surgical With Video\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore <\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/test-post-title-4\/\" aria-label=\"Read more about Men Non Surgical With Video\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-10725 post type-post status-publish format-standard has-post-thumbnail hentry category-fue-hair-replacement category-men category-surgical has-read-time read-time-6\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-after-hair-transplant-for-hair-grafts-to-become-secure\/\" tabindex=\"-1\"><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"810\" src=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/12\/8-2.jpg\" class=\"attachment-full size-full wp-image-10726\" alt=\"8-2\" srcset=\"https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/12\/8-2.jpg 1080w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/12\/8-2-300x225.jpg 300w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/12\/8-2-1024x768.jpg 1024w, https:\/\/northwesternhair.com\/wp-content\/uploads\/2024\/12\/8-2-768x576.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">FUE Hair Replacement<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h4 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-after-hair-transplant-for-hair-grafts-to-become-secure\/\">\n\t\t\t\tHow long after a hair transplant do grafts become secure?\t\t\t<\/a>\n\t\t<\/h4>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>It takes 5-10 days for your grafts to become secure after your hair transplants. It\u2019s very important that you take care of your graft while they heal.<\/p>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/northwesternhair.com\/pl\/blog\/how-long-after-hair-transplant-for-hair-grafts-to-become-secure\/\" aria-label=\"Read more about How long after a hair transplant do grafts become secure?\" tabindex=\"-1\">\n\t\t\tRead more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52b31523 e-flex e-con-boxed e-con e-parent\" data-id=\"52b31523\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Blog Posts All Women Men Women Are There Any Types of Hair Loss You Don\u2019t Treat? Hair loss isn\u2019t one-size-fits-all. While we successfully treat many forms of hair thinning, there are some progressive and more complex conditions that require specialized care. Read more Women Can You Use My Lab Results From My Doctor, Or Do [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-20786","page","type-page","status-publish","hentry","has-read-time","read-time-5"],"acf":[],"_links":{"self":[{"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/pages\/20786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/comments?post=20786"}],"version-history":[{"count":6,"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/pages\/20786\/revisions"}],"predecessor-version":[{"id":25436,"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/pages\/20786\/revisions\/25436"}],"wp:attachment":[{"href":"https:\/\/northwesternhair.com\/pl\/wp-json\/wp\/v2\/media?parent=20786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}