/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Barn2 Sub Bags: one customized bag per add action */
footer.order.purchasable
.quantity:has(input.qty[min="1"][max="1"])
button.remove,
footer.order.purchasable
.quantity:has(input.qty[min="1"][max="1"])
button.add {
	display: none !important;
}

footer.order.purchasable
.quantity:has(input.qty[min="1"][max="1"])
input.qty {
	pointer-events: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	width: 46px !important;
	text-align: center !important;
}

footer.order.purchasable
.quantity:has(input.qty[min="1"][max="1"])
input.qty::-webkit-inner-spin-button,
footer.order.purchasable
.quantity:has(input.qty[min="1"][max="1"])
input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}