/* Widen container on search results page for larger screens */
@media screen and (min-width: 1200px) {
    .fx-insidepage__wrapper .container-xxl {
        max-width: 1370px;
        margin-inline: auto;
        padding-inline: 15px;
    }
}

/*back btn*/
.fx-insidepage__wrapper {
    margin-top: 0px !important;
}

.title-back-btn {
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    padding: 3px 5px;
}

.mobile-head-group .title-back-btn:focus, .mobile-head-group .title-back-btn:hover {
    outline: none;
    border: solid 1px #e70004;
}

.title-back-btn:hover svg path {
    stroke: #e70004;
}

.mobile-head-group:hover h2 {
    color: #333333;
}

.title-back-btn:hover, .title-back-btn:focus {
    outline: none;
    border: solid 1px #d1d1d1;
}

.fx-insidepage__wrapper {
    margin-top: 0px;
    padding-top:0;
}

.fxsr-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .fxsr-header .container-xxl {
        display: flex;
        align-items: end;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.fxsr-header__title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.fxsr-header__count {
    color: #888;
    font-weight: 500;
    font-size: 16px;
    margin-left: 0;
    padding: 15px 0 0 0;
}

.fxsr-sort-dropdown {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 36px 8px 14px;
    font-size: 14px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
    cursor: pointer;
    outline: none;
    min-width: 160px;
}

    .fxsr-sort-dropdown:focus {
        border-color: #3949ab;
    }

.fxsr-sidebar {
    padding-right: 10px;
}

.fxsr-filter {
    padding: 24px 0px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
}

    .fxsr-filter input[type="text"]:focus {
        border: 1px solid #000 !important;
        box-shadow: none !important;
        border-radius: 6px;
    }

    .fxsr-filter.sticky-top {
        position: sticky;
        top: 130px;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

        .fxsr-filter.sticky-top::-webkit-scrollbar {
            width: 4px;
        }

        .fxsr-filter.sticky-top::-webkit-scrollbar-thumb {
            background: #ddd;
            border-radius: 2px;
        }

.fxsr-filter__main-heading {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 0px;
    border-bottom: none;
    padding: 0px 20px 0px 20px;
}

.fxsr-filter__search-wrap {
    position: relative;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    outline: none !important;
    box-shadow: none;
    transition: background 0.2s, box-shadow 0.2s;
    margin: 0 20px;
    display: grid;
    grid-template-columns: 5fr 1fr;
    gap: 10px;
}

    .fxsr-filter__search-wrap input[type="text"] {
        padding: 10px 10px;
        border-radius: 5px;
        border: 1px solid #ddd !important;
        border-radius: 6px;
        width: auto;
    }

        .fxsr-filter__search-wrap input[type="text"]::placeholder {
            font-size: 16px;
        }

    .fxsr-filter__search-wrap:focus-within {
        background: #fff;
        box-shadow: none;
        outline: none !important;
    }

.fxsr-filter__search-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
    right: 0;
    color: #4a5565;
}

    .fxsr-filter__search-btn:hover {
        background: #eaebecf0;
    }

.fxsr-filter__search-icon {
    border: solid 1px #e9e9e9;
    padding: 12px;
    right: 0;
    border-radius: 5px;
}

.svg-btn-icon {
    width: 22px;
    height: 22px;
    color: #4a5565;
}

fxsr-filter__search-wrap {
    display: grid;
    align-items: center;
    width: auto;
    grid-template-columns: 5fr 1fr;
    gap: 10px;
}

.fxsr-filter__keyword {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    padding: 7px 32px 7px 14px;
    font-size: 13px;
    outline: none !important;
    background: transparent;
    color: #333;
    line-height: 1.4;
    border-radius: 20px;
}

    .fxsr-filter__keyword:focus,
    .fxsr-filter__keyword:focus-visible {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .fxsr-filter__keyword::placeholder {
        color: #aaa;
        font-size: 13px;
    }

.fxsr-filter__search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 13px;
    pointer-events: none;
}

.fxsr-filter__section {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
    margin: 15px 20px;
    border-top: solid 1px #ddd;
    padding-top: 10px;
}

    .fxsr-filter__section:last-child {
        margin-bottom: 0;
    }

.fxsr-filter__heading {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

    .fxsr-filter__heading .fxsr-chevron {
        font-size: 12px;
        color: #9da2ad;
        transition: transform 0.2s;
    }

    .fxsr-filter__heading.collapsed .fxsr-chevron {
        transform: rotate(180deg);
    }

.fxsr-filter__body {
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 10px 0 0 0;
}

    .fxsr-filter__body.collapsed {
        max-height: 0 !important;
        padding: 0px 0 0 0;
    }

.fxsr-filter__categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fxsr-filter__cat-item--hidden {
    display: none !important;
}

.fxsr-filter__show-toggle {
    display: inline-block;
    padding: 6px 0 2px;
    font-size: 13px;
    font-weight: 600;
    color: #3949ab;
    cursor: pointer;
    border: none;
    background: none;
}

    .fxsr-filter__show-toggle:hover {
        text-decoration: underline;
    }

.fxsr-filter__cat-item {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    font-size: 14px;
    color: #364153;
    cursor: pointer;
    gap: 8px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
}

    .fxsr-filter__cat-item input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        border: 2px solid #999;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin: 1px 0 0;
        background: #fff;
        transition: border-color 0.15s, background 0.15s;
        flex-shrink: 0;
    }

        .fxsr-filter__cat-item input[type="checkbox"]:hover {
            border-color: #666;
        }

        .fxsr-filter__cat-item input[type="checkbox"]:checked {
            background: #0078d4;
            border-color: #0078d4;
        }

            .fxsr-filter__cat-item input[type="checkbox"]:checked::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 1px;
                width: 7px;
                height: 11px;
                border: solid #fff;
                border-width: 0 2.5px 2.5px 0;
                transform: rotate(45deg);
            }

.fxsr-filter__cat-count {
    margin-left: 0;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    flex-shrink: 0;
}


.fxsr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


@media (min-width: 992px) {
    .col-lg-9 .fxsr-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.fxsr-grid--loading {
    opacity: 0.5;
    pointer-events: none;
}

.fxsr-card {
    background: #fff;
    border: 2px solid #838382;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

    .fxsr-card:hover {
        transform: translateY(-3px);
        text-decoration: none;
        color: inherit;
        border-color: #2354c4;
    }

.fxsr-card__image-wrap {
    position: relative;
    width: 100%;
    height: 136px;
    overflow: hidden;
    background: #f5f5f5;
}

.fxsr-card__image {
    max-width: 100%;
    max-height: 136px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    margin: 0 auto;
    width: 100%;
}

.fxsr-card__image-wrap:hover .fxsr-card__image {
    transform: scale(1.05);
}

.fxsr-card__badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #2354c4;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    /* display: none; */
    z-index: 9;
}

.fxsr-card__body {
    padding: 15px 0 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .fxsr-card__body:hover .fxsr-card__title {
        text-decoration: underline;
        color: #2354c4;
        text-underline-offset: 2px;
    }

    .fxsr-card__body:has(.fxsr-card__cta) {
        padding-bottom: 0px;
        text-underline-offset: 2px;
    }

.fxsr-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    padding: 0 15px;
}

.fxsr-card__location {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

    .fxsr-card__location i {
        margin-right: 3px;
    }

.fxsr-card__price {
    font-size: 13px;
    font-weight: 600;
    color: #0e5202;
    margin-bottom: 4px;
    padding: 0 15px;
}

.fxsr-card__promo {
    font-size: 14px;
    color: #adb1ba;
    margin-bottom: 10px;
    font-weight: 400;
    padding: 0 15px;
    display: none;
}

.fxsr-card__cta {
    display: inline-block;
    margin-top: auto;
    padding: 8px 0;
    width: 100%;
    background: #e70004;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 6px 6px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s;
    display: none;
}

    .fxsr-card__cta:hover {
        background: #c62828;
        color: #fff;
        text-decoration: none;
    }

.fxsr-card-enter {
    opacity: 0;
    transform: translateY(15px);
    animation: fxsrCardFadeIn 0.35s ease forwards;
}

@keyframes fxsrCardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fxsr-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.fxsr-no-results__icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.4;
}

.fxsr-no-results__text {
    font-size: 16px;
}

.fxsr-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 30px 0 10px;
    flex-wrap: wrap;
}

.fxsr-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s;
}

    .fxsr-pagination__btn:hover {
        border-color: #3949ab;
        color: #3949ab;
        text-decoration: none;
    }

.fxsr-pagination__btn--active {
    background: #3949ab;
    border-color: #3949ab;
    color: #fff;
    font-weight: 600;
}

    .fxsr-pagination__btn--active:hover {
        color: #fff;
    }

.fxsr-pagination__btn--disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.fxsr-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    color: #999;
    font-size: 14px;
}

.fxsr-load-more {
    display: none;
    width: 100%;
    padding: 14px;
    border: 2px solid #30356c;
    background: transparent;
    color: #30356c;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0 10px;
    transition: background 0.2s;
}

    .fxsr-load-more:hover, .fxsr-load-more:focus, .fxsr-load-more:active{
        border: 2px solid #30356c;
        background: transparent;
        color: #30356c;
    }

    .fxsr-load-more:disabled {
        background: #ccc;
        cursor: default;
    }

.fxsr-spinner {
    display: none;
    text-align: center;
    padding: 30px 0;
}

    .fxsr-spinner::after {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        border: 3px solid #e8e8e8;
        border-top-color: #3949ab;
        border-radius: 50%;
        animation: fxsrSpin 0.6s linear infinite;
    }

@keyframes fxsrSpin {
    to {
        transform: rotate(360deg);
    }
}

.fxsr-mobile-bar {
    display: none;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .fxsr-mobile-bar::-webkit-scrollbar {
        display: none;
    }

.fxsr-mobile-bar__pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    flex-shrink: 0;
}

    .fxsr-mobile-bar__pill:hover {
        border-color: #555;
        color: #555;
    }

.fxsr-mobile-bar__pill--active {
    background: #1e255b;
    border-color: #1e255b;
    color: #fff;
}

.fxsr-mobile-bar__pill i {
    font-size: 12px;
}

.fxsr-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events:none;
}

.fxsr-backdrop--visible {
    display: block;
    opacity: 1;
    pointer-events: none;
}

.fxsr-sheet {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 90vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    flex-direction: column;
}

.fxsr-sheet--visible {
    display: flex;
    transform: translateY(0);
}

.fxsr-sheet__handle {
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 10px auto;
    flex-shrink: 0;
}

.fxsr-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 14px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.fxsr-sheet__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.fxsr-sheet__close {
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fxsr-sheet__body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
    -webkit-overflow-scrolling: touch;
}

.fxsr-sheet__footer {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.fxsr-sheet__btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.fxsr-sheet__btn--apply {
    background: #111845;
    color: #fff;
}

    .fxsr-sheet__btn--apply:hover {
        background: #c62828;
    }

.fxsr-sheet__btn--close {
    background: #f5f5f5;
    color: #333;
}

    .fxsr-sheet__btn--close:hover {
        background: #eee;
    }

.fxsr-sort-option {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

    .fxsr-sort-option:last-child {
        border-bottom: none;
    }

.fxsr-sort-option__radio {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
}

.fxsr-sort-option--active .fxsr-sort-option__radio {
    border-color: #3949ab;
}

    .fxsr-sort-option--active .fxsr-sort-option__radio::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        background: #3949ab;
        border-radius: 50%;
    }

.fxsr-sort-option--active {
    color: #3949ab;
    font-weight: 600;
}

body.fxsr-body-locked {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.recommended-pill {
    position: absolute;
    right: 0;
    bottom: 0px;
    border: none;
    display:none;
}

.fxsr-clear-btn, .clear-filters-btn {
    background: none;
    border: none;
    color: #2354c4;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
}

    .fxsr-clear-btn:hover, .clear-filters-btn:hover {
        text-decoration: underline;
    }

.filter-head-group {
    align-items: center;
    display: flex;
    padding: 0 20px 20px 0;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: solid 1px #eaeaea;
}

.fxsr-card__image-wrap img[src*="logo"] {
    object-fit: contain;
    max-width: max-content;
    padding: 20px;
}

.fxsr-card__image-wrap {
    display: flex;
    align-items: center;
}

.fxsr-card__image {
}
.mobile-head-group .results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mobile-head-group .edit-search-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-head-group .edit-search-box {
    display: none;
    align-items: center;
    gap: 10px;
}

.mobile-head-group .search-input {
    padding: 8px 10px;
    border: 1px solid #838382;
    border-radius: 8px;
    width: 180px;
    font-size: 14px;
}

.mobile-head-group .search-input::placeholder {
    opacity: 0.7;
}

    .mobile-head-group .search-input:focus {
        box-shadow: 2px 2px 10px #83838233;
    }

.mobile-head-group .search-btn {
    background: #2354c4;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.mobile-head-group .edit-search-btn {
    background: #fff;
    border: 1px solid #838382;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #2354c4;
    font-weight: 600;
}

.group-align {
    display: flex;
    gap: 8px;
    align-items: center;
}
.edit-mobile-group {
    display: none;
}
.header-top-align {
    padding-top: 0 !important;
}
@media screen and (max-width:1500px) {
    .fxsr-card__image-wrap {
        height:auto;
    }

    .fxsr-filter__cat-item {
        font-size: 10px;
        gap: 5px;
        align-items: center;
    }

        .fxsr-filter__cat-item input[type="checkbox"] {
            width: 15px;
            height: 15px;
            min-width: 15px;
            min-height: 15px;
        }

            .fxsr-filter__cat-item input[type="checkbox"]:checked::after {
                left: 4px;
                top: 1px;
                width: 5px;
                height: 9px;
            }

    .fxsr-filter__cat-count {
        font-size: 10px;
    }
    .fxsr-filter__search-wrap input[type="text"]::placeholder{
        font-size:16px;
    }
}

@media screen and (max-width:1250px) {
    .col-lg-9 .fxsr-grid {
        grid-template-columns: repeat(3, 1fr);
    }

   /* .fxsr-card__image-wrap {
        height: 100%;
    }*/

    .fxsr-card__image {
        max-height: 100%;
        object-fit: unset;
    }
}

@media (max-width: 991.98px) {
    .col-lg-9 .fxsr-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .fxsr-mobile-bar {
        display: flex;
        margin: 10px 0 0 0;
    }

    .fxsr-load-more {
        display: block;
    }

    .fxsr-pagination {
        display: none;
    }

    .mobile-head-group {
        width: 100%;
        position: relative;
    }

    .mobile-header-group {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 10px 0 0 0;
    }

    .mobile-align {
        position: relative;
        display: flex;
        align-items: center;
    }

    .fxsr-header__count {
        padding: 0px 0 0 0
    }

    .fxsr-filter__search-wrap {
        margin-bottom: 15px;
        grid-template-columns: 8fr 1fr;
        margin-left: 20px;
        margin-right: 20px;
    }

    .mobile-none {
        display: none;
    }
    .edit-mobile-group {
        display: inline-block;
        line-height: 16px;
        width: 22px;
        height: 22px;
    }

    .recommended-pill {
        background: none;
        bottom: -5px;
        padding-right: 0 !important;
        display: block;
    }
    .mobile-align .recommended-pill {
        display: none;
    }

    .mobile-group-align {
        display: block;
    }

    .fxsr-header__text {
        display: inline !important;
    }
    .desktop-none {
        display: inline-block;
    }
    .fxsr-filter__categories {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    /* when open */
    .fxsr-filter__section.active .fxsr-filter__categories {
        max-height: 100%; /* adjust if needed */
    }

    .fxsr-filter__heading {
        position: relative;
        cursor: pointer;
        padding-right: 24px; /* space for arrow */
    }

    .fxsr-filter__heading::after {
        content: '';
        position: absolute;
        right: 25px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: translateY(-50%) rotate(45deg); /* down arrow */
        transition: transform 0.3s ease;
    }

    /* When expanded → arrow up */
    .fxsr-filter__section.active .fxsr-filter__heading::after {
        transform: translateY(-50%) rotate(-135deg);
    }
    .fxsr-filter__section:first-child .fxsr-filter__heading::after {
        display: none;
    }
    .fxsr-header {
        padding: 10px 0;
    }
    .fxsr-header--sticky {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #fff;
        padding: 10px 0;
    }

    .edit-mobile-group .edit-btn {
        display: block;
        width: 22px;
        height: 22px;
        color: #4a5565;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .edit-mobile-group .edit-search-box {
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        margin-top: 15px;
        padding: 10px 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;
        z-index: 99 !important;
    }

    .edit-mobile-group .edit-search-box input {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    .edit-mobile-group .search-input {
        width: 83% !important;
        font-size: 16px;
        padding: 5px 10px;
    }

    .edit-mobile-group .search-btn {
        width: 15%;
    }

    .mobile-head-group .edit-search-wrapper {
        gap: 8px;
        display: none;
    }
    .fx-insidepage__wrapper {
        margin-top: 10px !important;
    }
}

@media (max-width: 767.98px) {
    .fxsr-card__image {
        max-height: 100%;
        object-fit: cover;
    }

    .fxsr-header__title {
        font-size: 20px;
        display: flex;
    }


    .group-align {
        margin: 0 0 0px 0;
    }
    .col-lg-9 .fxsr-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .fxsr-card__image-wrap {
        height: auto;
        min-height: 97px;
        max-height: 97px;
    }

    .fxsr-card__body {
        padding: 10px 0;
    }

    .fxsr-card__title {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .fxsr-card__cta {
        font-size: 12px;
        padding: 6px 0;
    }

    .fxsr-card__location {
        font-size: 11px;
    }

    .fxsr-card__promo {
        font-size: 11px;
    }

    .fxsr-filter__section {
        padding-bottom: 0;
        border: none;
        margin: 0px 0px;
        padding-top: 0px;
        border-bottom: solid 1px #ddd;
        padding: 5px 0px 0 0px;
    }

    #filter-sheet .fxsr-filter__keyword {
        border: solid 2px #efefef !important;
        border-radius: 10px;
        padding: 10px 15px;
        margin: 0;
    }

    .fxsr-sheet__footer {
        padding: 14px 20px 50px 20px;
        #1118450d
    }

    .fxsr-filter__cat-item:hover {
        background: #f9fafb;
    }

    .fxsr-filter__cat-item:has(input[type="checkbox"]:checked) {
        background-color: #1118450d;
        color: #000;
        font-weight: 400;
    }

    .fxsr-sheet__body {
        padding: 10px 0px;
    }

    .fxsr-filter__cat-item {
        padding: 8px 20px;
        font-size: 14px;
        gap: 5px;
    }

    .fxsr-filter__heading {
        padding: 0 20px;
        margin: 8px 0 8px 0;
    }

    .fxsr-filter__show-toggle {
        padding: 0 20px;
        margin: 10px 0;
    }

    .fxsr-sort-option {
        padding: 14px 20px;
    }

    .fxsr-card__title, .fxsr-card__price, .fxsr-card__promo {
        padding: 0 10px;
    }

    .fxsr-card__price {
        font-size: 11px;
    }

    .fxsr-mobile-bar {
        gap: 5px;
        margin-top: 0px;
        padding: 0;
    }

    .fxsr-mobile-bar__pill {
        font-size: 16px;
        padding: 7px 0px;
        /* min-width: 150px; */
        text-align: center;
        display: flex;
        justify-content: center;
        border: none;
        flex-direction: row-reverse;
        color: #737373;
    }
    .fxsr-filter__cat-item {
        gap: 8px;
        font-size: 14px;
    }
    .fxsr-filter__cat-count {
        font-size: 14px;
    }

    .clear-filter-btn {
        display: none;
    }

    .clear-filter-btn.show {
        display: block;
    }
    .fxsr-filter__cat-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    .fxsr-filter__cat-item input[type="checkbox"]:checked::after {
        left: 5px;
        top: 0px;
        width: 8px;
        height: 12px;
    }
    .fxsr-card:hover {
        border: 2px solid #838382;
    }


    .mobile-head-group .search-btn {
        padding: 8px 10px;
    }

    .mobile-head-group .search-input {
        width: 150px;
        font-size: 13px;
    }
    .fxsr-mobile-bar__pill:hover {
        border-color: #ddd !important;
        color: #555 !important;
    }
    .mobile-head-group .title-back-btn:focus, .mobile-head-group .title-back-btn:hover {
        border-color: #d1d1d1 !important;
    }
    .fxsr-header--sticky{
        top:120px;
    }
}

@media screen and (max-width:600px) {
    .col-lg-9 .fxsr-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

}
