.category-menu-wrapper .elementor-container {
    flex-wrap: nowrap !important;
}

.category-menu-wrapper .categories-column {
    overflow: hidden !important;
}

.category-menu-wrapper .category-menu .elementor-container {
    align-items: center !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.category-menu-wrapper .category-menu .elementor-container::-webkit-scrollbar {
    display: none !important;
}

.category-menu-wrapper .category-menu .category-column {
    min-width: 120px !important;
}

.category-menu-wrapper :is(.category-menu-left, .category-menu-right) {
    min-width: fit-content !important;
    width: fit-content !important;
}

.category-menu-wrapper :is(.category-menu-left, .categories-column, .category-menu-right) .elementor-widget-wrap {
    padding: 0 !important;
}

.category-menu-wrapper :is(#category-arrow-left, #category-arrow-right) path {
    display: none;
}