.header-search-bar.divider::after {
position: absolute;
inset-block-end: 0;
inset-inline: 0;
z-index: 4;
height: 1px;
content: "";
background-color: rgba(var(--color-entry-line), 1);
}
input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {display: block;
    -webkit-appearance: searchfield-cancel-button;
}
.header-search-bar {
position: absolute;
height: auto;
right: 212px;
width: max-content;
top: calc(100% + -9px);
z-index: 2;
display: none;
background-color: #fff;
border-radius: 16px;
box-shadow: 0 4px 16px #1111111f;
pointer-events: all;
min-width: 212px;
z-index: calc(var(--header-nav-dropdown-menu-z-index) + 1);
}

.header-search-bar.searchpc {
display: block;
margin-right: 10px;
position: unset;
width: fit-content;
z-index: 1;
}
 
.header-search-bar.searchpc .header-search-bar__form {
width: fit-content;
padding: 0;
}

.header-search-bar.searchpc .header-search-bar__results {
padding: 0;
position: absolute;
}

.header-search-bar.open {
display: block;
}

.header-action-barPC {
order: 40;
display: flex;
position: relative;
}

.header__search-container.page-width {
padding: 0 10px;
}

@media (max-width: 959px) {
.header-search-bar.searchpc {
    display: none;
}

.header-action-barPC {
    order: 40;
    display: flex;
    position: unset;
}

.header-action-barPC .header__search--input {
    display: none;
}

.header-action-barPC .header-search-bar.open .header__search--input {
    display: block
}

.header-search-bar {
    --header-search-bar-slide-anime-duration: 200ms;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    column-gap: var(--header-column-gap);
    align-items: center;
    justify-content: start;
    order: 30;
    width: 100%;
    height: 100%;
    margin-inline-start: auto;
    pointer-events: none;
    opacity: 0;
    transition:
        z-index 1ms ease var(--header-search-bar-slide-anime-duration),
        opacity var(--header-search-bar-slide-anime-duration) ease-in,
        transform var(--header-search-bar-slide-anime-duration) ease-in;
}

.pcheader__search {
    display: block;
}

.header-search-bar {
    margin-inline-start: 0;
}

.header-search-bar.open {
    z-index: calc(var(--header-nav-dropdown-menu-z-index) + 1);
    pointer-events: all;
    opacity: 1;
    height: 100vh;
    overflow: auto;
    position: fixed;
    z-index: 100;
    transition:
        opacity var(--header-search-bar-slide-anime-duration) ease-in,
        transform var(--header-search-bar-slide-anime-duration) ease-in;
}

.header-search-bar.open .header__search {
    border-bottom: 1px solid rgba(17, 17, 17, .06);
    background: transparent;
}
}


.header-search-bar--lockscreen {
/* overflow: hidden !important; */
}


.header-search-bar__icon {
box-sizing: content-box;
display: inline-flex;
flex-shrink: 0;
justify-self: end;
width: 28px;
height: 28px;
}

@media (max-width: 959px) {
.header-search-bar__backdrop {
    position: fixed;
    inset-inline-start: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    /* background: rgb(0 0 0 / 40%); */
}

.header-search-bar__icon {
    width: 26px;
    height: 26px;
}
}

.header-search-bar__form {
position: relative;
z-index: 1;
gap: 4px;
display: flex;
justify-content: center;
ALIGN-ITEMS: center;
width: 100%;
padding: 45px 48px;
/* background-color: rgba(var(--color-background), 1); */
}

@media (max-width: 959px) {
.header-search-bar__form {
    padding: 10px 20px;
}
}

.header-search-bar__form .button {
box-sizing: content-box;
width: 26px;
height: 26px;
}

.header-search-bar__form .button .searhclose {
width: 40px;
height: 40px;
}

@media (min-width: 960px) { 
.pcheader__search,
.header-action-bar .button--icon.pcheader__search {
    display: none;
}

.header-search-bar__icon .searhicon {
    display: none;
}

.header-search-bar__form .button {
    width: 28px;
    height: 28px;
}

.header-action-bar .header-action-bar__search {
    margin-inline-end: 0;
    border: none;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    justify-content: space-around;
    background: #fff;
    display: flex;
    border-radius: 25px;
    transform: scale(1);
    height: 38px;
    padding: 0 15px;
    min-width: 210px;
    position: relative;
}

.header-action-bar .header-action-bar__search.button.button--icon:hover {
    background: #fff;
}

.header-action-bar .header-action-bar__search .field__input {
    padding: 0 10px;
    height: 100%;
    border: none;
    font-size: 15px;
    max-width: 100%;
    margin-right: 0;
}

.header-action-barPC .header-action-bar .header-action-bar__search svg {
color: #11111170;
    fill: transparent;
    position: absolute;
    right: 10px;width: 20px;
        height: 20px;
}
}

.header-search-bar__form .field__input {
color: inherit;
flex: 1 1 auto;
max-width: 50%;
outline: none;
padding: 8px 27px;
width: 60%;
margin-right: 2rem;
font-size: 22px;
border: 1px solid #ddd;
border-radius: 30px;
height: 60px;
}

.header-search-bar__form .field__input::placeholder {
opacity: 1;
}

[layout$="_wrap_menu"] .header__container-top .header-search-bar {
order: 10;
margin-inline-start: 0;
}

.header-search-bar__results {
position: relative;
z-index: 1;
display: none;
flex-direction: column;
width: 100%;
padding: 10px 48px;background-color: #fff;
}

@media (max-width: 959px) {
.header-search-bar__form .field__input {
    max-width: 70%;
    font-size: 13px;
    height: 35px;
}

.header-search-bar__results {padding: 0 20px;
    position: absolute;
    width: 80%;
    left: 10%;
    max-height: 95vh;
    overflow: auto;
    border: 1px solid #ddd;
}
}

.header-search-bar__results.shown {
display: flex;
}

.header-search-bar__results-loading {
display: none;
align-items: center;
justify-content: center;
padding: 20px 0;
}

.header-search-bar__results-spinner {
width: 20px;
height: 20px;
color: rgba(var(--color-text), 1);
animation: animation-circling linear 1.5s infinite;
}

.header-search-bar__results-list {
display: block;
}

.header-search-bar__results.loading {
align-items: center;
justify-content: center;
}

.header-search-bar__results.loading .header-search-bar__results-loading {
display: flex;
}

.header-search-bar__results.loading .header-search-bar__results-list {
display: none;
}



#header-search-predicate .suggest-title1 {
display: flex;
align-items: center;
}

#header-search-predicate .suggest-title1 i.search-history-clear {
padding-left: 8px;
}

#header-search-predicate>.container {
position: relative;
max-width: 1228px;
}

#header-search-predicate .search-history {
margin-bottom: 80px;
margin-top: 50px;
}

#header-search-predicate .suggest-title1 h3 {
font-weight: 100;
margin: 20px 0 0;
padding: 0;
font-size: 16px;
color: #000;
}

#header-search-predicate>.container ul#header-drawer__suggest-list {
position: absolute;
top: 0;
background: #fff;
box-shadow: 0 0 5px rgb(0 0 0 / 30%);
width: 90%;
left: 50%;
transform: translateX(-50%);
}

ul.shistory,
ul.schotkey {
margin-block-start: 1em;
display: flex;
flex-direction: column;
margin-block-end: 1em;
}

ul.shistory li,
ul.schotkey li {
width: fit-content;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
color: #666;
background-color: #1111110a;
text-decoration: none;
height: 32px;
padding: 0 16px;
margin: 10px 10px 0 0;
flex-shrink: 0;
border-radius: 30px;
}

ul.shistory li a,
ul.schotkey li a {
color: #666;
font-weight: normal;
}

ul.shistory li a:hover,
ul.schotkey li a:hover {
color: #000;
}

.header__search {
width: 100%;
background: #f6f6f6;
text-align: center;
}