.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}

.breadcrumbs {
  display: flex;
}

.category__search {
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
}

.search.category-container {
  position: static;
}

.page-breadcrumbs {
  margin-top: 60px;
}

.breadcrumbs li {
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs li, .breadcrumbs li .link-underlined {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs li .link-underlined:after {
  background: #98a0af;
}

.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #dbe1eb;
}

.breadcrumbs li:last-of-type {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs-btn .back-link {
  position: relative;
  padding-left: 29px;
  display: flex;
  align-items: center;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumbs-btn .back-link:before {
  content: "\e988";
  font-family: icomoon;
  position: absolute;
  left: 0;
  color: #11ddac;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-image-container {
  position: relative;
  width: 960px;
}

.header-image-logo {
  position: absolute;
  width: 400px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section .about-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 135px;
  margin: 100px 0;
}

.about-section .logo {
  width: 400px;
}

.about-section .top-section {
  display: flex;
  flex-direction: row;
  gap: 120px;
}

.about-section .top-section .left {
  display: flex;
  flex-direction: column;
  gap: 73px;
}

.about-section .top-section .right p {
  margin: 80px 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: black;
}

.about-section .bottom-section {
  background-color: white;
  border-radius: 30px;
  padding: 80px;
  overflow: hidden;
  max-width: 100%;
}
.about-section .bottom-section * {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.about-section .bottom-section img {
  height: auto;
}

.about-section .bottom-section p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: black;
}

.about-section .bottom-section h2 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: black;
  margin-bottom: 30px;
}

h1 {
  margin-top: 50px;
  font-family: Poppins;
  color: black;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

#description {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-bottom: 70px;
  max-height: 219px;
  overflow-y: auto;
}

.header-content .left {
  padding-left: 250px;
  padding-right: 50px;
}

.manufacturer-page-button {
  background: var(--primary-lightgreen);
  color: white !important;
  border-radius: 35px;
  padding: 20px 80px;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  text-wrap: nowrap;
}

.manufacturer-page-button:hover {
  cursor: pointer;
}

.search-results-section {
  display: flex;
  background: #E9EBE8;
  position: relative;
}

.results {
  flex-wrap: wrap;
}

.about-section {
  background: #F6F6F4;
  min-height: 900px;
}

.head-container {
  position: absolute;
  top: -130px;
  width: 1110px;
  height: 303px;
  background: #F2F2F0;
  box-shadow: 0px 44px 53.7px 0px rgba(148, 160, 142, 0.3019607843);
  border: 2px solid #FFFFFF;
  border-radius: 80px !important;
}

.results-container {
  margin-top: 130px;
}

#description::-webkit-scrollbar {
  border-radius: 10px;
  height: 10px;
  width: 6px;
  background: rgba(152, 160, 175, 0.2);
}

#description::-webkit-scrollbar-thumb {
  background: #98a0af;
  border-radius: 10px;
}

/* v25 header redesign */
.header-content--v25 {
  flex-direction: column;
  align-items: center;
  gap: 45px;
  padding: 0 22px;
}

.header-content--v25 .header-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 1018px;
  width: 100%;
  padding: 0 20px;
}

.header-content--v25 .header-text-block .page-breadcrumbs {
  width: 100%;
}

.header-content--v25 .header-text-block h1 {
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
  color: #131418;
  text-align: center;
  margin: 0;
}

.header-content--v25 .header-text-block #description {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #131418;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 0;
  max-height: none;
  overflow-y: visible;
}

.manufacturer-page-button--v25 {
  background: linear-gradient(90deg, rgb(21, 150, 124) 0%, rgb(114, 179, 62) 123.05%) !important;
  border-radius: 35px !important;
  padding: 7px 30px !important;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-image-container--v25 {
  width: 100%;
  height: 475px;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 -22px;
  max-width: calc(100% + 44px);
}

.header-image-container--v25 .header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-image-container--v25 .header-image-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 60%;
}

@media (max-width: 1199px) {
  .header-content:not(.header-content--v25) {
    flex-direction: column;
  }
  .header-content:not(.header-content--v25) .left {
    padding: 0 120px;
    padding-bottom: 50px;
  }
  .header-image-container:not(.header-image-container--v25) {
    width: 100%;
  }
  .header-image {
    width: 100%;
  }
  .head-container {
    width: 725px;
  }
  .about-container {
    gap: 30px;
  }
  .about-container .top-section {
    flex-direction: column;
    gap: 0;
  }
  .about-container .top-section .right p {
    margin: 0;
  }
  .fixed-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    text-align: center;
    z-index: 1;
  }
  .header-content--v25 .header-text-block h1 {
    font-size: 48px;
  }
  .header-image-container--v25 {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .head-container {
    width: 100%;
  }
  .manufacturer-page-button:not(.manufacturer-page-button--v25) {
    padding: 20px 5px;
    font-size: 18px;
  }
  .header-content:not(.header-content--v25) .left {
    padding: 0 30px 50px;
  }
  .header-image-logo {
    width: 180px;
  }
  .about-section .about-container {
    width: 90%;
  }
  .about-container .top-section .left .logo {
    width: 260px;
  }
  .about-section .bottom-section {
    padding: 22px;
  }
  .header-content--v25 {
    gap: 0;
    padding: 0;
    flex-direction: column-reverse;
  }
  .header-content--v25 .header-text-block {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 1px 0px rgba(5, 27, 55, 0.16), 0px 16px 32px 0px rgba(5, 27, 55, 0.08);
    padding: 27px 13px;
    margin: -40px 13px 0;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    gap: 19px;
    max-width: none;
  }
  .header-content--v25 .header-text-block h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 1.1;
    color: #323232;
  }
  .header-content--v25 .header-text-block #description {
    font-size: 12px;
    text-align: left;
    opacity: 0.7;
    color: black;
  }
  .manufacturer-page-button--v25 {
    width: 100%;
    font-size: 22px !important;
    padding: 7px 30px !important;
    line-height: 48px;
  }
  .header-image-container--v25 {
    height: 330px;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
  }
  .header-image-container--v25 .header-image-logo {
    width: 212px;
  }
}