/*
 * Copyright © Amazon.com and Affiliates: This deliverable is considered Developed Content as defined in AWS Services Terms and the SOW between the parties dated October, 31. 2025.
 */

/********** 서치 바 **********/
#search_contents {
    position: relative;
    float: right;
    margin-top: 37px;
    width: 294px;
    text-align: center;
    border: 1px solid #444444;
}

#input_text {
    width: calc(100% - 66px);
    padding: 5px 12px;
    height: 24px;
    font-size: 14px;
    border: 0;
    outline: none;
}

#search_wrap {
    display: none;
    z-index: 11;
    position: absolute;
    left: -1px;
    top: 34px;
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #444444;
}

#search_brand {
    padding-top: 1px;
}

#search_brand .brand {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 14px;
    margin: 7px;
    padding: 12px 11px;
    font-size: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #444444;
    border-radius: 8px;
    cursor: pointer;
    text-indent: 0;
    text-overflow: initial;
    white-space: normal;
}

.searchbar_brand {
    float: left;
}

.searchbar_brand_image {
    margin-right: 8px;
}

.searchbar_brand_image img {
    width: 100%;
}

#searchbar_arrow_icon {
    margin-top: 4px;
}

.searchbar_brand_name {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 3px;
    line-height: 14px;
}

.searchbar_brand_name:nth-child(2) {
    margin-top: 2px;
    font-size: 12px;
    line-height: 13px;
    color: #000;
}

.searchbar_text {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 12px;
    color: #8a8a8a;
}

#search_wrap .keyword {
    font-size: 12px;
    cursor: pointer;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 27px;
    line-height: 28px;
    text-indent: 10px;
}

#search_wrap .search_item.active .keyword,
#search_wrap .keyword:hover,
#search_wrap .keyword:focus {
    background-color: #fafafa;
    text-decoration: none;
}

.not_keyword {
    font-size: 12px;
    cursor: pointer;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 27px;
    line-height: 28px;
    text-indent: 10px;
    color: #ee2f49;
}

.keyword_highlight {
    color: #ee2f49;
}

#input_label {
    display: block;
    text-align: left;
}

.search_icon {
    padding: 0 10px
}
