.search-cont .headerbox-search-form {
	display: flex;
	gap: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--white);
}

.search-cont .submit-button {
	width: 24px;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.search-cont .submit-button img {
	width: 100%;
}

.search-cont .searchInput {
	display: block;
	flex-grow: 1;
	padding: 0;
	margin: 0;
	font-family: var(--font-body);
	font-weight: normal;
	font-size: var(--text-sm);
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: inherit;
	background: none;
	border: none;
}

.search-cont .search-button {
	display: none;
}

@media (min-width: 46.5em) {
	.search-cont .searchInput {
		font-size: var(--text-base);
	}
}