.store-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--moweb-space-4);
}

.store-action,
.moweb-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: var(--moweb-space-2);
	min-height: 42px;
	color: var(--moweb-color-heading);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.store-action:hover,
.moweb-header-cart:hover {
	color: var(--moweb-color-brand);
}

.moweb-header-cart__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 5px;
	border-radius: 999px;
	background: var(--moweb-color-accent);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.store-action__label,
	.moweb-header-cart__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.store-actions {
		gap: var(--moweb-space-3);
	}
}
