.woocommerce-variation-add-to-cart.variations_button,
.woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: stretch;
	margin-top: 16px;
	min-width: 0;
}

.woocommerce .quantity,
.quantity {
	display: inline-flex;
	align-items: stretch;
	min-width: 0;
}

.qty-minus,
.qty-plus {
	width: var(--stubborn-touch-target);
	height: var(--stubborn-touch-target);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	border: 1px solid var(--stubborn-border);
	background: var(--stubborn-bg);
	color: var(--stubborn-text);
	transition: opacity var(--stubborn-transition), transform var(--stubborn-transition);
}

.qty-minus:hover,
.qty-plus:hover {
	opacity: 0.6;
}

.qty-minus:active,
.qty-plus:active {
	transform: scale(0.96);
	opacity: 1;
}

.woocommerce .quantity input.qty,
.quantity input.qty {
	width: 56px;
	height: var(--stubborn-touch-target);
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 15px;
	min-width: 0;
	-moz-appearance: textfield;
	border-top: 1px solid var(--stubborn-border);
	border-bottom: 1px solid var(--stubborn-border);
	border-left: none;
	border-right: none;
	background: var(--stubborn-card-bg);
	font-variant-numeric: tabular-nums;
}

@media (min-width: 769px) {
	.qty-minus,
	.qty-plus {
		width: 32px;
		height: 40px;
		min-height: 40px;
		font-size: 16px;
	}

	.woocommerce .quantity input.qty,
	.quantity input.qty {
		width: 48px;
		height: 40px;
		min-height: 40px;
		font-size: 14px;
	}
}

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