.inventory-filter {
    padding: 35px;
    background: #000;
}

.srp-section {
    padding: 35px 0;
}

.powersport-types-section {
    width: 100%;
}

.powersport-types-section .row {
    justify-content: space-between;
}

.powersport-type a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.powersport-type .type-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.powersport-type .type-icon img {
    max-width: 100px;
    width: 100%;
}

.powersport-type .type-icon {
    margin: auto;
}

.powersport-type a {
    text-decoration: none;
}

.powersport-type span {
    text-align: center;
    color: #000;
    font-size: 12px;
}

.powersport-type a>span {
    display: flex;
    justify-content: center;
}

.powersport-type .inner-type-span {
    padding: 5px;
    border-bottom: 2px solid transparent;
}

.powersport-type:hover .inner-type-span {
    border-bottom: 2px solid #BE123B;
}

.filter-section {
    align-items: center;
}

.filter {
    padding: 8px;
}

.filter-items {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-items input[type="checkbox"] {
    display: none;
}

.filter-items .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #444;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.filter-items input[type="checkbox"]:checked+.custom-checkbox {
    background: #080808;
}

.filter-items input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-items label {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.inventory-filter h4 {
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.inventory-filter select {
    background: #f4f4f4;
    border-radius: 0px;
    border: 2px solid #000;
    color: #000;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    cursor: pointer;
}

.inventory-filter select:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}

.filter-selects {
    width: 100%;
}

.search .btn {
    width: 100%;
    background: #A51336;
    border-radius: 0;
    color: #f4f4f4;
}

.search .btn i {
    margin-right: 5px;
    font-size: 12px;
}

/* Filter Section */
.srp-search-section {
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.srp-search-section {
    margin-bottom: 15px;
}

.srp-search-btn {
    background: #A51336;
    color: #fff;
    border-radius: 0;
}

.srp-search-section input {
    box-shadow: none ! Important;
    border-radius: 0;
}

.clear-filter-btn {
    color: #A51336;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding: 0;
    border: none !important;
    outline: none ! Important;
    box-shadow: none !important;
    align-self: center;
}

ul.pagination {
    display: flex;
    justify-content: center;
}

.filter-section .accordion {
    --bs-accordion-inner-border-radius: none;
}

.filter-section .accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #f6f6f6;
}

.filter-section .accordion-header button {
    background: #fff;
    color: #000 !important;
    border: none;
}

.filter-section .accordion-button.collapsed {
    background: #fff;
}

.filter-section .accordion-button:focus {
    box-shadow: none;
}

.filter-section .accordion-button::after {
    /* background-image: url(../../imgs/plus-solid.svg); */
    font-family: 'FontAwesome';
    content: '\f078';
    background: none;
    transform: rotate(0deg);
    transition: rotate 5ms;
}

.filter-section .accordion-button.collapsed::after {
    background-image: url('../../imgs/minus-solid.svg');
    transform: rotate(-90deg);
    transition: rotate 5ms;
}

.filter-items label {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.filter-items label:hover .custom-checkbox {
    background: #e7e7e7;
}

.selected-filters {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.selected-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.selected-filter h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.selected-filter a {
    width: 100%;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    align-items: center;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* padding: 5px 13px; */
    /* border-radius: 50px;
    border: 1px solid #E7E7E7; */
}

.selected-filter a i {
    color: #000;
    margin-left: 15px;
}

.filters {
    padding: 10px;
}

.range-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-family: sans-serif;
    position: relative;
}

/* Min/Max input boxes above the slider */
.range-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.range-inputs input {
    width: 100px;
    padding: 6px 10px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    color: #333;
}

/* Wrapper around track and thumbs */
.slider-container {
    position: relative;
    height: 40px;
    /* ensures thumbs don't clip */
    margin: 10px 0;
}

/* Gray background track */
.slider-track {
    position: relative;
    top: 100%;
    height: 6px;
    width: 100%;
    background-color: #ccc;
    border-radius: 3px;
    z-index: 1;
    margin-bottom: 15px;
}

/* Red fill between the thumbs */
.slider-fill {
    position: absolute;
    height: 6px;
    background-color: #a0142f;
    border-radius: 3px;
    top: 0;
    z-index: 2;
}

/* Range input overlay */
.range-input {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
}

/* WebKit Thumb (Chrome/Safari) */
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #a0142f;
    cursor: pointer;
    margin-top: -30px;
    pointer-events: all;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Firefox Thumb */
.range-input::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #a0142f;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Optional: hover effect */
.range-input::-webkit-slider-thumb:hover,
.range-input::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(160, 20, 47, 0.5);
}

/* Apply button */
.apply-btn {
    display: none;
    margin-top: 15px;
    padding: 6px 12px;
    background-color: #a0142f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

/* Inventory Results Header */
.srp-top-inventory-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.srp-top-inventory-section i {
    font-size: 24px;
    margin: 0 5px;
    cursor: pointer;
}

.srp-top-inventory-section i.active {
    color: #A51336;
}

/* Inventory Results */
.inventory-results.list {
    padding: 35px 0px;
    display: initial;
}

.inventory-results.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-bar {
    max-width: 425px;
    width: 100%;
}

.search-bar input {
    border-radius: 8px;
}

.srp-inv-icons {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.inv-icon {
    display: flex;
    max-width: 85px;
    width: 100%;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    cursor: pointer;
}

.inv-icon.active {
    background: #000;
    color: #fff;
}

/* Images */
.inv-main-img {
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.list .inv-main-img {
    flex-direction: column;
}

.inv-images img {
    height: 100%;
    max-height: 225px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 225px;
    align-self: center;
    display: flex;
    width: 100%;
    max-width: 307px;
    /* min-width: 307px; */
}

.list .inv-images img {
    border-radius: 0;
}

.inv-main-img a {
    justify-content: center;
    display: flex;
}

.grid .inv-images .featured {
    display: none;
}

.img-thumbs,
.img-thumbs .thumb-slider {
    display: flex;
    flex-direction: row;
}

.img-thumbs .thumb-slider {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    gap: 10px;
    padding: 10px;
    cursor: grab;
}

.thumb-wrapper {
    flex: 0 0 auto;
}

.thumb-wrapper img {
    height: 68px;
    width: auto;
    min-width: 68px;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
    max-height: 68px ! Important;
    min-height: 68px !important;
    max-width: 68px !important;
    min-width: 68px !important;
}

/* Inventory */
.inv-title {
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    text-align: center;
}

.inv-title a {
    text-decoration: none;
}

.list .inv-title {
    display: none;
}

.inv-title h5 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.list-inv-title a {
    text-decoration: none;
}

.list-inv-title h5 {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    margin: 0;
}

.inv-pricing-section {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.monthly-price {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-right: 1px solid #e7e7e7;
}

.monthly-price h5 {
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

span.mp-text {
    color: #be123b;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

span.mp-small-text {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.web-price .price-price {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.price-title {
    color: #5D5D5D;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Disclaimer */
.srp-disclaimer p {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 0;
}

/* Filter Box */
.filter-selects .col {
    min-width: 180px;
    margin-bottom: 20px;
}

/* Featured Inventory new css*/
.featured-invs {
    padding: 55px 0;
    text-align: center;
    margin-bottom: 100px;
}

.featured-heading {
    text-align: center;
    margin-bottom: 20px;
}

.featured-heading h2 {
    color: var(--black);

    /* H2 */
    font-family: Arvo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* .featured-btn .explore-inv-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
} */
.featured-btn a:hover {
    opacity: .8;
}

.featured-slider {
    margin-bottom: 60px;
}

/* Inventory Results */
.inventory-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #888;
    background: #FFF;
    border-radius: 10px;
}

.inventory-results.grid .inventory-item {
    max-width: 32%;
    width: 100%;
    margin-bottom: 20px;
}

.grid .list-header {
    display: none;
}

.list .list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.list .list-inv-title {
    padding: 0;
    border: none;
}

.list .list-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list .list-actions .inv-action {
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    gap: 5px;
    justify-content: center;
}

.list .list-actions .inv-action:hover img {
    fill: #080808;
}

.inv-header {
    border-bottom: 1px solid #E7E7E7;
    background: #F6F6F6;
    padding: 10px 16px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.inv-header-title {
    display: flex;
    justify-content: space-between;
}

.ih-title {
    color: #000;
    text-align: center;
    /* Paragraph/Large/SemiBold */
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

.inv-actions {
    display: none;
}

a.inv-actions-btn {
    min-width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #888;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.list .inv-actions-btn,
.list .inv-actions {
    display: none;
}

.inv-content {
    display: flex;
    padding: 10px;
}

.list .inv-content {
    padding: 0;
}

.inv-images {
    max-width: 350px;
    position: relative;
    width: 100%;
}

.grid .img-thumbs {
    display: block;
}

.list .img-thumbs {
    display: initial;
    max-width: 100%;
}

.inv-details {
    max-width: 265px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list .inv-details {
    max-width: 300px;
    padding: 0 10px;
}

.list .inv-pricing {
    max-width: 290px;
    margin: 0 auto;
}

.inv-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.inv-pills .pill {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    color: #080808;
    text-align: center;
    /* Paragraph/Small/Medium */
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.location-pill i {
    color: #A51336;
    margin-right: 5px;
}

.inv-spec {
    display: flex;
    /* padding: 8px 12px; */
    /* justify-content: space-between; */
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #E7E7E7;
    font-family: "Open Sans";
    font-style: normal;
    /* font-weight: 600; */
    line-height: 20px;
    flex-direction: column;
    max-width: 62px;
    font-size: 10px;
    text-align: center;
}

.inv-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.inv-spec:last-child {
    border-bottom: none;
}

span.spec-name {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
}

span.spec-name img {
    /* min-width: 27px; */
    width: 100%;
    max-height: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 25px;
}

.rv-top-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-radius: 40px;
}

.rv-types-section {
    width: 100%;
}

.rv-types-section .row {
    justify-content: space-between;
}

.inv-pricing {
    max-width: 285px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inv-pricing-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 285px;
}

.pricing-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.web-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
}

.list .web-price,
.list .monthly-price {
    padding-top: 0;
}

.price-title {
    color: #5D5D5D;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price-price {
    color: #A51336;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.32px;
}

.additional-prices {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #F6F6F6;
}

.additional-prices div {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 8px 0;
}

.additional-prices div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.additional-prices .add-price-title {
    color: #454545;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.additional-prices .add-price-price {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pre-approved-btn a,
.learn-more-btn a {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #080808;
    border-radius: 5px;
    gap: 10px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
}

.learn-more-btn a {
    background: #fff;
    color: #080808;
    border: 1px solid #080808;
}

.inv-stock-info {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

.list .inv-stock-info {
    margin-top: 0;
    padding: 10px 0;
}

.grid .inv-details .inv-stock-info,
.list .inv-pricing .inv-stock-info,
.list .inv-details .inv-pricing-section,
grid .inv-pricing .inv-pricing-section {
    display: none;
}

.list .inv-details .inv-stock-info,
.grid .inv-pricing .inv-stock-info,
.grid .inv-details .inv-pricing-section,
list .inv-pricing .inv-pricing-section {
    display: flex;
}

.stock-number {
    display: flex;
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #fff;
    width: 50%;
}

.stock-title {
    color: #4F4F4F;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.stock-value {
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

/* GRID CARD CSS */
.grid .inv-content {
    flex-direction: column;
    height: 100%;
    padding: 0;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}

/* .grid .img-thumbs {
    display: none;
} */
.grid .inv-details {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.grid .inv-pills {
    display: none;
}

.list .inv-pills {
    display: flex;
    justify-content: center;
}

.grid .inv-pricing {
    height: 100%;
}

.grid .pre-approved-btn {
    margin-top: auto;
}

.pre-approved-btn a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.grid .ih-title {
    font-size: 12px;
    line-height: 18px;
}

.srp-section h2 {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.type-icon img {
    width: 140px;
}

/* Featured Inventory new css end*/

/* New List View Styles */
.srp-list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10);
    border: 1px solid #D5DBE2;
    overflow: hidden;
}

.srp-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #242932;
    width: 100%;
}

.srp-list-title {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.srp-list-stock {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.srp-list-actions {
    display: flex;
    gap: 8px;
}

.srp-list-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: white;
    border-radius: 8px;
    border-bottom: 1px solid #D5DBE2;
    cursor: pointer;
}

.srp-list-action-btn i {
    color: #B32120;
    font-size: 16px;
}

.srp-list-content {
    display: flex;
    width: 100%;
}

.srp-list-image-container {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
}

.srp-list-image {
    width: 100%;
    max-height: 321px;
    object-fit: contain;
}

.srp-list-image-controls {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
}

.srp-list-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(16, 24, 40, 0.30);
}

.srp-list-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 13px;
    border-radius: 50px;
    backdrop-filter: blur(2px);
}

.srp-list-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.srp-list-dot.active {
    background: #B32120;
}

.srp-list-pricing {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #F6F7F9;
}

.srp-list-price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.srp-list-main-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.srp-list-price-label {
    color: black;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}

.srp-list-price-value {
    color: #A60302;
    font-size: 38px;
    font-weight: 800;
}

.srp-list-monthly {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    background: rgba(32, 168, 255, 0.20);
    border-radius: 100px;
    margin: 0 auto;
}

.srp-list-monthly-text {
    color: black;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}

.srp-list-monthly-text.grid {
    font-size: 14px;
}

.srp-list-monthly-amount {
    color: #003366;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}

.srp-list-price-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.srp-list-price-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.srp-list-price-label-secondary {
    color: #516278;
    font-size: 14px;
    font-weight: 600;
}

.srp-list-msrp {
    color: #516278;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    text-decoration: line-through;
}

.srp-list-discount {
    color: #01A427;
    font-size: 18px;
    font-weight: 500;
}

.srp-list-divider {
    height: 1px;
    width: 100%;
    background: #D5DBE2;
}

.srp-list-cta {
    width: 100%;
    padding: 22px 32px;
    background: #B32120;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .srp-list-cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #961F1E;
    z-index: 0;
} */

.srp-list-cta span {
    position: relative;
    z-index: 1;
}

.srp-list-finance-note {
    font-size: 12px;
    color: #657992;
    text-align: center;
    width: 100%;
}

.srp-list-specs {
    width: 269px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.srp-list-specs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.srp-list-spec-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5DBE2;
    width: 100%;
}

.srp-list-spec-label {
    flex: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.srp-list-spec-label i {
    color: #657992;
}

.srp-list-spec-name {
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.srp-list-spec-value {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    color: #B32120;
    font-size: 16px;
    font-weight: 600;
}

.srp-list-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.srp-list-btn-details {
    padding: 18px 32px;
    background: #333B47;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .srp-list-btn-details:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #242932;
    z-index: 0;
} */

.srp-list-btn-details span {
    position: relative;
    z-index: 1;
}

.srp-list-btn-secondary {
    padding: 14px 20px;
    border: 2px solid #D5DBE2;
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Product Card - New Grid Design */
.product-card {
    background: white;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10);
    border: 1px solid #D5DBE2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 325px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

/* Product Image */
.product-image-container {
    width: 100%;
    height: 243.75px;
    position: relative;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-container a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Product Info */
.product-info {
    width: 100%;
    padding: 20px;
    background: #242932;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    min-height: 138px;
}

.product-title {
    color: white;
    font-size: 20px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0;
}

.product-title a {
    color: white;
    text-decoration: none;
}

.product-title a:hover {
    color: #ccc;
}

.product-stock {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-stock span {
    color: white;
    font-size: 16px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

/* Product Pricing */
.product-pricing {
    width: 100%;
    padding: 20px;
    background: #F6F7F9;
    border-top: 1px solid #D5DBE2;
    border-bottom: 1px solid #D5DBE2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pricing-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.price-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.our-price-label {
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: 'REM', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

.our-price {
    text-align: center;
    color: #A60302;
    font-size: 38px;
    font-family: 'REM', sans-serif;
    font-weight: 800;
    line-height: 40px;
}

.monthly-payment {
    padding: 6px 16px;
    background: rgba(32, 168, 255, 0.20);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.payment-text {
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: 'REM', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
}

.payment-text .amount {
    color: #003366;
}

.monthly-payment i {
    color: #006EDF;
    font-size: 16px;
}

.pricing-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.price-row .label {
    color: #516278;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
}

.price-row .value {
    color: #516278;
    font-size: 18px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.price-row .value.strikethrough {
    text-decoration: line-through;
    font-style: italic;
    font-weight: 400;
}

.price-row .value.discount {
    color: #01A427;
}

.divider {
    width: 100%;
    height: 1px;
    background: #D5DBE2;
}

/* Key Features */
.key-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.features-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
}

.features-title {
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

.features-header i {
    color: #516278;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.features-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.key-features.expanded .features-content {
    max-height: 200px;
}

.key-features.expanded .features-header i {
    transform: rotate(180deg);
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #D5DBE2;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-info i {
    color: #516278;
    font-size: 14px;
}

.feature-info span {
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.feature-value {
    color: #B32120;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
}

/* Product Buttons */
.product-buttons {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btn-primary-card {
    padding: 22px 32px;
    background: #B32120;
    color: white;
    font-size: 18px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

/* .btn-primary-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #961F1E;
    z-index: 0;
} */

.btn-primary-card .button-text {
    position: relative;
    z-index: 1;
    color: white;
}

.btn-primary-card:hover {
    background: #961F1E;
    color: white;
}

.btn-secondary-card {
    padding: 18px 32px;
    background: #333B47;
    color: white;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .btn-secondary-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #242932;
    z-index: 0;
} */

.btn-secondary-card .button-text {
    position: relative;
    z-index: 1;
    color: white;
}

.btn-secondary-card:hover {
    background: #242932;
    color: white;
}

.btn-outline-card {
    padding: 14px 20px;
    border: 2px solid #D5DBE2;
    background: white;
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-outline-card .button-text {
    color: black;
}

.btn-outline-card:hover {
    background: #f8f9fa;
    color: black;
}

.financing-note {
    font-size: 12px;
    color: #657992;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

/* Grid layout adjustments */
.inventory-results.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.inventory-results.grid .product-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
}

.product-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.product-actions:hover .action-menu {
    opacity: 1;
    visibility: visible;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .inventory-results.grid .product-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .inventory-results.grid .product-card {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .product-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
}

/* Hide old inventory-item in grid view, show new product-card */
.inventory-results.grid .inventory-item {
    display: none;
}

.inventory-results.grid .srp-list-item {
    display: none;
}

.inventory-results.list .product-card {
    display: none;
}

.inventory-results.list .inventory-item {
    display: none;
}

/* Show correct elements in each view */
.inventory-results.grid .product-card {
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

.sort-dropdown i {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 16px;
}

/* Hide original view controls */
.srp-inv-icons {
    display: none;
}

/* Responsive adjustments for inventory control bar */
@media (max-width: 991px) {
    .inventory-control-bar {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .sort-dropdown {
        width: 100%;
        justify-content: space-between;
    }

    .view-controls {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .view-btn span {
        font-size: 14px;
    }

    .view-btn {
        padding: 10px;
    }
}

/* New Inventory Control Bar Styles */
.inventory-control-bar {
    align-self: stretch;
    padding: 30px;
    background: #B32120;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    border-radius: 4px;
}

.results-count {
    text-align: center;
    /* justify-content: center;
    display: flex;
    flex-direction: column; */
    color: white;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

.view-controls {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}

.view-btn {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(255, 255, 255, 0.20);
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn i {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
}

.view-btn span {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.view-btn.active {
    background: linear-gradient(180deg, white 50%, #F9F9F9 50%);
}

.view-btn.active i,
.view-btn.active span {
    color: black;
}

.sort-dropdown {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: white;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.10);
    overflow: hidden;
    outline: 1px black solid;
    outline-offset: -1px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
    cursor: pointer;
}

.sort-dropdown span {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

.sort-dropdown i {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 16px;
}

/* Hide original view controls when new ones are active */
.inventory-control-bar:not(:empty)+.srp-top-inventory-section .srp-inv-icons {
    display: none;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.breadcrumbs a {
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none;
}

.breadcrumbs span {
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
}

.breadcrumbs span:last-child {
    font-weight: 600;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* New Active Filters Styles */
.selected-filters {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #D5DBE2;
    border-radius: 4px;
    background: #FFF;
    overflow: hidden;
}

.filters-header {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #D5DBE2;
}

.filters-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 18px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.clear-filter-btn {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #B32120;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
    word-wrap: break-word;
    border: none;
    background: transparent;
    padding: 0;
}

.filters-content {
    align-self: stretch;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}

.selected-filter {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    border-bottom: 1px #D5DBE2 solid;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.selected-filter:last-child {
    border-bottom: none;
}

.filter-info {
    /* width: 190px; */
    min-width: 166px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.filter-label {
    flex: 1 1 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #516278;
    font-size: 12px;
    font-family: 'REM', sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
}

.filter-value {
    flex: 1 1 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.filter-remove {
    height: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.filter-remove i {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #516278;
    font-size: 16px;
    font-weight: 900;
    word-wrap: break-word;
}

/* Media queries for responsive design */
@media (max-width: 768px) {
    .filter-info {
        width: 100%;
    }

    .selected-filter {
        flex-wrap: wrap;
    }
}

/* --- Figma-inspired Filter Styles --- */

/* Filter Accordion Container */
.filter-section .accordion {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    background: none;
    border: none;
    box-shadow: none;
}

/* Accordion Item */
.filter-section .accordion-item {
    align-self: stretch;
    outline: 1px #394453 solid;
    border: none;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* Accordion Header */
.filter-section .accordion-header {
    align-self: stretch;
    height: 68px;
    padding: 0;
    background: none;
    display: flex;
    align-items: stretch;
}

.filter-section .accordion-header button.accordion-button {
    align-self: stretch;
    height: 68px;
    padding: 14px 18px;
    background: #424F62;
    color: white !important;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-size: 20px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 28px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: background 0.2s;
}

.filter-section .accordion-header button.accordion-button.collapsed {
    background: #F6F7F9;
    color: black !important;
}

.filter-section .accordion-header button .accordion-title {
    color: inherit;
    font-size: 20px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 28px;
}

.filter-section .accordion-header button::after {
    display: none;
}

.filter-section .accordion-header .filter-toggle-icon {
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-family: 'Font Awesome 6 Free', 'FontAwesome', sans-serif;
    font-weight: 900;
    width: 20px;
    height: 20px;
    justify-content: center;
    color: inherit;
}

/* Accordion Collapsed Icon (add/minus) */
.filter-section .accordion-header button.accordion-button.collapsed .filter-toggle-icon {
    color: black;
}

.filter-section .accordion-header button.accordion-button .filter-toggle-icon {
    color: white;
}

/* Accordion Body */
.filter-section .accordion-collapse {
    align-self: stretch;
    background: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
}

.filter-section .accordion-collapse .filter {
    align-self: stretch;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Filter Items List */
.filter-section .filter-items {
    align-self: stretch;
    padding: 0;
    background: none;
    border-radius: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}

/* Filter Item Row */
.filter-section .filter-items .form-group {
    align-self: stretch;
    padding: 10px;
    border-bottom: 1px #D5DBE2 solid;
    display: flex;
    align-items: start;
    gap: 10px;
    background: none;
    margin: 0;
}

.filter-section .filter-items .form-group:last-child {
    border-bottom: none;
}

/* Checkbox Outline */
.filter-section .filter-items .custom-checkbox {
    outline: 1px #D5DBE2 solid;
    outline-offset: -1px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: #fff;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checkbox Checked State */
.filter-section .filter-items input[type="checkbox"]:checked+.custom-checkbox {
    background: #424F62;
    outline: 2px solid #394453;
}

/* Checkbox Label */
.filter-section .filter-items label {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: black;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* Filter Name */
.filter-section .filter-items label>.filter-label {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 16px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 24px;
    justify-content: center;
}

/* Filter Count */
.filter-section .filter-items label>.filter-count {
    text-align: right;
    display: flex;
    flex-direction: column;
    color: #8597AB;
    font-size: 16px;
    font-family: 'REM', sans-serif;
    font-weight: 300;
    line-height: 24px;
    justify-content: center;
}

/* Hide default checkbox */
.filter-section .filter-items input[type="checkbox"] {
    display: none;
}

/* Responsive: filter accordion full width on mobile */
@media (max-width: 768px) {
    .filter-section .accordion {
        width: 100%;
    }

    .filter-section .accordion-item {
        width: 100%;
    }

    .view-controls {
        display: none;
    }
}

/* Tooltip styling for info circle */

i.fas.fa-info-circle {
    font-size: 18px;
}

/* Tooltip styling for monthly payment section */
.srp-list-monthly {
    position: relative;
    cursor: pointer;
}

.srp-list-monthly:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: pre-line;
    font-size: 10px;
    font-weight: normal;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    max-width: 282px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.srp-list-monthly:hover::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    margin-bottom: -5px;
    z-index: 1000;
}

/* Optional: Style the info icon to indicate it's part of the hoverable area */
.srp-list-monthly .fas.fa-info-circle {
    margin-left: 5px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.srp-list-monthly:hover .fas.fa-info-circle {
    opacity: 1;
}

a.srp-list-cta:hover {
    color: white;
}

a.srp-list-btn-details:hover {
    color: white;
}

a.srp-list-btn-secondary:hover {
    color: black;
}

.srp-top-inventory-section h2 {
    font-size: 14px;
    font-family: 'REM', sans-serif;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

li.page-item.active span.page-link {
    background-color: #b32120 !important;
    border: #b32120 1px solid;
}

.page-item .page-link {
    color: #b32120 !important;
    ;
}

li.page-item.active span.page-link {
    color: white !important;
}