.elementor-14 .elementor-element.elementor-element-a3d014f{--display:flex;}.elementor-14 .elementor-element.elementor-element-8415924{--spacer-size:10px;}/* Start custom CSS for wc-elements, class: .elementor-element-0f34c0b *//* === WooCart Mobile – Polished v2 (≤640px) === */
@media (max-width: 640px) {

  /* Card-Look pro Position */
  .rbb-cart__item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 10px 12px 12px;
    margin: 14px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    position: relative;
  }

  /* Bild & Name: wirklich nebeneinander */
  .rbb-cart__product {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 6px 0 !important;
  }
  .rbb-cart__product-image {
    flex: 0 0 76px;
  }
  .rbb-cart__product-image img {
    width: 76px !important;
    height: auto !important;
    border-radius: 10px;
    display: block;
  }
  .rbb-cart__product-name {
    flex: 1 1 auto;
    padding-left: 0 !important;
  }
  .rbb-cart__product-name a {
    font-weight: 800;
    line-height: 1.25;
    word-break: break-word;
    hyphens: auto;
  }

  /* Remove-Icon oben rechts, unaufdringlich */
  .rbb-cart__remove.sm\:hidden,
  .rbb-cart__remove.hidden.sm\:block {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0 !important;
  }
  .rbb-cart__remove .remove,
  .rbb-cart__remove .remove i {
    font-size: 18px;
    opacity: .8;
  }

  /* Labels (PRODUCT/PRICE/…) dezent halten */
  .rbb-cart__price,
  .rbb-cart__qty,
  .rbb-cart__subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 !important;
    margin: 0 !important;
    border-top: 1px dashed rgba(0,0,0,.08);
  }
  .rbb-cart__price::before,
  .rbb-cart__qty::before,
  .rbb-cart__subtotal::before {
    content: attr(data-title);
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0,0,0,.55);
    margin-right: 10px;
  }

  /* Beträge klar gewichten */
  .rbb-cart__price .amount,
  .rbb-cart__subtotal .amount {
    font-weight: 800;
  }

  /* Menge-Pill sauber & fingerfreundlich */
  .rbb-item__qty {
    width: 100%;
    justify-content: flex-end;
  }
  .rbb-item__qty .quantity {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,.10);
    background: #f3f4f6;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
  }
  .rbb-item__qty .quantity .minus,
  .rbb-item__qty .quantity .plus {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
  }
  .rbb-item__qty .quantity input.input-text.qty {
    width: 58px !important;
    height: 42px !important;
    text-align: center;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-weight: 700;
    padding: 0 !important;
  }

  /* Coupon-Bereich: kompakt & full width */
  .rbb-cart__coupon {
    display: block !important;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .rbb-cart__coupon #coupon_code {
    width: 100% !important;
    height: 50px !important;
    margin: 0 0 8px 0 !important;
  }

  /* Trenner & Kopf */
  .rbb-cart__table-header { display: none !important; }
  .rbb-cart__table-content { padding: 10px 12px !important; }
  .rbb-cart__table { margin-bottom: 14px !important; }

  /* === Buttons Mobile: Rot, zentriert, sexy === */

  /* Container mittig ausrichten */
  body.woocommerce-cart .wc-proceed-to-checkout,
  body.woocommerce-cart .rbb-cart__btn-update,
  body.woocommerce-cart .rbb-cart__coupon {
    text-align: center;
  }

  /* Haupt-Buttons im Warenkorb */
  body.woocommerce-cart .button,
  body.woocommerce-cart .checkout-button,
  body.woocommerce-cart .rbb-cart__btn-update,
  body.woocommerce-cart .rbb-cart__coupon button[name="apply_coupon"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 380px;
    height: 52px;
    margin: 6px auto 0;
    border-radius: 999px;
    background-color: #c60000;     /* Primärrot */
    border: 1px solid #c60000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
  }

  body.woocommerce-cart .button:hover,
  body.woocommerce-cart .checkout-button:hover,
  body.woocommerce-cart .rbb-cart__btn-update:hover,
  body.woocommerce-cart .rbb-cart__coupon button[name="apply_coupon"]:hover {
    background-color: #a80000;
    border-color: #a80000;
    color: #fff;
  }

  /* 10px Luft über dem Checkout-Button (global auf Cart) */
  body.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 10px;
  }
  body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
}/* End custom CSS */