.bb-store-switcher {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.bb-store-switcher__toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    border: 2px solid #a6ce39 !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    color: #454545 !important;
    font-weight: 600 !important;
}

.bb-store-switcher__toggle:hover {
    background-color: #ffffff !important;
}

.bb-store-switcher__label {
    line-height: 1;
}

.bb-store-switcher__flag {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.bb-store-switcher__flag--ke {
    background-image: url('../img/ke.png');
}

.bb-store-switcher__flag--za {
    background-image: url('../img/za.png');
}

.bb-store-switcher__menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 4px 0 0 0;
    padding: 4px 0;
    list-style: none;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    min-width: 180px;
    display: none;
    z-index: 9999;
}

.bb-store-switcher--open .bb-store-switcher__menu {
    display: block;
}

.bb-store-switcher__item {
    margin: 0;
}

.bb-store-switcher__link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    text-decoration: none;
    color: #454545 !important;
}

.bb-store-switcher__link:hover {
    background: #FFFFFF !important;
}

@media (max-width: 767px) {
    .bb-store-switcher {
        font-size: 12px;
    }

    .bb-store-switcher__toggle {
        padding: 4px 10px !important;
        border-radius: 4px !important;
        border-width: 1.5px !important;
        gap: 4px !important;
        font-weight: 500 !important;
    }

    .bb-store-switcher__flag {
        width: 18px;
        height: 18px;
    }

    .bb-store-switcher__menu {
        min-width: 140px;
        margin-top: 2px;
        padding: 2px 0;
        border-radius: 6px;
    }

    .bb-store-switcher__link {
        padding: 6px 10px;
        gap: 4px;
    }
}
