/* ============================================================
   proHops Checkout v1.3 - Compiled Storefront Styles
   ============================================================ */

/* ===== Cart Page ===== */
.prohops-cart {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #393B3F;
}
.prohops-cart .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-feature-settings: 'tnum';
}
.prohops-cart a { color: #00A9A0; text-decoration: none; }
.prohops-cart a:hover { color: #007d76; }

.prohops-cart-titlebar {
    background: #fff;
    border-bottom: 1px solid #e8eaec;
    padding: 0 32px;
    margin: 0 -32px;
}
.prohops-cart-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 0 0;
    font-size: 12.5px;
    color: #8a8d92;
}
.prohops-cart-breadcrumb a { color: #8a8d92; }
.prohops-cart-breadcrumb a:hover { color: #00A9A0; }
.prohops-cart-breadcrumb .sep { margin: 0 7px; color: #CAD0D1; }
.prohops-cart-titlebar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
}
.prohops-cart-titlebar-inner h1 {
    font-size: 26px; font-weight: 600; letter-spacing: -0.4px;
    color: #393B3F; margin: 0;
}
.prohops-cart-meta { font-size: 13.5px; color: #8a8d92; }
.prohops-cart-meta .mono { color: #5c5f65; font-weight: 500; }

/* Layout: 2-Column ohne Sidebar */
.prohops-cart-content {
    background: #f4f5f6;
    padding: 32px 32px 96px;
    margin: 0 -32px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}
/* Layout: 3-Column mit Sidebar */
.prohops-cart-with-sidebar .prohops-cart-content {
    grid-template-columns: 220px 1fr 340px;
}

.prohops-cart-main { min-width: 0; padding: 0; }
.prohops-cart .prohops-cart-sidebar, .prohops-cart .prohops-cart-sidebar.account-content-aside, .prohops-cart .prohops-cart-sidebar .account-aside, .prohops-cart .prohops-cart-sidebar #ph-sidebar-modern { min-width: 0 !important; max-width: 220px; overflow: hidden; box-sizing: border-box; } .prohops-cart .prohops-cart-sidebar #ph-sidebar-modern { padding: 8px; } .prohops-cart .prohops-cart-sidebar .ph-sb-item { font-size: 13px; padding: 8px 10px; gap: 8px; } .prohops-cart .prohops-cart-sidebar .ph-sb-icon { width: 16px; height: 16px; } .prohops-cart .prohops-cart-sidebar .ph-sb-icon svg { width: 14px; height: 14px; } .prohops-cart .prohops-cart-sidebar .ph-sidebar-label { font-size: 10px; padding: 10px 10px 6px; }

@media (max-width: 1180px) {
    .prohops-cart-with-sidebar .prohops-cart-content {
        grid-template-columns: 210px 1fr 320px;
        gap: 20px;
    }
}
@media (max-width: 1024px) {
    .prohops-cart-content,
    .prohops-cart-with-sidebar .prohops-cart-content {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .prohops-cart-sidebar { order: -1; }
}

/* ===== Sidebar Anti-Flicker =====
   Webkul JS baut #ph-sidebar-modern zur Laufzeit auf.
   Bis dahin Default .list-group-Items verstecken damit nichts durchschimmert. */
.prohops-cart .account-content-aside .list-group > *:not(#ph-sidebar-modern):not(#storefront-sidebar),
.prohops-cart .account-content-aside #storefront-sidebar > *:not(#ph-sidebar-modern) {
    display: none !important;
}
.prohops-cart .account-content-aside #ph-sidebar-modern {
    display: block !important;
}

/* ===== Sidebar (phm-account-nav) ===== */
.prohops-cart-sidebar.phm-account-nav {
    position: sticky;
    top: 22px;
    align-self: start;
    background: #fff;
    border: 1px solid #e8eaec;
    border-radius: 12px;
    padding: 14px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.prohops-cart-sidebar .phm-account-nav-section { padding: 0; }
.prohops-cart-sidebar .phm-account-nav-section + .phm-account-nav-section {
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px solid #e8eaec;
}
.prohops-cart-sidebar .phm-account-nav-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #00A9A0;
    padding: 4px 18px 8px;
    margin: 0;
}
.prohops-cart-sidebar .phm-account-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    color: #393B3F;
    text-decoration: none;
    font-size: 13px;
    border-radius: 6px;
    transition: background 0.12s, color 0.12s;
    margin: 1px 8px;
}
.prohops-cart-sidebar .phm-account-nav-link:hover,
.prohops-cart-sidebar .phm-account-nav-link.active {
    background: rgba(0, 169, 160, 0.08);
    color: #007d76;
    text-decoration: none;
}
.prohops-cart-sidebar .phm-account-nav-link.active {
    font-weight: 600;
}
.prohops-cart-sidebar .phm-account-nav-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.75;
}
.prohops-cart-sidebar .phm-account-nav-link.active svg,
.prohops-cart-sidebar .phm-account-nav-link:hover svg {
    opacity: 1;
    color: #007d76;
}

/* ===== Cards ===== */
.prohops-cart .prohops-card {
    background: #fff;
    border: 1px solid #e8eaec;
    border-radius: 8px;
}
.prohops-cart .prohops-card + .prohops-card,
.prohops-cart .prohops-card + .prohops-section-card,
.prohops-cart .prohops-section-card + .prohops-section-card,
.prohops-cart .prohops-section-card + .prohops-card { margin-top: 18px; }

.prohops-delivery-card {
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 16px;
    align-items: center;
}
.prohops-delivery-icon {
    width: 36px; height: 36px;
    background: rgba(0,169,160,0.08);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #00A9A0;
}
.prohops-delivery-label {
    font-size: 11px; color: #8a8d92;
    text-transform: uppercase; letter-spacing: 0.7px;
    font-weight: 500; margin-bottom: 3px;
}
.prohops-delivery-address {
    font-size: 14px; color: #393B3F; line-height: 1.5;
}
.prohops-delivery-address strong { font-weight: 500; }
.prohops-delivery-address .sep { color: #8a8d92; margin: 0 6px; }
.prohops-delivery-edit {
    font-size: 13px;
    color: #00A9A0 !important;
    font-weight: 500;
    white-space: nowrap;
}

.prohops-section-card {
    background: #fff;
    border: 1px solid #e8eaec;
    border-radius: 8px;
    overflow: hidden;
}
.prohops-section-head {
    padding: 16px 22px;
    background: #fafbfb;
    border-bottom: 1px solid #e8eaec;
    display: flex; align-items: baseline; justify-content: space-between;
}
.prohops-section-head h2 {
    font-size: 14px; font-weight: 600;
    color: #393B3F;
    text-transform: uppercase; letter-spacing: 1.2px;
    margin: 0;
}
.prohops-section-head .summary { font-size: 12.5px; color: #8a8d92; }
.prohops-section-head .summary .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    color: #5c5f65; font-weight: 500;
}

.prohops-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px 130px;
    gap: 24px;
    align-items: flex-start;
    padding: 18px 22px;
    border-bottom: 1px solid #e8eaec;
}
.prohops-item:last-child { border-bottom: none; }
.prohops-item-info { min-width: 0; }
.prohops-item-title {
    font-size: 16px; font-weight: 500;
    color: #393B3F; line-height: 1.3;
    margin-bottom: 6px;
}
.prohops-item-title a { color: inherit; }
.prohops-item-title a:hover { color: #00A9A0; }
.prohops-item-title .organic {
    color: #007d76; font-weight: 500; font-size: 13px;
    margin-left: 6px;
}
.prohops-item-props {
    font-size: 13.5px; color: #5c5f65; line-height: 1.6;
}
.prohops-item-props .sep { color: #8a8d92; margin: 0 8px; }
.prohops-item-props strong { color: #393B3F; font-weight: 500; }
.prohops-item-meta {
    margin-top: 8px; font-size: 11.5px; color: #8a8d92;
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    letter-spacing: 0.2px;
}

.prohops-item-qty { padding-top: 2px; }
.prohops-qty-row { display: flex; align-items: center; gap: 10px; }
.prohops-qty-row select {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 14px; font-weight: 500;
    color: #393B3F;
    border: 1px solid #d6d9db;
    border-radius: 4px;
    padding: 7px 28px 7px 11px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%23393B3F' stroke-width='1.6'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E") right 9px center no-repeat;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    min-width: 64px;
    transition: border-color 0.15s;
}
.prohops-qty-row select:hover { border-color: #5c5f65; }
.prohops-qty-row select:focus {
    outline: none; border-color: #00A9A0;
    box-shadow: 0 0 0 3px rgba(0,169,160,0.12);
}
.prohops-qty-gebinde { font-size: 13.5px; color: #5c5f65; }
.prohops-qty-total {
    margin-top: 8px; font-size: 12px; color: #8a8d92;
    letter-spacing: 0.1px;
}
.prohops-qty-total .v {
    color: #393B3F;
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
}

.prohops-item-price { text-align: right; padding-top: 2px; }
.prohops-price-unit {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 12px; color: #8a8d92; margin-bottom: 4px;
}
.prohops-price-total {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 18px; font-weight: 500;
    color: #393B3F; letter-spacing: -0.2px;
}
.prohops-item-remove {
    display: inline-block; margin-top: 12px;
    border: none; background: none;
    font-family: inherit; font-size: 12.5px;
    color: #8a8d92; cursor: pointer; padding: 0;
    transition: color 0.15s;
}
.prohops-item-remove:hover { color: #c0392b; }

.prohops-cart-summary-aside { position: sticky; top: 22px; align-self: start; }
.prohops-summary {
    background: #fff;
    border: 1px solid #e8eaec;
    border-radius: 8px;
    overflow: hidden;
}
.prohops-summary-head {
    padding: 14px 22px;
    background: #fafbfb;
    border-bottom: 1px solid #e8eaec;
    font-size: 14px; font-weight: 600;
    color: #393B3F;
    text-transform: uppercase; letter-spacing: 1.2px;
}
.prohops-summary-body { padding: 18px 22px 4px; }
.prohops-sum-row {
    display: flex; justify-content: space-between;
    align-items: baseline; padding: 7px 0;
    font-size: 14px;
}
.prohops-sum-row .lbl { color: #5c5f65; }
.prohops-sum-row .val {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500; color: #393B3F;
}
.prohops-sum-row.muted .lbl,
.prohops-sum-row.muted .val {
    color: #8a8d92; font-size: 12.5px; font-weight: 400;
}
.prohops-sum-divider {
    height: 1px; background: #e8eaec; margin: 8px 0 4px;
}
.prohops-sum-row.total { padding: 14px 0 4px; }
.prohops-sum-row.total .lbl {
    color: #393B3F; font-weight: 600; font-size: 15px;
}
.prohops-sum-row.total .val {
    font-size: 20px; font-weight: 600; letter-spacing: -0.3px;
}
.prohops-summary-actions { padding: 16px 22px 20px; }
.prohops-cta-btn {
    display: block; width: 100%;
    background: #00A9A0 !important;
    color: #fff !important;
    border: none; border-radius: 6px;
    padding: 13px 16px;
    font-size: 15px; font-weight: 600;
    cursor: pointer;
    font-family: inherit; text-decoration: none;
    text-align: center; transition: background 0.15s;
    letter-spacing: 0.1px;
}
.prohops-cta-btn:hover {
    background: #007d76 !important;
    color: #fff !important;
}
.prohops-pay-note {
    margin-top: 10px; font-size: 12px;
    color: #8a8d92; text-align: center; line-height: 1.5;
}
.prohops-summary-foot {
    border-top: 1px solid #e8eaec;
    padding: 14px 22px 16px;
    font-size: 12px; color: #8a8d92;
    line-height: 1.6; background: #fafbfb;
}
.prohops-summary-foot p + p { margin-top: 6px; }
.prohops-summary-foot strong { color: #5c5f65; font-weight: 600; }

/* ===== Offcanvas Cart ===== */
.offcanvas.cart-offcanvas,
.cart-offcanvas {
    width: 480px !important;
    max-width: 92vw;
    border: none;
}
.offcanvas.cart-offcanvas .offcanvas-header,
.cart-offcanvas .offcanvas-header { display: none; }
.offcanvas.cart-offcanvas .offcanvas-body,
.cart-offcanvas .offcanvas-body {
    padding: 0;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #393B3F;
    display: flex;
    flex-direction: column;
    background: #f4f5f6;
}

.prohops-oc-header {
    display: flex; align-items: baseline; justify-content: space-between;
    padding: 22px 24px 18px;
    background: #fff;
    border-bottom: 1px solid #e8eaec;
    flex-shrink: 0;
}
.prohops-oc-title {
    font-size: 20px; font-weight: 600; letter-spacing: -0.3px;
    color: #393B3F; margin: 0;
}
.prohops-oc-meta { font-size: 13px; color: #8a8d92; }
.prohops-oc-meta .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    color: #5c5f65; font-weight: 500;
}

.prohops-oc-loading {
    padding: 60px 24px;
    text-align: center;
    color: #8a8d92;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #e8eaec;
    border-bottom: 1px solid #e8eaec;
}

.prohops-oc-items {
    flex: 1 1 auto; overflow-y: auto; padding: 12px 0 0;
}
.prohops-oc-section-head {
    padding: 14px 24px 6px;
    font-size: 11px; font-weight: 600;
    color: #5c5f65;
    text-transform: uppercase; letter-spacing: 1.2px;
}
.prohops-oc-line {
    background: #fff;
    padding: 14px 24px;
    border-top: 1px solid #e8eaec;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    align-items: flex-start;
}
.prohops-oc-line-info { min-width: 0; }
.prohops-oc-line-title {
    font-size: 14.5px; font-weight: 500;
    color: #393B3F; line-height: 1.3; margin-bottom: 4px;
}
.prohops-oc-line-title .organic {
    color: #007d76; font-weight: 500; font-size: 12px;
    margin-left: 4px;
}
.prohops-oc-line-props {
    font-size: 12.5px; color: #5c5f65; line-height: 1.5;
}
.prohops-oc-line-props .sep { color: #8a8d92; margin: 0 6px; }
.prohops-oc-line-props strong { color: #393B3F; font-weight: 500; }
.prohops-oc-line-meta {
    margin-top: 5px; font-size: 11px; color: #8a8d92;
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    letter-spacing: 0.2px;
}
.prohops-oc-line-quantity {
    display: flex; align-items: center; gap: 8px;
    margin-top: 8px; font-size: 12.5px; color: #5c5f65;
}
.prohops-oc-line-quantity .v {
    color: #393B3F;
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
}
.prohops-oc-line-side {
    text-align: right;
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
}
.prohops-oc-line-price {
    font-size: 15px; font-weight: 500; color: #393B3F;
}
.prohops-oc-line-remove {
    display: inline-block; margin-top: 8px;
    border: none; background: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px; color: #8a8d92;
    cursor: pointer; padding: 0;
    transition: color 0.15s;
}
.prohops-oc-line-remove:hover { color: #c0392b; }

.prohops-oc-empty {
    padding: 60px 24px;
    text-align: center;
    color: #8a8d92;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #e8eaec;
    border-bottom: 1px solid #e8eaec;
}

.prohops-oc-footer {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid #e8eaec;
    padding: 16px 24px 22px;
}
.prohops-oc-summary { margin-bottom: 14px; }
.prohops-oc-sum-row {
    display: flex; justify-content: space-between;
    align-items: baseline; padding: 4px 0;
    font-size: 14px;
}
.prohops-oc-sum-row .lbl { color: #5c5f65; }
.prohops-oc-sum-row .val {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 600; color: #393B3F;
}
.prohops-oc-sum-row.muted { font-size: 12px; }
.prohops-oc-sum-row.muted .lbl,
.prohops-oc-sum-row.muted .val {
    color: #8a8d92; font-weight: 400;
}
.prohops-oc-cta {
    display: block; width: 100%;
    background: #00A9A0 !important;
    color: #fff !important;
    border: none; border-radius: 6px;
    padding: 13px 16px;
    font-size: 15px; font-weight: 600;
    cursor: pointer;
    font-family: inherit; text-decoration: none;
    text-align: center; transition: background 0.15s;
    margin-bottom: 8px;
}
.prohops-oc-cta:hover {
    background: #007d76 !important;
    color: #fff !important;
}
.prohops-oc-cart-link {
    display: block; width: 100%;
    color: #5c5f65 !important;
    font-size: 13px; text-align: center;
    text-decoration: none;
    padding: 8px 0 0;
}
.prohops-oc-cart-link:hover { color: #00A9A0 !important; }



/* ============================================================
   CHECKOUT WIZARD (Confirm-Page)
   ============================================================ */

.prohops-wizard {
    --ph-bg: #f4f5f6;
    --ph-card: #fff;
    --ph-border: #e8eaec;
    --ph-grey: #CAD0D1;
    --ph-anthr: #393B3F;
    --ph-anthr-light: #5c5f65;
    --ph-muted: #8a8d92;
    --ph-teal: #00A9A0;
    --ph-teal-dark: #007d76;
    --ph-teal-soft: rgba(0,169,160,0.05);
    --ph-teal-softer: #ddf2f0;
}

/* STEPPER */
.ph-stepper {
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 0;
}
.ph-step-btn {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    padding: 6px 8px;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
    transition: background 0.12s;
    font-family: inherit;
}
.ph-step-btn:hover { background: #fafbfb; }
.ph-step-num {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 14px;
    flex-shrink: 0;
    border: 2px solid var(--ph-border);
    color: var(--ph-muted);
    background: #fff;
    transition: all 0.15s;
}
.ph-step-info {
    display: flex; flex-direction: column;
    line-height: 1.3;
    min-width: 0;
}
.ph-step-label {
    font-size: 11px; text-transform: uppercase;
    letter-spacing: 1px; font-weight: 600;
    color: var(--ph-muted);
}
.ph-step-name {
    font-size: 14px; font-weight: 500;
    color: var(--ph-muted);
}
.ph-step-btn.done .ph-step-num {
    background: var(--ph-teal);
    border-color: var(--ph-teal);
    color: #fff;
}
.ph-step-btn.done .ph-step-name { color: var(--ph-anthr); }
.ph-step-btn.active .ph-step-num {
    border-color: var(--ph-teal);
    color: var(--ph-teal);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,169,160,0.15);
}
.ph-step-btn.active .ph-step-name { color: var(--ph-teal-dark); font-weight: 600; }
.ph-step-btn.active .ph-step-label { color: var(--ph-teal); }
.ph-step-divider {
    flex: 0 0 auto;
    width: 60px; height: 1px;
    background: var(--ph-border);
    margin: 0 4px;
    align-self: center;
}

/* CONTENT LAYOUT */
.prohops-wizard-content {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}
@media (max-width: 980px) {
    .prohops-wizard-content { grid-template-columns: 1fr; }
}
.prohops-wizard-main { min-width: 0; }
.prohops-wizard-aside {
    position: sticky; top: 24px;
    align-self: start;
}

/* STEP CONTENT */
.ph-step-content { display: none; }
.ph-step-content.active { display: block; }
.ph-step-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 6px;
    color: var(--ph-anthr);
}
.ph-step-subtitle {
    font-size: 14px;
    color: var(--ph-anthr-light);
    margin: 0 0 24px;
    line-height: 1.55;
}

/* CHOICE CARDS (Step 1, 2, 3) */
.ph-choice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    padding: 18px 20px;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s, box-shadow 0.12s;
    margin-bottom: 10px;
}
.ph-choice:hover { border-color: var(--ph-teal-dark); }
.ph-choice.selected {
    border-color: var(--ph-teal);
    background: var(--ph-teal-soft);
    box-shadow: 0 0 0 1px var(--ph-teal) inset;
}
.ph-choice-radio {
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid var(--ph-grey);
    background: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    transition: border-color 0.12s;
}
.ph-choice.selected .ph-choice-radio { border-color: var(--ph-teal); }
.ph-choice.selected .ph-choice-radio::after {
    content: '';
    position: absolute; inset: 3px;
    border-radius: 50%;
    background: var(--ph-teal);
}
.ph-choice-body { flex: 1; min-width: 0; }
.ph-choice-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
}
.ph-choice-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--ph-anthr);
}
.ph-choice-price {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 15px; font-weight: 500;
    color: var(--ph-anthr);
}
.ph-choice-meta {
    font-size: 13px;
    color: var(--ph-anthr-light);
    line-height: 1.5;
}
.ph-choice-meta strong {
    color: var(--ph-anthr);
    font-weight: 500;
}
.ph-choice-meta .ph-sep {
    color: var(--ph-muted);
    margin: 0 6px;
}
.ph-choice-icon {
    display: flex; align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px; height: 24px;
    color: var(--ph-anthr-light);
    margin-top: 2px;
}
.ph-choice-icon svg { width: 100%; height: 100%; }

/* PAYMENT BRAND ICONS */
.ph-brand-paypal {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.3px;
    font-style: italic;
}
.ph-brand-paypal .pp-blue { color: #003087; }
.ph-brand-paypal .pp-cyan { color: #009cde; }
.ph-brand-billie {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #10A66E;
    letter-spacing: -0.3px;
}

/* STEP 1: ADDRESS-SPECIFIC */
.ph-addr-actions {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--ph-border);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
}
.ph-addr-action {
    color: var(--ph-teal) !important;
    background: none; border: none;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
}
.ph-addr-action:hover {
    color: var(--ph-teal-dark) !important;
    text-decoration: underline;
}
.ph-addr-billing {
    margin-top: 18px;
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    padding: 16px 20px;
}
.ph-addr-billing-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ph-toggle {
    position: relative;
    display: inline-block;
    width: 42px; height: 24px;
    flex-shrink: 0;
}
.ph-toggle input { display: none; }
.ph-toggle-slider {
    position: absolute;
    inset: 0;
    background: var(--ph-grey);
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.15s;
}
.ph-toggle-slider::before {
    content: '';
    position: absolute;
    top: 3px; left: 3px;
    width: 18px; height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.15s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.ph-toggle input:checked + .ph-toggle-slider { background: var(--ph-teal); }
.ph-toggle input:checked + .ph-toggle-slider::before { transform: translateX(18px); }
.ph-addr-billing-label { flex: 1; font-size: 14px; color: var(--ph-anthr); }
.ph-addr-billing-label strong { font-weight: 500; }
.ph-addr-billing-hint {
    font-size: 12.5px;
    color: var(--ph-muted);
    margin-top: 2px;
}
.ph-addr-billing-detail {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--ph-border);
    font-size: 13px;
    color: var(--ph-anthr-light);
    line-height: 1.6;
}
.ph-addr-billing-detail .ph-addr-action { margin-left: 12px; }

/* STEP NAVIGATION */
.ph-step-nav {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.ph-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}
.ph-btn-primary { background: var(--ph-teal); color: #fff; }
.ph-btn-primary:hover { background: var(--ph-teal-dark); color: #fff; }
.ph-btn-back {
    background: none;
    color: var(--ph-anthr-light);
    padding: 13px 0;
}
.ph-btn-back:hover { color: var(--ph-anthr); }

/* STEP 4: SUMMARY CARDS */
.ph-summary-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}
@media (max-width: 920px) {
    .ph-summary-cards { grid-template-columns: 1fr; }
}
.ph-sum-card {
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ph-sum-card-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ph-sum-card-head h3 {
    font-size: 11px;
    font-weight: 600;
    color: var(--ph-anthr-light);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
}
.ph-sum-card-edit {
    font-size: 12.5px;
    color: var(--ph-teal);
    background: none; border: none;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
}
.ph-sum-card-edit:hover {
    color: var(--ph-teal-dark);
    text-decoration: underline;
}
.ph-sum-card-body {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ph-anthr);
}
.ph-sum-card-body strong { font-weight: 500; }
.ph-sum-card-meta {
    margin-top: 4px;
    font-size: 12px;
    color: var(--ph-muted);
}
.ph-sum-card-billing {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--ph-border);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--ph-anthr-light);
}
.ph-sum-card-billing-icon {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: rgba(0,169,160,0.08);
    color: var(--ph-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ph-sum-card-billing strong {
    color: var(--ph-anthr);
    font-weight: 500;
}

/* BANK INFO BOX */
.ph-bank-info {
    background: var(--ph-teal-softer);
    border: 1px solid var(--ph-teal);
    border-left: 3px solid var(--ph-teal);
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 22px;
}
.ph-bank-info-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--ph-teal-dark);
}
.ph-bank-info-head strong {
    color: var(--ph-anthr);
    font-weight: 600;
}
.ph-bank-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}
.ph-bank-table td {
    padding: 5px 0;
    vertical-align: top;
    color: var(--ph-anthr);
}
.ph-bank-table td:first-child {
    color: var(--ph-anthr-light);
    width: 160px;
    font-size: 12.5px;
}
.ph-bank-table .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.ph-bank-info-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: var(--ph-anthr-light);
    line-height: 1.5;
}

/* STATIC QUANTITY (Confirm has no dropdowns) */
.prohops-qty-static {
    font-size: 14px;
    color: var(--ph-anthr);
    padding: 7px 0;
}
.prohops-qty-static .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
    margin-right: 4px;
}
.prohops-qty-total {
    margin-top: 6px;
    font-size: 12px;
    color: var(--ph-muted);
}
.prohops-qty-total .v {
    color: var(--ph-anthr);
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
}

/* SUMMARY ASIDE */
.ph-summary {
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    overflow: hidden;
}
.ph-summary-head {
    padding: 14px 22px;
    background: #fafbfb;
    border-bottom: 1px solid var(--ph-border);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--ph-anthr);
}
.ph-summary-mini {
    padding: 10px 22px;
    border-bottom: 1px solid var(--ph-border);
    font-size: 13px;
}
.ph-summary-mini-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    color: var(--ph-anthr-light);
    gap: 10px;
}
.ph-summary-mini-item .ph-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ph-summary-mini-item .ph-price {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    color: var(--ph-anthr);
    font-weight: 500;
    flex-shrink: 0;
}
.ph-summary-body { padding: 14px 22px 4px; }
.ph-sum-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    font-size: 13.5px;
}
.ph-sum-row .lbl { color: var(--ph-anthr-light); }
.ph-sum-row .val {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-weight: 500;
    color: var(--ph-anthr);
}
.ph-sum-row.muted .lbl,
.ph-sum-row.muted .val {
    color: var(--ph-muted);
    font-size: 12.5px;
    font-weight: 400;
}
.ph-sum-divider {
    height: 1px;
    background: var(--ph-border);
    margin: 8px 0 4px;
}
.ph-sum-row.total { padding: 14px 0 4px; }
.ph-sum-row.total .lbl {
    color: var(--ph-anthr);
    font-weight: 600;
    font-size: 15px;
}
.ph-sum-row.total .val {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.ph-summary-actions { padding: 14px 22px 18px; }
.ph-cta {
    display: block;
    width: 100%;
    background: var(--ph-teal);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
    transition: background 0.15s, opacity 0.15s;
}
.ph-cta:hover:not([disabled]) { background: var(--ph-teal-dark); }
.ph-cta[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    background: var(--ph-teal);
}
.ph-cta-note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--ph-muted);
    text-align: center;
    line-height: 1.5;
}


/* ============================================================
   CHECKOUT WIZARD - LAYOUT CONTAINER
   ============================================================ */

/* Body padding-top damit sticky Header nicht den Wizard ueberlappt.
   Der Theme-Sticky-Header ist position:fixed mit Hoehe ~204px Desktop / ~90px Mobil. */
body.ph-confirm-page {
    padding-top: 0; /* Standard Theme regelt dies via own logic */
}

/* Outer wrap - zentriert + max-width */
.ph-checkout-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 32px 96px;
    width: 100%;
}
@media (max-width: 991px) {
    .ph-checkout-wrap {
        padding: 20px 16px 60px;
    }
}

/* Falls Standard-Shopware-Wrapper noch Bootstrap-Padding draufhaut, neutralisieren */
.ph-confirm-page .checkout-container,
.ph-confirm-page .checkout-main,
.ph-confirm-page .checkout-aside {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    width: 100% !important;
}
/* Scope to wizard area only - DO NOT match header/footer .container */
.ph-checkout-wrap .container,
.ph-checkout-wrap .container-xxl,
.ph-checkout-wrap .container-fluid {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Stepper sieht innerhalb des wrap besser aus */
.ph-checkout-wrap .ph-stepper {
    margin-bottom: 32px;
}

/* Sicherstellen dass Wizard volle Breite nimmt */
.ph-checkout-wrap .prohops-wizard {
    width: 100%;
}


/* Address-Picker (Step 1, abweichende Rechnungsadresse) */
.ph-addr-billing-pickwrap {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--ph-border);
}
.ph-addr-billing-pick-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--ph-anthr-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 14px 0 10px;
}
.ph-addr-billing-pick-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ph-addr-pick-card {
    background: #fff;
    border: 1px solid var(--ph-border);
    border-radius: 6px;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: border-color 0.12s, background 0.12s;
}
.ph-addr-pick-card:hover {
    border-color: var(--ph-teal);
    background: var(--ph-teal-soft);
}
.ph-addr-pick-card-body {
    flex: 1;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--ph-anthr);
}
.ph-addr-pick-card-body strong { font-weight: 500; }
.ph-addr-pick-card-action {
    flex-shrink: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ph-teal);
}
.ph-addr-pick-newlink {
    display: inline-block;
    margin-top: 6px;
    color: var(--ph-teal) !important;
    font-size: 13px;
    font-weight: 500;
}
.ph-addr-pick-newlink:hover {
    color: var(--ph-teal-dark) !important;
    text-decoration: underline;
}

/* PROHOPS_HEADER_ROW_CONSTRAINT */
/* Confirm-Page: ssik-header-container wrapper fehlt via sw_include,
   .header-row bekommt deshalb keine 1400px max-width. Hier direkt pinnen. */
.ph-confirm-page .header-main .header-row {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* ===== PROHOPS_ADDRESS_MODAL_CSS_v1 ===== */
.ph-addr-modal-ov{position:fixed;inset:0;background:rgba(57,59,63,0.5);display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;z-index:9999;overflow-y:auto}
.ph-addr-modal-ov[hidden]{display:none}
.ph-addr-modal{background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:calc(100vh - 64px);display:flex;flex-direction:column;overflow:hidden;font-family:'DM Sans',system-ui,sans-serif;color:#393B3F;box-shadow:0 8px 32px rgba(0,0,0,0.12)}
.ph-addr-modal-head{padding:18px 22px;border-bottom:0.5px solid #e8eaec;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.ph-addr-modal-title{font-size:17px;font-weight:500;margin:0;color:#393B3F;font-family:inherit}
.ph-addr-modal-x{background:none;border:none;cursor:pointer;color:#5c5f65;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;padding:0;font-family:inherit}
.ph-addr-modal-x:hover{background:#f1f3f4;color:#393B3F}
.ph-addr-modal-body{padding:18px 22px;overflow-y:auto;flex:1;min-height:0}
.ph-addr-modal-foot{padding:14px 22px;border-top:0.5px solid #e8eaec;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;flex-shrink:0;background:#fafbfc}
.ph-addr-modal-msg{margin:10px 22px 0;padding:10px 14px;border-radius:6px;font-size:13px;line-height:1.4}
.ph-addr-modal-msg-info{background:#ddf2f0;color:#0F6E56;border-left:3px solid #00A9A0}
.ph-addr-modal-msg-error{background:#FCEBEB;color:#A32D2D;border-left:3px solid #E24B4A}
.ph-addr-modal-intro{font-size:13px;color:#5c5f65;margin-bottom:14px;line-height:1.5}
.ph-addr-modal-loading{padding:32px;text-align:center;color:#888;font-size:14px}
.ph-addr-modal-error{padding:24px;color:#A32D2D;background:#FCEBEB;border-radius:6px;font-size:13px}
.ph-addr-modal-empty{padding:24px;text-align:center;color:#888;font-size:14px;background:#f8f9fa;border-radius:8px;margin-bottom:12px}
.ph-addr-pick-modal{display:flex;gap:14px;padding:14px 16px;border:0.5px solid #e8eaec;border-radius:8px;background:#fff;cursor:pointer;margin-bottom:10px;align-items:flex-start;text-align:left;width:100%;font-family:inherit;color:inherit;transition:border-color .12s,background .12s;position:relative}
.ph-addr-pick-modal:hover{border-color:#00A9A0;background:#f7fcfb}
.ph-addr-pick-modal.is-current{border:2px solid #00A9A0;background:#f1fafa;padding:13px 15px}
.ph-addr-pick-radio{width:18px;height:18px;border:2px solid #00A9A0;border-radius:50%;display:inline-block;flex-shrink:0;margin-top:2px;position:relative}
.ph-addr-pick-radio.on::after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#00A9A0}
.ph-addr-pick-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.ph-addr-pick-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:2px}
.ph-addr-tag{display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;border-radius:12px}
.ph-addr-tag-bill{background:#E6F1FB;color:#0C447C}
.ph-addr-tag-ship{background:#FAEEDA;color:#854F0B}
.ph-addr-pick-name{font-size:14px;font-weight:500;color:#393B3F}
.ph-addr-pick-addr{font-size:13px;color:#5c5f65;line-height:1.5}
.ph-addr-pick-edit-link{font-size:12px;color:#00A9A0;font-weight:500;align-self:flex-start;padding:4px 10px;border:0.5px solid #00A9A0;border-radius:4px;flex-shrink:0;transition:all .12s}
.ph-addr-pick-edit-link:hover{background:#00A9A0;color:#fff}
.ph-addr-newbtn{width:100%;padding:14px;border:1.5px dashed #00A9A0;background:#fff;color:#00A9A0;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;transition:background .12s}
.ph-addr-newbtn:hover{background:#f1fafa}
.ph-addr-form{display:block}
.ph-addr-fld{margin-bottom:14px}
.ph-addr-fld label{display:block;font-size:12px;color:#5c5f65;margin-bottom:5px;font-weight:400}
.ph-addr-fld input,.ph-addr-fld select,.ph-addr-fld textarea{width:100%;padding:9px 12px;font-size:14px;border:0.5px solid #e8eaec;border-radius:6px;background:#fff;color:#393B3F;font-family:inherit;box-sizing:border-box;line-height:1.4}
.ph-addr-fld textarea{min-height:60px;resize:vertical}
.ph-addr-fld input:focus,.ph-addr-fld select:focus,.ph-addr-fld textarea:focus{outline:none;border-color:#00A9A0;box-shadow:0 0 0 3px rgba(0,169,160,0.12)}
.ph-addr-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ph-req{color:#E24B4A}
.ph-addr-modal .ph-btn{padding:9px 18px;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;font-family:inherit;border:0.5px solid #e8eaec;background:#fff;color:#393B3F;transition:all .12s}
.ph-addr-modal .ph-btn:hover{border-color:#00A9A0;color:#00A9A0}
.ph-addr-modal .ph-btn-p{background:#00A9A0;color:#fff;border-color:#00A9A0}
.ph-addr-modal .ph-btn-p:hover{background:#007d76;color:#fff;border-color:#007d76}
@media(max-width:560px){.ph-addr-row2{grid-template-columns:1fr}.ph-addr-pick-modal{flex-wrap:wrap}.ph-addr-pick-edit-link{margin-top:8px}}


/* ===== PROHOPS_ADDRESS_MODAL_CSS_V5 ===== */
.ph-combobox{position:relative;display:block}
.ph-combobox-input{padding-right:32px!important;cursor:text}
.ph-combobox-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#5c5f65;font-size:12px;cursor:pointer;user-select:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform .12s}
.ph-combobox-caret:hover{color:#00A9A0}
.ph-combobox.is-open .ph-combobox-caret{transform:translateY(-50%) rotate(180deg)}
.ph-combobox-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:0.5px solid #e8eaec;border-radius:6px;list-style:none;margin:0;padding:4px 0;max-height:240px;overflow-y:auto;z-index:10000;box-shadow:0 4px 16px rgba(57,59,63,0.12)}
.ph-combobox-list[hidden]{display:none}
.ph-combobox-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;color:#393B3F;cursor:pointer;gap:8px}
.ph-combobox-item:hover{background:#f1fafa}
.ph-combobox-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ph-combobox-item-iso{font-size:11px;color:#5c5f65;font-family:'JetBrains Mono','DM Mono',monospace;letter-spacing:0.4px;flex-shrink:0}
.ph-combobox-empty{padding:10px 12px;font-size:13px;color:#888;font-style:italic}
/* ============================================================
   proHops Checkout v3.2 — Cart-Remodel Zusatz-Styles
   APPEND zu prohops-checkout.css am Ende der Datei.
   ============================================================
   Aenderungs-Punkte fuer spaeteres Tuning (alle in diesem Block):
     - Tier-Badge:           .prohops-tier-badge  (Farbe, Padding)
     - Reverse-Charge:       .prohops-reverse-charge-note (Hintergrund, Border)
     - Versand-Estimate:     .prohops-sum-row .lbl-est
     - Inline-Forms:         .prohops-qty-form, .prohops-remove-form
   ============================================================ */

/* ---- Inline-Forms: nicht Block-Element ------------------ */
/* Twig nutzt <form> fuer Quantity-Change und Remove.
   Default ist display:block — zerschiesst die rechte Spalte.   */
.prohops-qty-form,
.prohops-remove-form {
    display: inline;
    margin: 0;
    padding: 0;
}

/* ---- Tier-Badge unter Mengen-Dropdown ------------------- */
/* Erscheint wenn item.pricePerKgNet vorhanden (= Staffel aktiv). */
.prohops-tier-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #007d76;
    background: rgba(0, 169, 160, 0.08);
    border-radius: 4px;
    letter-spacing: 0.2px;
}

/* ---- Reverse-Charge-Hinweis (§ 13b) --------------------- */
/* Erscheint in Summary wenn page.cart.price.taxStatus == 'tax-free'. */
.prohops-reverse-charge-note {
    margin-top: 8px;
    padding: 10px 12px;
    background: #fdf3d7;
    border-left: 3px solid #e6a817;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    color: #5c5f65;
    line-height: 1.4;
}

/* ---- Versand-Estimate-Label ------------------------------ */
/* Wenn keine echte Versandberechnung lief: "~ geschaetzt".      */
.prohops-sum-row .lbl-est {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 500;
    color: #8a8d92;
    background: #f4f5f6;
    border-radius: 3px;
    letter-spacing: 0.2px;
    cursor: help;
}
/* ============================================================
   proHops Checkout v3.3 — Cart + Offcanvas Komplett-Append
   APPEND zu prohops-checkout.css am Ende der Datei.
   ============================================================
   ENTHAELT (alles in diesem Block, leicht zu finden):
     - Cart-Page Zusatz-Styles (Tier-Badge, Reverse-Charge, Forms)
     - Offcanvas komplett (alle .prohops-oc-* Klassen)

   Aenderungs-Punkte:
     - Tier-Badge-Farbe:           .prohops-tier-badge / .prohops-oc-tier-badge
     - Reverse-Charge-Box:         .prohops-reverse-charge-note / .prohops-oc-reverse-charge-note
     - Offcanvas-Breite:           Shopware-default, nicht hier
     - Inline-Forms:               .prohops-qty-form, .prohops-remove-form (Cart-Page)
                                   .prohops-oc-qty-form, .prohops-oc-remove-form (Offcanvas)
   ============================================================ */

/* =========================================================== */
/* === CART-PAGE Zusatz-Styles (v3.2)                       === */
/* =========================================================== */

.prohops-qty-form,
.prohops-remove-form {
    display: inline;
    margin: 0;
    padding: 0;
}

.prohops-tier-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #007d76;
    background: rgba(0, 169, 160, 0.08);
    border-radius: 4px;
    letter-spacing: 0.2px;
}

.prohops-reverse-charge-note {
    margin-top: 8px;
    padding: 10px 12px;
    background: #fdf3d7;
    border-left: 3px solid #e6a817;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    color: #5c5f65;
    line-height: 1.4;
}

.prohops-sum-row .lbl-est {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 500;
    color: #8a8d92;
    background: #f4f5f6;
    border-radius: 3px;
    letter-spacing: 0.2px;
    cursor: help;
}

/* =========================================================== */
/* === OFFCANVAS-CART (v3.3 — komplett neu)                 === */
/* =========================================================== */

/* Container */
.prohops-oc {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #393B3F;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prohops-oc .mono {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-feature-settings: 'tnum';
}

/* Header */
.prohops-oc-header {
    padding: 18px 22px 12px;
    border-bottom: 1px solid #e8eaec;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
}
.prohops-oc-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #393B3F;
}
.prohops-oc-meta {
    font-size: 12px;
    color: #8a8d92;
}
.prohops-oc-meta .mono {
    color: #5c5f65;
    font-weight: 500;
}

/* Empty State */
.prohops-oc-empty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8d92;
    font-size: 14px;
    text-align: center;
    padding: 40px 20px;
}

/* Body (Scrollbereich) */
.prohops-oc-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

/* Group-Section */
.prohops-oc-group + .prohops-oc-group {
    border-top: 1px solid #e8eaec;
}
.prohops-oc-group-head {
    padding: 12px 22px 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #8a8d92;
    font-weight: 600;
    background: #f9fafa;
}

/* Item-Zeile */
.prohops-oc-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 22px;
    border-bottom: 1px solid #f1f2f3;
}
.prohops-oc-line:last-child {
    border-bottom: 0;
}
.prohops-oc-line-main {
    min-width: 0;
}
.prohops-oc-line-title {
    font-size: 14px;
    font-weight: 500;
    color: #393B3F;
    line-height: 1.3;
    margin-bottom: 4px;
}
.prohops-oc-line-title .organic {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 500;
    color: #2a6e3c;
    background: rgba(42, 110, 60, 0.1);
    border-radius: 3px;
    vertical-align: middle;
}
.prohops-oc-line-props {
    font-size: 12px;
    color: #5c5f65;
    line-height: 1.4;
    margin-bottom: 4px;
}
.prohops-oc-line-props strong {
    color: #393B3F;
    font-weight: 500;
}
.prohops-oc-line-props .sep {
    color: #8a8d92;
    margin: 0 6px;
}
.prohops-oc-line-sku {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 11px;
    color: #8a8d92;
}

/* Controls (Mengen-Dropdown + Tier-Badge) — UNTER dem Titel-Block */
.prohops-oc-line-controls {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px;
}
.prohops-oc-qty-form {
    display: inline;
    margin: 0;
    padding: 0;
}
.prohops-oc-qty-select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235c5f65' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 10px 6px;
    border: 1px solid #d4d7d9;
    border-radius: 6px;
    padding: 7px 30px 7px 12px;
    font: inherit;
    font-size: 13px;
    color: #393B3F;
    cursor: pointer;
    min-width: 160px;
    transition: border-color 0.12s, box-shadow 0.12s;
}
.prohops-oc-qty-select:hover {
    border-color: #5c5f65;
}
.prohops-oc-qty-select:focus {
    outline: none;
    border-color: #00A9A0;
    box-shadow: 0 0 0 3px rgba(0,169,160,0.12);
}
.prohops-oc-tier-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #007d76;
    background: rgba(0, 169, 160, 0.08);
    border-radius: 4px;
}

/* Preis-Block rechts */
.prohops-oc-line-price {
    text-align: right;
    min-width: 0;
}
.prohops-oc-price-unit {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 11px;
    color: #8a8d92;
    margin-bottom: 2px;
}
.prohops-oc-price-total {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    font-size: 15px;
    font-weight: 500;
    color: #393B3F;
    letter-spacing: -0.2px;
}
.prohops-oc-remove-form {
    display: inline;
    margin: 6px 0 0;
    padding: 0;
}
.prohops-oc-line-remove {
    border: none;
    background: none;
    font: inherit;
    font-size: 11px;
    color: #8a8d92;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s;
}
.prohops-oc-line-remove:hover {
    color: #c0392b;
}

/* Footer (Summary + CTA) */
.prohops-oc-footer {
    border-top: 1px solid #e8eaec;
    padding: 16px 22px 20px;
    background: #f9fafa;
    flex-shrink: 0;
}
.prohops-oc-sum {
    margin-bottom: 14px;
}
.prohops-oc-sum-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0;
    font-size: 13px;
}
.prohops-oc-sum-row .lbl {
    color: #5c5f65;
}
.prohops-oc-sum-row .val {
    font-family: 'JetBrains Mono', 'DM Mono', monospace;
    color: #393B3F;
    font-weight: 500;
}
.prohops-oc-sum-row.muted .lbl,
.prohops-oc-sum-row.muted .val {
    color: #8a8d92;
    font-size: 12px;
}
.prohops-oc-sum-row.muted .val {
    font-family: inherit;
    font-weight: normal;
    font-style: italic;
}
.prohops-oc-sum-divider {
    border-top: 1px solid #e8eaec;
    margin: 6px 0;
}
.prohops-oc-sum-row.total {
    padding-top: 8px;
}
.prohops-oc-sum-row.total .lbl {
    color: #393B3F;
    font-weight: 600;
    font-size: 14px;
}
.prohops-oc-sum-row.total .val {
    font-size: 16px;
    font-weight: 600;
}
.prohops-oc-reverse-charge-note {
    margin-top: 10px;
    padding: 8px 10px;
    background: #fdf3d7;
    border-left: 3px solid #e6a817;
    border-radius: 0 4px 4px 0;
    font-size: 11.5px;
    color: #5c5f65;
    line-height: 1.4;
}

/* Actions (CTA-Button + Cart-Page-Link) */
.prohops-oc-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.prohops-oc-cta {
    display: block;
    background: #00A9A0;
    color: #fff !important;
    padding: 12px 16px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.15s;
}
.prohops-oc-cta:hover {
    background: #007d76;
    color: #fff !important;
}
.prohops-oc-link {
    text-align: center;
    font-size: 12.5px;
    color: #5c5f65 !important;
    text-decoration: none;
}
.prohops-oc-link:hover {
    color: #00A9A0 !important;
}
/* ============================================================
   proHops Confirm v3 — Zusatz-Styles
   APPEND zu prohops-checkout.css am Ende der Datei.
   ============================================================
   Nur die NEUEN Klassen die in der Confirm-Twig v3 dazugekommen sind:
     - .prohops-qty-static .sub          (Doppelanzeige Untertitel)

   Alle anderen Klassen sind schon im Cart-Append v3.3 enthalten:
     - .prohops-tier-badge
     - .prohops-reverse-charge-note
   ============================================================ */

.prohops-qty-static .sub {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #8a8d92;
    font-family: 'DM Sans', sans-serif;
}

/* === MwSt-Display: Versand-Notiz unter Gesamt brutto (v3.5) === */
.prohops-sum-note,
.prohops-oc-sum-note {
    margin-top: 6px;
    font-size: 11px;
    color: #8a8d92;
    font-family: 'DM Sans', sans-serif;
    text-align: right;
}
