/* Parasite Cleanse story blocks under the buy panel. Scoped. */

html body.single-product.chb-pc-pdp .chb-pc-page {
  display: grid;
  gap: 2rem;
  max-width: 1220px;
  margin: 0.8rem auto 2.8rem;
}

html body.single-product.chb-pc-pdp .chb-pc-eye {
  margin: 0 0 0.7rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a8174;
}
html body.single-product.chb-pc-pdp .chb-pc-rule {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 0 0 1.1rem;
  background: #c9a84c;
}

html body.single-product.chb-pc-pdp .chb-pc-why {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 0.6fr);
  gap: 0.9rem;
  align-items: stretch;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro {
  position: relative;
  overflow: hidden;
  background: #2f3d2a;
  color: #f7f3ec;
  padding: 2.3rem 2rem 2.4rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% auto;
  width: 16rem;
  height: 18rem;
  pointer-events: none;
  opacity: 0.16;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 180' fill='none' stroke='%23ead9a8' stroke-width='1.2'><path d='M20 170c18-42 48-78 118-98'/><path d='M92 78c-14 16-34 24-54 24'/><path d='M78 102c-12 14-30 20-48 20'/><path d='M62 124c-10 12-24 16-40 16'/><path d='M108 62c10-20 28-34 50-42'/></svg>") no-repeat right bottom;
  background-size: contain;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro .chb-pc-eye {
  position: relative;
  z-index: 1;
  color: #ead9a8;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.1rem, 3.5vw, 3.15rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: #f7f3ec !important;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro .chb-pc-rule {
  position: relative;
  z-index: 1;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro p {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 243, 236, 0.92);
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro p:last-child {
  margin-bottom: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-why__intro a,
html body.single-product.chb-pc-pdp .chb-pc-keep__intro a,
html body.single-product.chb-pc-pdp .chb-pc-care__warn a {
  color: #ead9a8;
}

html body.single-product.chb-pc-pdp .chb-pc-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-why__grid article {
  background: #fffef8;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.15rem 1rem 1.2rem;
  text-align: center;
}
html body.single-product.chb-pc-pdp .chb-pc-why__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: #f4efe6;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-why__ico svg {
  width: 24px;
  height: 24px;
}
html body.single-product.chb-pc-pdp .chb-pc-why__grid h3 {
  margin: 0 0 0.35rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-why__grid p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-herbs {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: 1.4rem 1.6rem;
  align-items: center;
  background: #f4efe6;
  border-radius: 8px;
  padding: 1.85rem 2rem;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs h2 {
  margin: 0 0 0.55rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  line-height: 1.1 !important;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__copy p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem 0.55rem;
  text-align: center;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list li {
  margin: 0;
  padding: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list i {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto 0.65rem;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #efe8dc;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #eadfce;
  font-style: normal;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list span {
  display: block;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.25;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-herbs__list em {
  display: block;
  margin-top: 0.2rem;
  font-style: italic;
  font-size: 0.68rem;
  font-weight: 500;
  color: #6b6458;
}
html body.single-product.chb-pc-pdp .chb-pc-page a {
  color: #2f3d2a;
  text-decoration: underline;
  text-decoration-color: #c9a84c;
  text-underline-offset: 0.18em;
}
html body.single-product.chb-pc-pdp .chb-pc-page a:hover,
html body.single-product.chb-pc-pdp .chb-pc-page a:focus {
  color: #24301f;
}
html body.single-product.chb-pc-pdp .chb-pc-page .chb-pc-made__btn,
html body.single-product.chb-pc-pdp .chb-pc-page .chb-pc-care__btn,
html body.single-product.chb-pc-pdp .chb-pc-page .chb-pc-commit__btn {
  text-decoration: none;
}

html body.single-product.chb-pc-pdp .chb-pc-botany__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
html body.single-product.chb-pc-pdp .chb-pc-botany__grid article {
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
  background: #fffef8;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1rem 1.05rem;
}
html body.single-product.chb-pc-pdp .chb-pc-botany__grid i {
  flex: 0 0 72px;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #efe8dc;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #eadfce;
  font-style: normal;
}
html body.single-product.chb-pc-pdp .chb-pc-botany__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.single-product.chb-pc-pdp .chb-pc-botany__grid h3 {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-botany__grid p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #5c564c;
}
@media (min-width: 992px) {
  html body.single-product.chb-pc-pdp .chb-pc-botany__grid article:last-child {
    grid-column: 1 / -1;
  }
}

html body.single-product.chb-pc-pdp .chb-pc-spec {
  background: #f4efe6;
  border: 1px solid #eadfce;
  border-radius: 4px;
  padding: 1.85rem 1.9rem 1.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem 1.6rem;
  align-items: end;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__h {
  display: block;
  margin: 0 0 0.55rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  line-height: 1.1 !important;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__lede {
  margin: 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: auto;
  min-height: 46px;
  margin: 0;
  padding: 0 1.15rem 0 1.3rem;
  border: 0;
  border-radius: 8px;
  background: #2f3d2a;
  color: #f7f2eb;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
html body.single-product.chb-pc-pdp button.chb-pc-spec__btn:hover,
html body.single-product.chb-pc-pdp button.chb-pc-spec__btn:focus,
html body.single-product.chb-pc-pdp button.chb-pc-spec__btn:focus-visible {
  background: #c9a84c !important;
  color: #2f3d2a !important;
  filter: none !important;
  box-shadow: none !important;
  transform: none !important;
}
html body.single-product.chb-pc-pdp button.chb-pc-spec__btn:hover .chb-pc-spec__ico,
html body.single-product.chb-pc-pdp button.chb-pc-spec__btn:focus .chb-pc-spec__ico {
  color: #2f3d2a;
  border-color: rgba(47, 61, 42, 0.35);
}
html body.single-product.chb-pc-pdp .chb-pc-spec__ico {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(234, 217, 168, 0.45);
  border-radius: 50%;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
  color: #ead9a8;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__body {
  margin-top: 1.25rem;
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 4px;
  padding: 1rem 1.1rem 1.05rem;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__body[hidden],
html body.single-product.chb-pc-pdp .chb-pc-spec__body.is-shut {
  display: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__table {
  width: 100%;
  border-collapse: collapse;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__table th,
html body.single-product.chb-pc-pdp .chb-pc-spec__table td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid #eee6dc;
  text-align: left;
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.5;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__table th {
  width: 34%;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f3d2a;
  background: #f7f2eb;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__table td {
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-spec__table tr:last-child th,
html body.single-product.chb-pc-pdp .chb-pc-spec__table tr:last-child td {
  border-bottom: 0;
}

html body.single-product.chb-pc-pdp .chb-pc-opts {
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.7rem 1.6rem 1.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__intro h2 {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem) !important;
  font-weight: 500 !important;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__intro p {
  margin: 0 0 1.15rem;
  max-width: 46rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid article {
  background: #fffef8;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.15rem 1.1rem 1.2rem;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid article.is-rec {
  border-color: #c9a84c;
  background: #fbf8f2;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid h3 {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid p {
  margin: 0 0 0.65rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #5c564c;
}
html body.single-product.chb-pc-pdp .chb-pc-opts__grid p:last-child {
  margin-bottom: 0;
}

html body.single-product.chb-pc-pdp .chb-pc-about {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.2fr);
  gap: 1.2rem 1.6rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.7rem 1.55rem 1.55rem;
}
html body.single-product.chb-pc-pdp .chb-pc-about h2 {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem) !important;
  font-weight: 500 !important;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-about__copy p {
  margin: 0 0 0.8rem;
  max-width: 36rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-about__grid article {
  background: #f7f2eb;
  border-radius: 4px;
  padding: 0.95rem 0.9rem;
  text-align: center;
}
html body.single-product.chb-pc-pdp .chb-pc-about__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  background: #fff;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-about__grid h3 {
  margin: 0 0 0.25rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-about__grid p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-made {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 0 1.8rem;
  align-items: center;
}
html body.single-product.chb-pc-pdp .chb-pc-made__copy {
  padding: 1.4rem 0.4rem 1.4rem 0;
}
html body.single-product.chb-pc-pdp .chb-pc-made h2 {
  margin: 0 0 0.7rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.1rem, 3.6vw, 3.1rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-made p {
  margin: 0 0 0.9rem;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-made__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  padding: 0 1.35rem;
  background: #2f3d2a;
  color: #f7f2eb !important;
  border-radius: 8px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-made__btn:hover,
html body.single-product.chb-pc-pdp .chb-pc-made__btn:focus {
  background: #24301f;
  color: #f7f2eb !important;
}
html body.single-product.chb-pc-pdp .chb-pc-made__fig {
  margin: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-made img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

html body.single-product.chb-pc-pdp .chb-pc-use {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.6rem 1.8rem;
  align-items: center;
  padding: 0.2rem 0;
  scroll-margin-top: 7.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-use h2 {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.1rem, 3.6vw, 3.05rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-use__copy p {
  margin: 0 0 0.75rem;
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-use__note {
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
  color: #6b6458 !important;
}
html body.single-product.chb-pc-pdp .chb-pc-use__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-use__grid article {
  background: #fffef8;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.15rem 0.85rem 1.2rem;
  text-align: center;
}
html body.single-product.chb-pc-pdp .chb-pc-use__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: #f4efe6;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-use__grid h3 {
  margin: 0 0 0.35rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-use__grid p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-keep {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(220px, 0.9fr) minmax(220px, 0.85fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro {
  position: relative;
  overflow: hidden;
  background: #2f3d2a;
  color: #f7f3ec;
  padding: 2.1rem 1.7rem 2.2rem;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro::after {
  content: "";
  position: absolute;
  inset: auto -12% -22% auto;
  width: 14rem;
  height: 16rem;
  pointer-events: none;
  opacity: 0.15;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 180' fill='none' stroke='%23ead9a8' stroke-width='1.2'><path d='M20 170c18-42 48-78 118-98'/><path d='M92 78c-14 16-34 24-54 24'/><path d='M78 102c-12 14-30 20-48 20'/></svg>") no-repeat right bottom;
  background-size: contain;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro .chb-pc-eye {
  position: relative;
  z-index: 1;
  color: #ead9a8;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  color: #f7f3ec !important;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem) !important;
  font-weight: 500 !important;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro .chb-pc-rule,
html body.single-product.chb-pc-pdp .chb-pc-keep__intro p {
  position: relative;
  z-index: 1;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(247, 243, 236, 0.92);
}
html body.single-product.chb-pc-pdp .chb-pc-keep__intro p:last-child {
  margin-bottom: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__fig {
  margin: 0;
  background: #efe8dc;
  min-height: 240px;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__fig img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: contain;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips {
  padding: 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips article {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee6dc;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips article:last-child {
  border-bottom: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips svg {
  flex: 0 0 24px;
  color: #2f3d2a;
  margin-top: 0.1rem;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips h3 {
  margin: 0 0 0.2rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-keep__tips p {
  margin: 0;
  font-size: 0.82rem;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-way {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.1fr) minmax(220px, 0.85fr);
  gap: 0 1.6rem;
  align-items: center;
  background: #fff;
  padding: 0.2rem 0;
}
html body.single-product.chb-pc-pdp .chb-pc-way__fig {
  margin: 0;
  min-height: 240px;
}
html body.single-product.chb-pc-pdp .chb-pc-way__fig img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
html body.single-product.chb-pc-pdp .chb-pc-way__copy h2 {
  margin: 0 0 0.8rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-way__copy p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-way__points article {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee6dc;
}
html body.single-product.chb-pc-pdp .chb-pc-way__points article:last-child {
  border-bottom: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-way__points svg {
  flex: 0 0 24px;
  color: #2f3d2a;
  margin-top: 0.1rem;
}
html body.single-product.chb-pc-pdp .chb-pc-way__points h3 {
  margin: 0 0 0.2rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-way__points p {
  margin: 0;
  font-size: 0.82rem;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-care {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 0.9rem;
  align-items: stretch;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn {
  position: relative;
  overflow: hidden;
  background: #2f3d2a;
  color: #f7f3ec;
  padding: 2.2rem 2rem 2.3rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% auto;
  width: 16rem;
  height: 18rem;
  pointer-events: none;
  opacity: 0.16;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 180' fill='none' stroke='%23ead9a8' stroke-width='1.2'><path d='M20 170c18-42 48-78 118-98'/><path d='M92 78c-14 16-34 24-54 24'/><path d='M78 102c-12 14-30 20-48 20'/><path d='M62 124c-10 12-24 16-40 16'/><path d='M108 62c10-20 28-34 50-42'/></svg>") no-repeat right bottom;
  background-size: contain;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn .chb-pc-eye {
  position: relative;
  z-index: 1;
  color: #ead9a8;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.05rem, 3.4vw, 3.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: #f7f3ec !important;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn .chb-pc-rule,
html body.single-product.chb-pc-pdp .chb-pc-care__warn p,
html body.single-product.chb-pc-pdp .chb-pc-care__btn {
  position: relative;
  z-index: 1;
}
html body.single-product.chb-pc-pdp .chb-pc-care__warn p {
  margin: 0 0 0.85rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 243, 236, 0.92);
}
html body.single-product.chb-pc-pdp .chb-pc-care__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  align-self: flex-start;
  min-height: 42px;
  margin-top: 0.35rem;
  padding: 0 1.2rem;
  border: 1px solid #ead9a8;
  border-radius: 4px;
  background: transparent;
  color: #f7f2eb !important;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-care__btn:hover,
html body.single-product.chb-pc-pdp .chb-pc-care__btn:focus {
  background: rgba(234, 217, 168, 0.12);
  color: #f7f2eb !important;
}

html body.single-product.chb-pc-pdp .chb-pc-care__fit {
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.65rem 1.55rem 1.35rem;
}
html body.single-product.chb-pc-pdp .chb-pc-care__fit h2 {
  margin: 0 0 0.7rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.85rem, 3vw, 2.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-care__lede {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-care__adult {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: #f4efe6;
  border-radius: 4px;
}
html body.single-product.chb-pc-pdp .chb-pc-care__adult svg {
  flex: 0 0 22px;
  color: #2f3d2a;
  margin-top: 0.12rem;
}
html body.single-product.chb-pc-pdp .chb-pc-care__adult h3,
html body.single-product.chb-pc-pdp .chb-pc-care__no h3 {
  margin: 0 0 0.18rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-care__adult p,
html body.single-product.chb-pc-pdp .chb-pc-care__no p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5c564c;
}
html body.single-product.chb-pc-pdp .chb-pc-care__no-eye {
  margin: 0 0 0.75rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8174;
}
html body.single-product.chb-pc-pdp .chb-pc-care__no {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.2rem;
  margin: 0 0 1.1rem;
  padding: 0.15rem 0 1.05rem;
  border-top: 1px solid #eee6dc;
  border-bottom: 1px solid #eee6dc;
}
html body.single-product.chb-pc-pdp .chb-pc-care__no article {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-care__no svg {
  flex: 0 0 22px;
  color: #2f3d2a;
  margin-top: 0.12rem;
}
html body.single-product.chb-pc-pdp .chb-pc-care__guide {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #f7f2eb;
  border: 1px solid #eadfce;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #5c564c;
}
html body.single-product.chb-pc-pdp .chb-pc-care__guide svg {
  flex: 0 0 20px;
  color: #2f3d2a;
  margin-top: 0.12rem;
}

html body.single-product.chb-pc-pdp .chb-pc-choice {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 2.2fr);
  gap: 0 0.4rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 4px;
  padding: 1.55rem 1.4rem 1.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__copy {
  padding: 0.2rem 1.1rem 0.2rem 0.35rem;
}
html body.single-product.chb-pc-pdp .chb-pc-choice h2 {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.85rem, 3vw, 2.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__copy p {
  margin: 0;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__grid article {
  text-align: center;
  padding: 0.5rem 0.85rem;
  border-left: 1px solid #eee6dc;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: #f4efe6;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__grid h3 {
  margin: 0 0 0.3rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-choice__grid p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #5c564c;
}

html body.single-product.chb-pc-pdp .chb-pc-commit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem 1.2rem;
  align-items: center;
  background: #f4efe6;
  border: 1px solid #eadfce;
  border-radius: 4px;
  padding: 1.05rem 1.25rem;
}
html body.single-product.chb-pc-pdp .chb-pc-commit__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-commit h3 {
  margin: 0 0 0.2rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-commit p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #5c564c;
}
html body.single-product.chb-pc-pdp .chb-pc-commit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1.25rem;
  background: #2f3d2a;
  color: #f7f2eb !important;
  border-radius: 6px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}
html body.single-product.chb-pc-pdp .chb-pc-commit__btn:hover,
html body.single-product.chb-pc-pdp .chb-pc-commit__btn:focus {
  background: #24301f;
  color: #f7f2eb !important;
}

html body.single-product.chb-pc-pdp .chb-pc-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 0.9rem;
  align-items: stretch;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #f4efe6;
  border-radius: 8px;
  padding: 2rem 1.7rem 1.2rem;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__copy {
  position: relative;
  z-index: 1;
  max-width: none;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__intro h2 {
  margin: 0 0 0.7rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.05rem, 3.4vw, 3.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__copy p {
  margin: 0 0 0.85rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__fig {
  position: relative;
  width: 100%;
  margin: 1.15rem 0 0;
  border-radius: 10px;
  overflow: hidden;
  background: #efe8dc;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__fig img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 58%;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item {
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 8px;
  margin: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 0.9rem 1.05rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item > summary::-webkit-details-marker {
  display: none;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item > summary::after {
  content: "+";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d1c4;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item[open] > summary::after {
  content: "−";
}
html body.single-product.chb-pc-pdp .chb-pc-faq__item:hover {
  border-color: #cfd8c8;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__a {
  padding: 0 1.05rem 1.05rem;
}
html body.single-product.chb-pc-pdp .chb-pc-faq__a p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #3d4038;
}

html body.single-product.chb-pc-pdp .chb-pc-reviews {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr);
  gap: 1.4rem 1.6rem;
  align-items: start;
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 8px;
  padding: 1.7rem 1.5rem 1.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__intro h2 {
  margin: 0 0 0.7rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.05rem, 3.4vw, 3.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__intro p {
  margin: 0 0 0.95rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__note {
  font-size: 0.8rem !important;
  color: #6b6458 !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__score {
  margin: 1.1rem 0 0.3rem !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  font-size: 0.9rem;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__score .chb-pc-stars {
  color: #c9a84c;
  letter-spacing: 0.08em;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__tp {
  margin: 0.15rem 0 0 !important;
  font-size: 0.82rem;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__tp a {
  color: #6b6458;
  font-weight: 650;
  text-decoration: none;
}
html body.single-product.chb-pc-pdp .chb-pc-revcar {
  overflow: hidden;
  min-width: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-revtrack {
  display: flex;
  width: 100%;
  gap: 0.85rem;
  transition: transform 0.35s ease;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard {
  flex: 0 0 calc(50% - 0.43rem);
  max-width: calc(50% - 0.43rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fffef8;
  border: 1px solid #e6ddcf;
  border-radius: 10px;
  padding: 1.15rem 1.1rem 1rem;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard > .chb-pc-stars {
  color: #c9a84c;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  margin: 0 0 0.55rem;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard h3 {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard > p {
  margin: 0 0 0.7rem;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3d4038;
}
html body.single-product.chb-pc-pdp .chb-pc-revmore {
  margin: 0 0 0.85rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f3d2a;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.7);
}
html body.single-product.chb-pc-pdp .chb-pc-revcard footer {
  border-top: 1px solid #eee6dc;
  padding-top: 0.75rem;
  font-size: 0.8rem;
  color: #6b6458;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard footer strong {
  display: block;
  color: #2f3d2a;
  font-size: 0.88rem;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard__ok {
  display: block;
  margin: 0.2rem 0;
  color: #2f3d2a;
  font-weight: 650;
}
html body.single-product.chb-pc-pdp .chb-pc-revcard__ok::before {
  content: "✓ ";
  color: #3d7a45;
  font-weight: 700;
}
html body.single-product.chb-pc-pdp .chb-pc-revnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
html body.single-product.chb-pc-pdp .chb-pc-revnav.is-off {
  display: none;
}
html body.single-product.chb-pc-pdp .chb-pc-revprev,
html body.single-product.chb-pc-pdp .chb-pc-revnext {
  width: 36px;
  height: 36px;
  border: 1px solid #d9d1c4;
  border-radius: 50%;
  background: #fff;
  color: #2f3d2a;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
html body.single-product.chb-pc-pdp .chb-pc-revdots {
  display: flex;
  gap: 0.35rem;
}
html body.single-product.chb-pc-pdp .chb-pc-revdots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4cdc2;
  cursor: pointer;
}
html body.single-product.chb-pc-pdp .chb-pc-revdots button.is-on {
  background: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__panel {
  display: none;
  grid-column: 1 / -1;
  margin-top: 0.4rem;
  scroll-margin-top: 7.5rem;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews__panel.is-open {
  display: block;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews .avatar,
html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews img.avatar {
  display: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews .woocommerce-Reviews-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: #2f3d2a !important;
  margin: 0 0 1rem !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews .commentlist {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.9rem !important;
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews .commentlist li {
  background: #fff !important;
  border: 1px solid #e6ddcf !important;
  border-radius: 10px !important;
  padding: 1.1rem 1.05rem !important;
  box-shadow: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews .star-rating {
  color: #c9a84c !important;
  float: none !important;
  margin: 0 0 0.55rem !important;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #review_form_wrapper {
  background: #f7f2eb;
  border: 1px solid #eadfce;
  border-radius: 8px;
  padding: 1.2rem 1.15rem;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #review_form_wrapper .comment-reply-title,
html body.single-product.chb-pc-pdp .chb-pc-reviews #review_form_wrapper #reply-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-reviews #review_form_wrapper input,
html body.single-product.chb-pc-pdp .chb-pc-reviews #review_form_wrapper textarea {
  border: 1px solid #e2dacd;
  border-radius: 6px;
  background: #fff;
}

html body.single-product.chb-pc-pdp .chb-pc-reassure {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 8px;
}
html body.single-product.chb-pc-pdp .chb-pc-reassure article {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 1.15rem 1.15rem;
  border-left: 1px solid #eee6dc;
}
html body.single-product.chb-pc-pdp .chb-pc-reassure article:first-child {
  border-left: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-reassure__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4efe6;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-reassure h3 {
  margin: 0 0 0.2rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-reassure p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #5c564c;
}

@media (max-width: 1180px) {
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list i {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 991px) {
  html body.single-product.chb-pc-pdp .chb-pc-why,
  html body.single-product.chb-pc-pdp .chb-pc-herbs,
  html body.single-product.chb-pc-pdp .chb-pc-made,
  html body.single-product.chb-pc-pdp .chb-pc-use,
  html body.single-product.chb-pc-pdp .chb-pc-keep,
  html body.single-product.chb-pc-pdp .chb-pc-way,
  html body.single-product.chb-pc-pdp .chb-pc-care,
  html body.single-product.chb-pc-pdp .chb-pc-choice,
  html body.single-product.chb-pc-pdp .chb-pc-about,
  html body.single-product.chb-pc-pdp .chb-pc-faq,
  html body.single-product.chb-pc-pdp .chb-pc-reviews {
    grid-template-columns: 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-botany__grid,
  html body.single-product.chb-pc-pdp .chb-pc-opts__grid {
    grid-template-columns: 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-faq__intro {
    min-height: 0;
  }
  html body.single-product.chb-pc-pdp .chb-pc-faq__copy {
    max-width: none;
  }
  html body.single-product.chb-pc-pdp .chb-pc-faq__fig {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-height: 240px;
    margin-top: 1.1rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-faq__fig img {
    min-height: 180px;
    max-height: 240px;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure {
    grid-template-columns: 1fr 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure article:nth-child(odd) {
    border-left: 0;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure article:nth-child(n + 3) {
    border-top: 1px solid #eee6dc;
  }
  html body.single-product.chb-pc-pdp .chb-pc-choice__grid {
    grid-template-columns: 1fr 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-choice__grid article:nth-child(odd) {
    border-left: 0;
  }
  html body.single-product.chb-pc-pdp .chb-pc-choice__copy {
    padding: 0 0 1rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-commit {
    grid-template-columns: auto 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-commit__btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
  html body.single-product.chb-pc-pdp .chb-pc-why__grid,
  html body.single-product.chb-pc-pdp .chb-pc-use__grid {
    grid-template-columns: 1fr 1fr !important;
  }
  html body.single-product.chb-pc-pdp .chb-pc-keep__intro {
    padding: 1.6rem 1.3rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list i {
    width: 96px;
    height: 96px;
  }
  html body.single-product.chb-pc-pdp .chb-pc-made__copy {
    padding: 0.4rem 0 0.2rem;
  }
}
@media (max-width: 640px) {
  html body.single-product.chb-pc-pdp .chb-pc-page {
    gap: 1.4rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list {
    grid-template-columns: 1fr 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list li:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs__list i {
    width: 92px;
    height: 92px;
  }
  html body.single-product.chb-pc-pdp .chb-pc-herbs,
  html body.single-product.chb-pc-pdp .chb-pc-why__intro,
  html body.single-product.chb-pc-pdp .chb-pc-care__warn {
    padding: 1.35rem 1.15rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-care__no {
    grid-template-columns: 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-choice,
  html body.single-product.chb-pc-pdp .chb-pc-about,
  html body.single-product.chb-pc-pdp .chb-pc-opts,
  html body.single-product.chb-pc-pdp .chb-pc-care__fit,
  html body.single-product.chb-pc-pdp .chb-pc-reviews {
    padding: 1.2rem 1.05rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-spec {
    padding: 1.35rem 1.15rem 1.25rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-spec__head {
    grid-template-columns: 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-spec__body {
    padding: 0.75rem 0.7rem 0.8rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-spec__table th,
  html body.single-product.chb-pc-pdp .chb-pc-spec__table td {
    display: block;
    width: 100%;
  }
  html body.single-product.chb-pc-pdp .chb-pc-spec__table th {
    border-bottom: 0;
    padding-bottom: 0.2rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-revcard {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reviews #reviews .commentlist {
    grid-template-columns: 1fr !important;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure {
    grid-template-columns: 1fr;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure article {
    border-left: 0;
    border-top: 1px solid #eee6dc;
  }
  html body.single-product.chb-pc-pdp .chb-pc-reassure article:first-child {
    border-top: 0;
  }
}

html body.single-product.chb-pc-pdp .related.products:not(.chb-pc-related) {
  display: none !important;
}
html body.single-product.chb-pc-pdp .chb-pc-related {
  text-align: center;
  max-width: 1220px !important;
  width: min(1220px, calc(100% - 2rem)) !important;
  margin: 2.2rem auto 0 !important;
  border-top: 0 !important;
  padding: 0.4rem 0 2.4rem !important;
  background: transparent !important;
  overflow: visible !important;
}
html body.single-product.chb-pc-pdp .chb-pc-related .chb-pc-eye {
  margin-bottom: 0.35rem;
}
html body.single-product.chb-pc-pdp .chb-pc-related h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 3.4vw, 2.7rem) !important;
  font-weight: 500 !important;
  color: #2f3d2a !important;
}
html body.single-product.chb-pc-pdp .chb-pc-related h2::before,
html body.single-product.chb-pc-pdp .chb-pc-related h2::after {
  content: "";
  width: 3.5rem;
  height: 1px;
  background: #c9a84c;
}
html body.single-product.chb-pc-pdp .chb-pc-reltrack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  text-align: left;
  margin-top: 1.3rem;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard {
  display: flex;
  flex-direction: column;
  background: #fffef8;
  border: 1px solid #eee6dc;
  border-radius: 10px;
  padding: 0.7rem 0.7rem 0.9rem;
  min-width: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard__img {
  display: block;
  background: #f4efe6;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.15;
  object-fit: contain;
  min-height: 0;
  max-height: none;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard h3 {
  margin: 0 0 0.3rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  min-height: 0;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard h3 a {
  color: #2f3d2a;
  text-decoration: none;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard__rate {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  color: #6b6458;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard__rate .chb-pc-stars {
  color: #c9a84c;
}
html body.single-product.chb-pc-pdp .chb-pc-relcard__price,
html body.single-product.chb-pc-pdp .chb-pc-relcard__price .amount,
html body.single-product.chb-pc-pdp .chb-pc-relcard__price .woocommerce-Price-amount {
  margin: 0 0 0.7rem;
  font-weight: 700;
  color: #2f3d2a;
}
html body.single-product.chb-pc-pdp .chb-pc-relbtn {
  display: block;
  text-align: center;
  margin-top: auto;
  min-height: 40px;
  line-height: 40px;
  border: 1px solid #2f3d2a;
  border-radius: 8px;
  color: #2f3d2a !important;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  background: transparent;
}
html body.single-product.chb-pc-pdp .chb-pc-relbtn:hover {
  background: #2f3d2a;
  color: #f7f2eb !important;
}

@media (max-width: 991px) {
  html body.single-product.chb-pc-pdp .chb-pc-reltrack {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.8rem;
    padding-bottom: 0.4rem;
  }
  html body.single-product.chb-pc-pdp .chb-pc-relcard {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
}
