/* -------------------------------------
   General Category Header Styles
   ------------------------------------- */
.category-header {
  padding-bottom: 18px;
  background-color: #f6f9fa;
}
.category-header .breadcrumb {
  margin: 35px 0 26px !important;
  background-color: transparent;
  font-size: .9rem;
}
.category-header .breadcrumb-item {
  color: #191919 !important;
}
.category-header .breadcrumb-item a {
  font-weight: normal;
  color: #191919;
}
.category-header .breadcrumb-item.active {
    font-weight: 600;
}
.category-header h1 {
  color: #000;
  font-size: 1.66rem;
}
.category-header h6 {
  color: #3386B1;
  font-size: .93rem;
  font-weight: bold;
  margin: 35px 0 15px;
  text-transform: uppercase;
}
.category-header p {
  font-size: .93rem;
}
.category-header ul.health-pillar-buttons {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 8px;
  overflow: auto;
  white-space: nowrap;
}
.category-header div:has(ul.health-pillar-buttons) {
  position: relative;
}
.category-header .container div div:has(ul.health-pillar-buttons)::after {
  content: "";
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(to right, rgba(246, 249, 250, 0) 0%, rgba(246, 249, 250, 1) 100%);
}
.category-header ul.health-pillar-buttons li {
  display: inline-block;
  list-style-type: none;
  margin-right: 12px;
}
.category-header ul.health-pillar-buttons li a {
  display: flex;
  align-items: center;
  color: #191919 !important;
  padding: 7px 11px;
  font-weight: normal !important;
  font-size: 0.82rem;
  border-radius: 50rem;
  border: 1px solid #c5c7c8;
  background-color: #fff;
}
.category-header ul.health-pillar-buttons li a img {
  height: 22px;
  margin-right: 6px;
}
.category-header--pillar__back-link {
  margin-bottom: 20px;
}
.category-header--subcategory__learn-more {
  margin: -6px 0 26px;
}
.category-header--pillar__back-link a, .category-header--subcategory__learn-more a {
  font-size: .85rem;
  font-weight: 400 !important;
}
.category-header--pillar__icon, .category-header--subcategory__icon {
  height: 60px;
}
.category-header--subcategory ul.health-pillar-buttons li {
  display: none;
}
.category-header--cardiovascular-child ul.health-pillar-buttons li.health-pillars-buttons__cardiovascular, .category-header--endocrine-child ul.health-pillar-buttons li.health-pillars-buttons__endocrine, .category-header--essential-child ul.health-pillar-buttons li.health-pillars-buttons__esential, .category-header--gastrointestinal-child ul.health-pillar-buttons li.health-pillars-buttons__gastrointestinal, .category-header--immune-child ul.health-pillar-buttons li.health-pillars-buttons__immune, .category-header--mens-child ul.health-pillar-buttons li.health-pillars-buttons__mens, .category-header--musculoskeletal-child ul.health-pillar-buttons li.health-pillars-buttons__musculoskeletal, .category-header--specialty-child ul.health-pillar-buttons li.health-pillars-buttons__specialty, .category-header--womens-child ul.health-pillar-buttons li.health-pillars-buttons__womens {
  display: inline-block;
}
@media (min-width: 992px) {
  div[class="row category-header"] p {
    width: 50%;
  }
  div[class="row category-header category-header--pillar"] p, div[class="row category-header category-header--subcategory"] p {
    width: 65%;
  }
  .category-header--pillar__icon, .category-header--subcategory__icon {
    height: 140px;
  }
}

/* -------------------------------------
   Pillars Horizontal Scrollbar
   ------------------------------------- */
.category-header--product-list ul.health-pillar-buttons {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  scroll-behavior: smooth;
}
.category-header--product-list ul.health-pillar-buttons::-webkit-scrollbar {
  visibility: none;
  height: 6px;
}
.category-header--product-list ul.health-pillar-buttons:hover {
  margin-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd transparent;
}
.category-header--product-list ul.health-pillar-buttons:hover::-webkit-scrollbar {
  visibility: visible;
  height: 6px;
}
.category-header--product-list ul.health-pillar-buttons:hover::-webkit-scrollbar-track {
  background: transparent;
}
.category-header--product-list ul.health-pillar-buttons:hover::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 999px;
}
.category-header--product-list ul.health-pillar-buttons:hover::-webkit-scrollbar-thumb:hover {
    background: #999;
}