/* Ikona koszyka w nagłówku — spójna z ikoną konta Astra (#760022 z hoker-homepage-style). */

.site-header-primary-section-right.site-header-section {
	align-items: center;
}

.site-header-primary-section-right .ast-header-account {
	order: 1;
}

.site-header-primary-section-right .hoker-header-cart-wrap {
	order: 2;
}

.site-header-primary-section-right .ast-builder-layout-element[data-section="section-header-mobile-trigger"] {
	order: 3;
}

.hoker-header-cart-wrap {
	display: flex;
	align-items: center;
}

.hoker-header-cart-link {
	align-items: center;
	color: inherit;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	min-width: 44px;
	padding: 10px;
	position: relative;
	text-decoration: none;
}

.hoker-header-cart-link .hoker-cart-icon {
	display: block;
	height: 22px;
	width: 22px;
}

.hoker-header-cart-count {
	background: #760022;
	border-radius: 999px;
	color: #fff;
	font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	min-width: 16px;
	padding: 2px 5px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 4px;
}

.hoker-header-cart-count.is-empty {
	display: none;
}
