/* compiled by scssphp 1.10.2 on Fri, 01 May 2026 04:56:59 +0000 (0.0548s) */

/* Harcourts properties filters SCSS document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Grids responsive */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Navigation responsive */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Harcourts common SCSS document */
/* Select arrows */
/* Font reset */
/* All from mobile up (responsive all) */
@media all {
  /* Property filters */
  .properties-filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: currentColor;
    font-size: 1rem;
    position: relative;
    /* Field container */
  }
  .properties-filters .properties-filters-field {
    flex-grow: 1;
    padding-top: 5px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.1s ease;
    /* Label */
    /* Field control */
    /* Input */
    /* Select */
  }
  .properties-filters .properties-filters-field > label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0px 6px;
    color: currentColor;
  }
  .properties-filters .properties-filters-field .properties-field-control {
    position: relative;
    display: flex;
  }
  .properties-filters .properties-filters-field .properties-field-control input, .properties-filters .properties-filters-field .properties-field-control select {
    flex-grow: 1;
  }
  .properties-filters .properties-filters-field input.properties-filters-input {
    height: auto;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #9aa0af;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25em;
    padding: 6px 6px 10px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
    /* placeholder */
  }
  .properties-filters .properties-filters-field input.properties-filters-input::placeholder {
    font-weight: 400;
    color: #9aa0af;
    opacity: 1;
  }
  .properties-filters .properties-filters-field input.properties-filters-input::-webkit-input-placeholder {
    font-weight: 400;
    color: #9aa0af;
  }
  .properties-filters .properties-filters-field input.properties-filters-input:-moz-placeholder {
    font-weight: 400;
    color: #9aa0af;
    opacity: 1;
  }
  .properties-filters .properties-filters-field select.properties-filters-select {
    height: auto;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #9aa0af;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25em;
    padding: 6px 35px 10px 6px;
    background: none;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%23868fa2%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
    cursor: pointer;
    /* placeholder */
  }
  .properties-filters .properties-filters-field select.properties-filters-select:hover {
    outline: none;
    box-shadow: none;
  }
  .properties-filters .properties-filters-field select.properties-filters-select:focus {
    outline: none;
    box-shadow: none;
  }
  .properties-filters .properties-filters-field select.properties-filters-select::placeholder {
    font-weight: 400;
    color: #9aa0af;
    opacity: 1;
  }
  .properties-filters .properties-filters-field select.properties-filters-select::-webkit-input-placeholder {
    font-weight: 400;
    color: #9aa0af;
  }
  .properties-filters .properties-filters-field select.properties-filters-select:-moz-placeholder {
    font-weight: 400;
    color: #9aa0af;
    opacity: 1;
  }
  .properties-filters .properties-filters-field .properties-input-clear {
    position: absolute;
    top: 50%;
    right: 4px;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .properties-filters .properties-filters-field .properties-input-clear + input {
    padding-right: 30px;
  }
  .properties-filters .properties-filters-field.active {
    color: #001f49;
    background: #ffffff;
    border: 1px solid #001f49;
    border-radius: 10px;
  }
  .properties-filters .properties-filters-field.active select.properties-filters-select {
    color: currentColor;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2300aeef%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 20px;
  }
  .properties-filters .properties-filters-field.populated input.properties-filters-input {
    color: currentColor;
  }
  .properties-filters .properties-filters-field.populated select.properties-filters-select {
    color: currentColor;
  }
  .properties-filters .properties-filters-field.populated .properties-input-clear {
    display: inline-block;
  }
  .properties-filters .properties-filters-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 13px;
  }
  .properties-filters .properties-filters-buttons button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    font-family: "Source Sans 3", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 340;
    font-style: normal;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    padding: 0 0;
    padding-left: 23px;
    padding-right: 23px;
    background-color: #00aeef;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
    transition: all 0.2s ease;
    transition-property: color, background-color, border-color;
    overflow: visible;
    cursor: pointer;
  }
  .properties-filters .properties-filters-buttons button:hover {
    color: #ffffff;
    background-color: #001f49;
  }
  .properties-filters .properties-filters-buttons button.properties-filters-show .button-text {
    display: none;
  }
  .properties-filters .properties-filters-buttons button.properties-filters-show, .properties-filters .properties-filters-buttons button.properties-filters-hide, .properties-filters .properties-filters-buttons button.properties-filters-clear {
    font-weight: 400;
    color: #00aeef;
    background-color: transparent;
    border: 1px solid #00aeef;
  }
  .properties-filters .properties-filters-buttons button.properties-filters-show:hover, .properties-filters .properties-filters-buttons button.properties-filters-hide:hover, .properties-filters .properties-filters-buttons button.properties-filters-clear:hover {
    color: #ffffff;
    background-color: #001f49;
    border: 1px solid #001f49;
  }
  .properties-filters:not(.show-all) {
    flex-direction: row;
  }
  .properties-filters:not(.show-all) .properties-filters-field:not(:first-child) {
    display: none;
  }
  .properties-filters:not(.show-all) .properties-filters-buttons button.properties-filters-hide {
    display: none;
  }
  .properties-filters:not(.show-all) .properties-filters-buttons button.properties-filters-clear {
    display: none;
  }
  .properties-filters.show-all .properties-filters-field {
    display: block;
  }
  .properties-filters.show-all .properties-filters-buttons {
    width: 100%;
    margin-top: 1rem;
  }
  .properties-filters.show-all .properties-filters-buttons button.properties-filters-show {
    display: none;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  /* Property filters */
  .properties-filters {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
  }
  .properties-filters:not(.show-all) .properties-filters-field:nth-child(2) {
    display: block;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  /* Property filters */
  .properties-filters {
    column-gap: 30px;
    row-gap: 10px;
    /* Field container */
  }
  .properties-filters .properties-filters-field {
    /* Label */
    /* Input */
    /* Select */
  }
  .properties-filters .properties-filters-field > label {
    padding: 0px 12px;
  }
  .properties-filters .properties-filters-field input.properties-filters-input {
    padding: 6px 12px 10px;
  }
  .properties-filters .properties-filters-field select.properties-filters-select {
    padding: 6px 35px 10px 12px;
    background-position: right 10px center;
  }
  .properties-filters .properties-filters-field .properties-input-clear {
    right: 10px;
  }
  .properties-filters .properties-filters-field.active select.properties-filters-select {
    background-position: right 10px center;
  }
  .properties-filters:not(.show-all) .properties-filters-field:nth-child(3) {
    display: block;
  }
}
/* Larger than laptop (responsive large) */
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  /* Property filters */
  .properties-filters {
    flex-wrap: nowrap;
  }
  .properties-filters .properties-filters-buttons button.properties-filters-clear {
    padding-left: 30px;
    padding-right: 30px;
  }
  .properties-filters:not(.show-all) .properties-filters-field:not(:first-child) {
    display: block;
  }
  .properties-filters:not(.show-all) .properties-filters-buttons button.properties-filters-show {
    display: none;
  }
  .properties-filters:not(.show-all) .properties-filters-buttons button.properties-filters-clear {
    display: block;
  }
  .properties-filters.show-all .properties-filters-buttons {
    width: auto;
    margin-top: 0;
  }
  .properties-filters.show-all .properties-filters-buttons button.properties-filters-hide {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Ffilters%2Ffilters.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCI%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAA5RhB%3BAAsSA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASO%3BAAAA%3BAAAA%3BAAAA%3BAAlTR%3BAA0TA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAnWR%3BAAAA%3BAAgXA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOe%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%22%7D */