/* compiled by scssphp 1.10.2 on Fri, 01 May 2026 04:44:32 +0000 (0.041s) */

/* Harcourts properties maps 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 map */
  .properties-map {
    width: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    transition: none;
    position: relative;
    order: 1;
  }
  .properties-map .properties-map-sticky {
    position: sticky;
    top: 10px;
    background: #f5f4f4;
    background: linear-gradient(110deg, #f3f3f3 28%, #f7f7f7 46%, #f3f3f3 55%);
    background-size: 200% 100%;
    animation: 1.5s map-shine linear infinite;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 5px;
    overflow: hidden;
  }
  .properties-map .properties-map-sticky .properties-map-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .properties-map .properties-map-sticky .properties-map-item.loaded {
    opacity: 1;
  }
  .properties-map .map-property {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-color: #001f49;
    border: 2px solid #ffffff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.1s ease, border 0s ease;
    position: relative;
    z-index: 1;
  }
  .properties-map .map-property:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    height: 0;
    transform: translate(-50%, 0);
    transition: all 0.1s ease-out;
    width: 0;
    z-index: 2;
  }
  .properties-map .map-property:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #001f49;
    height: 0;
    transform: translate(-50%, 0);
    transition: all 0.1s ease-out;
    width: 0;
    z-index: 3;
  }
  .properties-map .map-property .icon {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.1s ease;
    z-index: 4;
  }
  .properties-map .map-property .background {
    position: absolute;
    inset: 0;
    display: none;
    border-radius: 7px;
    overflow: hidden;
  }
  .properties-map .map-property .background > * {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
  }
  .properties-map .map-property .details {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.35rem;
    flex: 1;
    padding: 15px;
    background: rgba(0, 12, 29, 0.3);
    background: linear-gradient(180deg, rgba(0, 12, 29, 0) 0%, rgba(0, 12, 29, 0.1) 40%, rgba(0, 12, 29, 0.3) 70%, rgba(0, 12, 29, 0.75) 100%);
    border-radius: 7px;
    overflow: hidden;
  }
  .properties-map .map-property .details .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
  }
  .properties-map .map-property .details .top {
    flex-grow: 0;
  }
  .properties-map .map-property .details .address {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
  }
  .properties-map .map-property .details .bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    flex-grow: 0;
  }
  .properties-map .map-property .details .price {
    display: block;
    font-weight: 500;
  }
  .properties-map .map-property .details .icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
  }
  .properties-map .map-property .details .icons > * {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
  }
  .properties-map .map-property .details .icons > * [class*="fa-"] {
    font-size: 12px;
  }
  .properties-map .map-property:hover {
    transform: scale(1.2);
    z-index: 2;
  }
  .properties-map .map-property.active {
    transform: scale(1.2);
    transform-origin: bottom center;
    background-color: #00aeef;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  }
  .properties-map .map-property.active:after {
    border-top: 7px solid #00aeef;
  }
  .properties-map .map-property.active .icon {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
  .properties-map .map-property.active .background > * {
    transform: scale(1.05);
    transition: all 0.6s ease;
  }
  .properties-map .map-property.highlight, .properties-map .map-property.active.highlight {
    transform: scale(1);
    width: 300px;
    height: 160px;
    border-radius: 6px;
    background: #ffffff;
    border: 0px solid #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  }
  .properties-map .map-property.highlight:before, .properties-map .map-property.active.highlight:before {
    opacity: 0;
  }
  .properties-map .map-property.highlight:after, .properties-map .map-property.active.highlight:after {
    border-top: 7px solid #001f49;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -6px;
  }
  .properties-map .map-property.highlight .icon, .properties-map .map-property.active.highlight .icon {
    opacity: 0;
  }
  .properties-map .map-property.highlight .background, .properties-map .map-property.active.highlight .background {
    display: flex;
  }
  .properties-map .map-property.highlight .details, .properties-map .map-property.active.highlight .details {
    display: flex;
  }
  .properties-map .map-property.highlight .details .address, .properties-map .map-property.active.highlight .details .address {
    opacity: 1;
  }
  @keyframes map-shine {
    to {
      background-position-x: -200%;
    }
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  /* Property map */
  .properties-map .properties-map-sticky {
    top: 20px;
    max-height: calc(100vh - 40px);
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  /* Property map */
  .properties-map .properties-map-sticky {
    top: 20px;
    max-height: calc(100vh - 40px);
  }
}
/* Larger than laptop (responsive large) */
@media (min-width: 1200px) {
  /* Property map */
  .properties-map .properties-map-sticky {
    top: 20px;
    max-height: calc(100vh - 40px);
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  /* Property map */
  .properties-map .properties-map-sticky {
    top: 20px;
    max-height: calc(100vh - 40px);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fproperties%2Fmaps.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%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQnB%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3QF%3BAAmRA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxRR%3BAAiSA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtSR%3BAA%2BSA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApTR%3BAA6TA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */