.mc-landing-nav__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
}

.mc-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 999px;
	color: #212d3b;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(33, 45, 59, 0.12);
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.mc-cart-link:hover {
	transform: translateY(-2px);
	background: #fff;
	color: #212d3b;
	text-decoration: none;
}

.mc-cart-link svg {
	width: 1.15rem;
	height: 1.15rem;
	stroke: currentColor;
	fill: none;
}

.mc-cart-count {
	position: absolute;
	top: -0.2rem;
	right: -0.2rem;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 0.28rem;
	border-radius: 999px;
	background: #b3837a;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.15rem;
	text-align: center;
	letter-spacing: 0;
}

.mc-cart-count.is-empty {
	display: none;
}
