.elementor-544 .elementor-element.elementor-element-9efd2ef{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-544 .elementor-element.elementor-element-9efd2ef{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-3e0d7cf *//* =====================================================
   CLOSE CALL CLOTHING — Warenkorb Seite
   Container-Klasse in Elementor: ccc-cart-page
===================================================== */

.ccc-cart-page {
  --ccc-bg: #F7F5F0;
  --ccc-card: #FFFFFF;
  --ccc-ink: #111110;
  --ccc-text: #2C2B28;
  --ccc-muted: #8F8A82;
  --ccc-line: rgba(17, 17, 16, 0.10);
  --ccc-line-soft: rgba(17, 17, 16, 0.07);

  --ccc-font-body: "DM Sans", "Poppins", system-ui, sans-serif;
  --ccc-font-label: "Space Mono", monospace;

  background: var(--ccc-bg);
  color: var(--ccc-text);
  font-family: var(--ccc-font-body);
  -webkit-font-smoothing: antialiased;

  width: 100%;
  padding: 0 32px 96px;
}

/* Header */
.ccc-cart-page .ccc-cart-header {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 96px 0 44px;
}

.ccc-cart-page .ccc-cart-header h1 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--ccc-ink);
  margin: 0 0 18px;
}

.ccc-cart-page .ccc-cart-header p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(42, 41, 39, 0.58);
  max-width: 480px;
  margin: 0;
}

/* WooCommerce Bereich */
.ccc-cart-page .woocommerce {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

/* Warenkorb Tabelle */
.ccc-cart-page table.shop_table {
  width: 100%;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line) !important;
  border-radius: 18px;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0;
  box-shadow: none;
}

/* Tabellenkopf */
.ccc-cart-page table.shop_table thead th {
  padding: 18px 22px !important;
  border-bottom: 1px solid var(--ccc-line) !important;

  font-family: var(--ccc-font-label);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--ccc-muted);
  background: #FFFFFF;
}

/* Tabellenzellen */
.ccc-cart-page table.shop_table td {
  padding: 22px !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--ccc-line-soft) !important;
  color: var(--ccc-text);
  font-size: 15px;
  vertical-align: middle;
}

.ccc-cart-page table.shop_table tbody tr:last-child td {
  border-bottom: 0 !important;
}

/* Produktbild */
.ccc-cart-page .product-thumbnail img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  border-radius: 10px;
  background: var(--ccc-bg);
  border: 1px solid var(--ccc-line-soft);
}

/* Produktname */
.ccc-cart-page .product-name a {
  color: var(--ccc-ink) !important;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.ccc-cart-page .product-name a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Preis / Zwischensumme */
.ccc-cart-page .product-price,
.ccc-cart-page .product-subtotal {
  color: var(--ccc-ink);
  font-weight: 500;
  white-space: nowrap;
}

/* Entfernen Button */
.ccc-cart-page .product-remove a.remove {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 999px;
  color: var(--ccc-muted) !important;
  background: transparent !important;
  border: 1px solid var(--ccc-line);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  transition: all 160ms ease;
}

.ccc-cart-page .product-remove a.remove:hover {
  color: #FFFFFF !important;
  background: var(--ccc-ink) !important;
  border-color: var(--ccc-ink);
}

/* Menge */
.ccc-cart-page .quantity input.qty {
  width: 72px !important;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(17, 17, 16, 0.16);
  border-radius: 8px;
  background: #FFFFFF;
  color: var(--ccc-ink);
  font-size: 15px;
  text-align: center;
  box-shadow: none;
}

.ccc-cart-page .quantity input.qty:focus {
  outline: none;
  border-color: var(--ccc-ink);
  box-shadow: 0 0 0 3px rgba(17, 17, 16, 0.12);
}

/* Gutschein / Aktualisieren */
.ccc-cart-page .actions {
  padding: 22px !important;
  background: #FFFFFF;
}

.ccc-cart-page .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ccc-cart-page .coupon input.input-text {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 16, 0.16);
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 15px;
  color: var(--ccc-ink);
}

/* Buttons */
.ccc-cart-page button.button,
.ccc-cart-page a.button,
.ccc-cart-page .checkout-button {
  min-height: 46px;
  padding: 0 24px !important;
  border-radius: 8px !important;

  background: var(--ccc-ink) !important;
  color: #F7F5F0 !important;
  border: 1px solid var(--ccc-ink) !important;

  font-family: var(--ccc-font-label) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;

  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.ccc-cart-page button.button:hover,
.ccc-cart-page a.button:hover,
.ccc-cart-page .checkout-button:hover {
  background: #2C2B28 !important;
  border-color: #2C2B28 !important;
}

.ccc-cart-page button.button:disabled,
.ccc-cart-page button.button:disabled[disabled] {
  opacity: 0.35 !important;
  cursor: not-allowed;
}

/* Warenkorb Summen */
.ccc-cart-page .cart-collaterals {
  margin-top: 28px;
}

.ccc-cart-page .cart_totals {
  width: 100% !important;
  max-width: 460px;
  margin-left: auto;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line);
  border-radius: 18px;
  padding: 28px;
}

.ccc-cart-page .cart_totals h2 {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ccc-ink);
}

.ccc-cart-page .cart_totals table {
  border: 0 !important;
  margin: 0 0 24px;
}

.ccc-cart-page .cart_totals th,
.ccc-cart-page .cart_totals td {
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ccc-line-soft) !important;
  font-size: 15px;
  color: var(--ccc-text);
}

.ccc-cart-page .cart_totals td {
  text-align: right;
  font-weight: 500;
  color: var(--ccc-ink);
}

.ccc-cart-page .cart_totals .order-total th,
.ccc-cart-page .cart_totals .order-total td {
  font-size: 19px;
  font-weight: 700;
  color: var(--ccc-ink);
  border-bottom: 0 !important;
}

/* Checkout Button */
.ccc-cart-page .wc-proceed-to-checkout {
  padding: 0 !important;
}

.ccc-cart-page .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin: 0 !important;
}

/* Notices */
.ccc-cart-page .woocommerce-message,
.ccc-cart-page .woocommerce-info,
.ccc-cart-page .woocommerce-error {
  border: 1px solid var(--ccc-line) !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  color: var(--ccc-text) !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 18px !important;
  margin-bottom: 22px !important;
}

/* Leerer Warenkorb */
.ccc-cart-page .cart-empty {
  background: #FFFFFF;
  border: 1px solid var(--ccc-line);
  border-radius: 18px;
  padding: 32px;
  color: var(--ccc-text);
}

/* Mobile */
@media (max-width: 720px) {
  .ccc-cart-page {
    padding: 0 20px 72px;
  }

  .ccc-cart-page .ccc-cart-header {
    padding: 64px 0 34px;
  }

  .ccc-cart-page .ccc-cart-header h1 {
    font-size: 42px;
  }

  .ccc-cart-page table.shop_table {
    border-radius: 14px;
  }

  .ccc-cart-page table.shop_table td {
    padding: 18px !important;
  }

  .ccc-cart-page .product-thumbnail img {
    width: 62px !important;
    height: 62px !important;
  }

  .ccc-cart-page .product-name a {
    font-size: 16px;
  }

  .ccc-cart-page .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .ccc-cart-page .coupon input.input-text,
  .ccc-cart-page .coupon button.button,
  .ccc-cart-page button[name="update_cart"] {
    width: 100% !important;
  }

  .ccc-cart-page .cart_totals {
    max-width: none;
    padding: 22px 18px;
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .ccc-cart-page .ccc-cart-header h1 {
    font-size: 36px;
  }
}
/* =====================================================
   CCC Warenkorb — Empty Cart Fix
   ganz unten einfügen
===================================================== */

/* Leere-Warenkorb-Hinweis sauber darstellen */
.ccc-cart-page .woocommerce-info,
.ccc-cart-page .woocommerce-message,
.ccc-cart-page .woocommerce-error,
.ccc-cart-page .cart-empty.woocommerce-info {
  position: relative !important;
  display: flex !important;
  align-items: center !important;

  min-height: auto !important;
  padding: 22px 28px !important;
  margin: 0 0 28px !important;

  background: #FFFFFF !important;
  border: 1px solid rgba(17, 17, 16, 0.10) !important;
  border-radius: 14px !important;
  box-shadow: none !important;

  font-family: "DM Sans", "Poppins", system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #2C2B28 !important;
}

/* WooCommerce-Standard-Icon entfernen */
.ccc-cart-page .woocommerce-info::before,
.ccc-cart-page .woocommerce-message::before,
.ccc-cart-page .woocommerce-error::before,
.ccc-cart-page .cart-empty.woocommerce-info::before {
  display: none !important;
  content: none !important;
}

/* Falls WooCommerce Padding für Icon erzwingt */
.ccc-cart-page .woocommerce-info,
.ccc-cart-page .cart-empty.woocommerce-info {
  padding-left: 28px !important;
}

/* Zurück-zum-Shop Button */
.ccc-cart-page .return-to-shop {
  margin: 0 !important;
}

.ccc-cart-page .return-to-shop a.button,
.ccc-cart-page a.wc-backward {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 48px !important;
  height: auto !important;
  width: auto !important;
  min-width: 220px !important;

  padding: 0 28px !important;
  margin: 0 !important;

  background: #111110 !important;
  color: #F7F5F0 !important;
  border: 1px solid #111110 !important;
  border-radius: 10px !important;

  font-family: "Space Mono", monospace !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  box-shadow: none !important;
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease !important;
}

.ccc-cart-page .return-to-shop a.button:hover,
.ccc-cart-page a.wc-backward:hover {
  background: #2C2B28 !important;
  border-color: #2C2B28 !important;
  color: #F7F5F0 !important;
  opacity: 1 !important;
}

/* Empty State etwas schöner platzieren */
.ccc-cart-page .woocommerce:has(.cart-empty) {
  max-width: 1060px !important;
}

.ccc-cart-page .cart-empty + .return-to-shop {
  margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 720px) {
  .ccc-cart-page .woocommerce-info,
  .ccc-cart-page .woocommerce-message,
  .ccc-cart-page .woocommerce-error,
  .ccc-cart-page .cart-empty.woocommerce-info {
    padding: 18px 20px !important;
    font-size: 15px !important;
    border-radius: 12px !important;
  }

  .ccc-cart-page .return-to-shop a.button,
  .ccc-cart-page a.wc-backward {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
  }
}
/* =====================================================
   CCC Warenkorb — Full Width Section Fix
===================================================== */

.elementor-page .ccc-cart-page {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.ccc-cart-page {
  background: #F7F5F0 !important;
}

.ccc-cart-page__inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media (max-width: 720px) {
  .ccc-cart-page__inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* CCC Warenkorb — Elementor Full Width Hard Fix */

body.woocommerce-cart,
body.woocommerce-cart #page,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart main,
body.woocommerce-cart .entry-content {
  background: #F7F5F0 !important;
}

body.woocommerce-cart .elementor-section,
body.woocommerce-cart .elementor-container,
body.woocommerce-cart .elementor-column,
body.woocommerce-cart .elementor-widget-wrap,
body.woocommerce-cart .elementor-widget,
body.woocommerce-cart .e-con,
body.woocommerce-cart .e-con-inner {
  max-width: none !important;
}

body.woocommerce-cart .ccc-cart-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #F7F5F0 !important;
}

body.woocommerce-cart .ccc-cart-page__inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 96px 32px 112px !important;
}

@media (max-width: 720px) {
  body.woocommerce-cart .ccc-cart-page__inner {
    padding: 64px 20px 72px !important;
  }
}/* End custom CSS */