/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra Child Theme
 Author:       New Optica
 Author URI:   https://newoptica.com/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* Wyraźny przycisk płatności na stronie kasy (/kasa) - w szczególności w widoku na telefon */
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions_row button,
#place_order,
.wc-block-components-checkout-place-order-button span,
#place_order span {
    color: #101E2E !important;
    font-weight: 900 !important;
}
.wc-block-components-checkout-place-order-button,
.wc-block-checkout__actions_row button,
#place_order {
    background: linear-gradient(135deg, #C78972 0%, #F8CFC3 100%) !important;
    text-transform: uppercase !important;
    padding: 18px 32px !important;
    border-radius: 9999px !important;
    box-shadow: 0 10px 25px -5px rgba(199, 137, 114, 0.45) !important;
    width: 100% !important;
    margin-top: 20px !important;
    border: none !important;
}