.header{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__search{position:relative;border-radius:.75rem;background:#e6e6e6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;max-width:12.5rem;width:100%}.header__search-result{display:none;position:absolute;right:0;z-index:10;bottom:-.1875rem;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-box-shadow:4px 16px 20px 0 rgba(136,139,153,.2);box-shadow:4px 16px 20px 0 rgba(136,139,153,.2);background:var(--white);padding:1.25rem;border-radius:.75rem;width:25rem;font-size:max(1rem,12px);max-height:15.625rem;overflow:hidden;overflow-y:auto}.header__search-result>ul li a{color:var(--black);-webkit-transition:color var(--hover-transition);transition:color var(--hover-transition)}@media (any-hover:hover){.header__search-result>ul li a:hover{color:#ff4d4e}}.header__search-result>ul li:not(:last-child){margin-bottom:.625rem}.header__search input{font-weight:400;font-size:max(.875rem,12px);letter-spacing:-.02em;color:#000;width:100%;outline:0}.header__search::before{content:"";display:block;width:1.25rem;height:1.25rem;margin-right:.75rem;-ms-flex-negative:0;flex-shrink:0;background-image:url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13.5777 14.1L16.1443 16.6667M15.3335 9.58334C15.3335 11.2409 14.675 12.8307 13.5029 14.0028C12.3308 15.1749 10.7411 15.8333 9.0835 15.8333C7.42589 15.8333 5.83618 15.1749 4.66408 14.0028C3.49198 12.8307 2.8335 11.2409 2.8335 9.58334C2.8335 7.92573 3.49198 6.33602 4.66408 5.16392C5.83618 3.99182 7.42589 3.33334 9.0835 3.33334C10.7411 3.33334 12.3308 3.99182 13.5029 5.16392C14.675 6.33602 15.3335 7.92573 15.3335 9.58334Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E');background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width:768px){.header__search{max-width:160px}.header__search-result{bottom:-8px;width:290px;font-size:14px}}