.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .main .category-sort-block .category-block .category.beauty, .main .category-sort-block .category-block .category.living, .main .category-sort-block .category-block .category.food, .main .category-sort-block .category-block .category.digital, .main .category-sort-block .category-block .category.fashion, .main .category-sort-block .category-block .category.service, .main .category-sort-block .category-block .category.books, .main .category-sort-block .category-block .category.others {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    display: none !important;
  }
  .main .mobileFilter {
    grid-template-columns: 23% 28% 45%;
  }
  .main .mobileFilter .mobile-Sort-btn {
    width: 100%;
  }
  .main .filter-wrap .filter-section .flex .booup-search-block {
    width: 100%;
  }
  .main .filter-wrap .filter-section .flex .sort-flex {
    display: none;
  }
}