.elementor-11 .elementor-element.elementor-element-0b504ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-53c8128{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-4afb14e{padding:8px 0px 8px 0px;}.elementor-11 .elementor-element.elementor-element-4afb14e .woocommerce-breadcrumb{color:#737D8C;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-11 .elementor-element.elementor-element-4afb14e .woocommerce-breadcrumb > a{color:#737D8C;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-51a82a1{padding:24px 0px 16px 0px;}.elementor-11 .elementor-element.elementor-element-51a82a1 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;color:#01193D;}.elementor-11 .elementor-element.elementor-element-9b0dd2f > .elementor-widget-container{padding:24px 0px 48px 0px;}.elementor-11 .elementor-element.elementor-element-1fa84329{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-5125ab7f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 150px;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-0b504ce{--content-width:1500px;}.elementor-11 .elementor-element.elementor-element-1fa84329{--content-width:1500px;}}/* Start custom CSS for text-editor, class: .elementor-element-5125ab7f *//* ========== Global Reset ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif;
}

body {
  background: #f9fafb;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.5;
}

/* ========== Cart Table ========== */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  overflow: hidden;
}

/* Table Header */
.wc-block-cart-items thead {
  border-color: none !important;
}

.wc-block-cart-items th {
  text-align: left;
  padding: 16px;
  font-weight: 600;
  color: #374151;
  font-size: 15px;
}

/* Table Rows */
.wc-block-cart-items__row {
  transition: background 0.2s ease;
}

.wc-block-cart-items__row:hover {
  background: #f9fafb;
}

/* Product Image */
.wc-block-cart-item__image img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease;
}

.wc-block-cart-item__image img:hover {
  transform: scale(1.05);
}

/* Product Info */
.wc-block-cart-item__product {
  padding: 16px;
}

.wc-block-cart-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Product Name */
.wc-block-components-product-name {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wc-block-components-product-name:hover {
  color: #CCAE6A;
}
.wc-block-components-product-badge{
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}
/* Price */
.wc-block-cart-item__prices .price {
  font-size: 15px;
  font-weight: 600;
  color: #16a34a;
}

/* Product Meta (Farbe & Größe) */
.wc-block-components-product-details {
  list-style: none;
  font-size: 14px;
  color: #6b7280;
}

.wc-block-components-product-details li {
  margin-bottom: 4px;
}

/* Quantity Selector */
.wc-block-cart-item__quantity {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f__input {
  width: 50px;
  height: 38px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  color: #374151;
  outline: none;
  transition: border 0.2s ease;
}

.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f__input:focus {
  border-color: #2563eb;
}

/* Plus & Minus Buttons */
.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f__button {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 18px;
  color: #374151;
  transition: all 0.3s ease;
}

.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f__button:hover:not(:disabled) {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.wc-block-components-quantity-.elementor-11 .elementor-element.elementor-element-5125ab7f__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Remove Button */
.wc-block-cart-item__remove-link {
  background: #fef2f2;
  color: #dc2626;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: left !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.wc-block-cart-item__remove-link:hover {
  background: #dc2626;
  color: #fff;
}

/* Total Column */
.wc-block-cart-item__total {
  padding: 16px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* ========== Responsive Design ========== */
@media (max-width: 768px) {
  .wc-block-cart-items thead {
    display: none;
  }

  .wc-block-cart-items__row {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 16px;
  }

  .wc-block-cart-item__image {
    margin-bottom: 12px;
  }

  .wc-block-cart-item__total {
    text-align: left;
    margin-top: 12px;
  }
}

/* ===== Cart Totals Sidebar Wrapper ===== */
.wc-block-components-sidebar {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

/* ===== Cart Totals Title ===== */
.wc-block-cart__totals-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 10px;
}

/* ===== Coupon Section ===== */
.wc-block-components-panel__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ===== Totals Section ===== */
.wc-block-components-totals-wrapper {
  padding-top: 12px;
}

.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #f3f4f6;
}

.wc-block-components-totals-item:last-child {
  border-bottom: none;
}

.wc-block-components-totals-item__label {
  font-weight: 500;
  color: #374151;
}

.wc-block-components-totals-item__value {
  font-weight: 700;
  font-size: 18px;
  color: #16a34a;
}

/* ========== Modern Coupon Form ========== */
.wc-block-components-totals-coupon__form {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
}
/* Input Container */
.wc-block-components-text-input.wc-block-components-totals-coupon__input {
  position: relative;
  flex: 1;
  min-width: 0;
}

/* Modern Input Field */
.wc-block-components-text-input input[type="text"] {
  width: 100%;
  height: 52px;
  padding: 16px 20px 0 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Valid State */
.wc-block-components-text-input input:valid {
  border-color: #10b981;
}

/* Invalid State */
.wc-block-components-text-input input:invalid:not(:focus) {
  border-color: #ef4444;
}
/* Modern Apply Button */
.wc-block-components-totals-coupon__button {
    border: none !important;
    border-radius: 12px !important;
    background-color: #CCAE6A !important;
    color: white !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Button Hover State */
.wc-block-components-totals-coupon__button:not([disabled]):hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.35) !important;
}
/* Button Active State */
.wc-block-components-totals-coupon__button:not([disabled]):active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3) !important;
}

/* Disabled Button State */
.wc-block-components-totals-coupon__button[disabled] {
  background: #9ca3af !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  transform: none !important;
  opacity: 0.6 !important;
}

/* ===== Checkout Button ===== */
.wc-block-cart__submit-container {
  margin-top: 16px;
}

.wc-block-cart__submit-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  background: #CCAE6A;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.wc-block-cart__submit-button:hover {
    border-radius: 10px;
  background: none !important;
  color: #CCAE6A;
  border: 2px solid #CCAE6A;
  transform: translateY(-2px);
}

.wc-block-cart__submit-button:active {
  transform: translateY(0);
}

/* ===== Payment Options Placeholder ===== */
.wc-block-cart__payment-options {
  padding: 12px 0;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  background: #f9fafb;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
  .wc-block-components-sidebar {
    max-width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .wc-block-components-sidebar {
    padding: 16px;
  }

  .wc-block-cart__totals-title {
    font-size: 18px;
  }

  .wc-block-components-totals-item__value {
    font-size: 16px;
  }
}/* End custom CSS */