/*
Theme Name:	Twenty Twenty-Five Child
Template:	twentytwentyfive
Version:	1.0
*/



body,
body.woocoomerce-page {

    background: linear-gradient(145deg, #0f0f0f 0%, #1c1c1c 30%, #000000 100%);

    color: white;

}


.woocommerce-checkout,

.woocommerce {

    color: white;

}


.woocommerce form .form-row input.input-text,

.woocommerce form .form-row textarea {

    background-color: #1f1f1f;

    color: white;

    border: 1px solid #444;

}


.woocommerce-checkout-review-order-table {

    background-color: #1a1a1a;

    color: white;

}


.woocommerce button.button,

.woocommerce a.button {

    background-color: #3a3a3a;

    color: white;

    border: none;

    padding: 10px 20px;

    border-radius: 6px;

}


.woocommerce button.button:hover,

.woocommerce a.button:hover {

    background-color: #555;

}

