.lv-icon-button {
	width: 34px;
	height: 34px;
	border: 0;
	background: none;
	padding: 7px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--lv-ink);
	cursor: pointer;
}

.lv-icon-button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lv-icon-button:hover { color: var(--lv-wine); }

.lv-cart-count {
	min-width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--lv-wine);
	color: #fff;
	font: 8px/14px Arial, sans-serif;
	text-align: center;
	position: absolute;
	right: -1px;
	top: -1px;
}
