/* A product-page link does not use the card quantity control. */
.product-thumb .cart-group .stepper {
	display: none !important;
}

/* Some Journal card styles configure the original cart action as icon-only. */
.btn-view-options::before {
	display: none !important;
}

.btn-view-options .btn-text {
	display: inline !important;
}
