@media screen and (min-width: 1024px) {
    .search-field--max-w-adaptive {
        max-width: 26.375rem;
    }
}
@media screen and (max-width: 1023px) {
    .search-field--not-in-mobile, .search-field--not-in-mobile.l-search-field {
        display: none;
    }
}
.search-field__form {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .search-field .icons-pool--i-zoom {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.6781 13.4339L13.0276 10.7833C13.7255 9.69329 14.1437 8.40461 14.1437 7.01138C14.1437 2.35331 9.60331 -1.24087 4.70738 0.40592C2.73907 1.06986 1.189 2.61994 0.527668 4.58824C-1.12174 9.48418 2.47506 14.0246 7.13312 14.0246C7.68728 14.0246 8.13427 13.575 8.13427 13.0235C8.13427 12.4719 7.68467 12.0223 7.13312 12.0223C7.12005 12.0223 7.10699 12.0223 7.09391 12.0223C3.68794 11.9962 1.09228 8.57191 2.52734 4.97511C2.99524 3.80667 3.92319 2.8761 5.09163 2.41082C8.70411 0.96792 12.1388 3.58971 12.1388 7.01138C12.1388 8.54577 11.4488 9.91809 10.3614 10.8382C9.93528 11.1989 9.89346 11.842 10.2777 12.2471L10.9704 12.9764L13.553 15.559C14.1411 16.1471 15.0926 16.1471 15.6781 15.559C16.2663 14.9709 16.2663 14.022 15.6781 13.4339Z' fill='%23202527'/%3E %3C/svg%3E");
        height: 1rem;
        width: 1.0625rem;
    }
}
.m-search-field__btn-action {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 1024px) {
    .m-search-field__form-input--thin {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }
}