/*
 * Gumpress — front-end styles
 * Hides default WooCommerce quantity + submit button and styles the Gumroad overlay button.
 */

/* Hide the WooCommerce quantity field and default "Add to cart" button on single product pages */
form.cart .quantity,
form.cart input[name="quantity"],
form.cart button[type="submit"].button {
    display: none !important;
}

/* Gumroad overlay button — inherits WooCommerce button base styles via .button class */
.gumpress-button.button {
    display: inline-block;
    margin-bottom: 0.5em;
}
