.categories-header {
    gap: 0.5rem !important;
    padding: 0rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: start;
    padding-bottom: 0.5rem;

    span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn {
        border: none;
        /*min-width: fit-content;*/
        /*position: relative;*/
    }

    /*.btn.active {*/
    /*    color: #185adb;*/
    /*    pointer-events: none;*/
    /*    font-weight: 800;*/
    /*    min-width: fit-content;*/
    /*}*/

    /*.btn:before {*/
    /*    content: "";*/
    /*    width: 0;*/
    /*    height: 2px;*/
    /*    background-color: #185adb;*/
    /*    position: absolute;*/
    /*    bottom: -.5rem;*/
    /*    right: 0;*/
    /*    -webkit-transition: width 0.2s linear;*/
    /*    transition: width 0.2s linear;*/
    /*}*/

    /*.btn:hover:before,*/
    /*.btn.active:before {*/
    /*    width: 40px;*/
    /*}*/
}

.categories-header::-webkit-scrollbar {
    display: none;
}


