/* AUTOERA MOBILE SEARCH RESULTS v1 */
@media (max-width: 768px) {
  body.ae-mobile-search-page {
    overflow-x: hidden !important;
    background: #f6f7f9 !important;
  }

  body.ae-mobile-search-page .ae-search-mobile-results {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 12px 150px;
    margin: 0;
  }

  body.ae-mobile-search-page .ae-search-mobile-summary {
    margin: 0 0 12px;
    padding: 0 2px;
    color: #68707c;
    font-size: 14px;
    line-height: 1.4;
  }

  body.ae-mobile-search-page .ae-search-mobile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.ae-mobile-search-page .ae-search-mobile-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid #e1e4e8;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 18px rgba(16, 24, 40, .06);
  }

  body.ae-mobile-search-page .ae-search-mobile-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 150px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
  }

  body.ae-mobile-search-page .ae-search-mobile-image {
    display: block;
    max-width: 108px;
    max-height: 142px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  body.ae-mobile-search-page .ae-search-mobile-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #f1f3f5;
    color: #7b8490;
    font-size: 12px;
    font-weight: 700;
  }

  body.ae-mobile-search-page .ae-search-mobile-info {
    min-width: 0;
  }

  body.ae-mobile-search-page .ae-search-mobile-title {
    display: block;
    margin: 0 0 7px;
    color: #15171a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.28;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  body.ae-mobile-search-page .ae-search-mobile-code {
    margin: 0 0 8px;
    color: #68707c;
    font-size: 13px;
    line-height: 1.35;
  }

  body.ae-mobile-search-page .ae-search-mobile-code strong {
    color: #15171a;
  }

  body.ae-mobile-search-page .ae-search-mobile-stock {
    margin: 0 0 9px;
    color: #16851b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }

  body.ae-mobile-search-page .ae-search-mobile-description {
    display: -webkit-box;
    margin: 0 0 10px;
    color: #4f5661;
    font-size: 13px;
    line-height: 1.42;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.ae-mobile-search-page .ae-search-mobile-price {
    margin: 0 0 11px;
    color: #eb1d28;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
  }

  body.ae-mobile-search-page .ae-search-mobile-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 11px 14px;
    border-radius: 13px;
    background: #ed1c24;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  body.ae-mobile-search-page .ae-search-mobile-button:active {
    transform: translateY(1px);
  }

  body.ae-mobile-search-page .ae-search-legacy-hidden {
    display: none !important;
  }

  body.ae-mobile-search-page .ae-search-mobile-brands-hidden {
    display: none !important;
  }

  body.ae-mobile-search-page .ae-search-mobile-sort-hidden {
    display: none !important;
  }

  body.ae-mobile-search-page .ae-search-mobile-top-icons-hidden {
    display: none !important;
  }

  body.ae-mobile-search-page .ae-search-mobile-empty {
    padding: 28px 20px;
    border: 1px solid #e1e4e8;
    border-radius: 18px;
    background: #fff;
    color: #4f5661;
    text-align: center;
  }

  @media (max-width: 420px) {
    body.ae-mobile-search-page .ae-search-mobile-card {
      grid-template-columns: 102px minmax(0, 1fr);
      gap: 12px;
      padding: 14px;
    }

    body.ae-mobile-search-page .ae-search-mobile-image-wrap {
      width: 102px;
      height: 138px;
    }

    body.ae-mobile-search-page .ae-search-mobile-image {
      max-width: 94px;
      max-height: 130px;
    }

    body.ae-mobile-search-page .ae-search-mobile-title {
      font-size: 17px;
    }
  }
}
