.slidermenu-category-menu {
    width: 100%;
    overflow-x: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin-top: 50px;
}

.slidermenu-category-slider {
    display: flex;
    gap: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.slidermenu-category-slider::-webkit-scrollbar {
    display: none;
    /* WebKit */
}

.slidermenu-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 130px;
    scroll-snap-align: center;
}

.slidermenu-category-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #F2F2F2F2;

}


.slidermenu-category-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Responsive styles */
@media (min-width: 768px) {
    .slidermenu-category-item {
        width: 130px;
    }

    .slidermenu-category-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .slidermenu-category-menu {
        overflow-x: visible;
    }

    .slidermenu-category-slider {
        justify-content: center;
        scroll-snap-type: none;
    }

    .slidermenu-category-item {
        scroll-snap-align: none;
    }

    .slidermenu-category-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1196px) {
    .slidermenu-category-slider {
        display: flex;
        gap: 60px;
    }

    .slidermenu-category-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .slidermenu-category-item {
        width: 145px;
    }

    .slidermenu-category-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

.slidermenu-category-image .img-custom {
    width: 130px;
    height: 130px;
    margin: 3px;
}

.img-custom-2 {
    width: 100px;
    height: 100px;
    margin: 20px;
}

.slidermenu-category-title {
    display: block;
    width: 108px;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-variation-settings:
        "wght" 400,
        "wdth" 100,
        "slnt" 0,
        "GRAD" 0;
    white-space: normal;
    word-wrap: break-word;
}