.inv-button {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  border-radius: 6.5rem;
  padding: 0rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.inv-button--primary {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-sys-light-bg-primary-strong-default, #30384a);
  color: var(--color-sys-light-text-contrast, var(--color-text-inverse, #fff));
}
.inv-button--primary:hover {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-background-brand-bold-hovered, #4b5160);
  box-shadow: 0px 0px 0px 2px rgba(161, 164, 172, 0.3);
}
.inv-button--primary:focus-visible {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-sys-light-bg-primary-strong-default, #30384a);
  box-shadow: 0px 0px 0px 4px rgba(161, 164, 172, 0.3);
}
.inv-button--secondary {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-sys-light-bg-secondary-subtle-3, #e6e5e1);
  color: var(--color-sys-light-text-lvl-1, #30384a);
}
.inv-button--secondary-hover-state {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-sys-light-bg-secondary-subtle-2, #ecece9);
  box-shadow: 0px 0px 0px 2px rgba(165, 164, 160, 0.3);
}
.inv-button--secondary:hover {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: var(--color-sys-light-bg-secondary-subtle-2, #ecece9);
  box-shadow: 0px 0px 0px 2px rgba(165, 164, 160, 0.3);
}
.inv-button--secondary:focus {
  border: 2px solid var(--color-sys-light-outline-transparent, rgba(0, 0, 0, 0));
  background: #e6e5e1;
  box-shadow: 0px 0px 0px 4px rgba(165, 164, 160, 0.3);
}
.inv-button--tertiary {
  border: 2px solid #d1d2d6;
  background: none;
  color: var(--color-sys-light-text-lvl-1, #30384a);
}
.inv-button--tertiary:hover {
  border: 2px solid var(--color-sys-light-outline-lvl-1, #30384a);
  background: var(--color-sys-light-bg-secondary-subtle-2, #ecece9);
  box-shadow: 0px 0px 0px 2px rgba(161, 164, 172, 0.3);
}
.inv-button--tertiary:focus-visible {
  border: 2px solid var(--color-sys-light-outline-placeholder, #d1d2d6);
  background: var(--color-sys-light-bg-secondary-subtle-1, #f4f4f2);
  box-shadow: 0px 0px 0px 4px rgba(161, 164, 172, 0.3);
}
.inv-button--sm {
  height: 2rem;
}
.inv-button--md {
  height: 2.75rem;
}
.inv-button--lg {
  height: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.01125rem;
}
@media (min-width: 992px) {
  .search__container {
    width: 100%;
  }
}
.search {
  background: #fff;
  position: relative;
  z-index: 5;
}
.search--component {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.search__list {
  margin-top: 1.5rem;
}
.search__title {
  font-size: 18px;
  padding: 0;
  text-align: center;
  margin-bottom: 24px;
}
.search__items {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 575.98px) {
  .search__items {
    justify-content: start;
  }
}
.search__items li {
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .search__items li {
    margin-bottom: 1rem;
  }
}
.search__items li a {
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .search .search-bar__back {
    position: relative;
    top: 10px;
  }
}
.search .search-bar__suggestions,
.search .search-bar__recent-search {
  border-bottom: 1px solid #b9bcc2;
}
.search .search-bar__wrapper {
  align-items: center;
  background-color: #f6f6f4;
  justify-content: space-between;
  border-radius: 0;
  padding: 1rem 1.5625rem;
}
@media (min-width: 576px) {
  .search .search-bar__wrapper {
    border-radius: 3rem;
  }
}
.search .search-bar #category {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/chevron-down.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  text-align: left;
  height: 36px;
  padding: 0 1rem;
  border-radius: 0.5rem;
  border: 2px solid #d1d2d6;
  background-color: #fff;
  flex-grow: 1;
  margin-right: 1rem;
}
.search .search-bar #category:hover {
  cursor: pointer;
}
.search .search-bar__bu-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 34px;
  width: 100%;
}
@media (min-width: 768px) {
  .search .search-bar__bu-tag-wrapper {
    padding: 0 10px;
  }
}
.search .search-bar__bu-tag-copy {
  user-select: none;
}
.search .search-bar__bu-tag-chev {
  background: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  margin-left: 10px;
  transition: transform 0.25s ease-in;
  width: 15px;
}
.search .search-bar__bu-tag-chev--open {
  transform: rotate(-180deg);
}
.search .search-bar__bu-tag-dropdown-wrapper {
  border-radius: 4px;
  height: 170px;
  top: 80px;
  padding: 5px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.search .search-bar__bu-tag-dropdown-item-wrapper {
  height: 100%;
  overflow-y: scroll;
}
.search .search-bar__bu-tag-dropdown-item {
  align-items: center;
  display: flex;
  border-bottom: 4px;
  height: 48px;
  padding-left: 12px;
  width: 100%;
}
.search .search-bar__bu-tag-dropdown-item:hover {
  cursor: pointer;
}
.search .search-bar__bu-tag-dropdown-item:focus-visible {
  outline: none;
}
.search .search-bar__label {
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  opacity: 0;
}
.search .search-bar__label--show {
  opacity: 1;
}
.search .search-bar__input {
  background: rgba(0, 0, 0, 0);
  border: none;
  display: block;
  font-size: 18px;
  height: 100%;
  line-height: 74px;
  margin-bottom: 0;
  outline: none;
  width: 100%;
  color: #30384a;
}
@media (min-width: 576px) {
  .search .search-bar__input {
    line-height: 64px;
  }
}
.search .search-bar__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/cross-navy.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 20px;
  width: 20px;
}
.search .search-bar__input::-webkit-search-cancel-button:hover {
  cursor: pointer;
}
.search .search-bar__items {
  padding: 0;
}
.search .search-bar__items li {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  transform: translateX(0);
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 0;
  margin-bottom: 9px;
}
.search .search-bar__items li:before {
  background: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/search-result-indicator.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 30px;
  width: 24px;
}
.search .search-bar__items li.search-bar__recent-search-item:before {
  background: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/time.svg);
}
.search .search-bar__items li .secondary-cta {
  max-width: 70%;
}
.search .search-bar__items li .secondary-cta__text {
  display: block;
}
@media (min-width: 768px) {
  .search .search-bar__items li .secondary-cta {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 90%;
  }
  .search
    .search-bar__items
    li
    .secondary-cta__last-word
    .secondary-cta__chevron {
    padding-left: 2px;
  }
  .search .search-bar__items li .secondary-cta__chevron {
    margin-left: 2px;
  }
}
.search .search-bar__leading-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 12px;
  text-transform: uppercase;
}
.search .search-bar__item-icon-holder {
  display: inline;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease-in-out 0s;
  right: auto;
}
.search .search-bar__result-total {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .search .search-bar__result-total {
    font-size: 12px;
  }
}
.search .search-bar__search-icon {
  background: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/search-stone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 25px;
  width: 25px;
}
.search .search-bar__close-icon {
  background: url(../../../../../etc.clientlibs/dotcom/clientlibs/dotcom/common/head/resources/images/icons/close-big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 25px;
  width: 25px;
}
.search__button {
  height: 3rem;
  width: 3rem;
  padding: 0.75rem;
}
