<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 23:20 The "+" operator only works if there is whitespace on both sides

**/
.cart-count-bubble:empty {
	display: none;
}

.cart-count-bubble {
	position: absolute;
	background-color: var(--cart-bubble-color, rgb(var(--color-button)));
	color: rgb(var(--color-button-text));
	height: 1.7 rem;
	width: 1.7 rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9 rem;
	bottom: 0.8 rem;
	left: 2.2 rem;
	line-height: calc(1+ 0.1 / var(--font-body-scale));
	}
	</pre></body></html>