/* 3DPrintPoint Gold Theme Override */

/* === BFSG Contrast Fixes (23.04.2026) === */
.p3dp-drawer-title,
.p3dp-drawer-shipping-bar,
.p3dp-drawer-empty > p { color: #2a2420 !important; }
.p3dp-drawer-shop-link { color: #8a6e1f !important; }
.main_title { color: #181613 !important; }
.p3dp-gw-kicker > span { color: #8a6e1f !important; }

/* === BFSG/WCAG Quick-Wins === */
.p3dp-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    background: #181613;
    color: #fff !important;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 0 6px 0;
}
.p3dp-skip-link:focus,
.p3dp-skip-link:focus-visible {
    left: 0;
    outline: 3px solid #b8952e;
    outline-offset: 2px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #b8952e !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 1px #181613 !important;
}
a:focus,
button:focus {
    outline: 3px solid #b8952e;
    outline-offset: 2px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

:root, html body {
  --gcid-primary-color: #181613 !important;
  --gcid-secondary-color: #6a6460 !important;
  --gcid-heading-color: #181613 !important;
  --gcid-body-color: #6a6460 !important;
  --gcid-link-color: #181613 !important;
  --gcid-urcvoa8hm6: #b8952e !important;
  --gcid-835r59tlj3: #f4f1ec !important;
  --gcid-vevuqhqr0t: #181613 !important;
}

/* Ninja Forms Submit-Button Gold */
.nf-form-content .submit-wrap input[type=submit],
.nf-form-content .submit-wrap button {
    background-color: #b8952e !important;
    border-color: #b8952e !important;
    color: #fff !important;
    font-weight: 700;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 2px;
    width: 100%;
}

/* Mobile Anfrage-Banner */
.p3dp-mobile-hint { display: none; }
@media only screen and (max-width: 768px) {
    .p3dp-mobile-hint {
        display: block;
        background: #f4f1ec;
        border-left: 4px solid #b8952e;
        padding: 14px 16px;
        margin: 16px 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .p3dp-mobile-hint a { color: #b8952e; font-weight: 700; text-decoration: none; }
}

/* WooCommerce Add-to-Cart Benachrichtigung — 'Warenkorb ansehen' Button */
.woocommerce-message .button,
.woocommerce-message a.button,
.wc-forward,
div.woocommerce-message .wc-forward {
    background-color: #b8952e !important;
    color: #fff !important;
    border-color: #b8952e !important;
    border-radius: 2px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    text-shadow: none !important;
}
.woocommerce-message .button:hover,
div.woocommerce-message .wc-forward:hover {
    background-color: #a07d25 !important;
    color: #fff !important;
}

/* WooCommerce Benachrichtigungs-Banner (grüner Balken) */
.woocommerce-message {
    background-color: #f4f1ec !important;
    border-top-color: #b8952e !important;
    color: #181613 !important;
}

/* Dark Section Text-Kontrast Fix (CTA + ggf. weitere dunkle Sektionen) */
.et_pb_section_4 h1,
.et_pb_section_4 h2,
.et_pb_section_4 h3,
.et_pb_section_4 h4,
.et_pb_section_4 h5,
.et_pb_section_4 h6,
.et_pb_section_4 p,
.et_pb_section_4 a,
.et_pb_section_4 .et_pb_text_inner,
.et_pb_section_4 .et_pb_text_inner p {
    color: #f4f1ec !important;
}
.et_pb_section_4 .et_pb_button {
    color: #f4f1ec !important;
    border-color: #b8952e !important;
    background-color: #b8952e !important;
}
.et_pb_section_4 .et_pb_button:hover {
    background-color: #a07d25 !important;
}

/* ===== Warenkorb: Button-Kontrast Fix (2026-04-02) ===== */
.wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout a.button,
a.checkout-button {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
  border: 2px solid #2c2c2c !important;
}
.wc-proceed-to-checkout .checkout-button:hover,
a.checkout-button:hover {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cart .button,
.cart-collaterals .button {
  color: #ffffff !important;
}
#place_order {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
}
#place_order:hover {
  background-color: #444444 !important;
}

/* ===== WARENKORB RESPONSIVE FIX (2026-04-03) ===== */

/* --- Mobile: Cart-Table scrollbar statt overflow --- */
@media only screen and (max-width: 768px) {

    /* Warenkorb-Tabelle horizontal scrollbar auf sehr kleinen Screens */
    .woocommerce-cart-form {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Cart-Table kompakter auf Mobile */
    .woocommerce table.shop_table {
        font-size: 14px;
    }

    /* Produktbild kleiner */
    .woocommerce table.shop_table td.product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Produktname nicht abschneiden */
    .woocommerce table.shop_table td.product-name {
        min-width: 120px;
        font-size: 13px;
        line-height: 1.4;
    }
    .woocommerce table.shop_table td.product-name a {
        display: block;
        color: #181613 !important;
        font-weight: 600;
    }

    /* Preis + Menge + Gesamt */
    .woocommerce table.shop_table td.product-price,
    .woocommerce table.shop_table td.product-subtotal {
        font-size: 13px;
        white-space: nowrap;
    }

    /* Mengen-Input Touch-friendly */
    .woocommerce table.shop_table td.product-quantity .qty {
        width: 52px !important;
        height: 40px !important;
        font-size: 16px !important;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 8px;
    }

    /* Warenkorb-Summen-Block full-width */
    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce .cart-collaterals .cart_totals {
        width: 100% !important;
        float: none !important;
        padding: 16px;
        background: #f9f7f4;
        border-radius: 8px;
        margin-top: 16px;
    }

    /* Totals-Table leserlich */
    .woocommerce .cart_totals table {
        width: 100%;
        font-size: 14px;
    }
    .woocommerce .cart_totals table th {
        padding: 10px 8px;
        color: #181613;
        font-weight: 700;
    }
    .woocommerce .cart_totals table td {
        padding: 10px 8px;
        color: #6a6460;
    }

    /* Checkout-Button: Full-Width, gut sichtbar, Gold */
    .wc-proceed-to-checkout {
        padding: 0 !important;
        margin-top: 16px;
    }
    .wc-proceed-to-checkout .checkout-button,
    .wc-proceed-to-checkout a.button {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 16px 24px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px;
        border-radius: 4px !important;
        background-color: #b8952e !important;
        color: #fff !important;
        border: none !important;
        min-height: 52px;
    }

    /* Warenkorb aktualisieren Buttons */
    .woocommerce-cart-form .actions .button,
    .woocommerce a.button.wc-backward {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    /* Gutschein-Feld vertikal */
    .woocommerce-cart-form .coupon {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }
    .woocommerce-cart-form .coupon input#coupon_code {
        width: 100% !important;
        padding: 12px !important;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .woocommerce-cart-form .coupon .button {
        width: 100% !important;
        padding: 12px !important;
    }

    /* Kasse-Seite */
    .woocommerce-checkout #payment {
        padding: 16px !important;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order-table {
        font-size: 13px;
    }
    .woocommerce-checkout #payment #place_order {
        width: 100% !important;
        padding: 16px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        min-height: 52px;
        border-radius: 4px !important;
        background-color: #b8952e !important;
        color: #fff !important;
    }
}

/* --- Tablet (769px-1024px) --- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .woocommerce table.shop_table td.product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;
    }
    .wc-proceed-to-checkout .checkout-button {
        display: block;
        text-align: center;
        padding: 14px 24px !important;
        font-size: 15px !important;
    }
}

/* ===== CURSOR RESET — Standard-Cursor überall (2026-04-03) ===== */
*, *::before, *::after {
  cursor: auto !important;
}
a, button, [role='button'], input[type='submit'], input[type='button'],
input[type='checkbox'], input[type='radio'], select,
label[for], .et_pb_button, .pp2-btn, .pp2-faq-q {
  cursor: pointer !important;
}
input[type='text'], input[type='email'], input[type='password'],
input[type='number'], input[type='search'], textarea {
  cursor: text !important;
}
.lc-pv canvas { cursor: grab !important; }
.lc-pv canvas:active { cursor: grabbing !important; }
.lg-pv canvas { cursor: grab !important; }
.lg-pv canvas:active { cursor: grabbing !important; }

/* ===== WARENKORB REDESIGN (2026-04-11) ===== */

/* Container: zentriert, max-width, Abstand */
.woocommerce-cart #et-main-area,
.woocommerce-cart #main-content {
    padding-top: 0 !important;
}
.woocommerce-cart .entry-content,
.woocommerce-cart .et_pb_row,
.woocommerce-cart #content-area {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 32px 24px !important;
    width: 100% !important;
}

/* Überschrift über der Tabelle */
.woocommerce-cart .woocommerce::before {
    content: 'Dein Warenkorb';
    display: block;
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    color: #181613;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

/* Tabelle: Card-Style mit Rahmen + Schatten */
.woocommerce-cart table.shop_table {
    border: 1px solid #e4e0d8 !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.04);
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
}

/* Tabellen-Header */
.woocommerce-cart table.shop_table thead th {
    background: #f8f7f4 !important;
    color: #888 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 14px 20px !important;
    border-bottom: 2px solid #e4e0d8 !important;
}

/* Tabellen-Zeilen */
.woocommerce-cart table.shop_table td {
    padding: 20px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f0eee9 !important;
    border-top: none !important;
}
.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: none !important;
}

/* Produkt-Thumbnail — abgerundet, Schatten */
.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

/* Produktname */
.woocommerce-cart table.shop_table td.product-name a {
    color: #181613 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
    color: #b8952e !important;
}

/* Variationsdaten (Text, Höhe, Farbe etc.) kompakter */
.woocommerce-cart table.shop_table td.product-name dl.variation {
    margin-top: 8px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
    font-size: 12px !important;
    color: #888;
}
.woocommerce-cart table.shop_table td.product-name dl.variation dt {
    font-weight: 600;
    color: #666;
    margin: 0;
    float: none;
}
.woocommerce-cart table.shop_table td.product-name dl.variation dd {
    margin: 0 0 0 0;
}
.woocommerce-cart table.shop_table td.product-name dl.variation dd p {
    margin: 0;
}

/* Preis */
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #181613 !important;
}

/* Mengen-Input */
.woocommerce-cart table.shop_table .quantity input.qty {
    width: 56px !important;
    height: 44px !important;
    text-align: center !important;
    border: 2px solid #e4e0d8 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #181613 !important;
    background: #fff !important;
}
.woocommerce-cart table.shop_table .quantity input.qty:focus {
    border-color: #b8952e !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(184,149,46,.12) !important;
}

/* Entfernen-Button (X) */
.woocommerce-cart table.shop_table td.product-remove a.remove {
    color: #ccc !important;
    font-size: 22px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s;
}
.woocommerce-cart table.shop_table td.product-remove a.remove:hover {
    background: #fee2e2 !important;
    color: #ef4444 !important;
}

/* Gutschein + Aktualisieren-Zeile */
.woocommerce-cart table.shop_table td.actions {
    padding: 16px 20px !important;
    background: #f8f7f4 !important;
}
.woocommerce-cart .coupon {
    display: flex !important;
    gap: 8px;
    align-items: center;
}
.woocommerce-cart .coupon input#coupon_code {
    padding: 10px 14px !important;
    border: 2px solid #e4e0d8 !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    max-width: 200px !important;
    background: #fff !important;
}
.woocommerce-cart .coupon input#coupon_code:focus {
    border-color: #b8952e !important;
    outline: none !important;
}
.woocommerce-cart .coupon .button {
    background: #fff !important;
    color: #181613 !important;
    border: 2px solid #e4e0d8 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}
.woocommerce-cart .coupon .button:hover {
    border-color: #b8952e !important;
    color: #b8952e !important;
}
/* Warenkorb aktualisieren */
.woocommerce-cart .actions > .button {
    background: #fff !important;
    color: #181613 !important;
    border: 2px solid #e4e0d8 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    float: right !important;
}
.woocommerce-cart .actions > .button:hover {
    border-color: #b8952e !important;
    color: #b8952e !important;
}

/* ===== Warenkorb-Summen Block ===== */
.woocommerce-cart .cart-collaterals {
    margin-top: 28px !important;
    max-width: 420px !important;
    margin-left: auto !important;
}
.woocommerce-cart .cart_totals {
    background: #fff !important;
    border: 1px solid #e4e0d8 !important;
    border-radius: 12px !important;
    padding: 28px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.04);
}
.woocommerce-cart .cart_totals > h2 {
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    color: #888 !important;
    margin-bottom: 16px !important;
}
.woocommerce-cart .cart_totals table {
    border: none !important;
    box-shadow: none !important;
}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 12px 0 !important;
    border-bottom: 1px solid #f0eee9 !important;
    background: transparent !important;
    font-size: 14px !important;
}
.woocommerce-cart .cart_totals table th {
    font-weight: 600 !important;
    color: #666 !important;
}
.woocommerce-cart .cart_totals table td {
    text-align: right !important;
    font-weight: 700 !important;
    color: #181613 !important;
}
.woocommerce-cart .cart_totals tr.order-total th,
.woocommerce-cart .cart_totals tr.order-total td {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #181613 !important;
    border-bottom: none !important;
    padding-top: 16px !important;
}

/* Checkout-Button: Gold, prominent */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 20px !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: #b8952e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 16px rgba(184,149,46,.25);
    transition: all .25s !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #a07d25 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(184,149,46,.35);
}
/* Divi pseudo-elements auf checkout button killen */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::before,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after {
    display: none !important;
    content: none !important;
}

/* PayPal Buttons etwas Abstand */
.woocommerce-cart .wc-proceed-to-checkout .wc-gateway-paypal-separator,
.woocommerce-cart .wc-proceed-to-checkout #wc-paypal-paylater-message {
    margin-top: 12px !important;
}

/* ===== SLIDE-IN CART DRAWER (2026-04-12) — wesora-Style ===== */

/* Overlay */
.p3dp-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.p3dp-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* Drawer Panel */
.p3dp-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 999999;
    background: #fff;
    box-shadow: -4px 0 32px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.p3dp-drawer.open {
    transform: translateX(0);
}

/* Header */
.p3dp-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid #e8e5e0;
    flex-shrink: 0;
}
.p3dp-drawer-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #181613;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.p3dp-drawer-close {
    background: none !important;
    border: none !important;
    font-size: 26px;
    color: #888 !important;
    cursor: pointer !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: color .2s;
    line-height: 1;
    padding: 0;
}
.p3dp-drawer-close:hover {
    color: #181613 !important;
    background: none !important;
}

/* Free-Shipping Progress Bar */
@keyframes p3dp-bar-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.p3dp-drawer-shipping-bar {
    padding: 14px 24px;
    border-bottom: 1px solid #e8e5e0;
    flex-shrink: 0;
    background: #faf9f7;
    animation: p3dp-bar-fadein .2s ease;
}
.p3dp-shipping-msg {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}
.p3dp-shipping-msg.p3dp-shipping-free {
    color: #2e7d32;
    font-weight: 600;
}
.p3dp-shipping-msg.p3dp-shipping-info {
    color: #6a6460;
}
.p3dp-shipping-progress {
    width: 100%;
    height: 6px;
    background: #e8e5e0;
    border-radius: 3px;
    overflow: hidden;
}
.p3dp-shipping-bar-fill {
    height: 100%;
    background: #b8952e;
    border-radius: 3px;
    transition: width .4s ease;
}

/* Body (scrollable items) */
.p3dp-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

/* WC Mini-Cart Reset innerhalb Drawer */
.p3dp-drawer .widget_shopping_cart_content {
    padding: 0;
    margin: 0;
}
.p3dp-drawer ul.woocommerce-mini-cart {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Section label "Produkte" */
.p3dp-drawer-section-label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 24px 8px;
}

/* Empty state */
.p3dp-drawer-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    text-align: center;
}
.p3dp-drawer-shop-link {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 28px;
    background: #181613;
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none !important;
    transition: background .2s;
}
.p3dp-drawer-shop-link:hover {
    background: #333 !important;
    color: #fff !important;
}

/* Individual cart item (li from WC mini-cart template) */
.p3dp-drawer-item,
li.p3dp-drawer-item {
    display: flex !important;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 24px !important;
    border-bottom: 1px solid #f0eee9;
    transition: opacity .25s;
    margin: 0 !important;
}

/* Thumbnail */
.p3dp-drawer-item-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f4f1;
    border: 1px solid #eee;
}
.p3dp-drawer-item-thumb img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 6px;
}

/* Item info */
.p3dp-drawer-item-info {
    flex: 1;
    min-width: 0;
}
.p3dp-drawer-item-name {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #181613 !important;
    text-decoration: none !important;
    display: block;
    line-height: 1.35;
}
.p3dp-drawer-item-name:hover {
    color: #b8952e !important;
}

/* Price under name */
.p3dp-drawer-item-price {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #181613;
    margin-top: 2px;
}

/* Meta (color, height, text etc.) — custom + WC variation data */
.p3dp-drawer-item-meta,
.p3dp-drawer-item-info dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    margin-top: 4px;
}
.p3dp-drawer-item-meta span,
.p3dp-drawer-item-info dl.variation dt,
.p3dp-drawer-item-info dl.variation dd,
.p3dp-drawer-item-info dl.variation dd p {
    font-size: 11px;
    color: #999;
    line-height: 1.4;
    margin: 0;
    float: none;
    font-weight: normal;
}
.p3dp-drawer-item-info dl.variation dt {
    font-weight: 600;
    color: #777;
}

/* Qty + Remove row */
.p3dp-drawer-item-qty-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}
.p3dp-drawer-qty-select {
    width: 64px;
    height: 36px;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #181613;
    background: #fff;
    padding: 0 8px;
    cursor: pointer !important;
    appearance: auto;
}
.p3dp-drawer-qty-select:focus {
    border-color: #b8952e !important;
    outline: none;
}

/* Remove link */
.p3dp-drawer-item-remove {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #888 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer !important;
    transition: color .2s;
}
.p3dp-drawer-item-remove:hover {
    color: #ef4444 !important;
}

/* Footer */
.p3dp-drawer-footer {
    flex-shrink: 0;
    padding: 20px 24px 24px;
    border-top: 1px solid #e8e5e0;
    background: #fff;
}

/* Totals row */
.p3dp-drawer-totals {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
}
.p3dp-drawer-totals-label {
    font-size: 12px;
    font-weight: 700;
    color: #181613;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.p3dp-drawer-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #181613 !important;
}

/* Checkout button — Gold */
.p3dp-drawer-checkout {
    display: block;
    width: 100%;
    padding: 16px 24px;
    margin-top: 16px;
    background: #b8952e !important;
    color: #fff !important;
    text-align: center;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background .2s;
    box-sizing: border-box;
}
.p3dp-drawer-checkout:hover {
    background: #a07d25 !important;
    color: #fff !important;
}

/* Hint under checkout */
.p3dp-drawer-hint {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #999;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
    font-style: italic;
}

/* Mobile: drawer full width */
@media (max-width: 480px) {
    .p3dp-drawer {
        width: 100vw;
    }
}


/* =============================================================
 * Service-Content-Blöcke (Steps, Params, USPs) — 2026-04-15
 * ============================================================= */

#p3dp-service-blocks {
    display: block;
    width: 100%;
    clear: both;
    background: #fff;
}

.p3dp-steps,
.p3dp-params,
.p3dp-usps {
    max-width: 1080px;
    margin: 64px auto;
    padding: 0 24px;
    font-family: "Inter", system-ui, sans-serif;
    color: #181613;
}

.p3dp-steps__title,
.p3dp-params__title,
.p3dp-usps__title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.01em;
    margin: 0 0 32px;
    text-align: center;
}

/* --- 4-Step-Prozess --- */
.p3dp-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.p3dp-step {
    background: #fff;
    border: 1px solid #ddd6cd;
    border-radius: 4px;
    padding: 24px;
    position: relative;
}
.p3dp-step__num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #b8952e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
}
.p3dp-step__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    color: #181613;
}
.p3dp-step p {
    color: #6a6460;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

/* --- Parameter-Tabelle --- */
.p3dp-params__intro {
    text-align: center;
    color: #6a6460;
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.6;
}
.p3dp-params__tablewrap {
    overflow-x: auto;
    border: 1px solid #ddd6cd;
    border-radius: 4px;
    background: #fff;
}
.p3dp-params__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.p3dp-params__table thead th {
    text-align: left;
    padding: 14px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6a6460;
    background: #f4f1ec;
    border-bottom: 1px solid #ddd6cd;
}
.p3dp-params__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #ede7de;
    vertical-align: top;
    color: #181613;
}
.p3dp-params__table tbody tr:last-child td { border-bottom: none; }
.p3dp-muted { color: #6a6460; font-size: 12px; font-weight: 400; }
.p3dp-params__hint {
    margin-top: 20px;
    padding: 16px 20px;
    background: #f4f1ec;
    border-left: 3px solid #b8952e;
    border-radius: 2px;
    font-size: 14px;
    color: #181613;
    line-height: 1.55;
}
.p3dp-params__hint em { font-style: normal; background: #fff; padding: 1px 6px; border-radius: 2px; border: 1px solid #ddd6cd; }

/* --- USP-Block --- */
.p3dp-usps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.p3dp-usp {
    background: #fff;
    border: 1px solid #ddd6cd;
    border-radius: 4px;
    padding: 22px 24px;
}
.p3dp-usp__h {
    font-weight: 700;
    font-size: 15px;
    color: #181613;
    margin-bottom: 6px;
    letter-spacing: -.01em;
}
.p3dp-usp p {
    color: #6a6460;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

/* --- Checkout Bemerkungsfeld-Hint --- */
.p3dp-notes-hint {
    background: #f4f1ec;
    border-left: 3px solid #b8952e;
    padding: 12px 16px;
    margin: 16px 0 12px !important;
    font-size: 13.5px;
    color: #181613;
    line-height: 1.5;
    border-radius: 2px;
}

/* --- Responsive --- */
@media (max-width: 880px) {
    .p3dp-steps__grid { grid-template-columns: repeat(2, 1fr); }
    .p3dp-usps__grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .p3dp-steps__grid,
    .p3dp-usps__grid { grid-template-columns: 1fr; }
    .p3dp-steps__title,
    .p3dp-params__title,
    .p3dp-usps__title { font-size: 22px; }
}

/* =============================================================
 * Footer-Layout-Fix — TB-Footer-Spalten als Grid rendern
 * (temporär bis Theme Builder Footer korrekt konfiguriert ist)
 * ============================================================= */

.et-l--footer {
    background: #181613 !important;
    color: #d9d4cc;
    padding: 56px 0 0;
}
.et-l--footer .et_builder_inner_content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    background: transparent !important;
}
.et-l--footer .et_pb_section {
    padding: 0 !important;
    background: transparent !important;
}
.et-l--footer .et_pb_row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    max-width: 100% !important;
    width: 100% !important;
    padding: 24px 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
/* Logo/Tagline Zeile (1 Spalte) full width, Copyright-Zeile ebenfalls */
.et-l--footer .et_pb_row_0_tb_footer,
.et-l--footer .et_pb_row_2_tb_footer,
.et-l--footer .et_pb_row_3_tb_footer {
    grid-template-columns: 1fr !important;
    text-align: center;
}
.et-l--footer .et_pb_row_2_tb_footer,
.et-l--footer .et_pb_row_3_tb_footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0 !important;
    margin-top: 24px !important;
}
.et-l--footer .et_pb_column {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
}
.et-l--footer .et_pb_text,
.et-l--footer .et_pb_module { margin-bottom: 8px !important; }
.et-l--footer,
.et-l--footer *,
.et-l--footer .et_pb_text,
.et-l--footer .et_pb_text p,
.et-l--footer .et_pb_text a,
.et-l--footer .et_pb_text_inner,
.et-l--footer .et_pb_text_inner p,
.et-l--footer .et_pb_text_inner a,
.et-l--footer .et_pb_text_inner li { color: #d9d4cc !important; font-size: 14px; line-height: 1.6; }
.et-l--footer .et_pb_text a:hover,
.et-l--footer .et_pb_text_inner a:hover { color: #b8952e !important; }
.et-l--footer .et_pb_text h1,
.et-l--footer .et_pb_text h2,
.et-l--footer .et_pb_text h3,
.et-l--footer .et_pb_text h4,
.et-l--footer .et_pb_text h5,
.et-l--footer .et_pb_text h6,
.et-l--footer .et_pb_text strong {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 0 14px;
    display: block;
}
.et-l--footer .et_pb_image img { max-height: 48px; width: auto; }
.et-l--footer #footer-info,
.et-l--footer .footer-info {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 24px;
    text-align: center;
    color: #b8b0a8;
    font-size: 13px;
}
/* Germanized Kleinunternehmer-Hinweis (außerhalb der TB-Footer) */
body > p.footer-info,
p.footer-info.vat-info {
    background: #181613;
    color: #b8b0a8 !important;
    text-align: center;
    padding: 16px 24px 32px;
    margin: 0 !important;
    font-size: 12.5px;
    line-height: 1.5;
}

@media (max-width: 880px) {
    .et-l--footer .et_pb_row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
    .et-l--footer .et_pb_row { grid-template-columns: 1fr; gap: 20px; }
}


