.ta-header-icons .ta-header-search-toggle{
	display:grid!important;
	place-items:center!important;
	width:2rem!important;
	height:2rem!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	color:#b5b6b5!important;
	cursor:pointer;
	-webkit-appearance:none;
	appearance:none;
}
.ta-header-icons .ta-header-search-toggle svg{
	width:1.72rem;
	height:1.72rem;
	fill:none;
	stroke:currentColor;
	stroke-width:1.85;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.ta-header-icons .ta-header-search-toggle:hover,
.ta-header-icons .ta-header-search-toggle[aria-expanded="true"]{
	color:#626162!important;
}
.ta-header-search{
	display:none;
	padding:.65rem clamp(1rem,4vw,2.25rem) .85rem;
	background:#fff;
	border-bottom:1px solid #ececec;
}
.ta-header.is-search-open .ta-header-search{
	display:block;
}
.ta-search-form{
	display:flex;
	gap:.5rem;
	align-items:stretch;
	max-width:42rem;
	margin:0 auto;
}
.ta-search-form input[type="search"]{
	flex:1 1 auto;
	min-height:2.75rem;
	border:1px solid #d6d6d6;
	border-radius:4px;
	padding:.55rem .8rem;
	font:600 1rem Inter,sans-serif;
	color:#111;
	background:#fff;
}
.ta-search-form button{
	min-height:2.75rem;
	padding:0 1.1rem;
	border:0;
	background:#c72127;
	color:#fff;
	font:800 .85rem Oswald,Inter,sans-serif;
	letter-spacing:.04em;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-text-fill-color:#fff;
}
.ta-search-results{
	max-width:52rem;
	margin:0 auto;
	padding:2rem 1rem 3.5rem;
}
.ta-search-results-head h1{
	font:800 2rem Oswald,Inter,sans-serif;
	text-transform:uppercase;
	letter-spacing:.03em;
	margin:0 0 1rem;
}
.ta-search-results-list{
	list-style:none;
	margin:1.5rem 0 0;
	padding:0;
	display:grid;
	gap:.75rem;
}
.ta-search-result a{
	display:grid;
	grid-template-columns:88px minmax(0,1fr);
	gap:.85rem;
	align-items:center;
	padding:.75rem;
	border:1px solid #ececec;
	text-decoration:none;
	color:#111;
	background:#fff;
}
.ta-search-result img{
	width:88px;
	height:88px;
	object-fit:cover;
	background:#f4f4f4;
}
.ta-search-result-copy{
	display:grid;
	gap:.2rem;
	min-width:0;
}
.ta-search-result-kind{
	font:800 .68rem Oswald,Inter,sans-serif;
	letter-spacing:.06em;
	text-transform:uppercase;
	color:#c72127;
}
.ta-search-result-title{
	font:800 1.05rem Oswald,Inter,sans-serif;
	text-transform:uppercase;
	letter-spacing:.02em;
}
.ta-search-result-blurb{
	font:400 .92rem Inter,sans-serif;
	color:#444;
}
.ta-search-empty{margin:1.5rem 0 .5rem}
@media (max-width:1100px){
	.ta-header-icons .ta-header-search-toggle{
		width:24px!important;
		height:24px!important;
	}
	.ta-header-icons .ta-header-search-toggle svg{
		width:18px;
		height:18px;
	}
}
