.kwhh-header-hub {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 12px;
    min-width: 0;
}

.kwhh-header-hub,
.kwhh-header-hub * {
    box-sizing: border-box;
}

.kwhh-header-hub .kwhh-action-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 7px;
    min-height: 32px;
    text-decoration: none;
    line-height: 1;
    color: #7a0046;
    background: transparent;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.kwhh-header-hub .kwhh-action-item:hover,
.kwhh-header-hub .kwhh-action-item:focus {
    text-decoration: none;
    color: #c92b65;
}

.kwhh-header-hub .kwhh-action-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    color: currentColor;
}

.kwhh-header-hub .kwhh-action-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.kwhh-header-hub .kwhh-action-text,
.kwhh-header-hub .kwhh-cart-total {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 1;
}

.kwhh-header-hub .kwhh-cart-badge,
.kwhh-header-hub .kwhh-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #d73070;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.kwhh-header-hub .kwhh-cart-badge {
    position: absolute;
    top: -9px;
    right: -10px;
}

.kwhh-shortcode-actions {
    gap: 14px;
}

.kwhh-shortcode-actions .kwhh-action-item {
    min-height: 36px;
    font-size: 15px;
    font-weight: 500;
}

.kwhh-shortcode-actions .kwhh-cart-total {
    font-size: 15px;
    font-weight: 600;
}

.kwhh-elementor-actions {
    width: 100%;
    overflow: visible;
}

.kwhh-elementor-actions .kwhh-action-item {
    font-size: inherit;
    font-weight: inherit;
}

@media (max-width: 767px) {
    .kwhh-header-hub {
        gap: 8px;
    }

    .kwhh-hide-account-text-mobile .kwhh-account-text,
    .kwhh-hide-cart-total-mobile .kwhh-cart-total,
    .kwhh-hide-extra-text-mobile .kwhh-extra-text {
        display: none !important;
    }
}
