/* ===================================
   التصنيفات - Categories Styles
   =================================== */

/* Categories swiper styling */
#categories-swiper .swiper-slide {
    width: auto !important;
    height: auto;
    min-width: auto;
}

/* Categories search and filter section */
.border-text_color {
    border-color: #6b7280;
}

.text-e_store-light {
    color: #9ca3af;
}

.expand {
    flex: 1;
}

@media (min-width: 768px) {
    #categories-swiper img {
        width: 130px !important;
        height: 130px !important;
    }
}

/* لون النص عند التحديد - أولوية أعلى */
button.category-selected .category-text {
    color: white !important;
}

.v-icon--size-default.custom-font-size[data-v-58c29ccd] {
    font-size: 28px!important;
    --tw-text-opacity: 1!important;
    color: rgba(var(--color-text-alt-color),var(--tw-text-opacity))!important
}

@media (min-width: 640px) {
    .v-icon--size-default.custom-font-size[data-v-58c29ccd] {
        font-size:40px!important
    }
}

/* السكرول الأفقي للتصنيفات الفرعية */
#subcategories-container .w-full.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

#subcategories-container button {
    flex-shrink: 0;
    min-width: fit-content;
}

#subcategories-container .w-full.overflow-x-auto {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}