/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.search-header-container[data-v-e200f504] {
  position: relative;
  min-height: 64px;
  background: #ffffff;
  padding-top: 16px;
}
@media (min-width: 768px) {
.search-header-container[data-v-e200f504] {
    padding-top: 24px;
}
}
.search-header-container.disable-section[data-v-e200f504] {
  opacity: 0.5;
  pointer-events: none;
}
.search-header-container.with-strip[data-v-e200f504] {
  padding-top: 0px;
}
.search-header-container.with-strip[data-v-e200f504] .category-breadcrumbs {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
.search-header-container.with-strip[data-v-e200f504] .category-breadcrumbs {
    padding-top: 24px;
    padding-bottom: 24px;
}
}
@media (min-width: 768px) {
.search-header-container.with-strip[data-v-e200f504] {
    padding-bottom: 24px;
}
}
.search-header-container.search-header-container--redesign-plp-page[data-v-e200f504] {
  padding-top: 20px;
}
.search-header-container.search-header-container--redesign-plp-page[data-v-e200f504] .category-breadcrumbs--redesign {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.search-header-container.search-header-container--redesign-plp-page[data-v-e200f504] .category-breadcrumbs--redesign {
    padding-left: 24px;
    padding-right: 24px;
}
}
.search-header-container.search-header-container--redesign-plp-page[data-v-e200f504] .plp-decorator-section--redesign > .section-content {
  min-height: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.search-header-container.search-header-container--redesign-plp-page[data-v-e200f504] .plp-decorator-section--redesign .search-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.disable-section-overlay[data-v-e200f504] {
  width: 100%;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10;
}
.search-header[data-v-e200f504] {
  padding-bottom: 24px;
}
.search-header__wrapper[data-v-e200f504] {
  text-align: center;
}
.search-header__wrapper--redesign[data-v-e200f504] {
  text-align: left;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
.search-header__wrapper--redesign[data-v-e200f504] {
    padding-left: 24px;
    padding-right: 24px;
}
}
.search-header__wrapper--redesign .search-header__title--loading[data-v-e200f504] {
  height: auto;
}
.search-header.with-strip[data-v-e200f504] {
  padding-top: 24px;
}
@media (min-width: 768px) {
.search-header.with-wide-strip[data-v-e200f504] {
    padding-top: 48px;
    padding-bottom: 48px;
}
}
.search-header__title[data-v-e200f504] {
  margin: 0px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.search-header__title[data-v-e200f504] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.search-header__title[data-v-e200f504] {
    font-size: 32px;
}
}
.search-header__title[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__title[data-v-e200f504], .-bg-section-dark .search-header__title[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__title[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__title--loading[data-v-e200f504] {
  height: 20px;
  position: relative;
}
.search-header__title--loading[data-v-e200f504]:before {
  content: "";
  height: 100%;
  width: 28vw;
  position: absolute;
  background-color: #f3f3f3;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100;
}
.search-header__title--loading[data-v-e200f504] {
  animation: opacityPulse 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media (prefers-reduced-motion: reduce) {
.search-header__title--loading[data-v-e200f504] {
    animation: none;
}
}
.search-header__title--loading[data-v-e200f504]:before {
  transform: translateX(-50%);
  left: 50%;
}
.search-header.search-header--redesign .search-header__title[data-v-e200f504],
.search-header.search-header--redesign .search-header__title-large[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.1;
  font-size: 40px;
  letter-spacing: 0rem;
  text-transform: none;
  text-transform: capitalize;
}
.search-header.search-header--redesign .search-header__eyebrow[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header.search-header--redesign .search-header__eyebrow[data-v-e200f504], .-bg-section-dark .search-header.search-header--redesign .search-header__eyebrow[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header.search-header--redesign .search-header__eyebrow[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header.search-header--redesign .search-header__eyebrow a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header.search-header--redesign .search-header__eyebrow a[data-v-e200f504], .-bg-section-dark .search-header.search-header--redesign .search-header__eyebrow a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header.search-header--redesign .search-header__eyebrow a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header.search-header--redesign .search-header__eyebrow[data-v-e200f504] {
  margin-bottom: 16px;
}
.search-header.search-header--redesign .search-header__copy[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header.search-header--redesign .search-header__copy[data-v-e200f504], .-bg-section-dark .search-header.search-header--redesign .search-header__copy[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header.search-header--redesign .search-header__copy[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header.search-header--redesign .search-header__copy a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header.search-header--redesign .search-header__copy a[data-v-e200f504], .-bg-section-dark .search-header.search-header--redesign .search-header__copy a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header.search-header--redesign .search-header__copy a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header.search-header--redesign .search-header__copy[data-v-e200f504] {
  margin-top: 16px;
}
.search-header__copy[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__copy[data-v-e200f504], .-bg-section-dark .search-header__copy[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__copy[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__copy a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__copy a[data-v-e200f504], .-bg-section-dark .search-header__copy a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__copy a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__copy[data-v-e200f504] {
  line-height: 16px;
  margin-top: 12px;
}
@media (min-width: 768px) {
.search-header__copy[data-v-e200f504] {
    margin-top: 16px;
    line-height: 20px;
}
}
.search-header__eyebrow[data-v-e200f504] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__eyebrow[data-v-e200f504], .-bg-section-dark .search-header__eyebrow[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__eyebrow[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__eyebrow a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__eyebrow a[data-v-e200f504], .-bg-section-dark .search-header__eyebrow a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__eyebrow a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__eyebrow[data-v-e200f504] {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
.search-header__eyebrow[data-v-e200f504] {
    margin-bottom: 16px;
}
}
.search-header__fitFinderTitle[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__fitFinderTitle[data-v-e200f504], .-bg-section-dark .search-header__fitFinderTitle[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__fitFinderTitle[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__fitFinderTitle[data-v-e200f504] {
  padding-bottom: 4px;
}
@media (min-width: 768px) {
.search-header__fitFinderTitle[data-v-e200f504] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.search-header__fitFinderTitle[data-v-e200f504] {
    font-size: 32px;
}
}
@media (min-width: 768px) and (min-width: 1025px) {
.search-header__fitFinderTitle[data-v-e200f504] {
    font-size: 32px;
}
}
@media (min-width: 768px) {
.-bg-dark .search-header__fitFinderTitle[data-v-e200f504], .-bg-section-dark .search-header__fitFinderTitle[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__fitFinderTitle[data-v-e200f504] {
    color: #ffffff;
    fill: #ffffff;
}
}
.search-header__fitFinderCopy[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__fitFinderCopy[data-v-e200f504], .-bg-section-dark .search-header__fitFinderCopy[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__fitFinderCopy[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__fitFinderCopy a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__fitFinderCopy a[data-v-e200f504], .-bg-section-dark .search-header__fitFinderCopy a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__fitFinderCopy a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__fitFinderCopy[data-v-e200f504] {
  margin-top: 0px;
  color: #6e6e6e;
  text-transform: unset;
}
@media (min-width: 1025px) {
.search-header__fitFinderCopy span[data-v-e200f504] {
    display: block;
}
}
.search-header__title-large[data-v-e200f504] {
  margin: 0px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.search-header__title-large[data-v-e200f504] {
    font-size: 40px;
}
}
@media (min-width: 1025px) {
.search-header__title-large[data-v-e200f504] {
    font-size: 64px;
}
}
.search-header__title-large[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__title-large[data-v-e200f504], .-bg-section-dark .search-header__title-large[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__title-large[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 1025px) {
.search-header__title-large[data-v-e200f504] {
    line-height: 72px;
}
}
.search-header__nothing-found--message[data-v-e200f504] {
  margin-top: 72px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.search-header__nothing-found--message[data-v-e200f504] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.search-header__nothing-found--message[data-v-e200f504] {
    font-size: 40px;
}
}
.search-header__nothing-found--message[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__nothing-found--message[data-v-e200f504], .-bg-section-dark .search-header__nothing-found--message[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__nothing-found--message[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__nothing-found--message[data-v-e200f504] {
  letter-spacing: 0.02em;
}
@media (min-width: 1025px) {
.search-header__nothing-found--message[data-v-e200f504] {
    letter-spacing: 0.04em;
}
}
.search-header__nothing-found--subtext[data-v-e200f504] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__nothing-found--subtext[data-v-e200f504], .-bg-section-dark .search-header__nothing-found--subtext[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__nothing-found--subtext[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__nothing-found--subtext a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__nothing-found--subtext a[data-v-e200f504], .-bg-section-dark .search-header__nothing-found--subtext a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__nothing-found--subtext a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__nothing-found--subtext[data-v-e200f504] {
  margin: 24px 0px;
  display: block;
  min-height: 1px;
}
@media (min-width: 1025px) {
.search-header__nothing-found_button-grid[data-v-e200f504] {
    flex-direction: row;
    padding-bottom: 12px;
}
}
.search-header__nothing-found_button[data-v-e200f504] {
  padding: 10px 49.76px;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  display: block;
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .search-header__nothing-found_button[data-v-e200f504], .-bg-section-dark .search-header__nothing-found_button[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__nothing-found_button[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
.search-header__nothing-found_button a[data-v-e200f504] {
  color: #000000;
}
.-bg-dark .search-header__nothing-found_button a[data-v-e200f504], .-bg-section-dark .search-header__nothing-found_button a[data-v-e200f504], .-bg-page-dark .-bg-section-transparent .search-header__nothing-found_button a[data-v-e200f504] {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 1025px) {
.search-header__nothing-found_button[data-v-e200f504] {
    display: unset;
    padding: 10px 32px;
}
}
.search-header__nothing-found_button[data-v-e200f504]:hover, .search-header__nothing-found_button[data-v-e200f504]:hover:after {
  color: #ffffff;
  background-color: #000000;
}
.search-header__nothing-found_button[data-v-e200f504]:first-child {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
.search-header__nothing-found_button[data-v-e200f504]:first-child {
    margin-bottom: 0px;
    margin-right: 16px;
}
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.view-category.hidden[data-v-8f670423] {
  visibility: hidden;
}
.view-category--redesign[data-v-8f670423] {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
.view-category--redesign[data-v-8f670423] {
    padding-bottom: 80px;
}
}