.bee1-header-tools {
  display: none;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  z-index: 30;
}

.bee1-header-tools.is-placed {
  display: flex;
}

.bee1-header-tools .bee1-search--icon {
  width: auto;
  color: #fff;
}

.bee1-header-tools .bee1-search__toggle,
.bee1-header-tools .bee1-wl-counter-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  gap: 0;
}

.bee1-header-tools .bee1-search__toggle:hover,
.bee1-header-tools .bee1-search__toggle:focus,
.bee1-header-tools .bee1-wl-counter-wrapper:hover,
.bee1-header-tools .bee1-wl-counter-wrapper:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffdf48;
}

.bee1-header-tools .bee1-wl-counter-wrapper .bee1-wl-icon,
.bee1-header-tools .bee1-search__toggle-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.bee1-header-tools .bee1-wl-counter {
  position: absolute;
  top: 2px;
  inset-inline-end: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ffdf48;
  color: #3c3950;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.bee1-header-tools .bee1-search--icon .bee1-search__panel {
  width: min(92vw, 420px);
  --bee1-accent: #3c3950;
  --bee1-radius: 8px;
}

html.bee1-search-popup-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 18, 0.45);
  z-index: 998;
}

.bee1-header-tools .bee1-search--icon.is-open {
  z-index: 1001;
}

.bee1-header-tools .bee1-search--icon.is-open .bee1-search__toggle {
  position: relative;
  z-index: 1002;
  background: rgba(255, 223, 72, 0.2);
  color: #ffdf48;
}

.elementor-124 .elementor-element-2875ab8 {
  display: flex;
  align-items: center;
  gap: 2px;
}

@media (max-width: 767px) {
  .bee1-header-tools.is-placed {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    order: 2;
    flex: 0 0 auto;
  }

  .bee1-header-tools .bee1-search__toggle,
  .bee1-header-tools .bee1-wl-counter-wrapper {
    width: 36px;
    height: 36px;
  }

  .bee1-header-tools .bee1-search--icon.is-open .bee1-search__panel {
    position: fixed;
    top: 68px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    inset: 68px 10px auto 10px;
  }
}
