.search-wrapper {
  background-image: url("../../img/ui/pages/homepage/search-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
  padding-left: 0;
  padding-bottom: 100px;
  padding-right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(50% + 20px) calc(100% - 20px), 50% 100%, calc(50% - 20px) calc(100% - 20px), 0% calc(100% - 20px));
}
.search-wrapper h2 {
  color: #ffffff;
}
.search-wrapper #search-form {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 45px;
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
}
.search-wrapper #search-form input {
  padding: 25px;
  appearance: none;
  border: none;
  width: 100%;
  border-radius: 45px;
}
.search-wrapper #search-form button {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon/Search'%3E%3Ccircle id='Ellipse 3' cx='30' cy='30' r='30' fill='%23FFDA00'/%3E%3Ccircle id='Ellipse 4' cx='27.5674' cy='27.5674' r='9.66216' stroke='%2329292C' stroke-width='5'/%3E%3Cpath id='Line 10' d='M35.9624 36.1997L42.4489 42.6862' stroke='%2329292C' stroke-width='5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  appearance: none;
  border: none;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .search-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-wrapper #search-form input {
    padding: 15px;
    font-size: 16px;
  }
  .search-wrapper #search-form button {
    width: 45px;
    height: 45px;
  }
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .category-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .category-list {
    grid-template-columns: 1fr;
  }
}
.category-list .category-list-item {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  color: #212121;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  transition: box-shadow 0.3s ease;
}
.category-list .category-list-item:hover {
  box-shadow: 0 0 15px 0 rgba(41, 41, 44, 0.3);
}
.category-list .category-list-item.category-list-item-top-category {
  background-color: #ffda00;
}
.category-list .category-list-item .category-list-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px;
  max-width: 250px;
}
.category-list .category-list-item .category-list-item-count {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 50px;
}
.category-list .category-list-item .badge {
  right: -20px;
  background-color: #ffda00 !important;
  color: #212121;
}

.brand-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 50px;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .brand-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .brand-wrapper {
    grid-template-columns: 1fr;
  }
}
.brand-wrapper .brand-item {
  display: flex;
  justify-content: center;
  align-self: center;
}
.brand-wrapper .brand-item img {
  width: 150px;
  height: 60px;
  object-fit: contain;
}

.feature-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 30px;
}
@media (max-width: 991.98px) {
  .feature-wrapper {
    grid-template-columns: 1fr;
  }
}
.feature-wrapper .feature-item {
  display: flex;
  gap: 20px;
}

.faqs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faqs-wrapper .faq-item {
  background-color: #ffffff;
  border-radius: 10px;
}
.faqs-wrapper .faq-item.shown .faq-item-content {
  grid-template-rows: 1fr;
}
.faqs-wrapper .faq-item.shown .faq-item-title:after {
  transform: translateY(-50%) rotate(0deg) !important;
}
.faqs-wrapper .faq-item .faq-item-title {
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
}
.faqs-wrapper .faq-item .faq-item-title:after {
  content: " ";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s ease;
  background-color: #ffda00;
}
@media (max-width: 991.98px) {
  .faqs-wrapper .faq-item .faq-item-title {
    max-width: calc(100% - 50px);
  }
  .faqs-wrapper .faq-item .faq-item-title:after {
    right: -30px;
  }
}
.faqs-wrapper .faq-item .faq-item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.faqs-wrapper .faq-item .faq-item-content > div {
  overflow: hidden;
}
.faqs-wrapper .faq-item .faq-item-content > div p {
  padding: 20px;
  margin-bottom: 0;
  border-top: 1px solid #212121;
}

/*# sourceMappingURL=index.css.map */
