/* WooCommerce Cart block: neutralize theme number-input padding and sizing. */
body.woocommerce-cart .wc-block-components-quantity-selector {
    display: flex !important; align-items: center; width: 128px !important;
    min-width: 128px; height: 44px; box-sizing: border-box; padding: 0 !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    flex: 1 1 auto !important; width: 62px !important; min-width: 40px !important;
    max-width: none !important; height: 42px !important; margin: 0 !important;
    padding: 0 !important; border: 0 !important; box-sizing: border-box;
    font-size: 16px !important; line-height: normal !important; text-align: center !important;
    text-indent: 0 !important; color: #111 !important; background: transparent !important;
    appearance: textfield; -moz-appearance: textfield; order: 2;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button {
    position: static !important; flex: 0 0 32px !important; width: 32px !important;
    min-width: 32px !important; height: 42px !important; padding: 0 !important;
    margin: 0 !important; border: 0; line-height: 1; color: #111;
    background: transparent; display: flex; align-items: center; justify-content: center;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button--minus { order: 1; }
body.woocommerce-cart .wc-block-components-quantity-selector__button--plus { order: 3; }
body.woocommerce-cart .wc-block-components-quantity-selector input::-webkit-inner-spin-button,
body.woocommerce-cart .wc-block-components-quantity-selector input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
/* Classic cart compatibility; never applies to product detail quantities. */
body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
    width: 64px !important; min-width: 64px; padding: 0 !important;
    height: 44px; text-indent: 0; text-align: center; font-size: 16px;
}
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex !important; justify-content: center; align-items: center;
    width: 100%; min-height: 50px; padding: 14px 20px !important; box-sizing: border-box;
    border: 1px solid #111 !important; border-radius: 5px !important;
    background: #111 !important; color: #fff !important; font-size: 16px; font-weight: 600;
    text-decoration: none !important; transition: background-color .18s, border-color .18s;
}
body.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text { color: #fff !important; }
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible {
    background: #ff4f2d !important; border-color: #ff4f2d !important; color: #fff !important;
}
