.property-search-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bpsp-breadcrumb-nav {
    margin: 10px auto 40px;
    align-items: flex-start !important;
}

.bpsp-breadcrumb {
    margin: 0 !important;
    line-height: 1 !important;
}

.bpsp-breadcrumb-nav .favourites-btn {
    align-self: flex-start !important;
    margin-top: 0 !important;
}

.filter-label {
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}

.property-search-input:has(.custom-btn) {
    padding-top: 27px;
}

.property-search-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 35px;
}

.property-available-btn .custom-btn-design {
    padding: 13px 0px !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .filter-label {
        font-size: 10px;
        margin-bottom: 6px;
    }
}

.property-search-area>div:nth-child(6) {
    display: block !important;
}

.property-search-input {
    gap: 0px !important;
}

@media (max-width: 1600px) {
    .property-search-area .filter-trigger-btn {
        padding: 10px 25px;
    }

    .property-search select, .property-result-filter select {
        width: 180px !important;
    }
}

@media (max-width: 1024px) {
    .property-search-area .property-search-line {
        display: none;
    }

    .property-search-area>div:nth-child(6) {
        display: none !important;
    }

    .property-search-area .custom-btn {
        padding: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .property-search-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 12px;
        row-gap: 12px;
    }

    .property-search-area .property-search-input:not(:has(.filter-trigger-btn)) {
        width: 100%;
        align-items: flex-start;
        padding-top: 0;
    }

    .property-search-area .property-search-input:has(.filter-trigger-btn) {
        width: calc((100% - 12px) / 2);
        align-items: center;
        padding-top: 0;
    }

    .property-search-area .filter-trigger-btn {
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .property-search-area select.search-input {
        width: 100% !important;
    }

    .property-results-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .results-sort {
        width: fit-content;
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .property-search-area {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
        row-gap: 14px;
    }

    .property-search-area .property-search-input:not(:has(.filter-trigger-btn)) {
        flex: 0 0 calc((100% - 30px) / 4);
        max-width: calc((100% - 30px) / 4);
    }

    .property-search-area .property-search-input:has(.filter-trigger-btn) {
        flex: 0 0 auto;
        max-width: none;
        align-items: center;
        padding-top: 0;
        margin-top: 25px;
    }

    .property-search-area .filter-trigger-btn {
        margin: 0;
        min-width: 148px;
        width: auto;
    }

    .property-search-area select.search-input {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .bpsp-breadcrumb-nav {
        align-items: flex-start !important;
    }

    .favourites-btn {
        align-self: flex-start !important;
        margin-top: 0 !important;
        padding: 7px 9px !important;
        gap: 5px;
        border-radius: 3px;
    }

    .favourites-btn svg {
        width: 16px;
        height: 16px;
    }

    .favourites-btn span {
        font-size: 12px;
        line-height: 1;
    }

    .property-search-input-field::placeholder {
        font-size: 14px;
    }

    .property-search-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .property-search-area .property-search-input {
        width: 100%;
    }

    .property-search-area .property-search-input:has(.filter-trigger-btn) {
        width: calc((100% - 12px) / 2);
        align-items: center;
        padding-top: 0;
    }

    .property-search-area .filter-trigger-btn {
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .property-search-area select.search-input {
        width: 100% !important;
    }

    .property-results-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .results-sort {
        width: fit-content;
        min-width: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .property-search-area {
        align-items: flex-end;
    }

    .property-search-line {
        align-self: flex-end;
    }
}



/* ===================================== */
/* Property Search Bar */
/* ===================================== */
.property-search-bar {
    position: relative;
    width: 100%;
    margin: 0 auto 40px auto;
}

.property-search-input-field {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 40px 15px 0;
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    outline: none;
    transition: all 0.3s ease;
}

.property-search-input-field::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: left;
}

.property-search-input-field:focus {
    border-bottom-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.8);
}

.property-search-bar .search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    pointer-events: none;
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .property-search-input-field {
        font-size: 16px;
        line-height: 1.2;
        padding: 12px 34px 16px 0;
    }

    .property-search-input-field::placeholder {
        font-size: 14px;
    }

    .property-search-bar .search-icon {
        right: 0;
        width: 20px;
        height: 20px;
    }
}

/* ===================================== */
/* Results Header with Sort */
/* ===================================== */
.property-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
}

.results-count {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #A3A3A3;
}

.results-count .bpsp-totalCount {
    font-weight: 400;
}

.results-sort {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1b1b1b;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 10px 16px;
    cursor: pointer;
    position: relative;
    width: fit-content;
}

.results-sort .sort-label {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin: 0;
    pointer-events: none;
}

.results-sort .sort-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    pointer-events: none;
}

.results-sort select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.results-sort select option {
    background: #1b1b1b;
    color: #fff;
    padding: 12px 16px;
}

.results-sort:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.filter-modal-actions .modal-btn {
    padding: 15px 50px !important;
}

/* Responsive */
@media (max-width: 767px) {
    .property-results-header {
        gap: 12px;
    }
}

/* ===================================== */
/* Property Card Design Overrides */
/* ===================================== */

.bpsp-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

.property-available {
    width: 100%;
    background-color: #1b1b1b;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 0px !important;
    padding: 0px;
}

.property-available .row {
    display: block;
    margin: 0;
}

.property-available .col-lg-8,
.property-available .col-md-8,
.property-available .col-lg-4,
.property-available .col-md-4 {
    width: 100%;
    padding: 0;
    max-width: none;
}

.property-available-img {
    width: 100%;
    height: 280px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.property-available-content {
    padding: 24px;
}

.property-available-content ul {
    display: none;
}

.property-available-text h3 {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    color: #fff;
}

.property-available-text h4 {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 275;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    color: #fff;
}

.property-available-text h5 {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 275;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    color: #fff;
}

.property-available-text h5 a {
    color: #85B6FF;
    text-decoration: none;
    margin-left: 8px;
    padding: 0;
    text-underline-offset: 2px;
    text-decoration: underline;
}

.property-available-text h5 a:hover {
    text-decoration: underline;
}

.golden-visa-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 125px;
    padding: 8px 12px;
    background: #4E3C0D7A;
    border: 0.4px solid #FFFFFF40;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 4px;
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.11em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}

.wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 45px;
    height: 45px;
    background: #0000008A;
    border: 0.4px solid #FFFFFF40;
    backdrop-filter: blur(19.7px);
    -webkit-backdrop-filter: blur(19.7px);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border: 0.4px solid #FFFFFF40;
}

.wishlist-btn:hover {
    background: #000000B3;
}

.wishlist-btn svg {
    width: 20px;
    height: 20px;
}

.wishlist-btn.active svg path {
    fill: #fff;
    stroke: none;
}

.price-divider {
    border-top: 0.5px solid #ffffff1c;
    margin: 20px 0;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.price-info svg {
    width: 20px;
    height: 18px;
    flex-shrink: 0;
}

.price-info .price-label {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.price-info .dirham-symbol {
    width: 15px;
    height: 13px;
    object-fit: contain;
    margin: 0 4px;
    filter: invert(1);
}

.price-info .price-value {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.4px;
    color: #fff;
}

.area-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.area-info svg {
    width: 20px;
    height: 18px;
    flex-shrink: 0;
}

.area-info .area-text {
    font-family: 'Aktiv Grotesk', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .bpsp-results {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 20px;
    }

    .property-available {
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .bpsp-results {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
    }

    .property-available {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
    }

    .property-available-content {
        padding: 20px;
    }

    .golden-visa-tag {
        top: 12px;
        left: 12px;
        width: 120px;
        font-size: 11px;
        padding: 6px 10px;
    }

    .wishlist-btn {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
    }

    .wishlist-btn svg {
        width: 18px;
        height: 18px;
    }
}

.property-available-btn .custom-btn {
    width: 100% !important;
}

.bpsp-results.row {
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}



@media (min-width: 2560px) {
    .property-available-img {
        height: 420px !important;
    }
}

/* Filter Modal */
body.filter-modal-open {
    overflow: hidden;
}

.filter-trigger-btn {
    min-width: 164px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.filter-trigger-btn .filter-trigger-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.filter-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(0, 0, 0, 0.62) 50%,
            rgba(0, 0, 0, 0.76) 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.36s ease, visibility 0.36s ease;
}

.filter-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.filter-modal-dialog {
    width: min(700px, 100%);
    max-height: min(88vh, 820px);
    overflow: auto;
    padding: 76px 40px 42px;
    position: relative;
    background: linear-gradient(160deg, rgba(58, 58, 58, 0.74) 0%, rgba(28, 28, 28, 0.72) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
    transform: translateY(18px) scale(0.98);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}

.filter-modal.is-open .filter-modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.filter-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.filter-modal-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 1.2px;
    background: rgba(255, 255, 255, 0.88);
}

.filter-modal-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.filter-modal-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.filter-modal-body {
    width: 100%;
}

.filter-modal-mobile-fields {
    display: none;
    width: 100%;
    margin-bottom: 18px;
}

.filter-modal-mobile-fields[hidden] {
    display: none !important;
}

.filter-modal-mobile-fields .property-search-input {
    width: 100%;
    align-items: flex-start;
    padding-top: 0 !important;
}

.filter-modal-mobile-fields .property-search-input .search-input {
    width: 100% !important;
    padding: 13px 20px;
    padding-right: 35px;
    background-color: #1b1b1b;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

.filter-modal-mobile-fields .filter-label {
    margin-bottom: 8px;
}

.filter-modal-price {
    width: 100%;
    margin-top: 6px;
    padding: 0 12px;
    box-sizing: border-box;
}

.filter-modal-price-box {
    width: 100%;
}

.filter-modal-actions {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#applyPriceFilterBtn {
    min-width: 300px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.filter-modal-reset-btn {
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'AktivGrotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1;
    cursor: pointer;
}

.bpsp-priceSlider,
.bpsp-priceLabel {
    width: 100%;
    box-sizing: border-box;
}

.noUi-tooltip {
    display: none;
}

.filter-modal-price-box * {
    height: 6px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 17px;
}

.bpsp-priceLabel {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-left: 0;
    color: #fff;
    font-family: 'AktivGrotesk', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
}

.noUi-connect {
    background: #737373;
}

.filter-modal .noUi-target {
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.22);
}

.filter-modal .noUi-horizontal .noUi-handle {
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    background: #fff;
    top: -6px;
}

.filter-modal .bpsp-priceLabel span:last-child {
    text-align: right;
}

@media (max-width: 991px) {
    .filter-modal-dialog {
        width: min(620px, 100%);
        padding: 68px 28px 36px;
    }

    #applyPriceFilterBtn {
        min-width: 260px;
    }
}

@media (max-width: 767px) {
    .filter-modal {
        padding: 14px;
    }

    .filter-modal-dialog {
        width: 100%;
        max-height: 92vh;
        padding: 62px 18px 28px;
    }

    .filter-modal-mobile-fields {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 14px;
    }

    .filter-modal-price {
        padding: 0 8px;
    }

    .filter-modal-close {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
    }

    .bpsp-priceLabel {
        margin-top: 14px;
        font-size: 15px;
    }

    #applyPriceFilterBtn {
        width: 100%;
        min-width: 0;
    }

    .filter-modal-actions {
        margin-top: 32px;
        gap: 20px;
    }

    .filter-modal-reset-btn {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .filter-modal-price-box {
        width: 97% !important;
    }
}

/* ===================================== */
/* Shortlist Modal */
/* ===================================== */
.shortlist-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    display: flex;
    pointer-events: none;
    visibility: hidden;
    transition: background 0.35s ease, visibility 0s 0.35s;
}

.shortlist-modal.is-open {
    background: rgba(0, 0, 0, 0.75);
    pointer-events: auto;
    visibility: visible;
    transition: background 0.35s ease, visibility 0s 0s;
}

.shortlist-modal-dialog {
    width: 100%;
    max-width: 758px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(54, 54, 54, 0.81);
    backdrop-filter: blur(21.55px);
    -webkit-backdrop-filter: blur(21.55px);
    padding: 60px 0 50px;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95) translateY(20px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.shortlist-modal.is-open .shortlist-modal-dialog {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.shortlist-modal-close {
    position: absolute;
    top: 39px;
    right: 49px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.shortlist-modal-close span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.shortlist-modal-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.shortlist-modal-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.shortlist-modal-header {
    font-family: 'AktivGrotesk', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 40px;
    text-align: center;
}

.shortlist-modal-header span {
    font-weight: 300;
}

.shortlist-modal-cards {
    width: 576px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0 12px;
}

.shortlist-modal-cards::-webkit-scrollbar {
    width: 4px;
}

.shortlist-modal-cards::-webkit-scrollbar-track {
    background: transparent;
}

.shortlist-modal-cards::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
}

.shortlist-card {
    background: #141414;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    gap: 23.4px;
}

.shortlist-card-top {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.shortlist-card-img {
    width: 79px;
    height: 79px;
    min-width: 79px;
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;
    overflow: hidden;
    position: relative;
}

.shortlist-card-img.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #1a1a1a 0%,
        #2a2a2a 20%,
        #2a2a2a 40%,
        #1a1a1a 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    z-index: 1;
}

.shortlist-card-img.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 2;
}

.shortlist-card-img.loaded {
    transition: opacity 0.3s ease-in;
}

.shortlist-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shortlist-card-text h3 {
    font-family: 'AktivGrotesk', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin: 0;
    line-height: normal;
}

.shortlist-card-text h4 {
    font-family: 'AktivGrotesk', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: normal;
}

.shortlist-card-text h5 {
    font-family: 'AktivGrotesk', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    line-height: normal;
}

.shortlist-card-meta-section {
    border-top: 0.5px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shortlist-card-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'AktivGrotesk', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.shortlist-card-meta svg {
    flex-shrink: 0;
    width: 20px;
    height: 18px;
}

.shortlist-card-meta .meta-price-group {
    display: flex;
    gap: 9px;
    align-items: center;
}

.shortlist-card-meta .meta-price-amount {
    display: flex;
    gap: 8px;
    align-items: center;
}

.shortlist-card-meta .dirham-symbol {
    height: 13px;
    width: 15px;
    vertical-align: middle;
    filter: invert();
}

.shortlist-card-meta .meta-price-number {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 22.4px;
}

.shortlist-modal-footer {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding: 0 12px;
}

.shortlist-empty {
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-family: 'AktivGrotesk', sans-serif;
    font-size: 14px;
    padding: 40px 0;
}

@media (max-width: 767px) {
    .shortlist-modal {
        align-items: flex-end;
    }

    .shortlist-modal-dialog {
        max-width: 100%;
        padding: 50px 0 40px;
        backdrop-filter: blur(20px);
        background: #3F3F3FBA;
    }

    .shortlist-modal-close {
        top: 20px;
        right: 20px;
    }

    .shortlist-modal-cards {
        width: 100%;
    }

    .shortlist-card {
        padding: 16px 20px;
        gap: 18px;
    }

    .shortlist-card-img {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

    .shortlist-card-text h3 {
        font-size: 18px;
    }

    .shortlist-card-text h4,
    .shortlist-card-text h5 {
        font-size: 12px;
    }

    .shortlist-card-text h5 {
        padding-top: 10px;
    }

    .shortlist-card-meta {
        font-size: 14px;
        gap: 16px;
    }

    .shortlist-card-meta-section {
        padding-top: 14px;
    }

    .shortlist-modal-cards {
        max-height: 55vh;
    }
}

@media (max-width: 400px) {
    .shortlist-card-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .shortlist-card-text h3 {
        font-size: 16px;
    }

    .shortlist-card-meta {
        font-size: 13px;
        gap: 12px;
    }
}

@media (max-width: 321px) {
    .shortlist-card-meta .meta-price-number {
        font-size: 12px;
    }

    .shortlist-card-meta .dirham-symbol {
        width: 11px;
        height: 11px;
    }
}
