/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
  --immowp-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --immowp-color1: #0f172a;
  --immowp-color2: #3b82f6;
  --immowp-accent: #f97316;
  --immowp-radius: 12px;
  --immowp-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.iwp__property {
  padding: 40px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #334155;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.iwp__property * {
  box-sizing: border-box;
}
.iwp__property .iwp__searchbar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #e2e8f0;
}
.iwp__property .iwp__searchbar .iwp__search-top-bar .iwp__search-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  align-items: flex-end;
}
.iwp__property .iwp__searchbar .iwp__filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.iwp__property .iwp__searchbar .iwp__filter-group label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  display: block !important;
}
.iwp__property .iwp__searchbar .iwp__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  background-color: #fff;
  transition: all 0.2s;
}
.iwp__property .iwp__searchbar .iwp__input:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.iwp__property .iwp__searchbar .iwp__input::placeholder {
  color: #64748b;
  opacity: 1;
}
.iwp__property .iwp__searchbar .ss-main {
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 8px !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
  background-color: #fff;
  width: 100%;
  padding: 0;
  overflow: visible !important;
}
.iwp__property .iwp__searchbar .ss-main .ss-values {
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  padding: 4px 12px !important;
  overflow: visible !important;
}
.iwp__property .iwp__searchbar .ss-main .ss-multi-selected {
  border: none !important;
  box-shadow: none !important;
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
  overflow: visible !important;
}
.iwp__property .iwp__searchbar .ss-main .ss-multi-selected .ss-values {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  min-height: 40px !important;
  height: auto !important;
  max-height: none !important;
  padding: 8px 0 !important;
  overflow: visible !important;
  width: 100% !important;
}
.iwp__property .iwp__searchbar .ss-main .ss-multi-selected .ss-values .ss-value {
  background-color: #f1f5f9;
  color: #0f172a;
  border-radius: 4px;
  margin: 0 !important;
  border: none;
  padding: 4px 8px !important;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
.iwp__property .iwp__searchbar .ss-main .ss-multi-selected .ss-values .ss-placeholder {
  color: #64748b;
  margin: 0;
}
.iwp__property .iwp__searchbar .ss-main .ss-multi-selected .ss-add {
  margin: 0 12px 0 0 !important;
  flex-shrink: 0;
}
.iwp__property .iwp__searchbar .ss-main:focus, .iwp__property .iwp__searchbar .ss-main.ss-focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
  outline: none;
}
.iwp__property .iwp__searchbar .iwp__filter-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  width: auto;
  min-width: fit-content;
  grid-column: auto;
  justify-self: end;
}
.iwp__property .iwp__searchbar .iwp__filter-actions .iwp__filter-actions-spacer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: auto;
}
.iwp__property .iwp__searchbar .iwp__filter-actions .iwp__action-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.iwp__property .iwp__searchbar .iwp__btn-search {
  height: 46px;
  padding: 0 18px;
  background-color: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.iwp__property .iwp__searchbar .iwp__btn-search:hover {
  background-color: #2563eb;
  color: #fff;
}
.iwp__property .iwp__searchbar .iwp__btn-search svg {
  stroke: #fff;
  width: 20px;
  height: 20px;
}
.iwp__property .iwp__searchbar .iwp__btn-search span {
  font-size: 14px;
  font-weight: 600;
}
.iwp__property .iwp__searchbar .iwp__btn-filters-toggle {
  height: 46px;
  width: 46px;
  padding: 0;
  background-color: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.iwp__property .iwp__searchbar .iwp__btn-filters-toggle:hover, .iwp__property .iwp__searchbar .iwp__btn-filters-toggle.active {
  background-color: #e2e8f0;
  color: #0f172a;
}
.iwp__property .iwp__searchbar .iwp__search-advanced {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  animation: slideDown 0.3s ease-out;
}
.iwp__property .iwp__searchbar .iwp__search-advanced .iwp__advanced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
.iwp__property .iwp__searchbar .iwp__search-advanced .iwp__range-inputs {
  display: flex;
  gap: 8px;
}
.iwp__property .iwp__searchbar .iwp__search-advanced .iwp__range-inputs input {
  width: 50%;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.iwp__property .iwp__listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}
.iwp__property .iwp__listing-header .iwp__listing-header-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.iwp__property .iwp__listing-header .iwp__results-count {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.iwp__property .iwp__listing-header .iwp__results-count span {
  font-weight: 500;
  color: #64748b;
  font-size: 18px;
}
.iwp__property .iwp__listing-header .iwp__btn-alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #f0f9ff;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #3b82f6;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
}
.iwp__property .iwp__listing-header .iwp__btn-alert svg {
  width: 16px;
  height: 16px;
}
.iwp__property .iwp__listing-header .iwp__btn-alert:hover {
  background-color: #3b82f6;
  color: #fff;
}
.iwp__property .iwp__listing-header .iwp__listing-header-actions .iwp__select-simple select {
  height: 40px;
  padding: 0 32px 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #fff;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  min-width: 180px;
  transition: border-color 0.2s;
}
.iwp__property .iwp__listing-header .iwp__listing-header-actions .iwp__select-simple select:focus, .iwp__property .iwp__listing-header .iwp__listing-header-actions .iwp__select-simple select:hover {
  outline: none;
  border-color: #3b82f6;
}
@media (max-width: 768px) {
  .iwp__property .iwp__searchbar .iwp__search-top-bar .iwp__search-main {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .iwp__property .iwp__listing-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .iwp__property .iwp__listing-header .iwp__listing-header-info {
    width: 100%;
    justify-content: space-between;
  }
  .iwp__property .iwp__listing-header .iwp__listing-header-actions {
    width: 100%;
  }
  .iwp__property .iwp__listing-header .iwp__listing-header-actions .iwp__select-simple select {
    width: 100%;
  }
}
.iwp__property .iwp__alert-form-container {
  max-width: 800px;
  margin: 0 auto;
}
.iwp__property .iwp__alert-message {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.iwp__property .iwp__alert-message--success {
  background: #f0fdf4;
  border-color: #86efac;
  color: #166534;
}
.iwp__property .iwp__alert-message--success svg {
  color: #22c55e;
  flex-shrink: 0;
}
.iwp__property .iwp__alert-message p {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
.iwp__property .iwp__alert-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 32px;
  border: 1px solid #e2e8f0;
}
.iwp__property .iwp__alert-header {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
}
.iwp__property .iwp__alert-header .iwp__alert-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iwp__property .iwp__alert-header .iwp__alert-icon svg {
  color: #fff;
}
.iwp__property .iwp__alert-header .iwp__alert-text {
  flex: 1;
}
.iwp__property .iwp__alert-header .iwp__alert-text h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.iwp__property .iwp__alert-header .iwp__alert-text p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}
.iwp__property .iwp__alert-form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.iwp__property .iwp__alert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.iwp__property .iwp__alert-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.iwp__property .iwp__alert-field label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin: 0;
}
.iwp__property .iwp__alert-field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  color: #0f172a;
  background-color: #fff;
  transition: all 0.2s;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.iwp__property .iwp__alert-field input:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.iwp__property .iwp__alert-field input::placeholder {
  color: #94a3b8;
}
.iwp__property .iwp__alert-checkboxes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 24px 0;
}
.iwp__property .iwp__alert-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.iwp__property .iwp__alert-checkbox-group .iwp__alert-group-label {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}
.iwp__property .iwp__alert-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.iwp__property .iwp__alert-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.iwp__property .iwp__alert-checkbox:hover {
  background-color: #f8fafc;
}
.iwp__property .iwp__alert-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.iwp__property .iwp__alert-checkbox input[type=checkbox]:checked ~ .iwp__checkbox-custom {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.iwp__property .iwp__alert-checkbox input[type=checkbox]:checked ~ .iwp__checkbox-custom::after {
  display: block;
}
.iwp__property .iwp__alert-checkbox input[type=checkbox]:focus ~ .iwp__checkbox-custom {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.iwp__property .iwp__alert-checkbox .iwp__checkbox-custom {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  transition: all 0.2s;
  flex-shrink: 0;
}
.iwp__property .iwp__alert-checkbox .iwp__checkbox-custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.iwp__property .iwp__alert-checkbox .iwp__checkbox-label {
  font-size: 14px;
  color: #475569;
  font-weight: 500;
  user-select: none;
}
.iwp__property .iwp__alert-submit-container {
  padding-top: 8px;
}
.iwp__property .iwp__alert-submit {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.iwp__property .iwp__alert-submit svg {
  stroke: #fff;
  width: 20px;
  height: 20px;
}
.iwp__property .iwp__alert-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}
.iwp__property .iwp__alert-submit:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .iwp__property .iwp__alert-form {
    padding: 24px 20px;
  }
  .iwp__property .iwp__alert-header {
    flex-direction: column;
    gap: 16px;
  }
  .iwp__property .iwp__alert-header .iwp__alert-text h2 {
    font-size: 20px;
  }
  .iwp__property .iwp__alert-grid {
    grid-template-columns: 1fr;
  }
  .iwp__property .iwp__alert-checkboxes-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.iwp__property .iwp__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.iwp__property .iwp__items-carousel {
  display: block;
  width: 100%;
  position: relative;
}
.iwp__property .iwp__items-carousel .swiper_carousel {
  width: 100%;
  overflow: hidden;
}
.iwp__property .iwp__items-carousel .swiper-wrapper {
  align-items: stretch;
}
.iwp__property .iwp__items-carousel .swiper-slide {
  height: auto;
  display: flex;
  flex: 0 0 auto;
  width: auto;
}
.iwp__property .iwp__items-carousel .iwp__item {
  width: 100%;
  height: 100%;
}
.iwp__property .iwp__items-carousel .swiper-button-prev,
.iwp__property .iwp__items-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(15, 23, 42, 0.85);
  color: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
}
.iwp__property .iwp__items-carousel .swiper-button-prev:after,
.iwp__property .iwp__items-carousel .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}
.iwp__property .iwp__items-carousel .swiper-button-prev:hover,
.iwp__property .iwp__items-carousel .swiper-button-next:hover {
  background-color: rgba(59, 130, 246, 0.95);
  transform: translateY(-50%) scale(1.05);
}
.iwp__property .iwp__items-carousel .swiper-button-prev {
  left: -10px;
}
.iwp__property .iwp__items-carousel .swiper-button-next {
  right: -10px;
}
@media (max-width: 768px) {
  .iwp__property .iwp__items-carousel .swiper-button-prev {
    left: 10px;
  }
  .iwp__property .iwp__items-carousel .swiper-button-next {
    right: 10px;
  }
}
.iwp__property .iwp__item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
}
.iwp__property .iwp__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.iwp__property .iwp__item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.iwp__property .iwp__item .iwp__item-header {
  position: relative;
  padding-top: 66.66%;
  background-color: #f3f4f6;
  overflow: hidden;
}
.iwp__property .iwp__item .iwp__item-header .iwp__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iwp__property .iwp__item .iwp__item-header .iwp__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.iwp__property .iwp__item .iwp__item-header .iwp__item-price-overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #0f172a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
}
.iwp__property .iwp__item .iwp__item-header .iwp__item-price-overlay .iwp__postfix {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
.iwp__property .iwp__item:hover .iwp__item-image img {
  transform: scale(1.05);
}
.iwp__property .iwp__item .iwp__item-meta {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.iwp__property .iwp__item .iwp__item-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.iwp__property .iwp__item .iwp__item-meta li {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #0f172a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.iwp__property .iwp__item .favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #64748b;
}
.iwp__property .iwp__item .favorite-button:hover {
  transform: scale(1.1);
  color: #ef4444;
}
.iwp__property .iwp__item .favorite-button.active {
  color: #ef4444;
}
.iwp__property .iwp__item .favorite-button.active svg {
  fill: #ef4444;
}
.iwp__property .iwp__item .iwp__item-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.iwp__property .iwp__item .iwp__item-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.iwp__property .iwp__item .iwp__item-text .localisation {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 14px;
}
.iwp__property .iwp__item .iwp__item-text .localisation svg {
  width: 14px;
  height: 14px;
}
.iwp__property .iwp__item .iwp__item-overview {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iwp__property .iwp__item .iwp__item-overview div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #475569;
  font-weight: 500;
}
.iwp__property .iwp__item .iwp__item-overview div svg {
  width: 16px;
  height: 16px;
  fill: #94a3b8;
}
.iwp__property .iwp__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.iwp__property .iwp__header .iwp__header-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.iwp__property .iwp__header .iwp__header-meta li {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  color: #0f172a;
}
.iwp__property .iwp__header .iwp__header-meta li.iwp__heart {
  background-color: #fee2e2;
  color: #b91c1c;
  border-color: #fecaca;
}
.iwp__property .iwp__header .iwp__header-meta li.iwp_type {
  background-color: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}
.iwp__property .iwp__header .iwp__header-meta li.iwp_status {
  background-color: #ecfccb;
  color: #3f6212;
  border-color: #d9f99d;
}
.iwp__property .iwp__header .iwp__header-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .iwp__property .iwp__header .iwp__header-title {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__address h1 {
  font-size: 32px;
  margin: 0 0 6px 0;
  color: #0f172a;
  line-height: 1.2;
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__address span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #64748b;
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__address span svg {
  width: 16px;
  height: 16px;
  fill: #3b82f6;
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__price {
  font-size: 30px;
  font-weight: 700;
  color: #3b82f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__price .iwp__price,
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__price .iwp_price {
  font-size: 32px;
  font-weight: 700;
}
.iwp__property .iwp__header .iwp__header-title .iwp__header-title__price .iwp__postfix {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
}
.iwp__property .iwp__property-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .iwp__property .iwp__property-container {
    flex-direction: column;
  }
}
.iwp__property .iwp__main-content {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.iwp__property .iwp__property-sidebar {
  width: 360px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}
@media (max-width: 1024px) {
  .iwp__property .iwp__property-sidebar {
    width: 100%;
    position: static;
  }
}
.iwp__property .iwp__gallery-wrapper {
  margin-bottom: 40px;
  position: relative;
}
.iwp__property .iwp__gallery-wrapper .swiper-button-next,
.iwp__property .iwp__gallery-wrapper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.iwp__property .iwp__gallery-wrapper .swiper-button-next:after,
.iwp__property .iwp__gallery-wrapper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.iwp__property .iwp__gallery-wrapper .iwp__gallery-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.iwp__property .iwp__gallery-wrapper .iwp__gallery-badges .iwp__badge {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.iwp__property .iwp__gallery-wrapper .iwp__gallery-badges .iwp__badge--status {
  background-color: #f97316;
}
.iwp__property .iwp__gallery-wrapper .iwp__gallery-badges .iwp__badge--exclusive {
  background-color: #0f172a;
}
.iwp__property .iwp__gallery-wrapper .iwp__gallery-badges .iwp__badge--heart {
  background-color: #ef4444;
}
.iwp__property .iwp__gallery-slider {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .iwp__property .iwp__gallery-slider {
    height: 300px;
  }
}
.iwp__property .iwp__gallery-slider .swiper-slide {
  background-color: #f1f5f9;
  position: relative;
}
.iwp__property .iwp__gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iwp__property .iwp__gallery-slider .swiper-slide .iwp__slide-counter {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.iwp__property .iwp__gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
}
.iwp__property .iwp__gallery-thumbs .swiper-slide {
  width: 15% !important;
  height: 100%;
  opacity: 0.4;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s;
}
.iwp__property .iwp__gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
}
.iwp__property .iwp__gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iwp__property .iwp__gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #3b82f6;
}
.iwp__property .iwp__price-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
}
.iwp__property .iwp__price-card .iwp__price-card-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: center;
}
.iwp__property .iwp__price-card .iwp__price-card-price {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}
.iwp__property .iwp__price-card .iwp__price-card-price .period {
  font-size: 16px;
  color: #94a3b8;
  font-weight: 500;
}
.iwp__property .iwp__price-card .iwp__price-separator {
  height: 1px;
  background-color: #e2e8f0;
  margin: 20px 0;
  width: 100%;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #f1f5f9;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content {
  flex: 1;
  min-width: 0;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line .iwp__contact-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line .iwp__contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: #3b82f6;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line .iwp__contact-text,
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a {
  font-size: 13px;
  color: #475569;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a {
  font-weight: 600;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__header .iwp__sidebar-agent__content .iwp__contact-line a:hover {
  color: #3b82f6;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=text],
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=email],
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=tel],
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: inherit;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=text]:focus,
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=email]:focus,
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=tel]:focus,
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form button, .iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=submit] {
  width: 100%;
  background-color: #3b82f6;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form button:hover, .iwp__property .iwp__price-card .iwp__sidebar-agent .iwp__sidebar-agent__form input[type=submit]:hover {
  background-color: #2563eb;
}
.iwp__property .iwp__sidebar-others h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f172a;
}
.iwp__property .iwp__sidebar-others .iwp__items {
  grid-template-columns: 1fr;
  gap: 20px;
}
.iwp__property .iwp__sidebar-others .iwp__item .iwp__item-header {
  padding-top: 50%;
}
.iwp__property .iwp__sidebar-others .iwp__item .iwp__item-content {
  padding: 16px;
}

.iwp__block-address #iwp__map {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .iwp__block-address #iwp__map {
    height: 300px;
  }
}

.iwp__block-features .iwp__block-features-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.iwp__block-features .iwp__block-features-list li {
  width: 33.3333333333%;
  margin-bottom: 20px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .iwp__block-features .iwp__block-features-list li {
    width: 50%;
  }
}
.iwp__block-features .iwp__block-features-list li .iwp__block-features-detail {
  display: flex;
  align-items: center;
}
.iwp__block-features .iwp__block-features-list li svg {
  width: 15px;
  margin-right: 20px;
  fill: #0f172a;
}
.iwp__block-features .iwp__block-features-list li span {
  line-height: 1;
}

.iwp__block-visite .iwp__card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iwp__block-energie .iwp__card-body {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.iwp__block-energie .iwp__card-body h4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .iwp__block-energie .iwp__card-body {
    flex-direction: column;
  }
  .iwp__block-energie .iwp__card-body img {
    max-width: 240px;
    margin: auto;
  }
  .iwp__block-energie .iwp__card-body img + img {
    margin-top: 15px;
  }
}
.iwp__block-energie .energy-range {
  font-weight: bold;
}
.iwp__block-energie .energy-date {
  font-weight: bold;
}
.iwp__block-energie .diagnostic-date-line {
  padding: 10px 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.iwp__block-energie .diagnostic-date-line .date-label {
  font-weight: bold;
  margin-right: 10px;
}
.iwp__block-energie .diagnostic-date-line .date-value {
  font-weight: bold;
  color: #333;
}

.iwp__property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e8f0;
}
@media screen and (max-width: 768px) {
  .iwp__property-header {
    flex-direction: column;
    gap: 20px;
  }
}
.iwp__property-header .iwp__property-main-info {
  flex: 1;
}
.iwp__property-header .iwp__property-main-info .iwp_create_alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.2s;
  margin-bottom: 16px;
}
.iwp__property-header .iwp__property-main-info .iwp_create_alert:hover {
  background-color: #2563eb;
}
.iwp__property-header .iwp__property-main-info h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin: 12px 0;
  line-height: 1.2;
}
.iwp__property-header .iwp__property-main-info .iwp__property-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.iwp__property-header .iwp__property-main-info .iwp__badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.iwp__property-header .iwp__property-main-info .iwp__badge--type {
  background-color: #3b82f6;
}
.iwp__property-header .iwp__property-main-info .iwp__badge--status {
  background-color: #f97316;
}
.iwp__property-header .iwp__property-main-info .iwp__badge--exclusive {
  background-color: #0f172a;
}
.iwp__property-header .iwp__property-main-info .iwp__property-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 16px;
}
.iwp__property-header .iwp__property-main-info .iwp__property-location svg {
  color: #3b82f6;
}
.iwp__property-header .iwp__property-price-info {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .iwp__property-header .iwp__property-price-info {
    text-align: left;
  }
}
.iwp__property-header .iwp__property-price-info .price-value {
  font-size: 32px;
  font-weight: 700;
  color: #3b82f6;
}
.iwp__property-header .iwp__property-price-info .price-value .period {
  font-size: 16px;
  color: #64748b;
  font-weight: 500;
}
.iwp__property-header .iwp__property-price-info .price-fees {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
}

.iwp__content .iwp__row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .iwp__content .iwp__row {
    flex-direction: column;
  }
}
.iwp__content .iwp__row .iwp__main {
  flex: 1;
  min-width: 0;
}
.iwp__content .iwp__row .iwp__sidebar {
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .iwp__content .iwp__row .iwp__sidebar {
    width: 100%;
  }
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-sticky {
  position: sticky;
  top: 20px;
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-price-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-price-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 16px;
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-price-card .btn-contact {
  width: 100%;
  background-color: #3b82f6;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 16px;
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-price-card .btn-contact:hover {
  background-color: #2563eb;
}
.iwp__content .iwp__row .iwp__sidebar .iwp__sidebar-price-card .reference {
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}

.iwp__block {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
.iwp__block.iwp__card .iwp__card-header {
  padding: 20px 24px;
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.iwp__block.iwp__card .iwp__card-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}
.iwp__block.iwp__card .iwp__card-body {
  padding: 24px;
  color: #475569;
  line-height: 1.6;
}

.iwp__overview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.iwp__overview-list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.iwp__overview-list li:before, .iwp__overview-list li:after {
  display: none;
}
.iwp__overview-list .iwp__overview-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.iwp__overview-list .iwp__overview-item .iwp__media-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
}
.iwp__overview-list .iwp__overview-item .iwp__media-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5px;
  fill: none;
  stroke: currentColor;
}
.iwp__overview-list .iwp__overview-item .iwp__media-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.iwp__overview-list .iwp__overview-item .iwp__media-body .iwp__label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}
.iwp__overview-list .iwp__overview-item .iwp__media-body .iwp__value {
  font-size: 14px;
  color: #64748b;
  line-height: 1.2;
}

.iwp__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px 40px;
}
.iwp__details-list li {
  width: auto !important;
  margin: 0 !important;
  padding: 4px 0;
  border-bottom: 1px solid #f1f5f9;
}
.iwp__details-list li:last-child {
  border-bottom: none;
}
.iwp__details-list li .iwp__details-item {
  display: flex;
  justify-content: space-between;
}
.iwp__details-list li .iwp__details-item strong {
  color: #64748b;
  font-weight: 500;
}
.iwp__details-list li .iwp__details-item span {
  color: #0f172a;
  font-weight: 600;
}

.iwp__property-pagination {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.iwp__property-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.iwp__property-pagination .page-numbers:hover, .iwp__property-pagination .page-numbers.current {
  background-color: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
