.qbm-cart-badge-template {
	display: none !important;
}

.qbm-cart-icon {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: row !important;
	gap: 8px;
	min-width: 24px;
	min-height: 24px;
	color: currentColor;
	text-decoration: none;
	overflow: visible !important;
	vertical-align: middle;
	width: auto !important;
	max-width: none !important;
}

.qbm-cart-icon:hover,
.qbm-cart-icon:focus {
	color: inherit;
	text-decoration: none;
}

.qbm-cart-badge-host {
	position: relative !important;
	overflow: visible !important;
}

.qbm-cart-icon__graphic {
	position: relative;
	z-index: 1;
	display: inline-flex !important;
	width: 24px;
	height: 24px;
	line-height: 1;
	flex: 0 0 auto;
}

.qbm-cart-icon__graphic svg {
	display: block;
	width: 100%;
	height: 100%;
}

.qbm-cart-icon__label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.qbm-cart-badge {
	position: absolute !important;
	top: -8px;
	right: -10px;
	z-index: 30;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #e11d48;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1 !important;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(225, 29, 72, 0.28);
	pointer-events: none;
	transform: translate(35%, -28%) translateZ(0);
	margin: 0 !important;
}

.qbm-cart-badge--badge {
	position: relative;
	top: auto;
	right: auto;
}

.qbm-cart-badge--icon {
	top: 0 !important;
	right: 0 !important;
	bottom: auto !important;
	left: auto !important;
}

.qbm-cart-badge.is-hidden {
	display: none !important;
}
