.wc-qty-add-cart {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.wc-qty-add-wrap {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1px solid #ddd;
	border-radius: 36px;
	overflow: hidden;
	width: fit-content;
}

.wc-qty-add-btn {
	background: #f5f5f5;
	border: none;
	width: 36px;
	height: 36px;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	transition: background 0.2s;
	flex-shrink: 0;
	border-radius: 2px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
}

.wc-qty-add-btn:hover {
	background: #e0e0e0;
}

.wc-qty-add-input {
	width: 48px;
	height: 36px;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
	-moz-appearance: textfield;
	appearance: textfield;
	padding: 0;
}

.wc-qty-add-input::-webkit-outer-spin-button,
.wc-qty-add-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-qty-add-button {
	width: fit-content !important;
	align-self: center !important;
}
