.collection-empty.hidden {
    display: none !important;
}

.collection-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.collection-empty-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.collection-empty-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-color);
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
}

.collection-empty-btn {
    padding: 10px 20px;
    width: 150px;
    height: 40px;
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}
