.product-attribute-filter {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.filter-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Container for items */
.filter-items {
    max-height: 120px; /* فقط 3-4 آیتم دیده میشه */
    overflow-y: auto;
    padding-right: 6px;
    direction: ltr;
    text-align: right;
}

/* اسکرول بار زیبا */
.filter-items::-webkit-scrollbar {
    width: 6px;
}

.filter-items::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.filter-items::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 10px;
}

.filter-items::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.filter-items label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

.filter-items input[type=checkbox] {
    transform: scale(1.1);
    cursor: pointer;
}
