.bogaso-product-search {
  position: relative;
  z-index: 30;
  width: min(100%, 560px);
}

.bogaso-product-search > p:empty,
.bogaso-product-search__form > br {
  display: none !important;
}

.bogaso-product-search__form {
  display: flex;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #c9cec8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgb(18 43 31 / 5%);
}

.bogaso-product-search__form:focus-within {
  border-color: #1f4d3a;
  box-shadow: 0 0 0 3px rgb(31 77 58 / 13%);
}

.bogaso-product-search__icon {
  width: 18px;
  height: 18px;
  margin-left: 14px;
  border: 2px solid #315345;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.bogaso-product-search__icon::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: #315345;
  transform: rotate(45deg);
}

.bogaso-product-search__input {
  min-width: 0;
  flex: 1;
  height: 44px;
  border: 0 !important;
  outline: 0;
  background: transparent;
  color: #17261f;
  font: inherit;
  font-size: .88rem;
  padding: 0 12px !important;
}

.bogaso-product-search__input::-webkit-search-cancel-button { cursor: pointer; }

.bogaso-product-search__submit {
  align-self: stretch;
  border: 0;
  border-left: 1px solid #dbe0dc;
  border-radius: 0;
  background: #173d2d;
  color: #fff;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 750;
  padding: 0 17px;
}

.bogaso-product-search__submit:hover { background: #22543f; }

.bogaso-product-search__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(65vh, 520px);
  overflow: auto;
  border: 1px solid #d9ddd9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(18 43 31 / 18%);
}

.bogaso-product-search__result {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #1c2b24;
  padding: 10px 12px;
  text-decoration: none;
  border-bottom: 1px solid #edf0ed;
}

.bogaso-product-search__result:hover,
.bogaso-product-search__result.is-active {
  background: #f3f7f4;
  color: #173d2d;
}

.bogaso-product-search__image {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #f8f8f6;
}

.bogaso-product-search__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bogaso-product-search__content { min-width: 0; }
.bogaso-product-search__content strong {
  display: block;
  overflow: hidden;
  font-size: .82rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bogaso-product-search__meta {
  display: block;
  margin-top: 5px;
  color: #68736d;
  font-size: .7rem;
}

.bogaso-product-search__all,
.bogaso-product-search__message {
  display: block;
  padding: 13px 14px;
  font-size: .76rem;
  text-align: center;
}

.bogaso-product-search__all {
  color: #173d2d;
  font-weight: 750;
  text-decoration: none;
}

.bogaso-product-search__all:hover { background: #f3f7f4; }
.bogaso-product-search__message { color: #68736d; }
.bogaso-product-search__message.is-error { color: #9b2c2c; }

.bogaso-announcement .wp-block-shortcode {
  width: min(100%, 680px);
  margin: 0 auto;
}

.bogaso-announcement .bogaso-product-search {
  width: 100%;
}

.bogaso-announcement .bogaso-product-search__form {
  min-height: 40px;
  border-color: rgb(255 255 255 / 34%);
  box-shadow: none;
}

.bogaso-announcement .bogaso-product-search__input {
  height: 38px;
}

.bogaso-announcement .bogaso-product-search__submit {
  background: #ffca28;
  color: #27275b;
  border-left-color: #e5b621;
}

.bogaso-announcement .bogaso-product-search__submit:hover {
  background: #ffd451;
}

.bogaso-main-header > .wp-block-group {
  gap: clamp(14px, 2vw, 28px);
}

.bogaso-main-header .wp-block-shortcode {
  flex: 1 1 480px;
  max-width: 760px;
  margin: 0;
}

.bogaso-main-header .bogaso-product-search {
  width: 100%;
}

.bogaso-main-header .bogaso-product-search__form {
  min-height: 38px;
}

.bogaso-main-header .bogaso-product-search__input {
  height: 36px;
  font-size: .82rem;
}

.bogaso-main-header .bogaso-product-search__submit {
  padding-inline: 14px;
}

.bogaso-header-nav {
  position: relative;
  z-index: 20;
  min-height: 38px;
}

body.bogaso-storefront header.wp-block-template-part > .bogaso-header-nav {
  min-height: 38px !important;
}

.bogaso-header-nav .wp-block-navigation {
  width: 100%;
}

.bogaso-header-nav .wp-block-navigation-item__content {
  color: #fff;
  text-decoration: none;
}

.bogaso-header-nav .wp-block-navigation-item__content:hover {
  color: #ffca28;
}

.bogaso-header-nav .wp-block-navigation__responsive-container-open,
.bogaso-header-nav .wp-block-navigation__responsive-container-close {
  color: #fff;
}

@media (max-width: 980px) {
  .bogaso-main-header > .wp-block-group { flex-wrap: wrap !important; }
  .bogaso-main-header .wp-block-shortcode {
    flex-basis: 100%;
    order: 3;
    max-width: none;
  }
  .bogaso-product-search { width: 100%; }
}

@media (max-width: 560px) {
  .bogaso-product-search__submit { padding-inline: 12px; }
  .bogaso-product-search__input { font-size: .8rem; }
  .bogaso-product-search__panel {
    position: fixed;
    top: auto;
    right: 12px;
    left: 12px;
  }
}
