@media only screen and (max-width: 1024px) {
  .navigation,
  .hero,
  .footer,
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  .path {
    display: none;
    padding-left: 6rem;
  }

  /* HEADER */
  .nav-mobile {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 100000;
    align-items: center;
    justify-content: space-between;
    background: #131313;
    padding: 10px 14px;
  }

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

  .mobile-logo p {
    font-size: 15px;
    margin-left: 3px;
    color: var(--white);
  }

  .my-account {
    display: flex;
    align-items: center;
    background-color: var(--blue);
    border-radius: 4px;
    padding: 8px 14px;
  }

  .my-account svg {
    margin-left: 7px;
  }

  .nav-mobile a {
    text-decoration: none;
    columns: var(--white);
  }

  .nav-mobile a:visited {
    color: var(--white);
  }

  .listings_section {
    padding: 0;
    margin-bottom: 15px;
  }

  .listings_controls_wrapper {
    margin: 10px 0;
  }

  .listings_filter_button {
    width: fit-content;
    padding: none;
  }

  .card {
    min-width: 100% !important;
    width: 100%;
  }

  .card_header {
    padding: 5px 11px 0 11px;
  }

  .card_header_title {
    font-size: 18px !important;
  }

  .card_header_title_wrapper {
    margin-bottom: 10px;
  }

  .card_header_title {
    font-size: 18px;
  }

  .card_header_location_text {
    font-size: 12px;
  }

  .card_header_location_bid_wrapper {
    margin-bottom: 5px;
  }

  .card_header_title_logged_in {
    font-size: 18px;
  }

  .cards_grid {
    gap: 14px;
  }

  .cards_grid_active {
    gap: 14px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-top: 0px;
  }

  .card_header_location {
    margin-top: 25px;
    margin-bottom: 5px;
  }

  .card_header_location p {
    font-size: 12px;
  }

  .card_info {
    padding: 10px;
  }

  .card_footer.card_footer_space_between {
    padding: 2px 10px 9px 5px !important;
  }

  .testimonials {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .testimonials_list {
    gap: 14px;
  }

  .testimonials_title {
    font-size: 20px;
    margin: 0;
  }

  .testimonials_title_controls_wrapper {
    margin-bottom: 13px;
  }

  .testimonial_card_title {
    font-size: 16px;
  }

  .testimonial_card {
    width: 85%;
    padding: 14px 19px;
  }

  .testimonial_card_text {
    font-size: 14px;
  }

  .testimonial_user {
    font-size: 16px;
  }

  .brands {
    margin: 30px 0;
    padding: 0 15px;
    overflow: scroll;
  }

  .brands::-webkit-scrollbar {
    display: none;
  }

  .brands img {
    margin-right: 35px;
    max-width: fit-content;
    max-height: 100px;
    object-fit: cover;
  }

  .bottom-menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .licitatii-dropdown {
    display: block;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 84px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }

  .licitatii-dropdown a {
    text-decoration: none;
    color: black;
  }

  .bottom-menu-mobile.no-shadow {
    box-shadow: none;
  }

  .licitatii-dropdown.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .licitatii-dropdown ul {
    list-style: none;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .licitatii-dropdown li {
    margin: 25px 10px 0;
    font-size: 16px;
    cursor: pointer;
  }

  .menu-item.active .menu-icon.auction path {
    fill: #f80 !important;
  }

  .bottom-menu-mobile .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
  }

  .bottom-menu-mobile .menu-item span {
    font-size: 12px;
    font-weight: bold;
  }

  .mobile-footer {
    display: flex;
    flex-direction: column;
    background-color: var(--black);
    padding: 25px 15px 105px 15px;
  }

  .footer_info_text {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 13px;
  }

  .navigation_contact_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
  }

  .footer_address_phone_anchor {
    margin-bottom: 15px;
  }

  .footer-dropdown {
    border-radius: 4px;
    color: #ccc;
    margin: 6px 0;
  }

  .footer-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }

  .footer-dropdown-header h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ddd;
    margin: 0;
  }

  .footer-dropdown-arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .footer-dropdown-arrow.active {
    transform: rotate(180deg);
  }

  .footer-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer-dropdown-content.active {
    max-height: 500px;
  }

  .footer-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
  }

  .footer-dropdown-list li {
    cursor: pointer;
    margin: 10px 0;
    padding-left: 25px;
  }

  .footer-dropdown-list li:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .footer-dropdown-list a {
    color: #a6a6a6;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }

  .footer-dropdown-list a:hover {
    color: #fff;
  }

  .footer-lang-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #575757;
  }

  .language-selector {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #bfbfbf;
    cursor: pointer;
    user-select: none;
  }

  .language-selector .flag-icon {
    margin-left: 15px;
  }

  .language-selector-header {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .language-selector-header span {
    font-size: 14px;
  }

  .flag-icon {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
  }

  .language-selector-arrow {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }

  .language-selector-arrow.active {
    transform: rotate(180deg);
  }

  .language-selector-content {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 10;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }

  .language-selector-content.active {
    max-height: 300px;
  }

  .language-selector-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .language-selector-list li {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .language-selector-list li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .language-selector-list a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .flag-ro {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cGF0aCBmaWxsPSIjMDAyQjdGIiBkPSJNMCAwaDMwMHY2MDBIMHoiLz48cGF0aCBmaWxsPSIjRkNEMTE2IiBkPSJNMzAwIDBoMzAwdjYwMEgzMDB6Ii8+PHBhdGggZmlsbD0iI0NFMTEyNiIgZD0iTTYwMCAwaDMwMHY2MDBINjAweiIvPjwvc3ZnPg==");
    background-size: cover;
  }

  .flag-en {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjM1IDY1MCI+PHJlY3Qgd2lkdGg9IjEyMzUiIGhlaWdodD0iNjUwIiBmaWxsPSIjMDEyMTY5Ii8+PHBhdGggZD0iTTAsNTQuMiw0OS43LDAsNjExLDI5Ni4yLDExODUuMywwLDEyMzUsNTQuMiw2NzMuNywzNTAuNCwxMjM1LDY0Ni41bC00OS43LDU0LjItNTczLjctMjk2LjItNTYxLjMsMjk2LjJMMCw2NDYuNSw1NjEuMywzNTAuNHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNDgzLjgsMCx0ODMuOCw2NTBoMjY3LjVWMFptLTIxNy41LDI3MC44SDB2MTA4LjNoMTIzNVYyNzAuOFoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNTI5LjcsMHY2NTBoMTc1LjZWMFptOTYuMywzMjVoNjA5VjQzMy4zSDB2LTEwOC4zeiIgZmlsbD0iI0MxMTkyNSIvPjwvc3ZnPg==");
    background-size: cover;
  }

  .flag-fr {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMCAwaDkwMHY2MDBIMHB6Ii8+PHBhdGggZmlsbD0iIzAwMjY5NSIgZD0iTTAgMGgzMDB2NjAwSDBaIi8+PHBhdGggZmlsbD0iI0VGMEE0QSIgZD0iTTYwMCAwaDMwMHY2MDBINjAweiIvPjwvc3ZnPg==");
    background-size: cover;
  }

  .flag-de {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMCAwaDkwMHYyMDBIMHoiLz48cGF0aCBmaWxsPSIjRkYwMDAwIiBkPSJNMCAyMDBoOTAwdjIwMEgweiIvPjxwYXRoIGZpbGw9IiNGRkNFMDAiIGQ9Ik0wIDQwMGg5MDB2MjAwSDB6Ii8+PC9zdmc+");
    background-size: cover;
  }

  .footer_socials_copyright_wrapper {
    justify-content: flex-end;
  }

  .footer_copyright {
    font-size: 12px;
    color: var(--white);
  }

.details_personal_data_wrapper {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.details_personal_data_title {
  font-weight: bold;
  width: 100px;
  min-width: 100px;
}

  /* DETALIU LICITATIE PLIC */
  .path.path_bg_white,
  .details_header,
  .listings_layout_buttons {
    display: none;
  }

  .listings_section.mobile {
    display: block;
    padding: 0 15px;
  }

  .details_imgs_grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    margin: 0;
  }

  .details_imgs_grid_img_wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .details_imgs_grid_img {
    width: 100%;
  }

  .details_recommended_title {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }

  .details_recommended.mobile {
    display: block;
    padding: 0 15px;
    margin: 15px 0;
  }

  .card_list_offers_table {
    height: fit-content;
  }

  .car-recommendation-swiper .card_footer_link {
    width: unset;
  }

  .car-recommendation-swiper .swiper-slide {
    overflow: hidden;
  }

  .custom-nav-prev,
  .custom-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: rgba(200, 200, 200, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 200;
    border-radius: 3px;
  }

  .custom-nav-prev {
    left: 10px;
  }

  .custom-nav-next {
    right: 10px;
  }

  .padded-section {
    padding: 0 15px;
  }

  .mobile_menu_user {
    font-size: 10px;
    font-size: medium;
  }

  .mobile_menu_user svg {
    width: 20px;
    height: 20px;
  }

  .load_more_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 16px 24px;
    border: 2px solid var(--blue);
    color: var(--blue);
    background-color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .load_more_button:hover {
    background-color: var(--blue);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }

  .load_more_button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .listings_filter_button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    background-color: white;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .listings_filter_button:hover {
    background-color: #f8f9fa;
    border-color: #d0d0d0;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .listings_filter_button_active {
    background-color: var(--blue);
    color: white;
    border-color: var(--blue);
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  }

  .listings_filter_button_active:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
  }

  .listings_filter_buttons_list {
    gap: 3px;
    margin-left: 15px;
  }

  .navigation_user_account_details {
    position: relative;
    cursor: pointer;
    align-items: center;
  }

  .navigation_user_account_details_svg {
    width: 25px;
    height: 25px;
  }

  .user-dropdown-list {
    position: absolute;
    top: calc(100% + 8px);
    color: black !important;
    right: 0;
    width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .user-dropdown-info {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .user-dropdown-info p {
    padding: 8px 10px;
    font-size: 14px;
    row-gap: 10px;
    color: #131313;
  }

  .hidden {
    display: none;
  }

  .no-scroll {
    overflow: hidden;
  }

  .user-dropdown-list ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
  }

  .user-dropdown-list li {
    padding: 8px 16px;
    font-size: 14px;
  }

  .user-dropdown-list li:hover {
    background: #f0f0f0;
  }

  .user-dropdown-list a {
    text-decoration: none;
    color: black !important;
  }

  .navigation_button {
    margin-left: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
  }

  .navigation_button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
  }

  .navigation_button svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }

  .navigation_button:hover svg {
    transform: scale(1.1);
  }

  .mobile-filters-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    align-items: center;
    justify-content: center;
    z-index: 10001;
  }

  .mobile-filters-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .close-filters-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: var(--blue);
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .close-filters-menu:hover {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-1px);
  }

  .close-filters-menu:active {
    transform: translateY(0);
  }

  .mobile-filters-search-button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue) 0%, #0056b3 100%);
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-filters-search-button:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.4);
  }

  .mobile-filters-search-button:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  }

  .search-dropdown {
    position: relative;
    width: 100%;
    font-family: sans-serif;
  }

  .search-dropdown button {
    text-decoration: none;
    width: 100%;
    background-color: inherit;
    border: none;
    color: black;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
  }

  .search-dropdown input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 1px 10px;
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E")
      no-repeat right 15px center;
    background-size: 12px 12px;
    cursor: pointer;
  }

  .mobile-input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 1px 10px;
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
  }

  .mobile-input:focus {
    outline: none;
    border-color: var(--blue);
  }

  .mobile-input::placeholder {
    color: #a6a6a6;
  }

  .search-dropdown input::placeholder {
    color: #a6a6a6;
  }

  .search-dropdown input:focus {
    outline: none;
    border-color: var(--blue);
  }

  .search-dropdown ul {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    max-height: 150px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
  }

  .search-dropdown li {
    padding: 15px 12px;
    height: 50px;
  }

  .clear-filters-button {
    background-color: white;
    border: 2px solid #e0e0e0;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .clear-filters-button:hover {
    background-color: #f8f9fa;
    border-color: #d0d0d0;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .clear-filters-button:active {
    transform: translateY(0);
  }

  .mobile-filters-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .apply-filters-button {
    background: linear-gradient(135deg, var(--blue) 0%, #0056b3 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    padding: 14px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
  }

  .apply-filters-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }

  .apply-filters-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }

  .apply-filters-button:hover::before {
    left: 100%;
  }

  .apply-filters-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  }

  .mobile-search-button {
    background: linear-gradient(135deg, var(--blue) 0%, #0056b3 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 16px;
    padding: 14px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
  }

  .mobile-search-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
  }

  .mobile-search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  }

  .mobile-search-button:hover::before {
    left: 100%;
  }

  .mobile-search-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  }

  .mobile-hidden-listing {
    display: none !important;
  }

  .active_bid {
    overflow: visible;
  }

  .active_bid svg {
    display: none;
  }

  .active_bid_img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .active_bid_img_wrapper {
    display: block;
    width: 100%;
    min-width: 97px;
    height: 90px;
  }

  .active_bids_list {
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 15px 15px 0px 15px;
  }

  .active_bids_list li {
    list-style: none;
  }

  .active_bid_info_wrapper {
    margin: auto;
    transform: translate(0, -40%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    width: 92%;
    z-index: 2;
    padding: 4px 0;
  }

  .active_bid_timer {
    font-size: 14px;
    font-weight: bolder;
    color: white;
    padding: 0 5px;
    background-color: inherit;
  }

  .active_bid_price {
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: inherit;
  }

  .card_figure {
    position: relative;
    padding-bottom: 0 !important;
  }

  .card_footer_user_offer {
    margin: 0px 0 5px;
  }
  .card_footer_user_offer_amount_aux {
    display: none;
  }

  .card_footer_user_offer_amount {
    font-size: 20px;
  }

  .card_footer_user_offer_small_text {
    font-size: 14px;
  }

  .card_footer_user_offer_large_text {
    font-size: 14px;
  }

  .card_footer_buyer_controls_bid {
    font-size: 16px;
  }

  .listings_section .grid-view .auction-react-container {
    min-width: 100% !important;
  }

  .details_header_title {
    display: none;
  }

  .details_header {
    padding: 0px !important;
  }

  .details_car_other_info {
    padding: 14px 0px !important;
  }

  .details_imgs_grid {
    padding: 0px;
  }

  .favorites_title {
    /* display: none; */
    padding-top: 15px;
    margin-left: 15px;
  }

  .navigation_button_accessory.mobile {
    position: absolute;
    display: flex;
    width: 18px;
    height: 18px;
    justify-content: center !important;
    align-items: center !important;
    font-size: 10px;
    right: 60%;
    top: 60%;
  }

  .filter_badges_wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .cards_grid_active {
    flex-direction: row !important;
  }

  .auction-react-container {
    min-width: calc(33% - 2rem) !important;
    max-width: calc(33% - 2rem) !important;
  }

  .card {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-filters-menu {
    display: none !important;
  }
  
  /* Hide search component on desktop */
  .navigation_button.is-type-search {
    display: none !important;
  }
  
  /* Hide search form on desktop */
  .navigation_button.is-type-search + div {
    display: none !important;
  }
}
