/**
 * Carrinho — integração visual com Botão 2 do Header.
 * @since 0.1.0-alpha.2
 */
.coteia-header-quick-custom{
	position:relative;
}
.coteia-cart-header-count-fragment:empty{
	display:none;
}
.coteia-cart-header-count{
	position:absolute;
	top:-5px;
	right:-6px;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:17px;
	height:17px;
	padding:0 4px;
	border:2px solid currentColor;
	border-radius:999px;
	background:#fff;
	color:#172033;
	font-size:10px;
	font-weight:700;
	line-height:1;
	box-sizing:border-box;
	pointer-events:none;
}
