.quantity.qpc-ready {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.quantity.qpc-ready .qty {
	width: 48px;
	height: 48px;
	text-align: center;
	-moz-appearance: textfield;
	border-radius: 6px;
}

.quantity.qpc-ready .qty::-webkit-outer-spin-button,
.quantity.qpc-ready .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qpc-qty-btn {
	width: 32px;
	height: 48px;
	line-height: 1;
	font-size: 18px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: black !important;
	border-radius: 6px;
}


.qpc-qty-btn:hover {
	background: #eee;
}

.qpc-total-price {
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: 600;
}

.qpc-unit-price {
	margin-top: 2px;
	font-size: 0.85em;
	color: #0b0b0b;
}