﻿/* ============================================ */
/* استایل‌های اضافی برای صفحه محصولات */
/* ============================================ */

/* استایل اسکرول برای سایدبار فیلتر در موبایل */
.filter-sidebar {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

    .filter-sidebar::-webkit-scrollbar {
        width: 4px;
    }

    .filter-sidebar::-webkit-scrollbar-track {
        background: #f0f2f5;
        border-radius: 2px;
    }

    .filter-sidebar::-webkit-scrollbar-thumb {
        background: #d2dce8;
        border-radius: 2px;
    }

/* استایل تعداد محصولات */
.count-badge {
    background: #eef1f4;
    color: #88909b;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 11px;
}

/* استایل برای فیلترهای بسته شده */
.filter-group .filter-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-group .filter-title.active .fa-chevron-down {
    transform: rotate(180deg);
}
