/* ═══════════════════════════════════════════════════
   Camplorer Zubehör & Bundles – Frontend Styles
   ═══════════════════════════════════════════════════ */

/* ── Modul-Container ─────────────────────────────── */
.czb-accessories-module {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #e8ece0;
}

/* ── Hinweisbox (einmalig, dezent, textbasiert) ───── */
.czb-hint-box {
    margin-bottom: 16px;
}

.czb-hint-box .czb-hint-icon {
    display: none;
}

.czb-hint-box p {
    margin: 0;
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

/* ── Titel & Gruppentitel (Hierarchie angepasst) ─── */
.czb-accessories-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #444;
}


/* ── Zubehör-Liste ───────────────────────────────── */
.czb-accessory-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Vertikale Struktur: Bild links, Content rechts */
.czb-accessory-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.czb-accessory-item:last-child {
    border-bottom: none;
}

/* Content-Block: vertikal strukturiert, kompakte Abstände */
.czb-accessory-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* ── Bild-Spalte ────────────────────────────────── */
.czb-accessory-image {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    min-width: 60px;
    min-height: 60px;
    flex-shrink: 0;
    overflow: hidden;
}

.czb-accessory-image img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.czb-accessory-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ── Titel (höchste Priorität) ───────────────────── */
.czb-accessory-name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.czb-accessory-name a {
    color: #2c3e2d;
    text-decoration: none;
    transition: color 0.2s;
}

.czb-accessory-name a:hover {
    color: #4a8c3f;
    text-decoration: underline;
}

/* ── Kurzbeschreibung ────────────────────────────── */
.czb-accessory-desc {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.czb-variant-hint {
    display: inline-block;
    font-size: 12px;
    color: #4a8c3f;
    font-style: italic;
}

/* ── Preis (unter Beschreibung) ──────────────────── */
.czb-accessory-price {
    margin-top: 4px;
}

/* Preis: minimal größer, aber kleiner als Dachzelt-Hauptpreis */
.czb-price-sale {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.czb-price-current {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

/* Sternchen für Sonderpreis-Hinweis */
.czb-price-asterisk {
    font-size: 12px;
    color: #888;
    vertical-align: super;
    margin-left: 1px;
}

/* Rabatt nur als Text */
.czb-discount-text {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    margin-left: 4px;
}

.czb-discount-text del {
    color: #999;
}

/* Globaler Mengenrabatt-Hinweis (unter Überschrift) */
.czb-quantity-tier-hint {
    font-size: 13px;
    color: #888;
    margin: -8px 0 16px;
    line-height: 1.4;
}

/* Fußnote am Ende der Zubehörliste */
.czb-price-footnote {
    font-size: 11px;
    color: #999;
    margin: 12px 0 0;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

/* ── Aktion/Status (unter dem Preis) ─────────────── */
.czb-accessory-action {
    margin-top: 2px;
}

/* Textlink: "+ Zum Set hinzufügen" - dezent, keine Button-Optik */
.czb-add-to-set {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

.czb-add-to-set:hover {
    color: #4a8c3f;
    text-decoration: underline;
}

/* Status: "✔ Im Set" - reiner Text, ruhige Farbe */
.czb-add-to-set.czb-in-set {
    color: #888;
    cursor: pointer;
}

.czb-add-to-set.czb-in-set:hover {
    color: #999;
    text-decoration: none;
}

/* Status-Check und Text */
.czb-status-check {
    color: #5a9a50;
    font-weight: 500;
}

.czb-status-text {
    font-weight: 400;
    color: #888;
}

.czb-add-to-set.czb-adding {
    opacity: 0.6;
    cursor: wait;
}

/* ── Set-Summary: nicht anzeigen auf Produktseite ── */
.czb-set-summary {
    display: none !important;
}

/* ── Set-Info unter CTA (nur Text) ─────────────────── */
.czb-cart-indicator {
    display: none;
    margin-top: 8px;
}

.czb-cart-indicator.czb-indicator-visible {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.czb-indicator-price {
    font-weight: 600;
    color: #333;
}

/* ── Toast-Benachrichtigungen ────────────────────── */
.czb-toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.czb-toast {
    background: #323232;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    max-width: 350px;
}

.czb-toast.czb-toast-visible {
    opacity: 1;
    transform: translateX(0);
}

.czb-toast-success {
    background: #2e7d32;
}

.czb-toast-info {
    background: #1565c0;
}

.czb-toast-icon {
    font-size: 18px;
    font-weight: 700;
}

.czb-toast-message {
    font-size: 14px;
    line-height: 1.4;
}

/* ── Warenkorb: Rabatt-Badge ─────────────────────── */
.czb-cart-discount-badge {
    display: inline-block;
    font-size: 12px;
    color: #2e7d32;
    font-weight: 600;
    margin-top: 2px;
}

/* ── Warenkorb: Rabatt-Zusammenfassungszeile ─────── */
.czb-cart-discount-row td {
    padding: 6px 0;
    font-size: 14px;
}

.czb-discount-icon {
    color: #4a8c3f;
    margin-right: 4px;
}

/* ── Warenkorb: Empfehlungsblock ─────────────────── */
.czb-cart-recommendations {
    margin-top: 24px;
    padding: 18px;
    background: #f8faf6;
    border: 1px solid #dce8dc;
    border-radius: 6px;
}

.czb-cart-rec-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e2d;
    margin: 0 0 12px;
}

.czb-cart-rec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.czb-cart-rec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.czb-cart-rec-item:last-child {
    border-bottom: none;
}

.czb-cart-rec-info {
    flex: 1;
}

.czb-cart-rec-info strong {
    display: block;
    font-size: 14px;
    color: #2c3e2d;
}

.czb-cart-rec-desc {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.czb-cart-rec-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

/* ── Bild-Lightbox ──────────────────────────────── */
.czb-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.czb-lightbox-overlay.czb-active {
    opacity: 1;
    visibility: visible;
}

.czb-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.czb-lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.czb-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.czb-lightbox-close:hover {
    color: #ccc;
}

.czb-lightbox-title {
    color: #fff;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
}

/* ═══════════════════════════════════════════════════
   UX-Optimierung: Zubehör einklappen & Accordion
   ═══════════════════════════════════════════════════ */

/* ── Empfohlenes Zubehör Label ────────────────────── */
.czb-section-label {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* ── Weiteres Zubehör Toggle-Button ─────────────── */
.czb-additional-section {
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.czb-toggle-additional {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #4a8c3f;
    text-align: left;
    transition: color 0.2s;
}

.czb-toggle-additional:hover {
    color: #2c3e2d;
}

.czb-toggle-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}

.czb-toggle-additional[aria-expanded="true"] .czb-toggle-arrow {
    transform: rotate(180deg);
}

.czb-toggle-additional[aria-expanded="true"] .czb-toggle-text {
    color: #666;
}

.czb-additional-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}


/* ═══════════════════════════════════════════════════
   Produktseiten-Preis: Orange & Bold (Designer-Vorgabe)
   NUR für den Hauptpreis des aktuellen Produkts.
   Explizit NICHT für Related/Cross-Sell/Upsell-Produkte.
   ═══════════════════════════════════════════════════ */

/* Preis-Betrag: Orange, Fett, Groß – nur Hauptprodukt-Bereich */
.single-product .summary > .price .woocommerce-Price-amount,
.single-product .summary > .price ins .woocommerce-Price-amount,
.single-product .summary > p.price .woocommerce-Price-amount,
.camplorer-product-price-card .price .woocommerce-Price-amount,
.camplorer-product-price-card .woocommerce-Price-amount,
/* Elementor Produkt-Preis-Widget (kein Related-Products-Widget) */
.elementor-widget-woocommerce-product-price .price .woocommerce-Price-amount,
.elementor-widget-woocommerce-product-price .price ins .woocommerce-Price-amount,
.elementor-widget-theme-product-price .price .woocommerce-Price-amount {
    color: #F5A623 !important;
    font-weight: 800 !important;
    font-size: 36px !important;
}

/* Preis-Währungssymbol auch orange – nur Hauptprodukt-Bereich */
.single-product .summary > .price .woocommerce-Price-currencySymbol,
.single-product .summary > .price ins .woocommerce-Price-currencySymbol,
.camplorer-product-price-card .price .woocommerce-Price-currencySymbol,
.elementor-widget-woocommerce-product-price .price .woocommerce-Price-currencySymbol,
.elementor-widget-woocommerce-product-price .price ins .woocommerce-Price-currencySymbol {
    color: #F5A623 !important;
    font-weight: 800 !important;
}

/* Durchgestrichener Preis: dezent – nur Hauptprodukt-Bereich */
.single-product .summary > .price del,
.camplorer-product-price-card .price del,
.camplorer-product-price-card del,
.elementor-widget-woocommerce-product-price .price del,
.elementor-widget-theme-product-price .price del {
    text-decoration: line-through !important;
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.single-product .summary > .price del .woocommerce-Price-amount,
.single-product .summary > .price del .woocommerce-Price-currencySymbol,
.camplorer-product-price-card .price del .woocommerce-Price-amount,
.camplorer-product-price-card .price del .woocommerce-Price-currencySymbol,
.camplorer-product-price-card del .woocommerce-Price-amount,
.camplorer-product-price-card del .woocommerce-Price-currencySymbol,
.elementor-widget-woocommerce-product-price .price del .woocommerce-Price-amount,
.elementor-widget-woocommerce-product-price .price del .woocommerce-Price-currencySymbol,
.elementor-widget-theme-product-price .price del .woocommerce-Price-amount,
.elementor-widget-theme-product-price .price del .woocommerce-Price-currencySymbol {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

/* ═══════════════════════════════════════════════════
   Unified Cart Shortcode [czb_warenkorb]
   High-specificity selectors to override WP themes.
   ═══════════════════════════════════════════════════ */

/* ── Container & Brand Colors ─────────────────── */
div.czb-unified-cart {
    --camplorer-orange: #F5A623;
    --camplorer-orange-dark: #E09612;
    --camplorer-green: #4CAF50;
    --camplorer-green-dark: #388E3C;
    max-width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

div.czb-unified-cart *,
div.czb-unified-cart *::before,
div.czb-unified-cart *::after {
    box-sizing: border-box;
}

/*
 * Selection-Summary nur anzeigen, wenn Zubehör gewählt wurde.
 * Standard: versteckt für Dachzelt-Produkte.
 * Wird per JS-Klasse .czb-unified-cart--has-accessories eingeblendet.
 */
div.czb-unified-cart .czb-selection-summary {
    display: none !important;
}

div.czb-unified-cart.czb-unified-cart--has-accessories .czb-selection-summary {
    display: block !important;
}

/*
 * Warenkorb-Button und Aktions-Buttons immer sichtbar,
 * unabhängig vom Zubehör-Status oder Theme-Overrides.
 */
div.czb-unified-cart button.czb-unified-atc-btn {
    display: block !important;
    visibility: visible !important;
}

div.czb-unified-cart a.czb-action-btn {
    display: flex !important;
    visibility: visible !important;
}

/* ── Key Specs (Karten-Grid wie Designer-Vorlage) ── */
div.czb-unified-cart .czb-key-specs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
    border: none !important;
}

div.czb-unified-cart .czb-spec-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    background: #f8f9fa !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5 !important;
}

div.czb-unified-cart .czb-spec-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

div.czb-unified-cart .czb-spec-value {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

/* ── WC Variations-Formular (für Bildwechsel-Plugins) ── */
div.czb-unified-cart form.czb-variations-form {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* ── Varianten-Auswahl ─────────────────────────── */
div.czb-unified-cart .czb-variant-selection {
    margin-bottom: 24px !important;
}

div.czb-unified-cart .czb-variant-field {
    margin-bottom: 12px !important;
    width: 100% !important;
}

div.czb-unified-cart label.czb-variant-label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
}

div.czb-unified-cart .czb-variant-select-wrap {
    position: relative !important;
    width: 100% !important;
}

div.czb-unified-cart select.czb-variant-select {
    width: 100% !important;
    padding: 14px 40px 14px 16px !important;
    font-size: 15px !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
    transition: border-color 0.2s !important;
    height: auto !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 !important;
}

div.czb-unified-cart select.czb-variant-select:focus {
    outline: none !important;
    border-color: #F5A623 !important;
    box-shadow: none !important;
}

div.czb-unified-cart select.czb-variant-select:hover {
    border-color: #F5A623 !important;
}

/* ── Auswahl-Zusammenfassung ───────────────────── */
div.czb-unified-cart .czb-selection-summary {
    border: 2px solid #e5e5e5 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 0 0 20px 0 !important;
    background: #f8f9fa !important;
}

div.czb-unified-cart .czb-summary-header {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}

div.czb-unified-cart ul.czb-summary-items {
    list-style: none !important;
    padding: 0 0 12px 0 !important;
    margin: 0 0 12px 0 !important;
    border-bottom: 2px solid #e5e5e5 !important;
}

div.czb-unified-cart li.czb-summary-item {
    display: flex !important;
    align-items: center !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    list-style: none !important;
    border: none !important;
    background: none !important;
}

div.czb-unified-cart .czb-summary-bullet {
    flex-shrink: 0 !important;
    width: 16px !important;
    color: #666 !important;
}

div.czb-unified-cart .czb-summary-name {
    flex: 1 !important;
    padding-right: 12px !important;
}

div.czb-unified-cart .czb-summary-price {
    flex-shrink: 0 !important;
    text-align: right !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

div.czb-unified-cart .czb-summary-divider {
    display: none !important;
}

div.czb-unified-cart .czb-summary-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

div.czb-unified-cart .czb-summary-total-label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

div.czb-unified-cart .czb-summary-total-price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #F5A623 !important;
    white-space: nowrap !important;
}

/* ── CTA-Bereich ───────────────────────────────── */
div.czb-unified-cart .czb-cta-section {
    margin-bottom: 24px !important;
}

/* ── In den Warenkorb Button ───────────────────── */
div.czb-unified-cart button.czb-unified-atc-btn {
    display: block !important;
    width: 100% !important;
    padding: 18px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #F5A623 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s !important;
    margin: 0 0 12px 0 !important;
    box-shadow: 0 2px 8px rgba(245, 166, 35, 0.3) !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

div.czb-unified-cart button.czb-unified-atc-btn:hover {
    background: #E09612 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4) !important;
    color: #fff !important;
}

div.czb-unified-cart button.czb-unified-atc-btn:active {
    transform: scale(0.99) !important;
}

div.czb-unified-cart button.czb-unified-atc-btn.czb-atc-adding {
    opacity: 0.75 !important;
    cursor: wait !important;
}

div.czb-unified-cart button.czb-unified-atc-btn.czb-atc-success {
    background: #3a8c3f !important;
}

div.czb-unified-cart button.czb-unified-atc-btn.czb-atc-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background: #F5A623 !important;
    box-shadow: none !important;
}

div.czb-unified-cart .czb-atc-price {
    font-weight: 700 !important;
}

/* ── Sekundäre Optionen ────────────────────────── */
div.czb-unified-cart .czb-secondary-options {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

/* (Sekundär-Buttons: siehe konsolidierter Block oben bei .czb-action-btn) */

/* ── Alle Sekundär-Buttons (Mieten, Ausstellung) – NEUTRAL ── */
div.czb-unified-cart .czb-secondary-options .czb-action-btn,
div.czb-unified-cart .czb-secondary-options a.czb-action-btn,
div.czb-unified-cart .czb-secondary-options a.czb-action-btn:link,
div.czb-unified-cart .czb-secondary-options a.czb-action-btn:visited,
div.czb-unified-cart .czb-secondary-options button.czb-action-btn,
div.czb-unified-cart .czb-secondary-options button.czb-action-btn:focus,
div.czb-unified-cart .czb-secondary-options button.czb-action-btn:active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: border-color 0.2s, background-color 0.2s !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    outline: none !important;
    margin: 0 !important;
    font-family: inherit !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

div.czb-unified-cart .czb-secondary-options .czb-action-btn:hover {
    border-color: #bbb !important;
    background-color: #f8f8f8 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* ── Aktions-Label: mehrzeilig (strong + small) ── */
div.czb-unified-cart .czb-action-label {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.3 !important;
}

div.czb-unified-cart .czb-action-label strong {
    font-size: 14px !important;
    font-weight: 600 !important;
}

div.czb-unified-cart .czb-action-label small {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #888 !important;
}

/* ── Showroom-Hinweis (andere Größe) ─────────── */
div.czb-unified-cart .czb-showroom-hint {
    font-size: 12px !important;
    color: #888 !important;
    font-style: italic !important;
    margin: -4px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

/* ── Aktions-Icons ─────────────────────────────── */
div.czb-unified-cart .czb-action-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 4px !important;
    border: none !important;
}

div.czb-unified-cart .czb-icon-rent {
    background-color: #e8f0fe !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='%234285f4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") !important;
}

div.czb-unified-cart .czb-icon-showroom {
    background-color: #e8f5e9 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='%232e7d32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
}

/* ── Trust-Elemente ────────────────────────────── */
div.czb-unified-cart .czb-trust-section {
    padding: 16px !important;
    background: #f8f8f8 !important;
    border-radius: 12px !important;
    margin: 0 0 24px 0 !important;
    border: none !important;
}

div.czb-unified-cart .czb-trust-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
}

div.czb-unified-cart .czb-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #666 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

div.czb-unified-cart .czb-trust-icon {
    font-size: 16px !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 600px) {
    .czb-accessory-item {
        grid-template-columns: 50px 1fr;
        gap: 10px;
    }

    .czb-accessory-image {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
        min-width: 50px;
        min-height: 50px;
    }

    .czb-accessory-image img {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
    }

    .czb-cart-rec-item {
        flex-wrap: wrap;
    }

    /* Unified Cart: Responsive */
    div.czb-unified-cart .czb-key-specs {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    div.czb-unified-cart button.czb-unified-atc-btn {
        font-size: 15px !important;
        padding: 14px 16px !important;
    }

    div.czb-unified-cart .czb-selection-summary {
        padding: 14px 16px !important;
    }

    div.czb-unified-cart .czb-summary-total-price {
        font-size: 16px !important;
    }

    div.czb-unified-cart .czb-trust-items {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
}
