/* page-head styles start */
/* page-head.php: Global Page Header + Breadcrumbs */
.wt-page-head {
  color: var(--wt-black);
  position: relative;
  z-index: 1;
}

.wt-page-head__inner {
  max-width: var(--wt-container-width);
  margin: 0 auto;
  padding: 60px 0px 80px
  ;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.wt-page-head__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-family: var(--wt-font);
  font-size: 14px;
  line-height: 1.2;
}

.wt-page-head__crumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wt-page-head__crumb:not(:last-child)::after {
  content: ">";
  color: inherit;
}

.wt-page-head__breadcrumbs a,
.wt-page-head__breadcrumbs span {
color: #2D2A2D;

font-family: Bitum;
font-size: 16px;
font-weight: 300;
}

.wt-page-head__breadcrumbs a{
opacity: 0.5;

}

.wt-page-head__title {
  margin: 0;
  color: inherit;
  line-height: 0.96;
}

.wt-page-head__title.wt-h1{
color: #2D2A2D;

font-family: Bitum;
font-size: 32px;
font-weight: 400;
}

.wt-page-head__titleRow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px 28px;
}

.wt-page-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  padding-bottom: 6px;
}

.wt-page-head__metaItem {
  color: inherit;
  opacity: 0.8;
}

.wt-page-head__eyebrow {
  color: inherit;
  text-transform: uppercase;
}

.wt-page-head__description {
  max-width: 1120px;
  color: inherit;
}

.wt-page-head__description p {
  margin: 0;
}

.wt-page-head--brand .wt-page-head__inner {
  min-height: 0;
  padding-top: 64px;
  padding-bottom: 48px;
  gap: 18px;
}

.wt-page-head--brand .wt-page-head__title {
  max-width: none;
}

.wt-page-head--product .wt-page-head__inner {
  min-height: 0;
  padding-top: 28px;
  padding-bottom: 100px;
  gap: 0;
}

.wt-page-head--product .wt-page-head__breadcrumbs {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .wt-page-head__inner {
    padding: 60px 0;
    min-height: 200px;
  }

  .wt-page-head--brand .wt-page-head__inner {
    padding-top: 56px;
    padding-bottom: 42px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .wt-page-head__inner {
    padding: 30px 0;
    min-height: 160px;
    gap: 14px;
  }

  .wt-page-head__titleRow {
    gap: 12px 18px;
    align-items: flex-start;
  }

  .wt-page-head__breadcrumbs {
    font-size: 12px;
    gap: 8px;
  }

  .wt-page-head__crumb {
    gap: 16px;
  }

  .wt-page-head__meta {
    gap: 8px 16px;
    padding-bottom: 0;
  }

  .wt-page-head--brand .wt-page-head__inner {
    padding-top: 42px;
    padding-bottom: 32px;
    min-height: 0;
  }

  .wt-page-head__description {
    max-width: none;
  }
}

/* page-head styles end */
