/* Keep the Update Cart button visible, but slightly dimmed to indicate automation is primary */
button[name="update_cart"] {
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

button[name="update_cart"]:hover {
	opacity: 1;
}
