.hav-header__queryparam-search-button--wrapper {
    display: block!important;
    background: #c6d4dc;
}

.hav-header__queryparam-search-button--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    min-width: 80px;
    font-family: 'TT Norms Pro Medium',sans-serif;
    color: #092d4b;
    line-height: 1.438rem;
    letter-spacing: 0;
    font-size: .875rem;
}

.hav-header__queryparam-search-button {
    position: relative;
    font-family: TT Norms Pro Bold,sans-serif;
    color: #092d4b;
    line-height: 1.438rem;
    font-size: 1.125rem;
	cursor: pointer;
}

.hav-header__queryparam-search-button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}

.hav-header__queryparam-search-button:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: relative;
    top: -1px;
    display: block;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.8rem 1.8rem;
    margin-right: .2rem;
	/* prod */
		background-image: url('/images/18.6e7a8a391867f09cba2d3b83/1678346090620/Search-mobile-2023.svg');
	
	/* utv 
	background-image: url('/images/18.6606e0f51859c0576debe15/1675414413561/Search-mobile-2023.svg');
	*/

}

.hav-header--items.hav-queryparam-view>div:nth-child(3) {
    flex: none;
    width: 100px; 
    background: #c6d4dc;
}