.LabelLinkButton_btnLabel__5VF4Z{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    font-size: 14px;
    align-items: center;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopLeft__bRLl6{
    position: absolute;
    top: 0;
    left: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopRight__lV_gI{
    position: absolute;
    top: 0;
    right: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomRight__sROOk{
    position: absolute;
    right: 0;
    bottom: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomLeft__mx6io{
    position: absolute;
    bottom: 0;
    left: 0;
}
.Navigation_lst__i1_VO{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Navigation_lst__i1_VO > li > a,
.Navigation_lst__i1_VO > li > button{
    display: inline-flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    outline: none;
    align-items: center;
}

.Navigation_containerIcon___GJ0l{
    position: relative;
}

.Navigation_notifBadge__TZEw7{
    display: flex;
    min-width: 16px;
    height: 16px;
    padding: 0 4px 0 4px;
    background-color: var(--red);
    border-radius: 8px;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
}

.Navigation_lst__i1_VO > li > a svg,
.Navigation_lst__i1_VO > li > button svg{
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--white);
}

.Navigation_lst__i1_VO > li > a > span,
.Navigation_lst__i1_VO > li > button > span{
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
}

/* Active State Styles */
.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}

.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
    fill: var(--layer-2);
}


.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz > span,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz > span{
    color: var(--layer-2);
}

.Navigation_underline__Iynqz{
    display: none;
}

@media screen and (max-width: 1024px){
    .Navigation_nav__kgINR{
        width: 100%;
        position: relative;
    }

    .Navigation_lst__i1_VO{
        flex-direction: row;
        gap: 0;
        width: 100%;
    }

    .Navigation_lst__i1_VO > li{
        display: flex;
        flex: 1 1;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a,
    .Navigation_lst__i1_VO > li > button{
        display: flex;
        width: 100%;
        height: 56px;
        padding: 0;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a svg,
    .Navigation_lst__i1_VO > li > button svg{
        width: 20px;
        height: 20px;
    }

    .Navigation_lst__i1_VO > li > a > span,
    .Navigation_lst__i1_VO > li > button > span{
        display: none;
    }

    /* Active State Styles */
    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
        background-color: transparent;
        border: none;
    }

    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
        fill: var(--white);
    }

    .Navigation_underline__Iynqz{
        display: flex;
        justify-content: center;
        bottom: 0;
        left: 0;
        margin-top: -12px;
        transition: 0.25s ease-in-out;
    }

    .Navigation_underline__Iynqz > div{
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--white);
    }
}
.NavigationFrame_header__LAxSo{
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.NavigationFrame_containerHeading__tTggy{
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.NavigationFrame_heading__KoCcZ{
    font-family: var(--sans-serif);
    font-size: 28px;
    color: var(--white);
    letter-spacing: 2px;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.NavigationFrame_linkBrands__pyfaN{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.NavigationFrame_linkBrands__pyfaN > svg{
    display: block;
    width: 12px;
    height: 12px;
    fill: var(--white);
    margin-left: 6px;
}

.NavigationFrame_containerBtnAdmin__eILJ6{
    position: absolute;
    bottom: 0;
    left: 0;
}

.NavigationFrame_containerBtnAuth__K8H1r{
    position: absolute;
    right: 0;
    bottom: 0;
}

.NavigationFrame_footer__HOjwa{
    display: flex;
    align-items: center;
    position: fixed;
    top: 36px;
    bottom: 36px;
    left: 120px;
    z-index: 5;
}

.NavigationFrame_main__H3HoK{
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding-left: 306px;
    z-index: 0;
}

.NavigationFrame_containerChildren__YMtcJ{
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 1024px){
    .NavigationFrame_header__LAxSo{
        background-color: var(--layer-1);
        width: 100%;
        height: 120px;
        top: 0;
        right: 0;
        bottom: unset;
        left: 0;
    }

    .NavigationFrame_containerHeading__tTggy{
        width: 100%;
    }

    .NavigationFrame_heading__KoCcZ{
        transform: none;
    }

    .NavigationFrame_containerBtnAuth__K8H1r{
        top: 0;
        bottom: unset;
    }

    .NavigationFrame_footer__HOjwa{
        display: block;
        height: 80px;
        background-color: var(--layer-1);
        top: unset;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .NavigationFrame_main__H3HoK{
        padding: 120px 0 80px 0;
    }
}
