.pps-gehirn-floating-cart {
    right: 24px;
    bottom: 140px;
    width: 320px;
    max-width: calc(100% - 40px);
    backdrop-filter: blur(20px);
    z-index: 9999;
}

.pps-gehirn-cart-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pps-gehirn-cart-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffd700;
}

.pps-gehirn-cart-list {
    display: grid;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
}

.pps-gehirn-cart-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.pps-gehirn-cart-summary {
    margin-top: 10px;
    font-weight: 700;
    color: #4dff88;
}

.pps-gehirn-cart-empty {
    color: #9fb3c8;
}

.pps-gehirn-cart-remove {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 92, 92, 0.16);
    border-radius: 50%;
}
