.elementor-kit-1741{--e-global-color-primary:#D4A674;--e-global-color-secondary:#31503C;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-accent );}.elementor-kit-1741 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.goal-breadscrumb {
    background-color: #d4a674!important;
} 

/* --- Checkout Table Styling --- */
.woocommerce-checkout-review-order-table * {
  background: none !important;
  box-shadow: none !important;
}

.woocommerce-checkout-review-order-table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: inherit !important;
  color: #111 !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  text-align: left !important;
  padding: 12px 8px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  vertical-align: middle !important;
}

/* --- Produktname & Bild nebeneinander --- */
.wc-gzd-cart-item-name-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.wc-gzd-cart-item-thumbnail {
  flex-shrink: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

.wc-gzd-cart-item-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

/* --- Produktname Text --- */
.product-name {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

/* --- Menge --- */
.product-quantity {
  margin-left: 6px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

/* --- Preise --- */
.product-total,
.woocommerce-Price-amount {
  font-weight: 600 !important;
  color: #000 !important;
}

/* --- Tabellenüberschrift --- */
.woocommerce-checkout-review-order-table thead th {
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 2px solid #000 !important;
}

/* --- Fußbereich --- */
.woocommerce-checkout-review-order-table tfoot th {
  font-weight: 600 !important;
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: right !important;
}


/* Elementor Mini-Cart Abstände Fix */
.widget_shopping_cart_content {
    padding: 20px !important;
}

.offcanvas-content.active {
    padding: 0 !important;
}

.elementor-menu-cart__products {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-menu-cart__product {
    display: flex !important;
    align-items: flex-start !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee !important;
    margin: 0 !important;
    gap: 12px !important;
}

.elementor-menu-cart__product:last-child {
    border-bottom: none !important;
}

.title-cart-canvas {
    display: none !important;
}

.elementor-menu-cart__product-price .quantity .product-quantity::after,
.elementor-menu-cart__product-price .quantity .product-quantity::before {
    content: "" !important;
}

/* DOUBLED REMOVE BUTTON FIX - Höhere Spezifität */
.elementor-menu-cart__product-remove .elementor_remove_from_cart_button,
.elementor-menu-cart__product-remove a.elementor_remove_from_cart_button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Nur den remove_from_cart_button anzeigen */
.elementor-menu-cart__product-remove a.remove_from_cart_button {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    color: #999 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    transition: all 0.3s ease !important;
    background: white !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

/* Alternative Lösung: Alle Buttons im Remove-Bereich ausblenden außer dem letzten */
.elementor-menu-cart__product-remove a:not(:last-child) {
    display: none !important;
}

.elementor-menu-cart__product-remove a:last-child {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    color: #999 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    transition: all 0.3s ease !important;
    background: white !important;
    position: relative !important;
}

/* X Icon für Remove Button */
.elementor-menu-cart__product-remove a:last-child::before {
    content: "×" !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.elementor-menu-cart__product-remove a:last-child:hover {
    background: #dc2626 !important;
    color: white !important;
    border-color: #dc2626 !important;
    transform: scale(1.05) !important;
}

.elementor-menu-cart__product-image {
    flex: 0 0 60px !important;
    margin: 0 !important;
}

.elementor-menu-cart__product-image img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
}

.elementor-menu-cart__product-name {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
}

.elementor-menu-cart__product-name a {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    display: block !important;
    margin-bottom: 5px !important;
    text-decoration: none !important;
    color: #333 !important;
}

.elementor-menu-cart__product-price {
    flex: 0 0 auto !important;
    margin: 0 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.elementor-menu-cart__product-price .quantity {
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
}

.elementor-menu-cart__product-remove {
    flex: 0 0 24px !important;
    margin: 0 !important;
    text-align: right !important;
}

/* Zwischensumme Bereich */
.elementor-menu-cart__subtotal {
    padding: 20px 0 15px !important;
    margin: 15px 0 0 !important;
    border-top: 2px solid #eee !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Buttons Bereich - Voll abgerundet */
.elementor-menu-cart__footer-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

.elementor-menu-cart__footer-buttons .elementor-button {
    margin: 0 !important;
    padding: 14px 20px !important;
    text-align: center !important;
    border-radius: 9999px !important; /* Fully rounded */
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
    border: 2px solid transparent !important;
}

.elementor-button--view-cart {
    background: #f8f9fa !important;
    color: #31503c !important;
    border-color: #31503c !important;
}

.elementor-button--view-cart:hover {
    background: #31503c !important;
    color: white !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(49, 80, 60, 0.2) !important;
}

.elementor-button--checkout {
    background: #31503c !important;
    color: white !important;
    border-color: #31503c !important;
}

.elementor-button--checkout:hover {
    background: #2a4534 !important;
    border-color: #2a4534 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(49, 80, 60, 0.3) !important;
}

/* Preis Styling in Grün */
.woocommerce-Price-amount {
    font-weight: 600 !important;
    color: #31503c !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
    color: #31503c !important;
    font-size: 18px !important;
}

.elementor-menu-cart__product-price .woocommerce-Price-amount {
    color: #31503c !important;
    font-size: 14px !important;
}

/* Responsive Anpassungen */
@media (max-width: 480px) {
    .widget_shopping_cart_content {
        padding: 15px !important;
    }
    
    .elementor-menu-cart__product {
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 12px 0 !important;
    }
    
    .elementor-menu-cart__product-name {
        flex: 1 1 100% !important;
        order: 1 !important;
    }
    
    .elementor-menu-cart__product-price {
        order: 2 !important;
        text-align: left !important;
        flex: 1 !important;
    }
    
    .elementor-menu-cart__product-remove {
        order: 3 !important;
    }
    
    .elementor-menu-cart__footer-buttons .elementor-button {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
}

/* Leerer Warenkorb */
.elementor-menu-cart__empty-message {
    text-align: center !important;
    padding: 40px 20px !important;
    color: #666 !important;
    font-size: 16px !important;
    margin: 0 !important;
}


.ecosoap-variation-buttons {
    margin-top: 15px;
}

.variation-button-wrapper {
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.variation-info {
    margin-bottom: 6px;
}

.variation-name {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.variation-add-to-cart {
    display: flex;
    gap: 6px;
    align-items: center;
}

.variation-quantity {
    width: 50px;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}

.variation-price {
    flex: 1;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.variation-add-cart {
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.variation-add-cart:hover {
    background-color: #218838;
    transform: scale(1.05);
}

.variation-add-cart.loading {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.plus-icon {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

/* Für einfache Produkte */
.simple-product-add-to-cart {
    display: flex;
    gap: 6px;
    align-items: center;
}

.simple-product-add-to-cart .ecosoap-qty {
    width: 50px;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}

/* Warenkorb Update Animation */
.widget_shopping_cart_content {
    transition: all 0.3s ease;
}

.variation-add-cart.added {
    background-color: #17a2b8;
}

.ecosoap-variation-buttons {
    margin-top: 15px;
}

.compact-row {
    display: grid;
    grid-template-columns: auto 48px auto auto 36px;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #fafafa;
}

.variation-stock {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.variation-quantity {
    width: 45px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
}

.unit-multiplier {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.variation-price {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.variation-add-cart {
    width: 34px;
    height: 34px;
    font-size: 20px;
    border-radius: 4px;
    background: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */