.ip-cart,
.ip-wishlist,
.ip-search,
.ip-user,
.ip-button-more {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    left: 0; top: 0;
    width: 100%; height: 100%;
    pointer-events: none !important;
}

.wc-lottie-header-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.wc-lottie-header-label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

/* BADGE absolut über Stack, unabhängig von Icon/Text */
.wc-lottie-header-badge {
    position: absolute;
    top: 0; right: 0;
    transform: translate(50%,-40%);
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    pointer-events: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.09);
    z-index: 20;
    /* Inline-Styles für Farben/Größe */
}

/* Optional: Original-Theme-Badges ausblenden, damit keine doppelten Zahlen! */
.js-cart-count, .c-header__wishlist-count, .wishlist_products_counter_number {
    display: none !important;
}
.c-header__wishlist .c-header__cart-count { display: none !important; 
}