/* Cart toolbar button — scoped styles only (must not affect other toolbar icons). */
.after-append-footer .awtar-cart-bar-widget .button-inner.btn-flex-e {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.after-append-footer .awtar-cart-bar .button-inner {
	position: relative;
}

.after-append-footer .awtar-cart-bar .icon-button-el {
	font-size: 28px;
	padding: 0 0 4px;
}

.after-append-footer .awtar-cart-bar .text-button {
	font-size: 14px;
	line-height: 1.2;
}

.awtar-cart-bar-badge {
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(10px);
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	box-sizing: border-box;
	box-shadow: 0 0 0 2px #fff;
	direction: ltr;
	unicode-bidi: isolate;
	pointer-events: none;
}
