/** Shopify CDN: Minification failed

Line 8:25 Expected ":"

**/
.header-search-custom__open-btn {
  background: transparent;
  border: 0;header__icons
}

.header-search-custom__dialog {
  margin: 0;
  padding: 0;
  inset: 0;
  border: 0;
  z-index: 50;
  max-width: 100vw;
  max-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  background: transparent;
}

.header-search-custom__dialog[open] {
  opacity: 1;
  pointer-events: auto;
}

.header-search-custom__dialog::backdrop {
  height: 100lvh;
  background: #18181888;
}

html:has(dialog[open]) {
  overflow: hidden;
}

.header-search-custom__dialog-header {
  padding: 16px;
  background: white;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header-search-custom__form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: calc(100vw - 32px);
  max-width: 556px;
}

.headar-search-custom__form {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 0 0 20px;
  border: solid 1px #000000;
  border-radius: 9999px;
  width: 100%;
}

.headar-search-custom__form > .icon-search {
  width: 16px;
  height: 16px;
}

.headar-search-custom__form > input {
  flex: 1;
  height: 100%;
  border: 0;
  box-shadow: none;
  padding: 14px 20px 14px 12px;
  border-radius: 9999px;
  font-size: 16px;
}

.header-search-custom__dialog-close-btn {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: #000000;
}

.header-search-custom__dialog-close-btn > svg {
  width: 16px;
  height: 16px;
}

.header-search-custom__result-ctn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 16px;
  overflow: auto;
  transition: 0.16s;
}

.header-search-custom__result-ctn.visible {
  opacity: 1;
  translate: translateY(0px);
  pointer-events: auto;
}

.header-search-custom__popover {
  width: calc(100vw - 32px);
  max-width: 556px;
  background: white;
  border-radius: 8px;
  padding: 24px 16px;
  margin: 0 auto;
  height: fit-content;
  max-height: 100%;
}

.header-search-custom__result {
  overflow: auto;
  display: none;
}

.header-search-custom__result.visible {
  display: block;
}

.header-search-custom__result > h3 {
  font-size: 14px;
  margin: 32px 0 16px;
}

.header-search-custom__result > h3:first-child {
  margin: 0 0 16px;
}


.header-search-custom__result > ul {
  list-style-type: none;
  padding-inline: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 16px;
}

.header-search-custom__result-empty {
  display: none;
  font-size: 14px;
}

.header-search-custom__result-empty.visible {
  display: block;
}

.header-search-custom__product-more {
  padding: 14px 16px;
  border: solid 1px #000000;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-weight: 600;
  display: block;
}

.header-search-custom__product-more:hover {
  background: #000000;
  color: white;
}

/*よく検索されるキーワード*/
.header-search-custom__home-wrapper {
  overflow: auto;
  display: none;
}

.header-search-custom__home-wrapper.visible {
  display: block;
}

.header-search-custom__home {

}

.header-search-custom__home {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-search-custom__home > h3 {
  font-size: 0.875em;
  font-weight: 500;
  color: #000000;
  margin: 0 0 16px;
}

.header-search-custom__hot-words {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em 0.5em;
  padding-inline: 0;
  margin: 0;
}

.header-search-custom__hot-words > li {
  list-style-type: none;
}

.header-search-custom__hot-words a:hover {
  background: #000000;
  color: #FFFFFF;
}

.header-search-custom__hot-words a {
  display: block;
  line-height: 1;
  text-align: center;
  color: #000000;
  text-decoration: none;
  padding: 0.75em 1em;
  border-radius: 9999px;
  border: solid 1px #000000;
  font-size: 0.875em;
  text-align: center;
  min-width: 72px;
}

.header-search-custom__hot-words span {
   /*line-clamp*/
   overflow: hidden;
   display: -webkit-box;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.header-search-custom__pickup {
  list-style-type: none;
  padding-inline: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 32px;
}
