.announcement-bar {
	display: flex;
	align-items: center;
	height: 30px;
	color: #ffffff;
	background: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.site-header {
	position: relative;
	z-index: 800;
	background: #ffffff;
	border-top: 1px solid var(--rareave-border);
	border-bottom: 1px solid var(--rareave-border);
}

.site-header__inner {
	display: flex;
	align-items: center;
	height: 44px;
	gap: 30px;
}

.site-branding {
	flex: 0 0 160px;
	width: 160px;
}

.custom-logo-link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 37px;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 37px;
	object-fit: contain;
}

.brand-wordmark {
	display: flex;
	align-items: center;
	width: 160px;
	height: 37px;
	border: 2px solid #111111;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	text-decoration: none;
}

.brand-wordmark:hover,
.brand-wordmark:focus-visible {
	text-decoration: none;
}

.brand-wordmark span {
	display: grid;
	place-items: center;
	height: 100%;
	padding-inline: 6px;
}

.brand-wordmark span:first-child {
	color: #ffffff;
	background: #111111;
}

.header-actions {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 14px;
}

.header-actions--mobile,
.mobile-search-row {
	display: none;
}

.header-action {
	position: relative;
	display: grid;
	place-items: center;
	width: 26px;
	height: 44px;
	padding: 0;
	color: #000000;
	background: none;
	border: 0;
}

.header-action:hover,
.header-action:focus-visible {
	text-decoration: none;
}

.cart-count {
	position: absolute;
	top: 2px;
	right: -7px;
	display: grid;
	place-items: center;
	min-width: 16px;
	height: 16px;
	padding-inline: 4px;
	color: #ffffff;
	background: #111111;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
}

.product-search {
	position: relative;
	display: flex;
	width: 148px;
	height: 34px;
}

.product-search input[type="search"] {
	width: 100%;
	height: 34px;
	padding: 0 38px 0 10px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 0;
	font-size: 13px;
}

.product-search button {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: #000000;
	background: transparent;
	border: 0;
}

.product-search .rareave-icon {
	width: 20px;
	height: 20px;
}
