/* ============================================================
   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: 230px 1fr 340px;
}

.prohops-cart-main { min-width: 0; padding: 0; }

@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;
}
.ph-confirm-page .container,
.ph-confirm-page .container-xxl,
.ph-confirm-page .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;
}
