.typesense-dropdown {
  position: absolute;
  overflow: auto;
  display: none;
  z-index: 100;
  max-width: 1090px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 15px 15px;
  background: var(--Container-Low, #f7f8f8);
}
.typesense-dropdown::-webkit-scrollbar {
  width: 13px;
  width: var(--aa-scrollbar-width);
}

.typesense-dropdown::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.typesense-dropdown::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-color: #eaeaea;
  border-radius: 9999px;
  border-style: solid;
  border-width: 3px 2px 3px 3px;
}
.typesense-content {
  padding: 16px 20px;
}
.typesense-grid {
  display: grid;
  grid-template-columns: 247px auto;
  grid-template-rows: max-content 1fr;
  gap: 32px 20px;
}
.typesense-group-title {
  border-bottom: 1px solid #c1c2c2;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.typesense-group.typesense-product_base {
  grid-area: 1 / 2 / 3 / 3;
}
.typesense-noresult {
  font-size: 12px;
}
.typesense-group-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.typesense-item {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.typesense-item:hover {
  color: #DD252A;
}
.typesense-image {
  min-width: 60px;
  flex: 0 0 60px;
}
.typesense-image img {
  max-width: 100%;
  display: block;
}
.typesense-caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
  padding: 5px 0;
}
.typesense-title {
  font-size: 14px;
  font-weight: bold;
}
.typesense-text {
  font-size: 12px;
}
.typesense-price {
  font-size: 13px;
  font-weight: bold;
}
.typesense-date {
  font-size: 11px;
  font-weight: bold;
}
.typesense-active header,
body .top {
  z-index: 10;
}
.typesense-active header .container {
  position: relative;
}
.typesense-active .menu-bg {
  z-index: 9;
}
.js-typesense-submit {
  margin-top: 18px;
}
.typesense-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.024px;
  margin-bottom: 18px;
}
.typesense-grid-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.typesense-grid-content .product-item {
  padding: 8px;
}
.typesense-grid-content .product-item img {
  min-height: 164px;
}
.typesense-grid-content .product-name {
  -webkit-line-clamp: 3;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.06px;
  min-height: 57px;
}
.typesense-grid-content .product-item .price-tax,
.typesense-grid-content
  .product-item
  .price-tax
  .woocommerce-Price-currencySymbol {
  font-size: 10px;
}
.typesense-item i {
  color: var(--raecks-40, #dd252a);
  font-style: normal;
}
.header-info,
.header-etrust,
.header-btns {
  transition: 0.3s;
}
.typesense-active .header-info, .typesense-active .header-etrust {
  width: 0px !important;
  overflow: hidden;
  display: none;
  flex-grow: 0;
}
.typesense-active .header-btns {
  opacity: 0;
  visibility: hidden;
}
body .searchform {
  padding: 0;
}
.searchform .search-input {
  padding: 14px 14px 14px 0px;
  width: 100%;
}
.searchform > svg {
  margin: 0 0 0 14px;
}
.typesense-active .searchform {
  flex-grow: 1;
  transition: flex-grow .5s ease-in-out;
}
.typesense-close {
  width: 24px;
  height: 24px;
  background: #303334;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: calc((1310px - 1090px) / 2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.typesense-active .typesense-close {
  opacity: 1;
  visibility: visible;
}
.c2a-btn {
  margin-top: 20px;
}
.c2a-btn .btn {
  background: transparent;
}
@media (max-width: 1200px) {
  .typesense-dropdown {
    top: 100% !important;
  }
  .typesense-active .searchform {
    width: calc(100% - 65px);
    flex-grow: 0;
  }
  .typesense-close {
    width: 45px;
    height: 45px;
    right: 15px;
  }
  .typesense-close svg {
    width: 45px;
    height: 45px;
  }
  .typesense-content {
    padding: 0px 24px 55px 24px;
  }
  .typesense-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.075px;
    margin: 48px 0;
  }
  .typesense-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .typesense-group-title {
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 19px;
  }
  .typesense-item {
    font-size: 16px;
  }
  .js-typesense-submit {
    margin-top: 45px;
  }
  .typesense-dropdown {
    max-height: calc(100vh - 66px);
    overflow: auto;
  }
  .search-input {
    width: 100%;
    min-width: 100%;
  }
  .c2a-btn {
    margin-top: 48px;
  }
  .c2a-btn .btn {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 834px) {
  .typesense-active .searchform {
    width: calc(100% - 55px);
    flex-grow: 0;
  }
  .typesense-title {
    font-size: 18px;
    margin: 26px 0 44px 0;
  }
  .typesense-grid {
    gap: 34px;
  }
  .typesense-grid-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
  .typesense-content {
    padding: 0px 24px 26px 24px;
  }
  .js-typesense-submit {
    margin-top: 21px;
    margin-left: 0 !important;
  }
  .c2a-btn {
    margin-top: 34px;
  }
}
