.full-width {
  margin-left: calc(-100vw / 2 + 100% / 2 - 0px) !important;
  margin-right: calc(-100vw / 2 + 100% / 2 - 0px) !important;
  width: calc(100% + (100vw - 100%)) !important;
}

div[class^="styles_PlpHeaderWrapper"]:has(div[class*="_plphero"]) {
  position: relative;
  padding-top: 0px !important;
}

div[class^="styles_PlpHeaderWrapper"]:has(div[class*="_plpslider"])
  .plpHeroCont
  .plp-hero-container {
  /* extra padding if slider is present */
  padding-bottom: 32px;
}

.PLPContentWrapper:has(div[aria-label="Breadcrumb Navigation"])
  .plpHeroCont
  .plp-hero-container {
  /* account for breadcrumbs */
  padding-top: 48px;
}

/* Breadcrumbs */
.PLPContentWrapper div[aria-label="Breadcrumb Navigation"] {
  position: absolute;
  z-index: 10;
  background: transparent;
  padding: 16px 16px 0 16px;
  margin: 0 auto !important;
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.PLPContentWrapper div[aria-label="Breadcrumb Navigation"] ul {
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.PLPContentWrapper div[aria-label="Breadcrumb Navigation"] ul li {
  height: unset;
  color: #fff;
  font-weight: 700;
  text-wrap: nowrap;
  &:last-of-type {
    font-weight: 400;
  }
}

.PLPContentWrapper div[aria-label="Breadcrumb Navigation"] ul li a {
  color: #fff;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

.PLPContentWrapper div[aria-label="Breadcrumb Navigation"] ul #chevronSquare {
  filter: none !important;
  & path {
    fill: #fff;
  }
}

/* Hero Banner */
.plpHeroCont {
  position: relative;
}

.plpHeroCont .plp-hero-container {
  width: 100%;
  /* default padding for no breadcrumbs */
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plpHeroCont .plp-hero-text-container {
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.plpHeroCont .plp-hero-logo-wrapper {
  margin: 8px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plpHeroCont .plp-hero-logo-wrapper.small {
  height: 100px;
}
.plpHeroCont .plp-hero-logo-wrapper.medium {
  height: 200px;
}
.plpHeroCont .plp-hero-logo-wrapper.large {
  height: 300px;
}

.plpHeroCont .plp-hero-logo-wrapper img {
  display: block;
  min-width: 0;
}

.plpHeroCont .plp-hero-title {
  margin: 8px 0;
  font-size: 34px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.plpHeroCont .plp-hero-seo-copy {
  margin: 8px 0;
  font-size: 16px;
  line-height: 24px;
  text-wrap: balance;
}

.plpHeroCont .plp-hero-cta {
  width: 100%;
  margin: 8px 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #1e1d19;
  &:hover {
    background-color: transparent;
    color: #fff;
    transition: 0.2s ease-out;
  }
  @media (min-width: 1081px) {
    width: unset;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
