/** Shopify CDN: Minification failed

Line 236:7 Expected ":"
Line 240:20 Expected identifier but found whitespace
Line 240:21 Unexpected "#5c3d29"

**/
/* =========================================================
   FURNITURE FOR AMERICA — SEARCH BAR
========================================================= */

.search-modal__content,
.search-modal__content *,
.search-modal__content *::before,
.search-modal__content *::after {
  box-sizing: border-box;
}

/* Search modal container */
.search-modal__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /* background: #f7f3ed; */
  border: 0;
  box-shadow: none;
}

/* Search form */
.search-modal__form {
  width: 100%;
  min-width: 400px;
  max-width: 760px;
  margin: 0;
}

/* Search field */
.search-modal__form .field {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 48px;
  overflow: hidden;
  align-items: center;
  background: #f7f3ed;
  border: 1px solid #4c433d;
  border-radius: 4px;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Remove Dawn default borders */
.search-modal__form .field::before,
.search-modal__form .field::after {
  display: none !important;
  content: none !important;
}

/* Hover state */
.search-modal__form .field:hover {
  background: #fffdf8;
  border-color: #2e241d;
}

/* Focus state */
.search-modal__form .field:focus-within {
  background: #ffffff;
  border-color: #5c3d29;
  box-shadow: 0 0 0 2px rgba(92, 61, 41, 0.12);
}

/* Search input */
.search-modal__form .search__input {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 88px 0 12px;
  color: #2e241d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/* Placeholder */
.search-modal__form .search__input::placeholder {
  color: #756d67;
  opacity: 1;
}

/* Hide floating label but keep it accessible */
.search-modal__form .field__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

/* Shared field button */
.search-modal__form .field__button {
  position: absolute;
  top: 50%;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

/* Search button */
.search-modal__form .search__button {
  right: 5px;
  width: 42px;
  height: 42px;
  color: #2e241d !important;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.search-modal__form .search__button:hover {
  color: #f04a23 !important;
  background: transparent !important;
  transform: translateY(-50%) scale(1.06);
}

.search-modal__form .search__button:focus-visible {
  outline: 2px solid #5c3d29;
  outline-offset: -4px;
}

/* Reset button */
.search-modal__form .reset__button {
  right: 45px;
  width: 34px;
  height: 34px;
  color: #75685f;
  background: transparent;
  border: 0;
  border-radius: 50%;
}

.search-modal__form .reset__button:hover {
  color: #5c3d29;
  background: #eee5dc;
}

.search-modal__form .reset__button.hidden {
  display: none !important;
}

/* Icon sizing */
.search-modal__form .svg-wrapper {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.search-modal__form .svg-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Close button */
.search-modal__close-button {
  display: flex !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  color: #2e241d !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
}

.search-modal__close-button:hover {
  color: #f04a23 !important;
  background: #eee5dc !important;
}

.search-modal__close-button:focus-visible {
  outline: 2px solid #5c3d29;
  outline-offset: 2px;
}

.search-modal__close-button .svg-wrapper {
  width: 18px;
  height: 18px;
}

/* =========================================================
   PREDICTIVE SEARCH
========================================================= */

.search-modal__form .predictive-search {
  top: calc(100% + 8px);
  width: 100%;
  max-height: min(65vh, 520px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fffdf8;
  border: 1px solid #d8c9bd;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(46, 36, 29, 0.12);
}

.search-modal__form .predictive-search__heading {
  color;
  box-shadow: 0 12px 28px rgba(46, 36, 29, 0.12);
}

.search-modal__form: #5c3d29;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.search-modal__form .predictive-search__item {
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.search-modal__form .predictive-search__item:hover {
  background: #f2eee8;
}

.search-modal__form .predictive-search__item-heading {
  color: #2e241d;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.search-modal__form .predictive-search__item-query-result mark {
  color: #5c3d29;
  background: transparent;
  font-weight: 700;
}

/* Scrollbar */
.search-modal__form .predictive-search::-webkit-scrollbar {
  width: 6px;
}

.search-modal__form .predictive-search::-webkit-scrollbar-track {
  background: #f2eee8;
}

.search-modal__form .predictive-search::-webkit-scrollbar-thumb {
  background: #bca797;
  border-radius: 999px;
}

/* Header wrappers */
.logo_search_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_mobile_custom_main {
  display: none !important;
}

/* =========================================================
   TABLET AND MOBILE
========================================================= */

@media screen and (max-width: 990px) {
  .header_dsktop_custom_main {
    display: none !important;
  }

  .header_mobile_custom_main {
    display: block !important;
  }

  .search-modal__form {
    min-width: 0;
  }
}

@media screen and (max-width: 749px) {
  .search-modal__content {
    gap: 8px;
  }

  .search-modal__form .field {
    min-height: 48px;
  }

  .search-modal__form .search__input {
    height: 46px;
    padding: 0 78px 0 11px;
    font-size: 14px;
  }

  .search-modal__form .search__button {
    right: 3px;
    width: 40px;
    height: 40px;
  }

  .search-modal__form .reset__button {
    right: 41px;
    width: 32px;
    height: 32px;
  }

  .search-modal__form .svg-wrapper {
    width: 19px;
    height: 19px;
  }

  .search-modal__close-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
  }

  .search-modal__form .predictive-search {
    top: calc(100% + 7px);
    max-height: 65vh;
    border-radius: 4px;
  }
}

/* Desktop header: full-width search bar */
@media screen and (min-width: 990px) {
  .header_dsktop_custom_main .logo_search_main {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 24px;
    grid-column: 1 / -1;
  }

  /* Logo */
  .header_dsktop_custom_main .logo_search_main > div:first-child {
    flex: 0 0 auto;
  }

  /* Search area takes all remaining space */
  .header_dsktop_custom_main .custom_search_head {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .header_dsktop_custom_main .custom_search_head .search-modal__content,
  .header_dsktop_custom_main .custom_search_head predictive-search,
  .header_dsktop_custom_main .custom_search_head search-form,
  .header_dsktop_custom_main .custom_search_head .search-modal__form,
  .header_dsktop_custom_main .custom_search_head .search,
  .header_dsktop_custom_main .custom_search_head .field {
    display: block;
    width: 100%;
    max-width: none;
  }

  .header_dsktop_custom_main .custom_search_head .search-modal__content {
    padding: 0;
  }

  /* Keep icons and call button at their natural width */
  .header_dsktop_custom_main .header__icons.desk,
  .header_dsktop_custom_main .logo_search_main > call-us-button {
    flex: 0 0 auto;
  }

  .header_dsktop_custom_main .header__icons.desk {
    width: auto;
    padding-right: 0;
  }
}