/*
Theme Name: Goldstein
Theme URI: https://goldstein24.com
Author: Goldstein
Description: Custom Goldstein WooCommerce theme
Version: 1.0
Text Domain: goldstein
*/

/* ===== GOLDSTEIN LIGHT CHECKOUT ===== */

body.woocommerce-checkout {
    background: #f7f5f0 !important;
    color: #171717 !important;
}

/* Checkout Hauptbereich */
.woocommerce-checkout .woocommerce,
.woocommerce-checkout main,
.woocommerce-checkout .site-main {
    color: #171717 !important;
}

/* Überschriften */
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout label {
    color: #171717 !important;
}

/* Eingabefelder */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection {
    background: #ffffff !important;
    color: #171717 !important;
    border: 1px solid #d8d3c8 !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    box-shadow: none !important;
}

/* Fokus auf Eingabefeld */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #b7954b !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(183,149,75,.15) !important;
}

/* Bestellübersicht */
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #ffffff !important;
    color: #171717 !important;
    border-radius: 12px !important;
    padding: 24px !important;
}

/* Tabellen */
.woocommerce-checkout table,
.woocommerce-checkout th,
.woocommerce-checkout td {
    color: #171717 !important;
}

/* Zahlungsbereich */
.woocommerce-checkout #payment {
    background: #ffffff !important;
    color: #171717 !important;
    border-radius: 12px !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f3f0e9 !important;
    color: #171717 !important;
}

/* Bestellung-Button */
.woocommerce-checkout #place_order,
.woocommerce-checkout button[type="submit"] {
    background: #b7954b !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 24px !important;
    font-weight: 700 !important;
}

/* Links */
.woocommerce-checkout a {
    color: #8b6c2e;
}

