.elementor-2074 .elementor-element.elementor-element-c9f3ae9{margin-top:5em;margin-bottom:5em;}.elementor-2074 .elementor-element.elementor-element-7dfe4e2 .elementor-heading-title{font-size:2em;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2074 .elementor-element.elementor-element-c9f3ae9{margin-top:2em;margin-bottom:0em;}.elementor-2074 .elementor-element.elementor-element-7dfe4e2{text-align:center;}.elementor-2074 .elementor-element.elementor-element-22d15347{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-720e5eea *//**
 * WooCommerce Cart Blocks - Mobile Responsive CSS
 * Für: wp-block-woocommerce-cart und verwandte Blöcke
 * 
 * Kopiere diesen Code in:
 * WordPress Admin → Erscheinungsbild → Zusätzliches CSS
 */

/* ============================================
   HAUPTCONTAINER
   ============================================ */

.wp-block-woocommerce-cart {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.wp-block-woocommerce-cart.alignwide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   FILLED CART BLOCK
   ============================================ */

.wp-block-woocommerce-filled-cart-block {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    width: 100%;
}

/* ============================================
   CART ITEMS BLOCK
   ============================================ */

.wp-block-woocommerce-cart-items-block {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Warenkorb Tabelle */
.wp-block-woocommerce-cart-items-block table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.wp-block-woocommerce-cart-items-block table thead {
    background: #f8f8f8;
    border-bottom: 2px solid #e0e0e0;
}

.wp-block-woocommerce-cart-items-block table th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.wp-block-woocommerce-cart-items-block table td {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.wp-block-woocommerce-cart-items-block table tr:hover {
    background-color: #fafafa;
}

/* Produktbild */
.wp-block-woocommerce-cart-items-block img {
    max-width: 80px;
    height: auto;
    border-radius: 4px;
}

/* Produktname */
.wp-block-woocommerce-cart-items-block .product-name {
    font-weight: 600;
    color: #333;
}

.wp-block-woocommerce-cart-items-block .product-name a {
    color: #8b7355;
    text-decoration: none;
}

.wp-block-woocommerce-cart-items-block .product-name a:hover {
    color: #d4a574;
}

/* Preis */
.wp-block-woocommerce-cart-items-block .product-price {
    font-weight: 600;
    color: #333;
}

/* Menge */
.wp-block-woocommerce-cart-items-block .product-quantity input {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

/* Entfernen Button */
.wp-block-woocommerce-cart-items-block .remove {
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
}

.wp-block-woocommerce-cart-items-block .remove:hover {
    color: #c82333;
}

/* ============================================
   CART TOTALS BLOCK
   ============================================ */

.wp-block-woocommerce-cart-totals-block {
    width: 100%;
    max-width: 100%;
}

.wp-block-woocommerce-cart-order-summary-block {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

/* Summen Tabelle */
.wp-block-woocommerce-cart-order-summary-totals-block table {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-woocommerce-cart-order-summary-totals-block table tr {
    border-bottom: 1px solid #f0f0f0;
}

.wp-block-woocommerce-cart-order-summary-totals-block table th,
.wp-block-woocommerce-cart-order-summary-totals-block table td {
    padding: 12px 0;
    text-align: left;
}

.wp-block-woocommerce-cart-order-summary-totals-block table th {
    font-weight: 600;
    color: #666;
    font-size: 13px;
}

.wp-block-woocommerce-cart-order-summary-totals-block table td {
    color: #333;
    font-weight: 500;
}

/* Gesamtsumme Hervorhebung */
.wp-block-woocommerce-cart-order-summary-totals-block table tr.order-total {
    background: #f8f8f8;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.wp-block-woocommerce-cart-order-summary-totals-block table tr.order-total th,
.wp-block-woocommerce-cart-order-summary-totals-block table tr.order-total td {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Coupon Form */
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    margin: 20px 0;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block button {
    width: 100%;
    padding: 10px;
    background: #8b7355;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block button:hover {
    background: #6b5344;
}

/* ============================================
   PAYMENT BUTTONS
   ============================================ */

.wp-block-woocommerce-cart-express-payment-block {
    margin: 20px 0;
}

.wp-block-woocommerce-cart-express-payment-block button {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

/* Proceed to Checkout */
.wp-block-woocommerce-proceed-to-checkout-block {
    margin: 20px 0;
}

.wp-block-woocommerce-proceed-to-checkout-block a,
.wp-block-woocommerce-proceed-to-checkout-block button {
    display: block;
    width: 100%;
    padding: 16px 20px;
    background: #8b7355;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-block-woocommerce-proceed-to-checkout-block button:hover {
    background: #6b5344;
}

/* ============================================
   PRODUCT COLLECTION (Cross-Sells)
   ============================================ */

.wp-block-woocommerce-product-collection {
    width: 100%;
    margin-top: 30px;
}

.wp-block-woocommerce-product-collection h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.wp-block-woocommerce-product-collection ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ============================================
   EMPTY CART BLOCK
   ============================================ */

.wp-block-woocommerce-empty-cart-block {
    text-align: center;
    padding: 40px 20px;
}

.wp-block-woocommerce-empty-cart-block h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* ============================================
   MOBILE RESPONSIVE (max-width: 768px)
   ============================================ */

@media (max-width: 768px) {
    
    /* Grid zu Single Column */
    .wp-block-woocommerce-filled-cart-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Warenkorb Tabelle responsive */
    .wp-block-woocommerce-cart-items-block {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .wp-block-woocommerce-cart-items-block table {
        font-size: 13px;
    }
    
    .wp-block-woocommerce-cart-items-block table thead {
        display: none;
    }
    
    .wp-block-woocommerce-cart-items-block table tbody {
        display: block;
    }
    
    .wp-block-woocommerce-cart-items-block table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background: white;
        padding: 12px;
    }
    
    .wp-block-woocommerce-cart-items-block table td {
        display: block;
        text-align: left;
        padding: 8px 0;
        border: none;
        width: 100%;
    }
    
    .wp-block-woocommerce-cart-items-block table td::before {
        content: attr(data-title);
        font-weight: 600;
        color: #333;
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* Produktbild */
    .wp-block-woocommerce-cart-items-block img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    
    /* Buttons auf Mobile volle Breite */
    .wp-block-woocommerce-cart-order-summary-block button,
    .wp-block-woocommerce-proceed-to-checkout-block a,
    .wp-block-woocommerce-proceed-to-checkout-block button,
    .wp-block-woocommerce-cart-express-payment-block button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    /* Summen Box */
    .wp-block-woocommerce-cart-order-summary-block {
        padding: 16px;
        margin-top: 20px;
    }
    
    /* Product Collection Grid */
    .wp-block-woocommerce-product-collection ul {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;
    }
    
    /* Coupon Form */
    .wp-block-woocommerce-cart-order-summary-coupon-form-block {
        padding: 12px;
    }
    
    .wp-block-woocommerce-cart-order-summary-coupon-form-block input {
        margin-bottom: 8px;
    }
    
}

/* ============================================
   SEHR KLEINE BILDSCHIRME (max-width: 480px)
   ============================================ */

@media (max-width: 480px) {
    
    .wp-block-woocommerce-cart-items-block table {
        font-size: 12px;
    }
    
    .wp-block-woocommerce-cart-items-block table tr {
        margin-bottom: 12px;
        padding: 10px;
    }
    
    .wp-block-woocommerce-cart-items-block table td {
        padding: 6px 0;
    }
    
    .wp-block-woocommerce-cart-items-block table td::before {
        font-size: 11px;
    }
    
    .wp-block-woocommerce-cart-order-summary-block {
        padding: 12px;
    }
    
    .wp-block-woocommerce-cart-order-summary-totals-block table th,
    .wp-block-woocommerce-cart-order-summary-totals-block table td {
        padding: 10px 0;
        font-size: 13px;
    }
    
    .wp-block-woocommerce-proceed-to-checkout-block a,
    .wp-block-woocommerce-proceed-to-checkout-block button {
        padding: 12px 14px;
        font-size: 14px;
    }
    
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.wp-block-woocommerce-cart input:focus,
.wp-block-woocommerce-cart button:focus,
.wp-block-woocommerce-cart a:focus {
    outline: 2px solid #8b7355;
    outline-offset: 2px;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.wp-block-woocommerce-cart {
    box-sizing: border-box;
}

.wp-block-woocommerce-cart * {
    box-sizing: border-box;
}
.elementor-kit-59 a {
    color: #000000!important;
    font-weight: bold;
    font-size:1.1em;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 1em 1em!important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #A48B60;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #a48b60;
    font-size: 1.25em;
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS */.wp-block-woocommerce-empty-cart-block h2 {
    font-size: 1em;
    color: #333;
    margin-bottom: 20px;
}

.elementor-kit-59 a {
    color: #000 !important;
    font-weight: bold;
    font-size: 1.1em;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    background-color: #cdc1b3;
}

@media (max-width: 767px) {
    .elementor-kit-59 h3 {
        font-size: 1.2em;
        line-height: var(--e-global-typography-d3dae9a-line-height);
    }
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.5em!important;
    padding: 0;
}

@media (max-width: 767px) {
    .elementor-kit-59 h4 {
        font-size: 1em;
        line-height: var(--e-global-typography-83682a1-line-height);
        color:#CDC1B3;
    }
}

.elementor-kit-59 h4 {
        font-size: 1em;
        line-height: var(--e-global-typography-83682a1-line-height);
        color:#CDC1B3;
    }/* End custom CSS */