.popular_wrap__G8tOE {
  margin-bottom: 56px;
}
.popular_title__rYYeV {
  margin-bottom: 48px;
}

.popular_list__CU5Fh {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(6, minmax(150px, 333px));
}

.popular_card__w_CYJ {
  background-color: var(--color-white);
  border-radius: 32px;
  padding: 24px;
  display: block;
}

.popular_imgWrap__RdVjL {
  position: relative;
  height: 190px;
  margin-bottom: 32px;
}

.popular_imgWrap__RdVjL img {
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }

.popular_titleCard__Tdftv {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.popular_showMore__ZZFvW {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .popular_list__CU5Fh {
    grid-template-columns: repeat(3, minmax(180px, 333px));
    overflow: auto;
    margin-right: -24px;
    padding-right: 24px;
  }
  .popular_noDetectDevice__lSG4v > * {
    display: none;
  }
    .popular_noDetectDevice__lSG4v > *:nth-child(1),
    .popular_noDetectDevice__lSG4v > *:nth-child(2),
    .popular_noDetectDevice__lSG4v > *:nth-child(3) {
      display: block;
    }
}

@media (max-width: 480px) {
  .popular_list__CU5Fh {
    grid-template-columns: repeat(1, minmax(150px, 400px));
    justify-content: center;
    margin-right: 0;
    padding-right: 0;
  }
    .popular_noDetectDevice__lSG4v > *:nth-child(3) {
      display: block;
    }

  .popular_imgWrap__RdVjL {
    height: 134px;
    margin-bottom: 24px;
  }

  .popular_titleCard__Tdftv {
    font-size: 18px;
    line-height: 24px;
  }
}

.search_title__KLHA_ {
  margin-bottom: 36px !important;
}

@media (max-width: 768px) {
  .search_title__KLHA_ {
    margin-bottom: 56px !important;
  }
}

@media (max-width: 480px) {
  .search_title__KLHA_ {
    margin-bottom: 32px !important;
  }
}


/*# sourceMappingURL=4a8f0b254a8e49eb.css.map*/