.singleContent h2:not(.simpletoc-title) {
  border-bottom: 1px solid #ababab;
  border-top: 1px solid #ababab;
  color: #424242;
  font-size: var(--fontMax18Min16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 8px 0;
  text-align: center;
}

.singleContent h3 {
  color: #424242;
  font-size: var(--fontMax18Min16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 18px;
  position: relative;
}

.singleContent h3::before {
  background: #ababab;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 10px;
}

.singleContent p {
  color: #424242;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 2;
}

.singleNextPrev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 800px;
}

.singlePrevLink a,
.singleNextLink a {
  align-items: center;
  border: 1px solid #e9e8e5;
  color: #424242;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 62px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  width: 100%;
}

.singleNextLink a {
  border-left: none;
}

.singlePrevLink a::after,
.singleNextLink a::after {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.singlePrevLink a::after {
  left: 25px;
  transform: translateY(-50%) rotate(135deg);
}

.singleNextLink a::after {
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

/* Archive Category Nav */

.taxonomyLinkList {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.taxonomyLinkList a {
  align-items: center;
  border: 1px solid #e9e8e5;
  border-radius: 100px;
  color: #424242;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 10px;
  position: relative;
}

.taxonomyLinkList a::before {
  border: 1px solid #e9e8e5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

.taxonomyLinkList .activeItem a {
  border: 1px solid #424242;
  pointer-events: none;
}

.taxonomyLinkList .activeItem a::before {
  background: #424242;
  border: 1px solid #c5c2bb;
}

.taxonomyLinkList .activeItem a::after {
  background: url(../../images/common/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 767px) {
  .taxonomyLinkList {
    gap: 10px;
    justify-content: start;
  }
}

.hairThin__catNav h5 {
margin-block:20px;
}

.hairThin__catNav .container {
  max-width: 1000px;
}

@media screen and (max-width: 1080px) {
.hairThin__catNav .container {
  padding-inline: 16px;
}
}

